namespace Core.LgMes.Client.LgDeviceManager { partial class FrmToolStuffBaseInfo { /// /// 必需的设计器变量。 /// 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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("New"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Del"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("New"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Del"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close"); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("材料类型编号"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("材料类型名称"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("制造厂家"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("参数类型编号"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("工具类型"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注"); this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox(); this.cboQResult = new System.Windows.Forms.ComboBox(); this.chkApprove = new System.Windows.Forms.CheckBox(); this.cboQToolName = new System.Windows.Forms.ComboBox(); this.chkToolName = new System.Windows.Forms.CheckBox(); this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.ulexpgrpModel = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.lblParaID = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cboParaID = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.lblToolID = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.cboToolID = new System.Windows.Forms.ComboBox(); this.cboOperation = new System.Windows.Forms.ComboBox(); this.cboToolName = new System.Windows.Forms.ComboBox(); this.lblOperation = new System.Windows.Forms.Label(); this.txtMemo = new System.Windows.Forms.TextBox(); this.lblToolName = new System.Windows.Forms.Label(); this.lblMemo = new System.Windows.Forms.Label(); this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox(); this.ulgridModel = 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(); ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit(); this.ulgrpModel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit(); this.ulexpgrpModel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit(); this.ultraExpandableGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ulgridModel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.SuspendLayout(); // // ulgrpModel // this.ulgrpModel.Controls.Add(this.cboQResult); this.ulgrpModel.Controls.Add(this.chkApprove); this.ulgrpModel.Controls.Add(this.cboQToolName); this.ulgrpModel.Controls.Add(this.chkToolName); this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top; this.ulgrpModel.Location = new System.Drawing.Point(0, 26); this.ulgrpModel.Name = "ulgrpModel"; this.ulgrpModel.Size = new System.Drawing.Size(703, 45); this.ulgrpModel.TabIndex = 12; // // cboQResult // this.cboQResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboQResult.Enabled = false; this.cboQResult.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cboQResult.FormattingEnabled = true; this.cboQResult.Location = new System.Drawing.Point(329, 12); this.cboQResult.Name = "cboQResult"; this.cboQResult.Size = new System.Drawing.Size(143, 22); this.cboQResult.TabIndex = 167; this.cboQResult.SelectionChangeCommitted += new System.EventHandler(this.cboQResult_SelectionChangeCommitted_1); this.cboQResult.DropDownClosed += new System.EventHandler(this.cboQResult_DropDownClosed); // // chkApprove // this.chkApprove.AutoSize = true; this.chkApprove.BackColor = System.Drawing.Color.Transparent; this.chkApprove.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkApprove.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkApprove.Location = new System.Drawing.Point(250, 14); this.chkApprove.Name = "chkApprove"; this.chkApprove.Size = new System.Drawing.Size(79, 18); this.chkApprove.TabIndex = 166; this.chkApprove.Text = "工具类型"; this.chkApprove.UseVisualStyleBackColor = false; this.chkApprove.CheckedChanged += new System.EventHandler(this.chkApprove_CheckedChanged_1); // // cboQToolName // this.cboQToolName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboQToolName.Enabled = false; this.cboQToolName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cboQToolName.FormattingEnabled = true; this.cboQToolName.Location = new System.Drawing.Point(91, 12); this.cboQToolName.Name = "cboQToolName"; this.cboQToolName.Size = new System.Drawing.Size(143, 22); this.cboQToolName.TabIndex = 163; this.cboQToolName.SelectionChangeCommitted += new System.EventHandler(this.cboQToolName_SelectionChangeCommitted_1); this.cboQToolName.DropDownClosed += new System.EventHandler(this.cboQToolName_DropDownClosed); // // chkToolName // this.chkToolName.AutoSize = true; this.chkToolName.BackColor = System.Drawing.Color.Transparent; this.chkToolName.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkToolName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkToolName.Location = new System.Drawing.Point(12, 14); this.chkToolName.Name = "chkToolName"; this.chkToolName.Size = new System.Drawing.Size(79, 18); this.chkToolName.TabIndex = 162; this.chkToolName.Text = "材料类型"; this.chkToolName.UseVisualStyleBackColor = false; this.chkToolName.CheckedChanged += new System.EventHandler(this.chkToolName_CheckedChanged_1); // // ultraToolbarsManager1 // this.ultraToolbarsManager1.DesignerFlags = 1; this.ultraToolbarsManager1.DockWithinContainer = this; this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form); this.ultraToolbarsManager1.LockToolbars = true; this.ultraToolbarsManager1.MdiMergeable = false; this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; buttonTool2.InstanceProps.IsFirstInGroup = true; buttonTool3.InstanceProps.IsFirstInGroup = true; buttonTool4.InstanceProps.IsFirstInGroup = true; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool2, buttonTool3, buttonTool4}); ultraToolbar1.Text = "UltraToolbar1"; this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); buttonTool5.SharedPropsInternal.Caption = "新增"; buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; buttonTool6.SharedPropsInternal.Caption = "修改"; buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; buttonTool7.SharedPropsInternal.Caption = "删除"; buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; buttonTool8.SharedPropsInternal.Caption = "关闭"; buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool5, buttonTool6, buttonTool7, buttonTool8}); this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick); // // _FrmStuffBaseInfo_Toolbars_Dock_Area_Left // this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215))))); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.Name = "_FrmStuffBaseInfo_Toolbars_Dock_Area_Left"; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 390); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmStuffBaseInfo_Toolbars_Dock_Area_Right // this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215))))); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(703, 26); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.Name = "_FrmStuffBaseInfo_Toolbars_Dock_Area_Right"; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 390); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmStuffBaseInfo_Toolbars_Dock_Area_Top // this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215))))); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.Name = "_FrmStuffBaseInfo_Toolbars_Dock_Area_Top"; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(703, 26); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom // this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215))))); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 416); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.Name = "_FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom"; this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(703, 0); this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1; // // ulexpgrpModel // this.ulexpgrpModel.Controls.Add(this.ultraGroupBox1); this.ulexpgrpModel.Dock = System.Windows.Forms.DockStyle.Fill; this.ulexpgrpModel.Location = new System.Drawing.Point(2, 22); this.ulexpgrpModel.Name = "ulexpgrpModel"; this.ulexpgrpModel.Size = new System.Drawing.Size(699, 123); this.ulexpgrpModel.TabIndex = 0; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.lblParaID); this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.cboParaID); this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.lblToolID); this.ultraGroupBox1.Controls.Add(this.comboBox1); this.ultraGroupBox1.Controls.Add(this.cboToolID); this.ultraGroupBox1.Controls.Add(this.cboOperation); this.ultraGroupBox1.Controls.Add(this.cboToolName); this.ultraGroupBox1.Controls.Add(this.lblOperation); this.ultraGroupBox1.Controls.Add(this.txtMemo); this.ultraGroupBox1.Controls.Add(this.lblToolName); this.ultraGroupBox1.Controls.Add(this.lblMemo); 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(699, 123); this.ultraGroupBox1.TabIndex = 250; // // lblParaID // this.lblParaID.AutoSize = true; this.lblParaID.BackColor = System.Drawing.Color.Transparent; this.lblParaID.Location = new System.Drawing.Point(4, 12); this.lblParaID.Name = "lblParaID"; this.lblParaID.Size = new System.Drawing.Size(91, 14); this.lblParaID.TabIndex = 242; this.lblParaID.Text = "材料类型名称"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(303, -6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(0, 14); this.label2.TabIndex = 249; this.label2.Visible = false; // // cboParaID // this.cboParaID.FormattingEnabled = true; this.cboParaID.Location = new System.Drawing.Point(101, 8); this.cboParaID.Name = "cboParaID"; this.cboParaID.Size = new System.Drawing.Size(121, 22); this.cboParaID.TabIndex = 233; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(253, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 14); this.label1.TabIndex = 248; this.label1.Text = "工具类型"; // // lblToolID // this.lblToolID.AutoSize = true; this.lblToolID.BackColor = System.Drawing.Color.Transparent; this.lblToolID.Location = new System.Drawing.Point(464, 12); this.lblToolID.Name = "lblToolID"; this.lblToolID.Size = new System.Drawing.Size(91, 14); this.lblToolID.TabIndex = 234; this.lblToolID.Text = "参数类型编号"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(328, 8); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 22); this.comboBox1.TabIndex = 247; // // cboToolID // this.cboToolID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple; this.cboToolID.FormattingEnabled = true; this.cboToolID.Location = new System.Drawing.Point(562, 8); this.cboToolID.Name = "cboToolID"; this.cboToolID.Size = new System.Drawing.Size(121, 22); this.cboToolID.TabIndex = 235; // // cboOperation // this.cboOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple; this.cboOperation.FormattingEnabled = true; this.cboOperation.Location = new System.Drawing.Point(101, 38); this.cboOperation.Name = "cboOperation"; this.cboOperation.Size = new System.Drawing.Size(348, 22); this.cboOperation.TabIndex = 246; // // cboToolName // this.cboToolName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple; this.cboToolName.FormattingEnabled = true; this.cboToolName.Location = new System.Drawing.Point(562, 38); this.cboToolName.Name = "cboToolName"; this.cboToolName.Size = new System.Drawing.Size(121, 22); this.cboToolName.TabIndex = 235; // // lblOperation // this.lblOperation.AutoSize = true; this.lblOperation.BackColor = System.Drawing.Color.Transparent; this.lblOperation.Location = new System.Drawing.Point(32, 42); this.lblOperation.Name = "lblOperation"; this.lblOperation.Size = new System.Drawing.Size(63, 14); this.lblOperation.TabIndex = 245; this.lblOperation.Text = "制造厂家"; // // txtMemo // this.txtMemo.Location = new System.Drawing.Point(101, 67); this.txtMemo.Multiline = true; this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(582, 49); this.txtMemo.TabIndex = 241; // // lblToolName // this.lblToolName.AutoSize = true; this.lblToolName.BackColor = System.Drawing.Color.Transparent; this.lblToolName.Location = new System.Drawing.Point(464, 42); this.lblToolName.Name = "lblToolName"; this.lblToolName.Size = new System.Drawing.Size(91, 14); this.lblToolName.TabIndex = 243; this.lblToolName.Text = "材料类型编号"; // // lblMemo // this.lblMemo.AutoSize = true; this.lblMemo.BackColor = System.Drawing.Color.Transparent; this.lblMemo.Location = new System.Drawing.Point(60, 72); this.lblMemo.Name = "lblMemo"; this.lblMemo.Size = new System.Drawing.Size(35, 14); this.lblMemo.TabIndex = 240; this.lblMemo.Text = "备注"; // // ultraExpandableGroupBox1 // this.ultraExpandableGroupBox1.Controls.Add(this.ulexpgrpModel); this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(703, 147); this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F); this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 269); this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1"; this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(703, 147); this.ultraExpandableGroupBox1.TabIndex = 11; this.ultraExpandableGroupBox1.Text = "详细信息"; this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005; // // ulgridModel // this.ulgridModel.DataSource = this.dataSet1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Width = 88; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.Width = 103; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.Width = 169; ultraGridColumn4.Header.VisiblePosition = 4; ultraGridColumn4.Width = 97; ultraGridColumn5.Header.VisiblePosition = 3; ultraGridColumn5.Width = 73; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.Width = 144; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6}); ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect; this.ulgridModel.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ulgridModel.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; this.ulgridModel.Dock = System.Windows.Forms.DockStyle.Fill; this.ulgridModel.Font = new System.Drawing.Font("宋体", 10.5F); this.ulgridModel.Location = new System.Drawing.Point(0, 71); this.ulgridModel.Name = "ulgridModel"; this.ulgridModel.Size = new System.Drawing.Size(703, 198); this.ulgridModel.TabIndex = 18; this.ulgridModel.Click += new System.EventHandler(this.ulgridModel_Click); // // 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.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.ColumnName = "材料类型编号"; // // dataColumn2 // this.dataColumn2.ColumnName = "材料类型名称"; // // dataColumn3 // this.dataColumn3.ColumnName = "制造厂家"; // // dataColumn4 // this.dataColumn4.ColumnName = "参数类型编号"; // // dataColumn5 // this.dataColumn5.ColumnName = "工具类型"; // // dataColumn6 // this.dataColumn6.ColumnName = "备注"; // // FrmToolStuffBaseInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(703, 416); this.Controls.Add(this.ulgridModel); this.Controls.Add(this.ultraExpandableGroupBox1); this.Controls.Add(this.ulgrpModel); this.Controls.Add(this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left); this.Controls.Add(this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right); this.Controls.Add(this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top); this.Controls.Add(this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmToolStuffBaseInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "材料信息"; this.Load += new System.EventHandler(this.FrmToolStuffBaseInfo_Load); ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit(); this.ulgrpModel.ResumeLayout(false); this.ulgrpModel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit(); this.ulexpgrpModel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit(); this.ultraExpandableGroupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ulgridModel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ResumeLayout(false); } #endregion public Infragistics.Win.Misc.UltraGroupBox ulgrpModel; private System.Windows.Forms.ComboBox cboQResult; private System.Windows.Forms.CheckBox chkApprove; private System.Windows.Forms.ComboBox cboQToolName; private System.Windows.Forms.CheckBox chkToolName; private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmStuffBaseInfo_Toolbars_Dock_Area_Left; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmStuffBaseInfo_Toolbars_Dock_Area_Right; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmStuffBaseInfo_Toolbars_Dock_Area_Top; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom; public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1; public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ulexpgrpModel; private System.Windows.Forms.ComboBox cboOperation; private System.Windows.Forms.Label lblOperation; private System.Windows.Forms.Label lblToolName; private System.Windows.Forms.Label lblParaID; private System.Windows.Forms.Label lblMemo; private System.Windows.Forms.TextBox txtMemo; private System.Windows.Forms.ComboBox cboToolName; private System.Windows.Forms.ComboBox cboToolID; private System.Windows.Forms.Label lblToolID; private System.Windows.Forms.ComboBox cboParaID; private Infragistics.Win.UltraWinGrid.UltraGrid ulgridModel; 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.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label2; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; } }