namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmToolRepairPositionInfo
{
///
/// 必需的设计器变量。
///
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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -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.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");
this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
this.chkToolName = new System.Windows.Forms.CheckBox();
this.cboToolType = new System.Windows.Forms.ComboBox();
this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
this.ulexpgrpModel = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.lblParaID = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.cboParaID = new System.Windows.Forms.ComboBox();
this.lblToolName = new System.Windows.Forms.Label();
this.lblToolID = new System.Windows.Forms.Label();
this.cboToolID = new System.Windows.Forms.ComboBox();
this.lblMemo = new System.Windows.Forms.Label();
this.cboToolName = new System.Windows.Forms.ComboBox();
this.txtMemo = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
this.ulgrpModel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
this.ultraExpandableGroupBox1.SuspendLayout();
this.ulexpgrpModel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// ulgrid
//
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.Width = 129;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn2.Width = 126;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn3.Hidden = true;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn4.Width = 136;
ultraGridColumn5.Header.VisiblePosition = 4;
ultraGridColumn5.Width = 250;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5});
ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
this.ulgrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ulgrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
this.ulgrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.ulgrid.Font = new System.Drawing.Font("宋体", 10.5F);
this.ulgrid.Location = new System.Drawing.Point(0, 71);
this.ulgrid.Name = "ulgrid";
this.ulgrid.Size = new System.Drawing.Size(685, 241);
this.ulgrid.TabIndex = 28;
this.ulgrid.Click += new System.EventHandler(this.ulgrid_Click);
//
// ulgrpModel
//
this.ulgrpModel.Controls.Add(this.chkToolName);
this.ulgrpModel.Controls.Add(this.cboToolType);
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(685, 45);
this.ulgrpModel.TabIndex = 27;
//
// chkToolName
//
this.chkToolName.AutoSize = true;
this.chkToolName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkToolName.Font = new System.Drawing.Font("宋体", 10.5F);
this.chkToolName.Location = new System.Drawing.Point(19, 13);
this.chkToolName.Name = "chkToolName";
this.chkToolName.Size = new System.Drawing.Size(93, 18);
this.chkToolName.TabIndex = 165;
this.chkToolName.Text = "工器具名称";
this.chkToolName.UseVisualStyleBackColor = true;
this.chkToolName.CheckedChanged += new System.EventHandler(this.chkToolName_CheckedChanged);
//
// cboToolType
//
this.cboToolType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboToolType.Enabled = false;
this.cboToolType.Font = new System.Drawing.Font("宋体", 10.5F);
this.cboToolType.FormattingEnabled = true;
this.cboToolType.Items.AddRange(new object[] {
"铁包",
"钢包"});
this.cboToolType.Location = new System.Drawing.Point(116, 11);
this.cboToolType.Name = "cboToolType";
this.cboToolType.Size = new System.Drawing.Size(121, 22);
this.cboToolType.TabIndex = 163;
this.cboToolType.SelectedIndexChanged += new System.EventHandler(this.cboToolType_SelectedIndexChanged);
//
// 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);
//
// _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top
//
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.Name = "_FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top";
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(685, 26);
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
//
// _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom
//
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 444);
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.Name = "_FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom";
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(685, 0);
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
//
// _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left
//
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.Name = "_FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left";
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 418);
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
//
// _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right
//
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(685, 26);
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.Name = "_FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right";
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 418);
this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
//
// ultraExpandableGroupBox1
//
this.ultraExpandableGroupBox1.Controls.Add(this.ulexpgrpModel);
this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(685, 132);
this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F);
this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 312);
this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(685, 132);
this.ultraExpandableGroupBox1.TabIndex = 33;
this.ultraExpandableGroupBox1.Text = "详细信息";
this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
//
// 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(681, 108);
this.ulexpgrpModel.TabIndex = 0;
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.lblParaID);
this.ultraGroupBox1.Controls.Add(this.label1);
this.ultraGroupBox1.Controls.Add(this.cboParaID);
this.ultraGroupBox1.Controls.Add(this.lblToolName);
this.ultraGroupBox1.Controls.Add(this.lblToolID);
this.ultraGroupBox1.Controls.Add(this.cboToolID);
this.ultraGroupBox1.Controls.Add(this.lblMemo);
this.ultraGroupBox1.Controls.Add(this.cboToolName);
this.ultraGroupBox1.Controls.Add(this.txtMemo);
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(681, 108);
this.ultraGroupBox1.TabIndex = 245;
//
// lblParaID
//
this.lblParaID.AutoSize = true;
this.lblParaID.BackColor = System.Drawing.Color.Transparent;
this.lblParaID.Location = new System.Drawing.Point(6, 14);
this.lblParaID.Name = "lblParaID";
this.lblParaID.Size = new System.Drawing.Size(91, 14);
this.lblParaID.TabIndex = 242;
this.lblParaID.Text = "材料类型编号";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(520, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 14);
this.label1.TabIndex = 244;
this.label1.Visible = false;
//
// cboParaID
//
this.cboParaID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
this.cboParaID.FormattingEnabled = true;
this.cboParaID.Location = new System.Drawing.Point(102, 10);
this.cboParaID.Name = "cboParaID";
this.cboParaID.Size = new System.Drawing.Size(107, 22);
this.cboParaID.TabIndex = 233;
//
// lblToolName
//
this.lblToolName.AutoSize = true;
this.lblToolName.BackColor = System.Drawing.Color.Transparent;
this.lblToolName.Location = new System.Drawing.Point(236, 14);
this.lblToolName.Name = "lblToolName";
this.lblToolName.Size = new System.Drawing.Size(91, 14);
this.lblToolName.TabIndex = 243;
this.lblToolName.Text = "适用工具类型";
//
// lblToolID
//
this.lblToolID.AutoSize = true;
this.lblToolID.BackColor = System.Drawing.Color.Transparent;
this.lblToolID.Location = new System.Drawing.Point(454, 14);
this.lblToolID.Name = "lblToolID";
this.lblToolID.Size = new System.Drawing.Size(91, 14);
this.lblToolID.TabIndex = 234;
this.lblToolID.Text = "适用工具位置";
//
// cboToolID
//
this.cboToolID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
this.cboToolID.FormattingEnabled = true;
this.cboToolID.Location = new System.Drawing.Point(551, 10);
this.cboToolID.Name = "cboToolID";
this.cboToolID.Size = new System.Drawing.Size(93, 22);
this.cboToolID.TabIndex = 235;
//
// lblMemo
//
this.lblMemo.AutoSize = true;
this.lblMemo.BackColor = System.Drawing.Color.Transparent;
this.lblMemo.Location = new System.Drawing.Point(62, 47);
this.lblMemo.Name = "lblMemo";
this.lblMemo.Size = new System.Drawing.Size(35, 14);
this.lblMemo.TabIndex = 240;
this.lblMemo.Text = "备注";
//
// cboToolName
//
this.cboToolName.FormattingEnabled = true;
this.cboToolName.Items.AddRange(new object[] {
"铁包",
"钢包"});
this.cboToolName.Location = new System.Drawing.Point(331, 10);
this.cboToolName.Name = "cboToolName";
this.cboToolName.Size = new System.Drawing.Size(97, 22);
this.cboToolName.TabIndex = 235;
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(102, 44);
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(542, 56);
this.txtMemo.TabIndex = 241;
//
// FrmToolRepairPositionInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(685, 444);
this.Controls.Add(this.ulgrid);
this.Controls.Add(this.ulgrpModel);
this.Controls.Add(this.ultraExpandableGroupBox1);
this.Controls.Add(this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left);
this.Controls.Add(this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right);
this.Controls.Add(this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top);
this.Controls.Add(this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "FrmToolRepairPositionInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "维修位置信息";
this.Load += new System.EventHandler(this.FrmToolRepairPositionInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
this.ulgrpModel.ResumeLayout(false);
this.ulgrpModel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
this.ultraExpandableGroupBox1.ResumeLayout(false);
this.ulexpgrpModel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
public Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
private System.Windows.Forms.ComboBox cboToolType;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom;
public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ulexpgrpModel;
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 System.Windows.Forms.Label label1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private System.Windows.Forms.CheckBox chkToolName;
}
}