| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmToolBaseInfoNew
- {
- /// <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.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 0");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 1");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 2");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 3");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 4");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 5");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 6");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 7");
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 0");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 1");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 2");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 3");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 4");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 5");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 6");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 7");
- this.btnQuery = new System.Windows.Forms.Button();
- this.cboQToolType = new System.Windows.Forms.ComboBox();
- this.chkQToolType = new System.Windows.Forms.CheckBox();
- this.btnRepairPos = new System.Windows.Forms.Button();
- this.btnItem = new System.Windows.Forms.Button();
- this.cboQType = new System.Windows.Forms.ComboBox();
- this.chkQNozzleID = new System.Windows.Forms.CheckBox();
- this.ultdsStuffBaseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
- this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- ((System.ComponentModel.ISupportInitialize)(this.ultdsStuffBaseInfo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // btnQuery
- //
- this.btnQuery.Font = new System.Drawing.Font("宋体", 10.5F);
- this.btnQuery.Location = new System.Drawing.Point(427, 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(297, 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(216, 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);
- //
- // btnRepairPos
- //
- this.btnRepairPos.Font = new System.Drawing.Font("宋体", 10.5F);
- this.btnRepairPos.Location = new System.Drawing.Point(589, 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.btnRepairPos_Click);
- //
- // btnItem
- //
- this.btnItem.Font = new System.Drawing.Font("宋体", 10.5F);
- this.btnItem.Location = new System.Drawing.Point(508, 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.btnItem_Click);
- //
- // 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(89, 12);
- 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(7, 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;
- //
- // ultdsStuffBaseInfo
- //
- this.ultdsStuffBaseInfo.Band.Columns.AddRange(new object[] {
- ultraDataColumn1,
- ultraDataColumn2,
- ultraDataColumn3,
- ultraDataColumn4,
- ultraDataColumn5,
- ultraDataColumn6,
- ultraDataColumn7,
- ultraDataColumn8});
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.ulgrid);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 50);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(689, 454);
- this.ultraPanel1.TabIndex = 19;
- //
- // ulgrid
- //
- this.ulgrid.DataSource = this.ultdsStuffBaseInfo;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8});
- //ultraGridBand1.UseRowLayout = true;
- this.ulgrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ulgrid.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulgrid.Location = new System.Drawing.Point(0, 0);
- this.ulgrid.Name = "ulgrid";
- this.ulgrid.Size = new System.Drawing.Size(689, 454);
- this.ulgrid.TabIndex = 0;
- this.ulgrid.Text = "ultraGrid1";
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.cboQToolType);
- this.ultraPanel2.ClientArea.Controls.Add(this.btnItem);
- this.ultraPanel2.ClientArea.Controls.Add(this.btnQuery);
- this.ultraPanel2.ClientArea.Controls.Add(this.btnRepairPos);
- this.ultraPanel2.ClientArea.Controls.Add(this.chkQNozzleID);
- this.ultraPanel2.ClientArea.Controls.Add(this.cboQType);
- this.ultraPanel2.ClientArea.Controls.Add(this.chkQToolType);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(689, 50);
- this.ultraPanel2.TabIndex = 22;
- //
- // FrmToolBaseInfoNew
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(689, 504);
- this.Controls.Add(this.ultraPanel1);
- this.Controls.Add(this.ultraPanel2);
- this.Name = "FrmToolBaseInfoNew";
- this.Text = "FrmToolBaseInfoNew";
- ((System.ComponentModel.ISupportInitialize)(this.ultdsStuffBaseInfo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ClientArea.PerformLayout();
- this.ultraPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btnQuery;
- private System.Windows.Forms.ComboBox cboQToolType;
- private System.Windows.Forms.CheckBox chkQToolType;
- private System.Windows.Forms.Button btnRepairPos;
- private System.Windows.Forms.Button btnItem;
- private System.Windows.Forms.ComboBox cboQType;
- private System.Windows.Forms.CheckBox chkQNozzleID;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsStuffBaseInfo;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
- }
- }
|