| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939 |
- namespace Core.StlMes.Client.YdmBase
- {
- partial class frmRackDefine
- {
- /// <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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_TYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASE_WIDTH");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASE_HEIGHT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_WIDTH");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_HEIGHT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_LEN");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_RL");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HL_MANAGEMENT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HL_MANAGEMENT_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USE_FLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("料架规格", 0);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("基座规格", 1);
- 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 appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.cmb_dw = new System.Windows.Forms.ComboBox();
- this.cmbRackType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.cmbManage1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbSupportRoom = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
- this.txtBaseHeight = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
- this.txtBaseWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
- this.txtRackLen = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
- this.txtRackHeight = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
- this.txtRackWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.cmbType1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
- this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel9 = 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.txtRacknoTail = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.txtRacknoHead = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.gdRack = new Infragistics.Win.UltraWinGrid.UltraGrid();
- 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.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.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.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbRackType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbManage1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSupportRoom)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBaseHeight)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBaseWidth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackLen)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackHeight)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackWidth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbType1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRacknoTail)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRacknoHead)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gdRack)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckEditor2);
- this.ultraPanel1.ClientArea.Controls.Add(this.cmb_dw);
- this.ultraPanel1.ClientArea.Controls.Add(this.cmbRackType);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckEditor1);
- this.ultraPanel1.ClientArea.Controls.Add(this.chkValid);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(959, 40);
- this.ultraPanel1.TabIndex = 1;
- //
- // ultraCheckEditor2
- //
- this.ultraCheckEditor2.AutoSize = true;
- this.ultraCheckEditor2.Location = new System.Drawing.Point(17, 11);
- this.ultraCheckEditor2.Name = "ultraCheckEditor2";
- this.ultraCheckEditor2.Size = new System.Drawing.Size(71, 19);
- this.ultraCheckEditor2.TabIndex = 8;
- this.ultraCheckEditor2.Text = "所属单位";
- this.ultraCheckEditor2.CheckedChanged += new System.EventHandler(this.ultraCheckEditor2_CheckedChanged);
- //
- // cmb_dw
- //
- this.cmb_dw.FormattingEnabled = true;
- this.cmb_dw.Location = new System.Drawing.Point(94, 11);
- this.cmb_dw.Name = "cmb_dw";
- this.cmb_dw.Size = new System.Drawing.Size(121, 20);
- this.cmb_dw.TabIndex = 7;
- //
- // cmbRackType
- //
- this.cmbRackType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbRackType.Location = new System.Drawing.Point(338, 10);
- this.cmbRackType.Name = "cmbRackType";
- this.cmbRackType.ReadOnly = true;
- this.cmbRackType.Size = new System.Drawing.Size(100, 21);
- this.cmbRackType.TabIndex = 6;
- //
- // ultraCheckEditor1
- //
- this.ultraCheckEditor1.AutoSize = true;
- this.ultraCheckEditor1.Location = new System.Drawing.Point(264, 11);
- this.ultraCheckEditor1.Name = "ultraCheckEditor1";
- this.ultraCheckEditor1.Size = new System.Drawing.Size(71, 19);
- this.ultraCheckEditor1.TabIndex = 2;
- this.ultraCheckEditor1.Text = "料架类型";
- this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
- //
- // chkValid
- //
- this.chkValid.AutoSize = true;
- this.chkValid.Location = new System.Drawing.Point(450, 11);
- this.chkValid.Name = "chkValid";
- this.chkValid.Size = new System.Drawing.Size(71, 19);
- this.chkValid.TabIndex = 4;
- this.chkValid.Text = "包含无效";
- this.chkValid.CheckedChanged += new System.EventHandler(this.chkValid_CheckedChanged);
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(959, 126);
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 250);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(959, 126);
- this.ultraExpandableGroupBox1.TabIndex = 3;
- this.ultraExpandableGroupBox1.Text = "编辑区 ";
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.AutoScroll = true;
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbManage1);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbSupportRoom);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel15);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtBaseHeight);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel14);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtBaseWidth);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRackLen);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel12);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRackHeight);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel19);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRackWidth);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbType1);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel11);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMemo);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
- 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.Controls.Add(this.txtRacknoTail);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRacknoHead);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(953, 104);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // cmbManage1
- //
- this.cmbManage1.Location = new System.Drawing.Point(442, 5);
- this.cmbManage1.Name = "cmbManage1";
- this.cmbManage1.Size = new System.Drawing.Size(100, 21);
- this.cmbManage1.TabIndex = 60;
- //
- // cmbSupportRoom
- //
- this.cmbSupportRoom.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbSupportRoom.Location = new System.Drawing.Point(442, 54);
- this.cmbSupportRoom.Name = "cmbSupportRoom";
- this.cmbSupportRoom.Size = new System.Drawing.Size(100, 21);
- this.cmbSupportRoom.TabIndex = 59;
- //
- // ultraLabel7
- //
- this.ultraLabel7.AutoSize = true;
- this.ultraLabel7.Location = new System.Drawing.Point(386, 57);
- this.ultraLabel7.Name = "ultraLabel7";
- this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel7.TabIndex = 58;
- this.ultraLabel7.Text = "支持空间";
- //
- // ultraLabel15
- //
- this.ultraLabel15.AutoSize = true;
- this.ultraLabel15.Location = new System.Drawing.Point(360, 61);
- this.ultraLabel15.Name = "ultraLabel15";
- this.ultraLabel15.Size = new System.Drawing.Size(17, 14);
- this.ultraLabel15.TabIndex = 57;
- this.ultraLabel15.Text = "mm";
- //
- // txtBaseHeight
- //
- this.txtBaseHeight.Location = new System.Drawing.Point(260, 54);
- this.txtBaseHeight.MaskInput = "nnnnnn";
- this.txtBaseHeight.Name = "txtBaseHeight";
- this.txtBaseHeight.Nullable = true;
- this.txtBaseHeight.PromptChar = ' ';
- this.txtBaseHeight.Size = new System.Drawing.Size(100, 21);
- this.txtBaseHeight.TabIndex = 56;
- this.txtBaseHeight.Value = null;
- //
- // ultraLabel14
- //
- this.ultraLabel14.AutoSize = true;
- this.ultraLabel14.Location = new System.Drawing.Point(180, 61);
- this.ultraLabel14.Name = "ultraLabel14";
- this.ultraLabel14.Size = new System.Drawing.Size(17, 14);
- this.ultraLabel14.TabIndex = 55;
- this.ultraLabel14.Text = "mm";
- //
- // txtBaseWidth
- //
- this.txtBaseWidth.Location = new System.Drawing.Point(80, 54);
- this.txtBaseWidth.MaskInput = "nnnnnn";
- this.txtBaseWidth.Name = "txtBaseWidth";
- this.txtBaseWidth.Nullable = true;
- this.txtBaseWidth.PromptChar = ' ';
- this.txtBaseWidth.Size = new System.Drawing.Size(100, 21);
- this.txtBaseWidth.TabIndex = 54;
- this.txtBaseWidth.Value = null;
- //
- // ultraLabel13
- //
- this.ultraLabel13.AutoSize = true;
- this.ultraLabel13.Location = new System.Drawing.Point(542, 37);
- this.ultraLabel13.Name = "ultraLabel13";
- this.ultraLabel13.Size = new System.Drawing.Size(17, 14);
- this.ultraLabel13.TabIndex = 53;
- this.ultraLabel13.Text = "mm";
- //
- // txtRackLen
- //
- this.txtRackLen.Location = new System.Drawing.Point(442, 30);
- this.txtRackLen.MaskInput = "nnnnnn";
- this.txtRackLen.Name = "txtRackLen";
- this.txtRackLen.Nullable = true;
- this.txtRackLen.PromptChar = ' ';
- this.txtRackLen.Size = new System.Drawing.Size(100, 21);
- this.txtRackLen.TabIndex = 52;
- this.txtRackLen.Value = null;
- //
- // ultraLabel12
- //
- this.ultraLabel12.AutoSize = true;
- this.ultraLabel12.Location = new System.Drawing.Point(360, 37);
- this.ultraLabel12.Name = "ultraLabel12";
- this.ultraLabel12.Size = new System.Drawing.Size(17, 14);
- this.ultraLabel12.TabIndex = 51;
- this.ultraLabel12.Text = "mm";
- //
- // txtRackHeight
- //
- this.txtRackHeight.Location = new System.Drawing.Point(260, 30);
- this.txtRackHeight.MaskInput = "nnnnnn";
- this.txtRackHeight.Name = "txtRackHeight";
- this.txtRackHeight.Nullable = true;
- this.txtRackHeight.PromptChar = ' ';
- this.txtRackHeight.Size = new System.Drawing.Size(100, 21);
- this.txtRackHeight.TabIndex = 50;
- this.txtRackHeight.Value = null;
- //
- // ultraLabel19
- //
- this.ultraLabel19.AutoSize = true;
- this.ultraLabel19.Location = new System.Drawing.Point(180, 37);
- this.ultraLabel19.Name = "ultraLabel19";
- this.ultraLabel19.Size = new System.Drawing.Size(17, 14);
- this.ultraLabel19.TabIndex = 49;
- this.ultraLabel19.Text = "mm";
- //
- // txtRackWidth
- //
- this.txtRackWidth.Location = new System.Drawing.Point(80, 30);
- this.txtRackWidth.MaskInput = "nnnnnn";
- this.txtRackWidth.Name = "txtRackWidth";
- this.txtRackWidth.Nullable = true;
- this.txtRackWidth.PromptChar = ' ';
- this.txtRackWidth.Size = new System.Drawing.Size(100, 21);
- this.txtRackWidth.TabIndex = 28;
- this.txtRackWidth.Value = null;
- //
- // cmbType1
- //
- this.cmbType1.Location = new System.Drawing.Point(260, 6);
- this.cmbType1.Name = "cmbType1";
- this.cmbType1.Size = new System.Drawing.Size(100, 21);
- this.cmbType1.TabIndex = 27;
- //
- // ultraLabel10
- //
- this.ultraLabel10.AutoSize = true;
- this.ultraLabel10.Location = new System.Drawing.Point(204, 57);
- this.ultraLabel10.Name = "ultraLabel10";
- this.ultraLabel10.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel10.TabIndex = 25;
- this.ultraLabel10.Text = "基座高度";
- //
- // ultraLabel11
- //
- this.ultraLabel11.AutoSize = true;
- this.ultraLabel11.Location = new System.Drawing.Point(24, 57);
- this.ultraLabel11.Name = "ultraLabel11";
- this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel11.TabIndex = 23;
- this.ultraLabel11.Text = "基座宽度";
- //
- // txtMemo
- //
- this.txtMemo.Location = new System.Drawing.Point(80, 78);
- this.txtMemo.MaxLength = 100;
- this.txtMemo.Name = "txtMemo";
- this.txtMemo.Size = new System.Drawing.Size(280, 21);
- this.txtMemo.TabIndex = 22;
- //
- // ultraLabel9
- //
- this.ultraLabel9.AutoSize = true;
- this.ultraLabel9.Location = new System.Drawing.Point(49, 79);
- this.ultraLabel9.Name = "ultraLabel9";
- this.ultraLabel9.Size = new System.Drawing.Size(29, 16);
- this.ultraLabel9.TabIndex = 21;
- this.ultraLabel9.Text = "备注";
- //
- // ultraLabel6
- //
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(386, 33);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel6.TabIndex = 13;
- this.ultraLabel6.Text = "料架长度";
- //
- // ultraLabel5
- //
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(204, 33);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel5.TabIndex = 11;
- this.ultraLabel5.Text = "料架高度";
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(204, 9);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel4.TabIndex = 9;
- this.ultraLabel4.Text = "料架类型";
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(386, 9);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel3.TabIndex = 7;
- this.ultraLabel3.Text = "所属单位";
- //
- // txtRacknoTail
- //
- this.txtRacknoTail.Location = new System.Drawing.Point(108, 6);
- this.txtRacknoTail.Name = "txtRacknoTail";
- this.txtRacknoTail.ReadOnly = true;
- this.txtRacknoTail.Size = new System.Drawing.Size(72, 21);
- this.txtRacknoTail.TabIndex = 6;
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(24, 33);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel2.TabIndex = 3;
- this.ultraLabel2.Text = "料架宽度";
- //
- // txtRacknoHead
- //
- this.txtRacknoHead.Location = new System.Drawing.Point(80, 6);
- this.txtRacknoHead.Name = "txtRacknoHead";
- this.txtRacknoHead.ReadOnly = true;
- this.txtRacknoHead.Size = new System.Drawing.Size(28, 21);
- this.txtRacknoHead.TabIndex = 2;
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(24, 9);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel1.TabIndex = 0;
- this.ultraLabel1.Text = "料架编码";
- //
- // gdRack
- //
- this.gdRack.DataMember = "Table1";
- this.gdRack.DataSource = this.dataSet1;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
- ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 0);
- ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(89, 0);
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
- ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 15;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
- ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.Hidden = true;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 17;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(104, 0);
- ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 19;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 0);
- ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 21;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
- ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 25;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn13.DefaultCellValue = "False";
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 23;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 0);
- ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn14.Header.VisiblePosition = 13;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 27;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn15.Header.VisiblePosition = 14;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 29;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn16.Header.VisiblePosition = 15;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 31;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn17.Header.VisiblePosition = 16;
- ultraGridColumn17.RowLayoutColumnInfo.OriginX = 33;
- ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn18.Header.VisiblePosition = 17;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 35;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn19.Header.VisiblePosition = 18;
- ultraGridColumn19.RowLayoutColumnInfo.OriginX = 37;
- ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
- ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn20.Header.VisiblePosition = 19;
- ultraGridColumn20.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
- ultraGridColumn20.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn20.RowLayoutColumnInfo.SpanX = 6;
- ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn21.Header.VisiblePosition = 20;
- ultraGridColumn21.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
- ultraGridColumn21.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn21.RowLayoutColumnInfo.SpanX = 5;
- ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
- 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});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.gdRack.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- appearance11.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance11.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance11.BorderColor = System.Drawing.SystemColors.Window;
- this.gdRack.DisplayLayout.GroupByBox.Appearance = appearance11;
- appearance12.ForeColor = System.Drawing.SystemColors.GrayText;
- this.gdRack.DisplayLayout.GroupByBox.BandLabelAppearance = appearance12;
- this.gdRack.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.gdRack.DisplayLayout.GroupByBox.Hidden = true;
- this.gdRack.DisplayLayout.GroupByBox.Prompt = "将需要分组的列拖到此区域";
- appearance13.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance13.BackColor2 = System.Drawing.SystemColors.Control;
- appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance13.ForeColor = System.Drawing.SystemColors.GrayText;
- this.gdRack.DisplayLayout.GroupByBox.PromptAppearance = appearance13;
- this.gdRack.DisplayLayout.MaxColScrollRegions = 1;
- this.gdRack.DisplayLayout.MaxRowScrollRegions = 1;
- this.gdRack.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;
- this.gdRack.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance14.BackColor = System.Drawing.SystemColors.Window;
- this.gdRack.DisplayLayout.Override.CardAreaAppearance = appearance14;
- this.gdRack.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.gdRack.DisplayLayout.Override.CellPadding = 0;
- this.gdRack.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
- appearance15.BackColor = System.Drawing.SystemColors.Control;
- appearance15.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance15.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance15.BorderColor = System.Drawing.SystemColors.Window;
- this.gdRack.DisplayLayout.Override.GroupByRowAppearance = appearance15;
- appearance16.TextHAlignAsString = "Center";
- appearance16.TextVAlignAsString = "Middle";
- this.gdRack.DisplayLayout.Override.HeaderAppearance = appearance16;
- this.gdRack.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.gdRack.DisplayLayout.Override.MaxSelectedRows = 1;
- this.gdRack.DisplayLayout.Override.MinRowHeight = 21;
- appearance17.TextVAlignAsString = "Middle";
- this.gdRack.DisplayLayout.Override.RowAppearance = appearance17;
- appearance18.TextVAlignAsString = "Middle";
- this.gdRack.DisplayLayout.Override.RowSelectorAppearance = appearance18;
- this.gdRack.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.gdRack.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
- this.gdRack.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.SingleAutoDrag;
- appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- appearance19.ForeColor = System.Drawing.Color.DarkBlue;
- this.gdRack.DisplayLayout.Override.SummaryFooterAppearance = appearance19;
- appearance20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- appearance20.ForeColor = System.Drawing.Color.DarkBlue;
- this.gdRack.DisplayLayout.Override.SummaryValueAppearance = appearance20;
- this.gdRack.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.gdRack.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.gdRack.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.gdRack.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.gdRack.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gdRack.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gdRack.Location = new System.Drawing.Point(0, 40);
- this.gdRack.Name = "gdRack";
- this.gdRack.Size = new System.Drawing.Size(959, 210);
- this.gdRack.TabIndex = 4;
- this.gdRack.AfterRowActivate += new System.EventHandler(this.gdRack_AfterRowActivate);
- //
- // 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.dataColumn8,
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn13,
- this.dataColumn14,
- this.dataColumn15,
- this.dataColumn16,
- this.dataColumn17,
- this.dataColumn18,
- this.dataColumn19});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "料架编号";
- this.dataColumn1.ColumnName = "RACK_NO";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "料架类型";
- this.dataColumn2.ColumnName = "RACK_TYPE";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "基座宽度";
- this.dataColumn3.ColumnName = "BASE_WIDTH";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "基座高度";
- this.dataColumn4.ColumnName = "BASE_HEIGHT";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "料架宽度";
- this.dataColumn5.ColumnName = "RACK_WIDTH";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "料架高度";
- this.dataColumn6.ColumnName = "RACK_HEIGHT";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "料架长度";
- this.dataColumn7.ColumnName = "RACK_LEN";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "支持空间";
- this.dataColumn8.ColumnName = "RACK_RL";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "所属单位代码";
- this.dataColumn9.ColumnName = "HL_MANAGEMENT_NO";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "所属单位名称";
- this.dataColumn10.ColumnName = "HL_MANAGEMENT_NAME";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "使用标志";
- this.dataColumn11.ColumnName = "USE_FLAG";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "备注";
- this.dataColumn12.ColumnName = "MEMO";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "有效标志";
- this.dataColumn13.ColumnName = "VALIDFLAG";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "创建人";
- this.dataColumn14.ColumnName = "CREATE_NAME";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "创建时间";
- this.dataColumn15.ColumnName = "CREATE_TIME";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "修改人";
- this.dataColumn16.ColumnName = "UPDATE_NAME";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "修改时间";
- this.dataColumn17.ColumnName = "UPDATE_TIME";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "删除人";
- this.dataColumn18.ColumnName = "DELETE_NAME";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "删除时间";
- this.dataColumn19.ColumnName = "DELETE_TIME";
- //
- // frmRackDefine
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(959, 376);
- this.Controls.Add(this.gdRack);
- this.Controls.Add(this.ultraExpandableGroupBox1);
- this.Controls.Add(this.ultraPanel1);
- this.Name = "frmRackDefine";
- this.Text = "料架维护";
- this.Load += new System.EventHandler(this.frmRackDefine_Load);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbRackType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbManage1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSupportRoom)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBaseHeight)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtBaseWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackLen)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackHeight)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRackWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbType1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRacknoTail)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRacknoHead)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gdRack)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbRackType;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel10;
- private Infragistics.Win.Misc.UltraLabel ultraLabel11;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
- private Infragistics.Win.Misc.UltraLabel ultraLabel9;
- 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.UltraTextEditor txtRacknoTail;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRacknoHead;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinGrid.UltraGrid gdRack;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbType1;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRackWidth;
- private Infragistics.Win.Misc.UltraLabel ultraLabel13;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRackLen;
- private Infragistics.Win.Misc.UltraLabel ultraLabel12;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRackHeight;
- private Infragistics.Win.Misc.UltraLabel ultraLabel19;
- private Infragistics.Win.Misc.UltraLabel ultraLabel15;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtBaseHeight;
- private Infragistics.Win.Misc.UltraLabel ultraLabel14;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtBaseWidth;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSupportRoom;
- private Infragistics.Win.Misc.UltraLabel ultraLabel7;
- 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 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 dataColumn13;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn16;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn18;
- private System.Data.DataColumn dataColumn19;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
- private System.Windows.Forms.ComboBox cmb_dw;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbManage1;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
- }
- }
|