namespace Core.LgMes.Client.LgDeviceManager { partial class FrmVTPluginInfo { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("槽号"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RH炉号"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("槽龄"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("购买日期"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID"); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmVTPluginInfo)); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("槽号"); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RH炉号"); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("槽龄"); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("购买日期"); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注"); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID"); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); this.ultdsPlugin = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.QUERY = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.ADD = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.EDIT = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.DEL = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.CLOSE = new System.Windows.Forms.ToolStripButton(); this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox(); this.chkID = new System.Windows.Forms.CheckBox(); this.chkCCM = new System.Windows.Forms.CheckBox(); this.cmbID = new System.Windows.Forms.ComboBox(); this.cmbCCM = new System.Windows.Forms.ComboBox(); this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox(); this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.label1 = new System.Windows.Forms.Label(); this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.label2 = new System.Windows.Forms.Label(); this.txtCS = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtMemo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtNO = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.cmbZJH = new System.Windows.Forms.ComboBox(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); ((System.ComponentModel.ISupportInitialize)(this.ultdsPlugin)).BeginInit(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit(); this.ulgrpModel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit(); this.ultraExpandableGroupBox1.SuspendLayout(); this.ultraExpandableGroupBoxPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.SuspendLayout(); // // ultdsPlugin // this.ultdsPlugin.AllowDelete = false; this.ultdsPlugin.Band.AllowDelete = Infragistics.Win.DefaultableBoolean.False; this.ultdsPlugin.Band.Columns.AddRange(new object[] { ultraDataColumn1, ultraDataColumn2, ultraDataColumn3, ultraDataColumn4, ultraDataColumn5, ultraDataColumn6}); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.QUERY, this.toolStripSeparator4, this.ADD, this.toolStripSeparator1, this.EDIT, this.toolStripSeparator2, this.DEL, this.toolStripSeparator3, this.CLOSE}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(753, 25); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked); // // QUERY // this.QUERY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.QUERY.ImageTransparentColor = System.Drawing.Color.Magenta; this.QUERY.Name = "QUERY"; this.QUERY.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.QUERY.Size = new System.Drawing.Size(53, 22); this.QUERY.Text = "查询"; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // ADD // this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta; this.ADD.Name = "ADD"; this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.ADD.Size = new System.Drawing.Size(53, 22); this.ADD.Text = "新增"; this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // EDIT // this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta; this.EDIT.Name = "EDIT"; this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.EDIT.Size = new System.Drawing.Size(53, 22); this.EDIT.Text = "修改"; this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // DEL // this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image"))); this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta; this.DEL.Name = "DEL"; this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.DEL.Size = new System.Drawing.Size(53, 22); this.DEL.Text = "删除"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // CLOSE // this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image"))); this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta; this.CLOSE.Name = "CLOSE"; this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.CLOSE.Size = new System.Drawing.Size(53, 22); this.CLOSE.Text = "关闭"; // // ulgrpModel // appearance1.FontData.Name = "宋体"; appearance1.FontData.SizeInPoints = 9F; this.ulgrpModel.Appearance = appearance1; this.ulgrpModel.Controls.Add(this.chkID); this.ulgrpModel.Controls.Add(this.chkCCM); this.ulgrpModel.Controls.Add(this.cmbID); this.ulgrpModel.Controls.Add(this.cmbCCM); this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top; this.ulgrpModel.Location = new System.Drawing.Point(0, 25); this.ulgrpModel.Name = "ulgrpModel"; this.ulgrpModel.Size = new System.Drawing.Size(753, 43); this.ulgrpModel.TabIndex = 0; // // chkID // this.chkID.AutoSize = true; this.chkID.BackColor = System.Drawing.Color.Transparent; this.chkID.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkID.Font = new System.Drawing.Font("宋体", 9F); this.chkID.Location = new System.Drawing.Point(231, 11); this.chkID.Name = "chkID"; this.chkID.Size = new System.Drawing.Size(45, 16); this.chkID.TabIndex = 0; this.chkID.Text = "槽号"; this.chkID.UseVisualStyleBackColor = false; this.chkID.CheckedChanged += new System.EventHandler(this.cbID_CheckedChanged); // // chkCCM // this.chkCCM.AutoSize = true; this.chkCCM.BackColor = System.Drawing.Color.Transparent; this.chkCCM.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkCCM.Font = new System.Drawing.Font("宋体", 9F); this.chkCCM.Location = new System.Drawing.Point(33, 11); this.chkCCM.Name = "chkCCM"; this.chkCCM.Size = new System.Drawing.Size(57, 16); this.chkCCM.TabIndex = 0; this.chkCCM.Text = "RH炉号"; this.chkCCM.UseVisualStyleBackColor = false; this.chkCCM.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged); // // cmbID // this.cmbID.Enabled = false; this.cmbID.Font = new System.Drawing.Font("宋体", 9F); this.cmbID.FormattingEnabled = true; this.cmbID.Location = new System.Drawing.Point(276, 11); this.cmbID.Name = "cmbID"; this.cmbID.Size = new System.Drawing.Size(101, 20); this.cmbID.TabIndex = 0; // // cmbCCM // this.cmbCCM.Enabled = false; this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F); this.cmbCCM.FormattingEnabled = true; this.cmbCCM.Items.AddRange(new object[] { "1#RH炉"}); this.cmbCCM.Location = new System.Drawing.Point(90, 11); this.cmbCCM.Name = "cmbCCM"; this.cmbCCM.Size = new System.Drawing.Size(101, 20); this.cmbCCM.TabIndex = 0; this.cmbCCM.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged); // // ultraExpandableGroupBox1 // this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1); this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(753, 97); this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 369); this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1"; this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(753, 97); this.ultraExpandableGroupBox1.TabIndex = 0; this.ultraExpandableGroupBox1.Text = "编辑区域"; this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005; // // ultraExpandableGroupBoxPanel1 // this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGroupBox1); this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20); this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1"; this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(749, 75); this.ultraExpandableGroupBoxPanel1.TabIndex = 0; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.udteBuyTime); this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.txtCS); this.ultraGroupBox1.Controls.Add(this.label6); this.ultraGroupBox1.Controls.Add(this.txtMemo); this.ultraGroupBox1.Controls.Add(this.label5); this.ultraGroupBox1.Controls.Add(this.txtNO); this.ultraGroupBox1.Controls.Add(this.label4); this.ultraGroupBox1.Controls.Add(this.cmbZJH); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(749, 75); this.ultraGroupBox1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(17, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 0; this.label1.Text = "所属RH炉号"; // // udteBuyTime // this.udteBuyTime.Location = new System.Drawing.Point(602, 10); this.udteBuyTime.MaskInput = "{date}"; this.udteBuyTime.Name = "udteBuyTime"; this.udteBuyTime.Nullable = false; this.udteBuyTime.Size = new System.Drawing.Size(101, 21); this.udteBuyTime.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(213, 14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 0; this.label2.Text = "槽号"; // // txtCS // this.txtCS.Location = new System.Drawing.Point(414, 10); this.txtCS.MaxLength = 10; this.txtCS.Name = "txtCS"; this.txtCS.ShortcutsEnabled = false; this.txtCS.Size = new System.Drawing.Size(101, 21); this.txtCS.TabIndex = 0; this.txtCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbCS_KeyPress); // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Location = new System.Drawing.Point(53, 47); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 12); this.label6.TabIndex = 0; this.label6.Text = "备注"; // // txtMemo // this.txtMemo.Location = new System.Drawing.Point(87, 43); this.txtMemo.MaxLength = 250; this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(616, 21); this.txtMemo.TabIndex = 0; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Location = new System.Drawing.Point(544, 14); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 0; this.label5.Text = "购买日期"; // // txtNO // this.txtNO.Location = new System.Drawing.Point(247, 10); this.txtNO.MaxLength = 20; this.txtNO.Name = "txtNO"; this.txtNO.Size = new System.Drawing.Size(101, 21); this.txtNO.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(380, 14); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 0; this.label4.Text = "槽龄"; // // cmbZJH // this.cmbZJH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbZJH.Font = new System.Drawing.Font("宋体", 9F); this.cmbZJH.FormattingEnabled = true; this.cmbZJH.Items.AddRange(new object[] { "1#RH炉"}); this.cmbZJH.Location = new System.Drawing.Point(87, 10); this.cmbZJH.Name = "cmbZJH"; this.cmbZJH.Size = new System.Drawing.Size(101, 20); this.cmbZJH.TabIndex = 0; // // ultraGrid1 // this.ultraGrid1.DataSource = this.ultdsPlugin; ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; appearance8.TextVAlignAsString = "Middle"; ultraGridColumn1.CellAppearance = appearance8; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; appearance9.TextVAlignAsString = "Middle"; ultraGridColumn2.CellAppearance = appearance9; 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; appearance10.TextVAlignAsString = "Middle"; ultraGridColumn3.CellAppearance = appearance10; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; appearance11.TextVAlignAsString = "Middle"; ultraGridColumn4.CellAppearance = appearance11; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3; ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; appearance12.TextVAlignAsString = "Middle"; ultraGridColumn5.CellAppearance = appearance12; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(240, 0); ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; appearance13.TextVAlignAsString = "Middle"; ultraGridColumn6.CellAppearance = appearance13; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.Hidden = true; ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6}); ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal; ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None; ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal; ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None; ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect; this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Location = new System.Drawing.Point(0, 68); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(753, 301); this.ultraGrid1.TabIndex = 0; this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate); // // FrmVTPluginInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(753, 466); this.Controls.Add(this.ultraGrid1); this.Controls.Add(this.ultraExpandableGroupBox1); this.Controls.Add(this.ulgrpModel); this.Controls.Add(this.toolStrip1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmVTPluginInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "真空槽信息"; this.Load += new System.EventHandler(this.FrmVTPluginInfo_Load); ((System.ComponentModel.ISupportInitialize)(this.ultdsPlugin)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit(); this.ulgrpModel.ResumeLayout(false); this.ulgrpModel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit(); this.ultraExpandableGroupBox1.ResumeLayout(false); this.ultraExpandableGroupBoxPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsPlugin; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton ADD; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton EDIT; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton DEL; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton CLOSE; private System.Windows.Forms.ToolStripButton QUERY; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; public Infragistics.Win.Misc.UltraGroupBox ulgrpModel; private System.Windows.Forms.CheckBox chkCCM; private System.Windows.Forms.ComboBox cmbCCM; private System.Windows.Forms.CheckBox chkID; private System.Windows.Forms.ComboBox cmbID; private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1; private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Windows.Forms.TextBox txtNO; private System.Windows.Forms.ComboBox cmbZJH; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtCS; private System.Windows.Forms.Label label4; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime; private System.Windows.Forms.TextBox txtMemo; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; } }