FrmToolBaseInfo.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmToolBaseInfo
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("耐材编号");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("耐材名称");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("使用位置");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("工具类型");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("制造厂");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("参数类型编号");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  38. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("耐材编号");
  41. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("耐材名称");
  42. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("使用位置");
  43. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("工具类型");
  44. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("制造厂");
  45. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("参数类型编号");
  46. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  47. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修位置记录编号");
  48. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("工器具名称");
  49. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("工器具编号");
  50. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修位置名称");
  51. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  52. this.btnItem = new System.Windows.Forms.Button();
  53. this.btnRepairPos = new System.Windows.Forms.Button();
  54. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  55. this.btnQuery = new System.Windows.Forms.Button();
  56. this.cboQToolType = new System.Windows.Forms.ComboBox();
  57. this.chkQToolType = new System.Windows.Forms.CheckBox();
  58. this.cboQType = new System.Windows.Forms.ComboBox();
  59. this.chkQNozzleID = new System.Windows.Forms.CheckBox();
  60. this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  61. this.ultdsStuffBaseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
  62. this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
  63. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  64. this.ulgrpModel.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultdsStuffBaseInfo)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // btnItem
  71. //
  72. this.btnItem.Font = new System.Drawing.Font("宋体", 10.5F);
  73. this.btnItem.Location = new System.Drawing.Point(467, 12);
  74. this.btnItem.Name = "btnItem";
  75. this.btnItem.Size = new System.Drawing.Size(75, 25);
  76. this.btnItem.TabIndex = 0;
  77. this.btnItem.Text = "材料信息";
  78. this.btnItem.UseVisualStyleBackColor = true;
  79. this.btnItem.Click += new System.EventHandler(this.button1_Click);
  80. //
  81. // btnRepairPos
  82. //
  83. this.btnRepairPos.Font = new System.Drawing.Font("宋体", 10.5F);
  84. this.btnRepairPos.Location = new System.Drawing.Point(546, 12);
  85. this.btnRepairPos.Name = "btnRepairPos";
  86. this.btnRepairPos.Size = new System.Drawing.Size(75, 25);
  87. this.btnRepairPos.TabIndex = 1;
  88. this.btnRepairPos.Text = "维修位置信息";
  89. this.btnRepairPos.UseVisualStyleBackColor = true;
  90. this.btnRepairPos.Click += new System.EventHandler(this.button2_Click);
  91. //
  92. // ulgrpModel
  93. //
  94. appearance1.BackColor = System.Drawing.Color.Gainsboro;
  95. appearance1.FontData.Name = "宋体";
  96. appearance1.FontData.SizeInPoints = 10.5F;
  97. this.ulgrpModel.Appearance = appearance1;
  98. this.ulgrpModel.Controls.Add(this.btnQuery);
  99. this.ulgrpModel.Controls.Add(this.cboQToolType);
  100. this.ulgrpModel.Controls.Add(this.chkQToolType);
  101. this.ulgrpModel.Controls.Add(this.btnRepairPos);
  102. this.ulgrpModel.Controls.Add(this.btnItem);
  103. this.ulgrpModel.Controls.Add(this.cboQType);
  104. this.ulgrpModel.Controls.Add(this.chkQNozzleID);
  105. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  106. this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
  107. this.ulgrpModel.Name = "ulgrpModel";
  108. this.ulgrpModel.Size = new System.Drawing.Size(715, 45);
  109. this.ulgrpModel.TabIndex = 15;
  110. //
  111. // btnQuery
  112. //
  113. this.btnQuery.Font = new System.Drawing.Font("宋体", 10.5F);
  114. this.btnQuery.Location = new System.Drawing.Point(388, 12);
  115. this.btnQuery.Name = "btnQuery";
  116. this.btnQuery.Size = new System.Drawing.Size(75, 25);
  117. this.btnQuery.TabIndex = 168;
  118. this.btnQuery.Text = "查询";
  119. this.btnQuery.UseVisualStyleBackColor = true;
  120. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  121. //
  122. // cboQToolType
  123. //
  124. this.cboQToolType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  125. this.cboQToolType.Enabled = false;
  126. this.cboQToolType.Font = new System.Drawing.Font("宋体", 10.5F);
  127. this.cboQToolType.FormattingEnabled = true;
  128. this.cboQToolType.Location = new System.Drawing.Point(253, 13);
  129. this.cboQToolType.Name = "cboQToolType";
  130. this.cboQToolType.Size = new System.Drawing.Size(121, 22);
  131. this.cboQToolType.TabIndex = 167;
  132. //
  133. // chkQToolType
  134. //
  135. this.chkQToolType.AutoSize = true;
  136. this.chkQToolType.BackColor = System.Drawing.Color.Transparent;
  137. this.chkQToolType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  138. this.chkQToolType.Font = new System.Drawing.Font("宋体", 10.5F);
  139. this.chkQToolType.Location = new System.Drawing.Point(165, 15);
  140. this.chkQToolType.Name = "chkQToolType";
  141. this.chkQToolType.Size = new System.Drawing.Size(79, 18);
  142. this.chkQToolType.TabIndex = 165;
  143. this.chkQToolType.Text = "工具类型";
  144. this.chkQToolType.UseVisualStyleBackColor = false;
  145. this.chkQToolType.CheckedChanged += new System.EventHandler(this.chkQToolType_CheckedChanged);
  146. //
  147. // cboQType
  148. //
  149. this.cboQType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  150. this.cboQType.Font = new System.Drawing.Font("宋体", 10.5F);
  151. this.cboQType.FormattingEnabled = true;
  152. this.cboQType.Items.AddRange(new object[] {
  153. "耐材信息",
  154. "维修位置信息"});
  155. this.cboQType.Location = new System.Drawing.Point(28, 13);
  156. this.cboQType.Name = "cboQType";
  157. this.cboQType.Size = new System.Drawing.Size(121, 22);
  158. this.cboQType.TabIndex = 163;
  159. //
  160. // chkQNozzleID
  161. //
  162. this.chkQNozzleID.AutoSize = true;
  163. this.chkQNozzleID.BackColor = System.Drawing.Color.Transparent;
  164. this.chkQNozzleID.Enabled = false;
  165. this.chkQNozzleID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  166. this.chkQNozzleID.Font = new System.Drawing.Font("宋体", 10.5F);
  167. this.chkQNozzleID.Location = new System.Drawing.Point(12, 15);
  168. this.chkQNozzleID.Name = "chkQNozzleID";
  169. this.chkQNozzleID.Size = new System.Drawing.Size(79, 18);
  170. this.chkQNozzleID.TabIndex = 162;
  171. this.chkQNozzleID.Text = "查询类别";
  172. this.chkQNozzleID.UseVisualStyleBackColor = false;
  173. this.chkQNozzleID.Visible = false;
  174. //
  175. // ulgrid
  176. //
  177. this.ulgrid.DataSource = this.ultdsStuffBaseInfo;
  178. ultraGridColumn1.Header.VisiblePosition = 0;
  179. ultraGridColumn1.Width = 101;
  180. ultraGridColumn2.Header.VisiblePosition = 1;
  181. ultraGridColumn2.Width = 95;
  182. ultraGridColumn3.Header.VisiblePosition = 2;
  183. ultraGridColumn3.Width = 89;
  184. ultraGridColumn4.Header.VisiblePosition = 3;
  185. ultraGridColumn4.Width = 79;
  186. ultraGridColumn5.Header.VisiblePosition = 4;
  187. ultraGridColumn5.Width = 69;
  188. ultraGridColumn6.Header.VisiblePosition = 5;
  189. ultraGridColumn6.Width = 100;
  190. ultraGridColumn7.Header.VisiblePosition = 6;
  191. ultraGridBand1.Columns.AddRange(new object[] {
  192. ultraGridColumn1,
  193. ultraGridColumn2,
  194. ultraGridColumn3,
  195. ultraGridColumn4,
  196. ultraGridColumn5,
  197. ultraGridColumn6,
  198. ultraGridColumn7});
  199. ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  200. this.ulgrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  201. appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
  202. this.ulgrid.DisplayLayout.Override.HeaderAppearance = appearance2;
  203. this.ulgrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  204. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252)))));
  205. this.ulgrid.DisplayLayout.Override.RowAlternateAppearance = appearance3;
  206. this.ulgrid.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.ulgrid.Font = new System.Drawing.Font("宋体", 10.5F);
  208. this.ulgrid.Location = new System.Drawing.Point(0, 45);
  209. this.ulgrid.Name = "ulgrid";
  210. this.ulgrid.Size = new System.Drawing.Size(715, 433);
  211. this.ulgrid.TabIndex = 16;
  212. this.ulgrid.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ulgrid_InitializeLayout);
  213. //
  214. // ultdsStuffBaseInfo
  215. //
  216. this.ultdsStuffBaseInfo.Band.Columns.AddRange(new object[] {
  217. ultraDataColumn1,
  218. ultraDataColumn2,
  219. ultraDataColumn3,
  220. ultraDataColumn4,
  221. ultraDataColumn5,
  222. ultraDataColumn6,
  223. ultraDataColumn7});
  224. //
  225. // ultraDataSource1
  226. //
  227. this.ultraDataSource1.Band.Columns.AddRange(new object[] {
  228. ultraDataColumn8,
  229. ultraDataColumn9,
  230. ultraDataColumn10,
  231. ultraDataColumn11,
  232. ultraDataColumn12});
  233. //
  234. // FrmToolBaseInfo
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.ClientSize = new System.Drawing.Size(715, 478);
  239. this.Controls.Add(this.ulgrid);
  240. this.Controls.Add(this.ulgrpModel);
  241. this.Name = "FrmToolBaseInfo";
  242. this.Text = "工器具基本信息维护";
  243. this.Load += new System.EventHandler(this.FrmToolBaseInfo_Load);
  244. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  245. this.ulgrpModel.ResumeLayout(false);
  246. this.ulgrpModel.PerformLayout();
  247. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.ultdsStuffBaseInfo)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
  250. this.ResumeLayout(false);
  251. }
  252. #endregion
  253. private System.Windows.Forms.Button btnItem;
  254. private System.Windows.Forms.Button btnRepairPos;
  255. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  256. private System.Windows.Forms.Button btnQuery;
  257. private System.Windows.Forms.ComboBox cboQToolType;
  258. private System.Windows.Forms.CheckBox chkQToolType;
  259. private System.Windows.Forms.ComboBox cboQType;
  260. private System.Windows.Forms.CheckBox chkQNozzleID;
  261. public Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
  262. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
  263. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsStuffBaseInfo;
  264. }
  265. }