| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717 |
- namespace Pur.order
- {
- partial class FrmPurOrderClause
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDesc");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrderType");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseType");
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDefault");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseOrderBy");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurOrderClause));
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn9 = new System.Data.DataColumn();
- this.dataColumn10 = new System.Data.DataColumn();
- this.dataColumn11 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.txt_CopClauseId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_OrderType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txt_ClauseType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txt_ClauseDesc = new System.Windows.Forms.TextBox();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.txt_ClauseOrderBy = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_CopClauseName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.cop_orderType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
- this.cop_clauseType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_ClauseName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_ClauseId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- this.ultraPanel4.ClientArea.SuspendLayout();
- this.ultraPanel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CopClauseId)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_OrderType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseOrderBy)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CopClauseName)).BeginInit();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cop_clauseType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseId)).BeginInit();
- this.SuspendLayout();
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn12});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "条款代码标识";
- this.dataColumn1.ColumnName = "ClauseId";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "条款名称";
- this.dataColumn2.ColumnName = "ClauseName";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "条款内容";
- this.dataColumn3.ColumnName = "ClauseDesc";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "适用合同类别";
- this.dataColumn4.ColumnName = "OrderType";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "条款分类";
- this.dataColumn5.ColumnName = "ClauseType";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "是否必选";
- this.dataColumn6.ColumnName = "ClauseDefault";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "条款分类排序";
- this.dataColumn7.ColumnName = "ClauseOrderBy";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "创建人";
- this.dataColumn9.ColumnName = "CreateName";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "创建时间";
- this.dataColumn10.ColumnName = "CreateTime";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "修改人";
- this.dataColumn11.ColumnName = "UpdateName";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "修改时间";
- this.dataColumn12.ColumnName = "UpdateTime";
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 39);
- this.ultraPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(1371, 531);
- this.ultraPanel2.TabIndex = 1;
- //
- // ultraPanel4
- //
- //
- // ultraPanel4.ClientArea
- //
- this.ultraPanel4.ClientArea.Controls.Add(this.ultraGroupBox2);
- this.ultraPanel4.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
- this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel4.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraPanel4.Name = "ultraPanel4";
- this.ultraPanel4.Size = new System.Drawing.Size(1371, 531);
- this.ultraPanel4.TabIndex = 1;
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(1371, 504);
- this.ultraGroupBox2.TabIndex = 0;
- this.ultraGroupBox2.Text = "合同条款";
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.dataSet1;
- appearance3.BackColor = System.Drawing.SystemColors.Window;
- appearance3.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance3;
- ultraGridColumn1.Header.VisiblePosition = 1;
- ultraGridColumn2.Header.VisiblePosition = 2;
- ultraGridColumn3.Header.VisiblePosition = 3;
- ultraGridColumn3.Width = 374;
- ultraGridColumn4.Header.VisiblePosition = 4;
- appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- ultraGridColumn5.CellAppearance = appearance15;
- ultraGridColumn5.Header.VisiblePosition = 0;
- ultraGridColumn5.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
- ultraGridColumn5.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameValue;
- ultraGridColumn5.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
- ultraGridColumn5.Width = 192;
- ultraGridColumn6.Header.VisiblePosition = 6;
- ultraGridColumn7.Header.VisiblePosition = 5;
- ultraGridColumn7.Width = 109;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.Width = 84;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.Width = 87;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11});
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance4.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance4.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance4.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance4;
- appearance5.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance5;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
- appearance6.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance6.BackColor2 = System.Drawing.SystemColors.Control;
- appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance6;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance7.BackColor = System.Drawing.SystemColors.Window;
- appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
- appearance8.BackColor = System.Drawing.SystemColors.Highlight;
- appearance8.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance8;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance9.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance9;
- appearance10.BorderColor = System.Drawing.Color.Silver;
- appearance10.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance10;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance11.BackColor = System.Drawing.SystemColors.Control;
- appearance11.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance11.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance11.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance11;
- appearance12.TextHAlignAsString = "Left";
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance12;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance13.BackColor = System.Drawing.SystemColors.Window;
- appearance13.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance13;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance14.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance14;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid1.Location = new System.Drawing.Point(3, 26);
- this.ultraGrid1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1365, 475);
- this.ultraGrid1.TabIndex = 0;
- this.ultraGrid1.Text = "ultraGrid1";
- this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.Expanded = false;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1371, 278);
- this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 504);
- this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1371, 27);
- this.ultraExpandableGroupBox1.TabIndex = 1;
- this.ultraExpandableGroupBox1.Text = "编辑区域";
- this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_CopClauseId);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_OrderType);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_ClauseType);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_ClauseDesc);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.radioButton2);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.radioButton1);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_ClauseOrderBy);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_CopClauseName);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(-13333, -12500);
- this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1365, 318);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- this.ultraExpandableGroupBoxPanel1.Visible = false;
- //
- // txt_CopClauseId
- //
- this.txt_CopClauseId.Location = new System.Drawing.Point(101, 4);
- this.txt_CopClauseId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txt_CopClauseId.Name = "txt_CopClauseId";
- this.txt_CopClauseId.ReadOnly = true;
- this.txt_CopClauseId.Size = new System.Drawing.Size(188, 24);
- this.txt_CopClauseId.TabIndex = 34;
- //
- // txt_OrderType
- //
- this.txt_OrderType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.txt_OrderType.Location = new System.Drawing.Point(697, 4);
- this.txt_OrderType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txt_OrderType.Name = "txt_OrderType";
- this.txt_OrderType.Size = new System.Drawing.Size(188, 24);
- this.txt_OrderType.TabIndex = 33;
- //
- // txt_ClauseType
- //
- this.txt_ClauseType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.txt_ClauseType.Location = new System.Drawing.Point(101, 35);
- this.txt_ClauseType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txt_ClauseType.Name = "txt_ClauseType";
- this.txt_ClauseType.Size = new System.Drawing.Size(188, 24);
- this.txt_ClauseType.TabIndex = 32;
- this.txt_ClauseType.ValueChanged += new System.EventHandler(this.txt_ClauseType_ValueChanged);
- //
- // txt_ClauseDesc
- //
- this.txt_ClauseDesc.AcceptsReturn = true;
- this.txt_ClauseDesc.AccessibleName = "";
- this.txt_ClauseDesc.Location = new System.Drawing.Point(101, 69);
- this.txt_ClauseDesc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txt_ClauseDesc.Multiline = true;
- this.txt_ClauseDesc.Name = "txt_ClauseDesc";
- this.txt_ClauseDesc.Size = new System.Drawing.Size(1235, 245);
- this.txt_ClauseDesc.TabIndex = 31;
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Checked = true;
- this.radioButton2.Location = new System.Drawing.Point(600, 40);
- this.radioButton2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(43, 19);
- this.radioButton2.TabIndex = 30;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "否";
- this.radioButton2.UseVisualStyleBackColor = true;
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(667, 40);
- this.radioButton1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(43, 19);
- this.radioButton1.TabIndex = 29;
- this.radioButton1.Text = "是";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // txt_ClauseOrderBy
- //
- appearance1.TextHAlignAsString = "Right";
- this.txt_ClauseOrderBy.Appearance = appearance1;
- this.txt_ClauseOrderBy.Location = new System.Drawing.Point(417, 36);
- this.txt_ClauseOrderBy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txt_ClauseOrderBy.Name = "txt_ClauseOrderBy";
- this.txt_ClauseOrderBy.ReadOnly = true;
- this.txt_ClauseOrderBy.Size = new System.Drawing.Size(72, 24);
- this.txt_ClauseOrderBy.TabIndex = 28;
- //
- // txt_CopClauseName
- //
- this.txt_CopClauseName.Location = new System.Drawing.Point(387, 4);
- this.txt_CopClauseName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txt_CopClauseName.Name = "txt_CopClauseName";
- this.txt_CopClauseName.Size = new System.Drawing.Size(188, 24);
- this.txt_CopClauseName.TabIndex = 27;
- //
- // ultraLabel10
- //
- this.ultraLabel10.AutoSize = true;
- this.ultraLabel10.Location = new System.Drawing.Point(585, 6);
- this.ultraLabel10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel10.Name = "ultraLabel10";
- this.ultraLabel10.Size = new System.Drawing.Size(131, 24);
- this.ultraLabel10.TabIndex = 26;
- this.ultraLabel10.Text = "适用合同类别";
- //
- // ultraLabel9
- //
- this.ultraLabel9.AutoSize = true;
- this.ultraLabel9.Location = new System.Drawing.Point(307, 40);
- this.ultraLabel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel9.Name = "ultraLabel9";
- this.ultraLabel9.Size = new System.Drawing.Size(131, 24);
- this.ultraLabel9.TabIndex = 25;
- this.ultraLabel9.Text = "条款分类排序";
- //
- // ultraLabel8
- //
- this.ultraLabel8.AutoSize = true;
- this.ultraLabel8.Location = new System.Drawing.Point(21, 71);
- this.ultraLabel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel8.Name = "ultraLabel8";
- this.ultraLabel8.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel8.TabIndex = 24;
- this.ultraLabel8.Text = "条款内容";
- //
- // ultraLabel6
- //
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(516, 40);
- this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel6.TabIndex = 22;
- this.ultraLabel6.Text = "是否必选";
- //
- // ultraLabel5
- //
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(307, 6);
- this.ultraLabel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel5.TabIndex = 21;
- this.ultraLabel5.Text = "条款名称";
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(21, 38);
- this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel4.TabIndex = 20;
- this.ultraLabel4.Text = "条款分类";
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(21, 6);
- this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel3.TabIndex = 19;
- this.ultraLabel3.Text = "条款标识";
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.cop_orderType);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel11);
- this.ultraPanel1.ClientArea.Controls.Add(this.cop_clauseType);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel7);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_ClauseName);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_ClauseId);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(1371, 39);
- this.ultraPanel1.TabIndex = 0;
- //
- // cop_orderType
- //
- this.cop_orderType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cop_orderType.Location = new System.Drawing.Point(1072, 6);
- this.cop_orderType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cop_orderType.Name = "cop_orderType";
- this.cop_orderType.Size = new System.Drawing.Size(189, 24);
- this.cop_orderType.TabIndex = 36;
- //
- // ultraLabel11
- //
- this.ultraLabel11.AutoSize = true;
- this.ultraLabel11.Location = new System.Drawing.Point(960, 9);
- this.ultraLabel11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel11.Name = "ultraLabel11";
- this.ultraLabel11.Size = new System.Drawing.Size(131, 24);
- this.ultraLabel11.TabIndex = 35;
- this.ultraLabel11.Text = "适用合同类别";
- //
- // cop_clauseType
- //
- this.cop_clauseType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cop_clauseType.Location = new System.Drawing.Point(679, 6);
- this.cop_clauseType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.cop_clauseType.Name = "cop_clauseType";
- this.cop_clauseType.Size = new System.Drawing.Size(259, 24);
- this.cop_clauseType.TabIndex = 34;
- //
- // ultraLabel7
- //
- this.ultraLabel7.AutoSize = true;
- this.ultraLabel7.Location = new System.Drawing.Point(599, 9);
- this.ultraLabel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel7.Name = "ultraLabel7";
- this.ultraLabel7.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel7.TabIndex = 33;
- this.ultraLabel7.Text = "条款分类";
- //
- // txt_ClauseName
- //
- this.txt_ClauseName.Location = new System.Drawing.Point(412, 6);
- this.txt_ClauseName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txt_ClauseName.Name = "txt_ClauseName";
- this.txt_ClauseName.Size = new System.Drawing.Size(163, 24);
- this.txt_ClauseName.TabIndex = 3;
- //
- // txt_ClauseId
- //
- this.txt_ClauseId.Location = new System.Drawing.Point(140, 6);
- this.txt_ClauseId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txt_ClauseId.Name = "txt_ClauseId";
- this.txt_ClauseId.Size = new System.Drawing.Size(163, 24);
- this.txt_ClauseId.TabIndex = 2;
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(335, 9);
- this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel2.TabIndex = 1;
- this.ultraLabel2.Text = "条款名称";
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(29, 9);
- this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(131, 24);
- this.ultraLabel1.TabIndex = 0;
- this.ultraLabel1.Text = "条款代码标识";
- //
- // FrmPurOrderClause
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.ClientSize = new System.Drawing.Size(1371, 570);
- this.Controls.Add(this.ultraPanel2);
- this.Controls.Add(this.ultraPanel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "FrmPurOrderClause";
- this.Text = "FrmPurOrderClause";
- this.Load += new System.EventHandler(this.FrmPurOrderClause_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ResumeLayout(false);
- this.ultraPanel4.ClientArea.ResumeLayout(false);
- this.ultraPanel4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CopClauseId)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_OrderType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseOrderBy)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CopClauseName)).EndInit();
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cop_clauseType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseId)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.Misc.UltraPanel ultraPanel4;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseName;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseId;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn12;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopClauseId;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_OrderType;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_ClauseType;
- private System.Windows.Forms.TextBox txt_ClauseDesc;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseOrderBy;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopClauseName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel10;
- private Infragistics.Win.Misc.UltraLabel ultraLabel9;
- private Infragistics.Win.Misc.UltraLabel ultraLabel8;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cop_clauseType;
- private Infragistics.Win.Misc.UltraLabel ultraLabel7;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cop_orderType;
- private Infragistics.Win.Misc.UltraLabel ultraLabel11;
- }
- }
|