namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmToolBaseInfo
{
///
/// 必需的设计器变量。
///
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.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.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("参数类型编号");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("耐材编号");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("耐材名称");
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("参数类型编号");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修位置记录编号");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("工器具名称");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("工器具编号");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修位置名称");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
this.btnItem = new System.Windows.Forms.Button();
this.btnRepairPos = new System.Windows.Forms.Button();
this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
this.btnQuery = new System.Windows.Forms.Button();
this.cboQToolType = new System.Windows.Forms.ComboBox();
this.chkQToolType = new System.Windows.Forms.CheckBox();
this.cboQType = new System.Windows.Forms.ComboBox();
this.chkQNozzleID = new System.Windows.Forms.CheckBox();
this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.ultdsStuffBaseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
this.ulgrpModel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultdsStuffBaseInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
this.SuspendLayout();
//
// btnItem
//
this.btnItem.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnItem.Location = new System.Drawing.Point(467, 12);
this.btnItem.Name = "btnItem";
this.btnItem.Size = new System.Drawing.Size(75, 25);
this.btnItem.TabIndex = 0;
this.btnItem.Text = "材料信息";
this.btnItem.UseVisualStyleBackColor = true;
this.btnItem.Click += new System.EventHandler(this.button1_Click);
//
// btnRepairPos
//
this.btnRepairPos.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnRepairPos.Location = new System.Drawing.Point(546, 12);
this.btnRepairPos.Name = "btnRepairPos";
this.btnRepairPos.Size = new System.Drawing.Size(75, 25);
this.btnRepairPos.TabIndex = 1;
this.btnRepairPos.Text = "维修位置信息";
this.btnRepairPos.UseVisualStyleBackColor = true;
this.btnRepairPos.Click += new System.EventHandler(this.button2_Click);
//
// ulgrpModel
//
appearance1.BackColor = System.Drawing.Color.Gainsboro;
appearance1.FontData.Name = "宋体";
appearance1.FontData.SizeInPoints = 10.5F;
this.ulgrpModel.Appearance = appearance1;
this.ulgrpModel.Controls.Add(this.btnQuery);
this.ulgrpModel.Controls.Add(this.cboQToolType);
this.ulgrpModel.Controls.Add(this.chkQToolType);
this.ulgrpModel.Controls.Add(this.btnRepairPos);
this.ulgrpModel.Controls.Add(this.btnItem);
this.ulgrpModel.Controls.Add(this.cboQType);
this.ulgrpModel.Controls.Add(this.chkQNozzleID);
this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
this.ulgrpModel.Name = "ulgrpModel";
this.ulgrpModel.Size = new System.Drawing.Size(715, 45);
this.ulgrpModel.TabIndex = 15;
//
// btnQuery
//
this.btnQuery.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnQuery.Location = new System.Drawing.Point(388, 12);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(75, 25);
this.btnQuery.TabIndex = 168;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// cboQToolType
//
this.cboQToolType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboQToolType.Enabled = false;
this.cboQToolType.Font = new System.Drawing.Font("宋体", 10.5F);
this.cboQToolType.FormattingEnabled = true;
this.cboQToolType.Location = new System.Drawing.Point(253, 13);
this.cboQToolType.Name = "cboQToolType";
this.cboQToolType.Size = new System.Drawing.Size(121, 22);
this.cboQToolType.TabIndex = 167;
//
// chkQToolType
//
this.chkQToolType.AutoSize = true;
this.chkQToolType.BackColor = System.Drawing.Color.Transparent;
this.chkQToolType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkQToolType.Font = new System.Drawing.Font("宋体", 10.5F);
this.chkQToolType.Location = new System.Drawing.Point(165, 15);
this.chkQToolType.Name = "chkQToolType";
this.chkQToolType.Size = new System.Drawing.Size(79, 18);
this.chkQToolType.TabIndex = 165;
this.chkQToolType.Text = "工具类型";
this.chkQToolType.UseVisualStyleBackColor = false;
this.chkQToolType.CheckedChanged += new System.EventHandler(this.chkQToolType_CheckedChanged);
//
// cboQType
//
this.cboQType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboQType.Font = new System.Drawing.Font("宋体", 10.5F);
this.cboQType.FormattingEnabled = true;
this.cboQType.Items.AddRange(new object[] {
"耐材信息",
"维修位置信息"});
this.cboQType.Location = new System.Drawing.Point(28, 13);
this.cboQType.Name = "cboQType";
this.cboQType.Size = new System.Drawing.Size(121, 22);
this.cboQType.TabIndex = 163;
//
// chkQNozzleID
//
this.chkQNozzleID.AutoSize = true;
this.chkQNozzleID.BackColor = System.Drawing.Color.Transparent;
this.chkQNozzleID.Enabled = false;
this.chkQNozzleID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkQNozzleID.Font = new System.Drawing.Font("宋体", 10.5F);
this.chkQNozzleID.Location = new System.Drawing.Point(12, 15);
this.chkQNozzleID.Name = "chkQNozzleID";
this.chkQNozzleID.Size = new System.Drawing.Size(79, 18);
this.chkQNozzleID.TabIndex = 162;
this.chkQNozzleID.Text = "查询类别";
this.chkQNozzleID.UseVisualStyleBackColor = false;
this.chkQNozzleID.Visible = false;
//
// ulgrid
//
this.ulgrid.DataSource = this.ultdsStuffBaseInfo;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.Width = 101;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn2.Width = 95;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn3.Width = 89;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn4.Width = 79;
ultraGridColumn5.Header.VisiblePosition = 4;
ultraGridColumn5.Width = 69;
ultraGridColumn6.Header.VisiblePosition = 5;
ultraGridColumn6.Width = 100;
ultraGridColumn7.Header.VisiblePosition = 6;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5,
ultraGridColumn6,
ultraGridColumn7});
ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
this.ulgrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
this.ulgrid.DisplayLayout.Override.HeaderAppearance = appearance2;
this.ulgrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252)))));
this.ulgrid.DisplayLayout.Override.RowAlternateAppearance = appearance3;
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, 45);
this.ulgrid.Name = "ulgrid";
this.ulgrid.Size = new System.Drawing.Size(715, 433);
this.ulgrid.TabIndex = 16;
this.ulgrid.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ulgrid_InitializeLayout);
//
// ultdsStuffBaseInfo
//
this.ultdsStuffBaseInfo.Band.Columns.AddRange(new object[] {
ultraDataColumn1,
ultraDataColumn2,
ultraDataColumn3,
ultraDataColumn4,
ultraDataColumn5,
ultraDataColumn6,
ultraDataColumn7});
//
// ultraDataSource1
//
this.ultraDataSource1.Band.Columns.AddRange(new object[] {
ultraDataColumn8,
ultraDataColumn9,
ultraDataColumn10,
ultraDataColumn11,
ultraDataColumn12});
//
// FrmToolBaseInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(715, 478);
this.Controls.Add(this.ulgrid);
this.Controls.Add(this.ulgrpModel);
this.Name = "FrmToolBaseInfo";
this.Text = "工器具基本信息维护";
this.Load += new System.EventHandler(this.FrmToolBaseInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
this.ulgrpModel.ResumeLayout(false);
this.ulgrpModel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultdsStuffBaseInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnItem;
private System.Windows.Forms.Button btnRepairPos;
public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.ComboBox cboQToolType;
private System.Windows.Forms.CheckBox chkQToolType;
private System.Windows.Forms.ComboBox cboQType;
private System.Windows.Forms.CheckBox chkQNozzleID;
public Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsStuffBaseInfo;
}
}