| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209 |
- namespace Core.StlMes.Client.Qcm
- {
- partial class FrmProductName
- {
- /// <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 appearance13 = 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("PRODUCCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_STYLE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HAVEJG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HAVEJGCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_JX");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_ENG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_TYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HAVEJG2_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_HEAD");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_HEAD_CODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODEL_CODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODEL_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
- Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
- this.dataSet2 = 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.dataColumn8 = 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.dataColumn0 = new System.Data.DataColumn();
- this.dataColumn13 = new System.Data.DataColumn();
- this.dataColumn14 = new System.Data.DataColumn();
- this.dataColumn15 = new System.Data.DataColumn();
- this.dataColumn16 = new System.Data.DataColumn();
- this.dataColumn17 = new System.Data.DataColumn();
- this.dataColumn18 = new System.Data.DataColumn();
- this.dataColumn19 = new System.Data.DataColumn();
- this.dataColumn20 = new System.Data.DataColumn();
- this.dataColumn26 = new System.Data.DataColumn();
- this.dataTable2 = new System.Data.DataTable();
- this.dataColumn21 = new System.Data.DataColumn();
- this.dataColumn22 = new System.Data.DataColumn();
- this.dataColumn23 = new System.Data.DataColumn();
- this.dataColumn24 = new System.Data.DataColumn();
- this.dataColumn25 = new System.Data.DataColumn();
- this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.panel2 = new System.Windows.Forms.Panel();
- this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txtTitleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.cmbProBigType = new Core.Mes.Client.Comm.Control.LabelComboBox();
- this.cmbPType = new Core.Mes.Client.Comm.Control.LabelComboBox();
- this.cmbProductType = new Core.Mes.Client.Comm.Control.LabelComboBox();
- this.txtProductEng = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtProductJX = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.cmbIsP = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
- this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.txtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
- this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout();
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbProBigType.ComboBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPType.ComboBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbProductType.ComboBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbIsP)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
- this.ultraExpandableGroupBox2.SuspendLayout();
- this.ultraExpandableGroupBoxPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- this.FrmBase_Fill_Panel.SuspendLayout();
- this.SuspendLayout();
- //
- // dataSet2
- //
- this.dataSet2.DataSetName = "NewDataSet";
- this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1,
- this.dataTable2});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn0,
- this.dataColumn13,
- this.dataColumn14,
- this.dataColumn15,
- this.dataColumn16,
- this.dataColumn17,
- this.dataColumn18,
- this.dataColumn19,
- this.dataColumn20,
- this.dataColumn26});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "品名代码";
- this.dataColumn1.ColumnName = "PRODUCCODE";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "品名描述";
- this.dataColumn2.ColumnName = "PRODUCNAME";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "品种大类代码";
- this.dataColumn3.ColumnName = "PRODUC_STYLE";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "销售分类";
- this.dataColumn4.ColumnName = "PRODUC_DESC";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "创建人";
- this.dataColumn5.ColumnName = "CREATE_NAME";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "创建时间";
- this.dataColumn6.ColumnName = "CREATE_TIME";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "修改人";
- this.dataColumn7.ColumnName = "UPDATE_NAME";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "修改时间";
- this.dataColumn8.ColumnName = "UPDATE_TIME";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "作废人";
- this.dataColumn9.ColumnName = "DELETE_NAME";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "作废时间";
- this.dataColumn10.ColumnName = "DELETE_TIME";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "有效标识";
- this.dataColumn11.ColumnMapping = System.Data.MappingType.Hidden;
- this.dataColumn11.ColumnName = "VALIDFLAG";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "备注";
- this.dataColumn12.ColumnName = "MEMO";
- //
- // dataColumn0
- //
- this.dataColumn0.Caption = "是否配接箍";
- this.dataColumn0.ColumnName = "HAVEJG";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "有效标识";
- this.dataColumn13.ColumnName = "VALIDFLAGNAME";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "是否配接箍编码";
- this.dataColumn14.ColumnName = "HAVEJGCODE";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "品名简称";
- this.dataColumn15.ColumnName = "PRODUC_JX";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "品名英文";
- this.dataColumn16.ColumnName = "PRODUC_ENG";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "品名类型";
- this.dataColumn17.ColumnName = "PRODUC_TYPE";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "品名类型";
- this.dataColumn18.ColumnName = "HAVEJG2_DESC";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "产品大类";
- this.dataColumn19.ColumnName = "PRODUC_HEAD";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "产品大类代码";
- this.dataColumn20.ColumnName = "PRODUC_HEAD_CODE";
- //
- // dataColumn26
- //
- this.dataColumn26.Caption = "选择";
- this.dataColumn26.ColumnName = "CHK";
- this.dataColumn26.DataType = typeof(bool);
- //
- // dataTable2
- //
- this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn21,
- this.dataColumn22,
- this.dataColumn23,
- this.dataColumn24,
- this.dataColumn25});
- this.dataTable2.TableName = "Table2";
- //
- // dataColumn21
- //
- this.dataColumn21.Caption = "品名代码";
- this.dataColumn21.ColumnName = "PRODUCCODE";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "品名描述";
- this.dataColumn22.ColumnName = "PRODUCNAME";
- //
- // dataColumn23
- //
- this.dataColumn23.Caption = "扣型代码";
- this.dataColumn23.ColumnName = "MODEL_CODE";
- //
- // dataColumn24
- //
- this.dataColumn24.Caption = "扣型描述";
- this.dataColumn24.ColumnName = "MODEL_DESC";
- //
- // dataColumn25
- //
- this.dataColumn25.Caption = "选择";
- this.dataColumn25.ColumnName = "CHK";
- //
- // FrmBase_Fill_Panel_Fill_Panel
- //
- this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel);
- this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
- this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
- this.FrmBase_Fill_Panel_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
- this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel";
- this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1437, 566);
- this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0;
- //
- // FrmBase_Fill_Panel_Fill_Panel_Fill_Panel
- //
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.splitContainer1);
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel_Fill_Panel";
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1437, 566);
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.TabIndex = 0;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.ultraGrid2);
- this.splitContainer1.Panel1.Controls.Add(this.panel2);
- this.splitContainer1.Panel1.Controls.Add(this.ultraExpandableGroupBox1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.ultraExpandableGroupBox2);
- this.splitContainer1.Size = new System.Drawing.Size(1437, 566);
- this.splitContainer1.SplitterDistance = 1142;
- this.splitContainer1.SplitterWidth = 5;
- this.splitContainer1.TabIndex = 28;
- //
- // ultraGrid2
- //
- this.ultraGrid2.DataMember = "Table1";
- this.ultraGrid2.DataSource = this.dataSet2;
- appearance13.BackColor = System.Drawing.SystemColors.Window;
- appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid2.DisplayLayout.Appearance = appearance13;
- ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Hidden = true;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.Hidden = true;
- ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn5.Header.VisiblePosition = 5;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn6.Header.VisiblePosition = 6;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 9;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn7.Header.VisiblePosition = 7;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn8.Header.VisiblePosition = 8;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 11;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn9.Header.VisiblePosition = 9;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn10.Header.VisiblePosition = 10;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 13;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn11.Header.VisiblePosition = 11;
- ultraGridColumn11.Hidden = true;
- ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn12.Header.VisiblePosition = 13;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn13.Header.VisiblePosition = 4;
- ultraGridColumn13.Hidden = true;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn14.Header.VisiblePosition = 12;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn15.Header.VisiblePosition = 14;
- ultraGridColumn15.Hidden = true;
- ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn16.Header.VisiblePosition = 15;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn17.Header.VisiblePosition = 16;
- ultraGridColumn17.RowLayoutColumnInfo.OriginX = 3;
- ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn18.Header.VisiblePosition = 17;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn19.Header.VisiblePosition = 18;
- ultraGridColumn19.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn20.Header.VisiblePosition = 19;
- ultraGridColumn20.RowLayoutColumnInfo.OriginX = 5;
- ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn21.Header.VisiblePosition = 20;
- ultraGridColumn21.Hidden = true;
- ultraGridColumn21.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn22.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
- ultraGridColumn22.Header.VisiblePosition = 21;
- ultraGridColumn22.Hidden = true;
- ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
- ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22});
- ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance14.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance14;
- appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance16;
- this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance17.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance17.BackColor2 = System.Drawing.SystemColors.Control;
- appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance17;
- this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
- appearance19.BackColor = System.Drawing.SystemColors.Window;
- appearance19.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance19;
- appearance20.BackColor = System.Drawing.SystemColors.Highlight;
- appearance20.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance20;
- this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance21.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance21;
- appearance22.BorderColor = System.Drawing.Color.Silver;
- appearance22.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance22;
- this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
- appearance23.BackColor = System.Drawing.SystemColors.Control;
- appearance23.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance23.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance23.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance23;
- appearance24.TextHAlignAsString = "Left";
- this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance24;
- this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance25.BackColor = System.Drawing.SystemColors.Window;
- appearance25.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance25;
- this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance26.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance26;
- this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid2.Location = new System.Drawing.Point(0, 54);
- this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGrid2.Name = "ultraGrid2";
- this.ultraGrid2.Size = new System.Drawing.Size(1142, 391);
- this.ultraGrid2.TabIndex = 26;
- this.ultraGrid2.Text = "ultraGrid1";
- this.ultraGrid2.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid2_InitializeRow);
- this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.chkValid);
- this.panel2.Controls.Add(this.txtTitleName);
- this.panel2.Controls.Add(this.ultraLabel1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Margin = new System.Windows.Forms.Padding(4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1142, 54);
- this.panel2.TabIndex = 15;
- //
- // chkValid
- //
- this.chkValid.Location = new System.Drawing.Point(280, 15);
- this.chkValid.Margin = new System.Windows.Forms.Padding(4);
- this.chkValid.Name = "chkValid";
- this.chkValid.Size = new System.Drawing.Size(95, 29);
- this.chkValid.TabIndex = 4;
- this.chkValid.Text = "包含无效";
- //
- // txtTitleName
- //
- this.txtTitleName.Location = new System.Drawing.Point(109, 15);
- this.txtTitleName.Margin = new System.Windows.Forms.Padding(4);
- this.txtTitleName.MaxLength = 100;
- this.txtTitleName.Name = "txtTitleName";
- this.txtTitleName.Size = new System.Drawing.Size(151, 24);
- this.txtTitleName.TabIndex = 1;
- //
- // ultraLabel1
- //
- appearance18.TextHAlignAsString = "Center";
- appearance18.TextVAlignAsString = "Middle";
- this.ultraLabel1.Appearance = appearance18;
- this.ultraLabel1.Location = new System.Drawing.Point(28, 15);
- this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(87, 29);
- this.ultraLabel1.TabIndex = 0;
- this.ultraLabel1.Text = "品名描述";
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1142, 121);
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 445);
- this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1142, 121);
- this.ultraExpandableGroupBox1.TabIndex = 25;
- this.ultraExpandableGroupBox1.Text = "编辑区域";
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.AutoScroll = true;
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbProBigType);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbPType);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbProductType);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtProductEng);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label2);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtProductJX);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbIsP);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMemo);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtName);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
- this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1136, 97);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // cmbProBigType
- //
- this.cmbProBigType.BackColor = System.Drawing.Color.Transparent;
- //
- //
- //
- this.cmbProBigType.CheckBox.AutoSize = true;
- this.cmbProBigType.CheckBox.Checked = true;
- this.cmbProBigType.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cmbProBigType.CheckBox.Location = new System.Drawing.Point(4, 4);
- this.cmbProBigType.CheckBox.Margin = new System.Windows.Forms.Padding(4);
- this.cmbProBigType.CheckBox.Name = "checkBox1";
- this.cmbProBigType.CheckBox.Size = new System.Drawing.Size(18, 17);
- this.cmbProBigType.CheckBox.TabIndex = 0;
- this.cmbProBigType.CheckBox.UseVisualStyleBackColor = true;
- this.cmbProBigType.CheckBox.Visible = false;
- //
- //
- //
- this.cmbProBigType.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
- this.cmbProBigType.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbProBigType.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbProBigType.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.cmbProBigType.ComboBox.Location = new System.Drawing.Point(0, 0);
- this.cmbProBigType.ComboBox.Margin = new System.Windows.Forms.Padding(4);
- this.cmbProBigType.ComboBox.Name = "comboBox1";
- this.cmbProBigType.ComboBox.Size = new System.Drawing.Size(181, 24);
- this.cmbProBigType.ComboBox.TabIndex = 1;
- //
- //
- //
- this.cmbProBigType.Label.AutoSize = true;
- this.cmbProBigType.Label.BackColor = System.Drawing.Color.Transparent;
- this.cmbProBigType.Label.Location = new System.Drawing.Point(4, 4);
- this.cmbProBigType.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.cmbProBigType.Label.Name = "label1";
- this.cmbProBigType.Label.Size = new System.Drawing.Size(67, 15);
- this.cmbProBigType.Label.TabIndex = 2;
- this.cmbProBigType.Label.Text = "产品大类";
- this.cmbProBigType.Location = new System.Drawing.Point(576, 38);
- this.cmbProBigType.Margin = new System.Windows.Forms.Padding(5);
- this.cmbProBigType.Name = "cmbProBigType";
- this.cmbProBigType.Size = new System.Drawing.Size(256, 26);
- this.cmbProBigType.TabIndex = 20;
- //
- // cmbPType
- //
- this.cmbPType.BackColor = System.Drawing.Color.Transparent;
- //
- //
- //
- this.cmbPType.CheckBox.AutoSize = true;
- this.cmbPType.CheckBox.Checked = true;
- this.cmbPType.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cmbPType.CheckBox.Location = new System.Drawing.Point(4, 4);
- this.cmbPType.CheckBox.Margin = new System.Windows.Forms.Padding(4);
- this.cmbPType.CheckBox.Name = "checkBox1";
- this.cmbPType.CheckBox.Size = new System.Drawing.Size(18, 17);
- this.cmbPType.CheckBox.TabIndex = 0;
- this.cmbPType.CheckBox.UseVisualStyleBackColor = true;
- this.cmbPType.CheckBox.Visible = false;
- //
- //
- //
- this.cmbPType.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
- this.cmbPType.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbPType.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbPType.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.cmbPType.ComboBox.Location = new System.Drawing.Point(0, 0);
- this.cmbPType.ComboBox.Margin = new System.Windows.Forms.Padding(4);
- this.cmbPType.ComboBox.Name = "comboBox1";
- this.cmbPType.ComboBox.Size = new System.Drawing.Size(232, 24);
- this.cmbPType.ComboBox.TabIndex = 1;
- //
- //
- //
- this.cmbPType.Label.AutoSize = true;
- this.cmbPType.Label.BackColor = System.Drawing.Color.Transparent;
- this.cmbPType.Label.Location = new System.Drawing.Point(4, 4);
- this.cmbPType.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.cmbPType.Label.Name = "label1";
- this.cmbPType.Label.Size = new System.Drawing.Size(67, 15);
- this.cmbPType.Label.TabIndex = 2;
- this.cmbPType.Label.Text = "销售分类";
- this.cmbPType.Location = new System.Drawing.Point(23, 36);
- this.cmbPType.Margin = new System.Windows.Forms.Padding(5);
- this.cmbPType.Name = "cmbPType";
- this.cmbPType.Size = new System.Drawing.Size(307, 26);
- this.cmbPType.TabIndex = 19;
- //
- // cmbProductType
- //
- this.cmbProductType.BackColor = System.Drawing.Color.Transparent;
- //
- //
- //
- this.cmbProductType.CheckBox.AutoSize = true;
- this.cmbProductType.CheckBox.Checked = true;
- this.cmbProductType.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cmbProductType.CheckBox.Location = new System.Drawing.Point(4, 4);
- this.cmbProductType.CheckBox.Margin = new System.Windows.Forms.Padding(4);
- this.cmbProductType.CheckBox.Name = "checkBox1";
- this.cmbProductType.CheckBox.Size = new System.Drawing.Size(18, 17);
- this.cmbProductType.CheckBox.TabIndex = 0;
- this.cmbProductType.CheckBox.UseVisualStyleBackColor = true;
- this.cmbProductType.CheckBox.Visible = false;
- //
- //
- //
- this.cmbProductType.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
- this.cmbProductType.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbProductType.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbProductType.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.cmbProductType.ComboBox.Location = new System.Drawing.Point(0, 0);
- this.cmbProductType.ComboBox.Margin = new System.Windows.Forms.Padding(4);
- this.cmbProductType.ComboBox.Name = "comboBox1";
- this.cmbProductType.ComboBox.Size = new System.Drawing.Size(153, 24);
- this.cmbProductType.ComboBox.TabIndex = 1;
- //
- //
- //
- this.cmbProductType.Label.AutoSize = true;
- this.cmbProductType.Label.BackColor = System.Drawing.Color.Transparent;
- this.cmbProductType.Label.Location = new System.Drawing.Point(4, 4);
- this.cmbProductType.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.cmbProductType.Label.Name = "label1";
- this.cmbProductType.Label.Size = new System.Drawing.Size(67, 15);
- this.cmbProductType.Label.TabIndex = 2;
- this.cmbProductType.Label.Text = "品名类型";
- this.cmbProductType.Location = new System.Drawing.Point(340, 6);
- this.cmbProductType.Margin = new System.Windows.Forms.Padding(5);
- this.cmbProductType.Name = "cmbProductType";
- this.cmbProductType.Size = new System.Drawing.Size(228, 26);
- this.cmbProductType.TabIndex = 18;
- //
- // txtProductEng
- //
- this.txtProductEng.Location = new System.Drawing.Point(656, 6);
- this.txtProductEng.Margin = new System.Windows.Forms.Padding(4);
- this.txtProductEng.Name = "txtProductEng";
- this.txtProductEng.Size = new System.Drawing.Size(436, 25);
- this.txtProductEng.TabIndex = 17;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(583, 14);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(67, 15);
- this.label2.TabIndex = 16;
- this.label2.Text = "品名英文";
- //
- // txtProductJX
- //
- this.txtProductJX.Location = new System.Drawing.Point(420, 36);
- this.txtProductJX.Margin = new System.Windows.Forms.Padding(4);
- this.txtProductJX.MaxLength = 8;
- this.txtProductJX.Name = "txtProductJX";
- this.txtProductJX.Size = new System.Drawing.Size(147, 25);
- this.txtProductJX.TabIndex = 15;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(345, 41);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(67, 15);
- this.label1.TabIndex = 14;
- this.label1.Text = "品名简称";
- //
- // cmbIsP
- //
- this.cmbIsP.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.CheckState = System.Windows.Forms.CheckState.Checked;
- valueListItem1.DataValue = "1";
- valueListItem1.DisplayText = "是";
- valueListItem2.DataValue = "0";
- valueListItem2.DisplayText = "否";
- this.cmbIsP.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1,
- valueListItem2});
- this.cmbIsP.Location = new System.Drawing.Point(1260, 6);
- this.cmbIsP.Margin = new System.Windows.Forms.Padding(4);
- this.cmbIsP.Name = "cmbIsP";
- this.cmbIsP.Size = new System.Drawing.Size(64, 24);
- this.cmbIsP.TabIndex = 4;
- this.cmbIsP.Visible = false;
- //
- // ultraLabel7
- //
- appearance1.TextHAlignAsString = "Center";
- appearance1.TextVAlignAsString = "Middle";
- this.ultraLabel7.Appearance = appearance1;
- this.ultraLabel7.AutoSize = true;
- this.ultraLabel7.Location = new System.Drawing.Point(1164, 11);
- this.ultraLabel7.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel7.Name = "ultraLabel7";
- this.ultraLabel7.Size = new System.Drawing.Size(83, 19);
- this.ultraLabel7.TabIndex = 13;
- this.ultraLabel7.Text = "是否配接箍";
- this.ultraLabel7.Visible = false;
- //
- // txtMemo
- //
- this.txtMemo.Location = new System.Drawing.Point(929, 38);
- this.txtMemo.Margin = new System.Windows.Forms.Padding(4);
- this.txtMemo.MaxLength = 100;
- this.txtMemo.Name = "txtMemo";
- this.txtMemo.Size = new System.Drawing.Size(164, 24);
- this.txtMemo.TabIndex = 3;
- //
- // ultraLabel6
- //
- appearance43.TextHAlignAsString = "Center";
- appearance43.TextVAlignAsString = "Middle";
- this.ultraLabel6.Appearance = appearance43;
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(856, 40);
- this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(60, 19);
- this.ultraLabel6.TabIndex = 8;
- this.ultraLabel6.Text = "备 注";
- //
- // txtName
- //
- this.txtName.Location = new System.Drawing.Point(104, 6);
- this.txtName.Margin = new System.Windows.Forms.Padding(4);
- this.txtName.MaxLength = 50;
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(225, 24);
- this.txtName.TabIndex = 1;
- this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
- //
- // ultraLabel4
- //
- appearance15.TextHAlignAsString = "Center";
- appearance15.TextVAlignAsString = "Middle";
- this.ultraLabel4.Appearance = appearance15;
- this.ultraLabel4.Location = new System.Drawing.Point(19, 6);
- this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(87, 29);
- this.ultraLabel4.TabIndex = 4;
- this.ultraLabel4.Text = "品名描述";
- //
- // ultraExpandableGroupBox2
- //
- this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
- this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(290, 566);
- this.ultraExpandableGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.RightOnBorder;
- this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.ultraExpandableGroupBox2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
- this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(290, 566);
- this.ultraExpandableGroupBox2.TabIndex = 27;
- this.ultraExpandableGroupBox2.Text = "扣型选择_";
- this.ultraExpandableGroupBox2.ExpandedStateChanged += new System.EventHandler(this.ultraExpandableGroupBox2_ExpandedStateChanged);
- //
- // ultraExpandableGroupBoxPanel2
- //
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraGrid1);
- this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 3);
- this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
- this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(265, 560);
- this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataMember = "Table2";
- this.ultraGrid1.DataSource = this.dataSet2;
- appearance40.BackColor = System.Drawing.SystemColors.Window;
- appearance40.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance40;
- this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
- ultraGridColumn23.Header.VisiblePosition = 0;
- ultraGridColumn23.Hidden = true;
- ultraGridColumn23.RowLayoutColumnInfo.OriginX = 1;
- ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn23.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
- ultraGridColumn24.Header.VisiblePosition = 1;
- ultraGridColumn24.Hidden = true;
- ultraGridColumn24.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn24.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
- ultraGridColumn25.Header.VisiblePosition = 2;
- ultraGridColumn25.Hidden = true;
- ultraGridColumn25.RowLayoutColumnInfo.OriginX = 3;
- ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn25.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
- ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn26.Header.VisiblePosition = 3;
- ultraGridColumn26.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn26.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
- ultraGridColumn27.DefaultCellValue = "False";
- ultraGridColumn27.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.WhenUsingCheckEditor;
- ultraGridColumn27.Header.VisiblePosition = 4;
- ultraGridColumn27.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(28, 0);
- ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn27.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
- ultraGridColumn27.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn23,
- ultraGridColumn24,
- ultraGridColumn25,
- ultraGridColumn26,
- ultraGridColumn27});
- ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance41.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance41.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance41.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance41;
- appearance42.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance42;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance44.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance44.BackColor2 = System.Drawing.SystemColors.Control;
- appearance44.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance44.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance44;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance45.BackColor = System.Drawing.SystemColors.Window;
- appearance45.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance45;
- appearance46.BackColor = System.Drawing.SystemColors.Highlight;
- appearance46.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance46;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance47.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance47;
- appearance48.BorderColor = System.Drawing.Color.Silver;
- appearance48.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance48;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance49.BackColor = System.Drawing.SystemColors.Control;
- appearance49.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance49.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance49.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance49;
- appearance50.TextHAlignAsString = "Left";
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance50;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance51.BackColor = System.Drawing.SystemColors.Window;
- appearance51.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance51;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance52.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance52;
- 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(0, 0);
- this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(265, 560);
- this.ultraGrid1.TabIndex = 0;
- this.ultraGrid1.Text = "ultraGrid1";
- this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
- //
- // FrmBase_Fill_Panel
- //
- this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel);
- this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
- this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
- this.FrmBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
- this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
- this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1437, 566);
- this.FrmBase_Fill_Panel.TabIndex = 1;
- //
- // FrmProductName
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1437, 566);
- this.Controls.Add(this.FrmBase_Fill_Panel);
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "FrmProductName";
- this.Text = "品名管理";
- this.Load += new System.EventHandler(this.FrmProductName_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
- this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false);
- this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbProBigType.ComboBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPType.ComboBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbProductType.ComboBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbIsP)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
- this.ultraExpandableGroupBox2.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- this.FrmBase_Fill_Panel.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Data.DataSet dataSet2;
- 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 dataColumn8;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn0;
- private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel;
- private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel_Fill_Panel;
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTitleName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private System.Windows.Forms.Panel FrmBase_Fill_Panel;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
- public Infragistics.Win.UltraWinGrid.UltraGrid UltraGrid2
- {
- get { return ultraGrid2; }
- set { ultraGrid2 = value; }
- }
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel7;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbIsP;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn16;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtProductEng;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtProductJX;
- private Core.Mes.Client.Comm.Control.LabelComboBox cmbProductType;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn18;
- private Core.Mes.Client.Comm.Control.LabelComboBox cmbPType;
- private Core.Mes.Client.Comm.Control.LabelComboBox cmbProBigType;
- private System.Data.DataColumn dataColumn19;
- private System.Data.DataColumn dataColumn20;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Data.DataTable dataTable2;
- private System.Data.DataColumn dataColumn21;
- private System.Data.DataColumn dataColumn22;
- private System.Data.DataColumn dataColumn23;
- private System.Data.DataColumn dataColumn24;
- private System.Data.DataColumn dataColumn25;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Data.DataColumn dataColumn26;
- }
- }
|