FrmToolBaseInfoNew.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmToolBaseInfoNew
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 0");
  29. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 1");
  30. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 2");
  31. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 3");
  32. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 4");
  33. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 5");
  34. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 6");
  35. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 7");
  36. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 0");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 1");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 2");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 3");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 4");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 5");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 6");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column 7");
  45. this.btnQuery = new System.Windows.Forms.Button();
  46. this.cboQToolType = new System.Windows.Forms.ComboBox();
  47. this.chkQToolType = new System.Windows.Forms.CheckBox();
  48. this.btnRepairPos = new System.Windows.Forms.Button();
  49. this.btnItem = new System.Windows.Forms.Button();
  50. this.cboQType = new System.Windows.Forms.ComboBox();
  51. this.chkQNozzleID = new System.Windows.Forms.CheckBox();
  52. this.ultdsStuffBaseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
  53. this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
  54. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  55. this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  56. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultdsStuffBaseInfo)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
  59. this.ultraPanel1.ClientArea.SuspendLayout();
  60. this.ultraPanel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
  62. this.ultraPanel2.ClientArea.SuspendLayout();
  63. this.ultraPanel2.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // btnQuery
  67. //
  68. this.btnQuery.Font = new System.Drawing.Font("宋体", 10.5F);
  69. this.btnQuery.Location = new System.Drawing.Point(427, 12);
  70. this.btnQuery.Name = "btnQuery";
  71. this.btnQuery.Size = new System.Drawing.Size(75, 25);
  72. this.btnQuery.TabIndex = 168;
  73. this.btnQuery.Text = "查询";
  74. this.btnQuery.UseVisualStyleBackColor = true;
  75. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  76. //
  77. // cboQToolType
  78. //
  79. this.cboQToolType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  80. this.cboQToolType.Enabled = false;
  81. this.cboQToolType.Font = new System.Drawing.Font("宋体", 10.5F);
  82. this.cboQToolType.FormattingEnabled = true;
  83. this.cboQToolType.Location = new System.Drawing.Point(297, 13);
  84. this.cboQToolType.Name = "cboQToolType";
  85. this.cboQToolType.Size = new System.Drawing.Size(121, 22);
  86. this.cboQToolType.TabIndex = 167;
  87. //
  88. // chkQToolType
  89. //
  90. this.chkQToolType.AutoSize = true;
  91. this.chkQToolType.BackColor = System.Drawing.Color.Transparent;
  92. this.chkQToolType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.chkQToolType.Font = new System.Drawing.Font("宋体", 10.5F);
  94. this.chkQToolType.Location = new System.Drawing.Point(216, 15);
  95. this.chkQToolType.Name = "chkQToolType";
  96. this.chkQToolType.Size = new System.Drawing.Size(79, 18);
  97. this.chkQToolType.TabIndex = 165;
  98. this.chkQToolType.Text = "工具类型";
  99. this.chkQToolType.UseVisualStyleBackColor = false;
  100. this.chkQToolType.CheckedChanged += new System.EventHandler(this.chkQToolType_CheckedChanged);
  101. //
  102. // btnRepairPos
  103. //
  104. this.btnRepairPos.Font = new System.Drawing.Font("宋体", 10.5F);
  105. this.btnRepairPos.Location = new System.Drawing.Point(589, 12);
  106. this.btnRepairPos.Name = "btnRepairPos";
  107. this.btnRepairPos.Size = new System.Drawing.Size(75, 25);
  108. this.btnRepairPos.TabIndex = 1;
  109. this.btnRepairPos.Text = "维修位置信息";
  110. this.btnRepairPos.UseVisualStyleBackColor = true;
  111. this.btnRepairPos.Click += new System.EventHandler(this.btnRepairPos_Click);
  112. //
  113. // btnItem
  114. //
  115. this.btnItem.Font = new System.Drawing.Font("宋体", 10.5F);
  116. this.btnItem.Location = new System.Drawing.Point(508, 12);
  117. this.btnItem.Name = "btnItem";
  118. this.btnItem.Size = new System.Drawing.Size(75, 25);
  119. this.btnItem.TabIndex = 0;
  120. this.btnItem.Text = "材料信息";
  121. this.btnItem.UseVisualStyleBackColor = true;
  122. this.btnItem.Click += new System.EventHandler(this.btnItem_Click);
  123. //
  124. // cboQType
  125. //
  126. this.cboQType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  127. this.cboQType.Font = new System.Drawing.Font("宋体", 10.5F);
  128. this.cboQType.FormattingEnabled = true;
  129. this.cboQType.Items.AddRange(new object[] {
  130. "耐材信息",
  131. "维修位置信息"});
  132. this.cboQType.Location = new System.Drawing.Point(89, 12);
  133. this.cboQType.Name = "cboQType";
  134. this.cboQType.Size = new System.Drawing.Size(121, 22);
  135. this.cboQType.TabIndex = 163;
  136. //
  137. // chkQNozzleID
  138. //
  139. this.chkQNozzleID.AutoSize = true;
  140. this.chkQNozzleID.BackColor = System.Drawing.Color.Transparent;
  141. this.chkQNozzleID.Enabled = false;
  142. this.chkQNozzleID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  143. this.chkQNozzleID.Font = new System.Drawing.Font("宋体", 10.5F);
  144. this.chkQNozzleID.Location = new System.Drawing.Point(7, 15);
  145. this.chkQNozzleID.Name = "chkQNozzleID";
  146. this.chkQNozzleID.Size = new System.Drawing.Size(79, 18);
  147. this.chkQNozzleID.TabIndex = 162;
  148. this.chkQNozzleID.Text = "查询类别";
  149. this.chkQNozzleID.UseVisualStyleBackColor = false;
  150. this.chkQNozzleID.Visible = false;
  151. //
  152. // ultdsStuffBaseInfo
  153. //
  154. this.ultdsStuffBaseInfo.Band.Columns.AddRange(new object[] {
  155. ultraDataColumn1,
  156. ultraDataColumn2,
  157. ultraDataColumn3,
  158. ultraDataColumn4,
  159. ultraDataColumn5,
  160. ultraDataColumn6,
  161. ultraDataColumn7,
  162. ultraDataColumn8});
  163. //
  164. // ultraPanel1
  165. //
  166. //
  167. // ultraPanel1.ClientArea
  168. //
  169. this.ultraPanel1.ClientArea.Controls.Add(this.ulgrid);
  170. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.ultraPanel1.Location = new System.Drawing.Point(0, 50);
  172. this.ultraPanel1.Name = "ultraPanel1";
  173. this.ultraPanel1.Size = new System.Drawing.Size(689, 454);
  174. this.ultraPanel1.TabIndex = 19;
  175. //
  176. // ulgrid
  177. //
  178. this.ulgrid.DataSource = this.ultdsStuffBaseInfo;
  179. ultraGridColumn1.Header.VisiblePosition = 0;
  180. ultraGridColumn2.Header.VisiblePosition = 1;
  181. ultraGridColumn3.Header.VisiblePosition = 2;
  182. ultraGridColumn4.Header.VisiblePosition = 3;
  183. ultraGridColumn5.Header.VisiblePosition = 4;
  184. ultraGridColumn6.Header.VisiblePosition = 5;
  185. ultraGridColumn7.Header.VisiblePosition = 6;
  186. ultraGridColumn8.Header.VisiblePosition = 7;
  187. ultraGridBand1.Columns.AddRange(new object[] {
  188. ultraGridColumn1,
  189. ultraGridColumn2,
  190. ultraGridColumn3,
  191. ultraGridColumn4,
  192. ultraGridColumn5,
  193. ultraGridColumn6,
  194. ultraGridColumn7,
  195. ultraGridColumn8});
  196. //ultraGridBand1.UseRowLayout = true;
  197. this.ulgrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  198. this.ulgrid.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.ulgrid.Location = new System.Drawing.Point(0, 0);
  200. this.ulgrid.Name = "ulgrid";
  201. this.ulgrid.Size = new System.Drawing.Size(689, 454);
  202. this.ulgrid.TabIndex = 0;
  203. this.ulgrid.Text = "ultraGrid1";
  204. //
  205. // ultraPanel2
  206. //
  207. //
  208. // ultraPanel2.ClientArea
  209. //
  210. this.ultraPanel2.ClientArea.Controls.Add(this.cboQToolType);
  211. this.ultraPanel2.ClientArea.Controls.Add(this.btnItem);
  212. this.ultraPanel2.ClientArea.Controls.Add(this.btnQuery);
  213. this.ultraPanel2.ClientArea.Controls.Add(this.btnRepairPos);
  214. this.ultraPanel2.ClientArea.Controls.Add(this.chkQNozzleID);
  215. this.ultraPanel2.ClientArea.Controls.Add(this.cboQType);
  216. this.ultraPanel2.ClientArea.Controls.Add(this.chkQToolType);
  217. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  218. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  219. this.ultraPanel2.Name = "ultraPanel2";
  220. this.ultraPanel2.Size = new System.Drawing.Size(689, 50);
  221. this.ultraPanel2.TabIndex = 22;
  222. //
  223. // FrmToolBaseInfoNew
  224. //
  225. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  227. this.ClientSize = new System.Drawing.Size(689, 504);
  228. this.Controls.Add(this.ultraPanel1);
  229. this.Controls.Add(this.ultraPanel2);
  230. this.Name = "FrmToolBaseInfoNew";
  231. this.Text = "FrmToolBaseInfoNew";
  232. ((System.ComponentModel.ISupportInitialize)(this.ultdsStuffBaseInfo)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
  234. this.ultraPanel1.ClientArea.ResumeLayout(false);
  235. this.ultraPanel1.ResumeLayout(false);
  236. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
  237. this.ultraPanel2.ClientArea.ResumeLayout(false);
  238. this.ultraPanel2.ClientArea.PerformLayout();
  239. this.ultraPanel2.ResumeLayout(false);
  240. this.ResumeLayout(false);
  241. }
  242. #endregion
  243. private System.Windows.Forms.Button btnQuery;
  244. private System.Windows.Forms.ComboBox cboQToolType;
  245. private System.Windows.Forms.CheckBox chkQToolType;
  246. private System.Windows.Forms.Button btnRepairPos;
  247. private System.Windows.Forms.Button btnItem;
  248. private System.Windows.Forms.ComboBox cboQType;
  249. private System.Windows.Forms.CheckBox chkQNozzleID;
  250. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsStuffBaseInfo;
  251. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
  252. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  253. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  254. private Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
  255. }
  256. }