FrmVTPluginInfo.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmVTPluginInfo
  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.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("槽号");
  30. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RH炉号");
  31. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("槽龄");
  32. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("购买日期");
  33. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  34. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID");
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmVTPluginInfo));
  36. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("槽号");
  39. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RH炉号");
  41. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("槽龄");
  43. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("购买日期");
  45. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  47. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  49. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  50. this.ultdsPlugin = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  51. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  52. this.QUERY = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  54. this.ADD = new System.Windows.Forms.ToolStripButton();
  55. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  56. this.EDIT = new System.Windows.Forms.ToolStripButton();
  57. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  58. this.DEL = new System.Windows.Forms.ToolStripButton();
  59. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  60. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  61. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  62. this.chkID = new System.Windows.Forms.CheckBox();
  63. this.chkCCM = new System.Windows.Forms.CheckBox();
  64. this.cmbID = new System.Windows.Forms.ComboBox();
  65. this.cmbCCM = new System.Windows.Forms.ComboBox();
  66. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  67. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  68. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  69. this.label1 = new System.Windows.Forms.Label();
  70. this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  71. this.label2 = new System.Windows.Forms.Label();
  72. this.txtCS = new System.Windows.Forms.TextBox();
  73. this.label6 = new System.Windows.Forms.Label();
  74. this.txtMemo = new System.Windows.Forms.TextBox();
  75. this.label5 = new System.Windows.Forms.Label();
  76. this.txtNO = new System.Windows.Forms.TextBox();
  77. this.label4 = new System.Windows.Forms.Label();
  78. this.cmbZJH = new System.Windows.Forms.ComboBox();
  79. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  80. ((System.ComponentModel.ISupportInitialize)(this.ultdsPlugin)).BeginInit();
  81. this.toolStrip1.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  83. this.ulgrpModel.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  85. this.ultraExpandableGroupBox1.SuspendLayout();
  86. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  88. this.ultraGroupBox1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  91. this.SuspendLayout();
  92. //
  93. // ultdsPlugin
  94. //
  95. this.ultdsPlugin.AllowDelete = false;
  96. this.ultdsPlugin.Band.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  97. this.ultdsPlugin.Band.Columns.AddRange(new object[] {
  98. ultraDataColumn1,
  99. ultraDataColumn2,
  100. ultraDataColumn3,
  101. ultraDataColumn4,
  102. ultraDataColumn5,
  103. ultraDataColumn6});
  104. //
  105. // toolStrip1
  106. //
  107. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  108. this.QUERY,
  109. this.toolStripSeparator4,
  110. this.ADD,
  111. this.toolStripSeparator1,
  112. this.EDIT,
  113. this.toolStripSeparator2,
  114. this.DEL,
  115. this.toolStripSeparator3,
  116. this.CLOSE});
  117. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  118. this.toolStrip1.Name = "toolStrip1";
  119. this.toolStrip1.Size = new System.Drawing.Size(753, 25);
  120. this.toolStrip1.TabIndex = 0;
  121. this.toolStrip1.Text = "toolStrip1";
  122. this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  123. //
  124. // QUERY
  125. //
  126. this.QUERY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  127. this.QUERY.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.QUERY.Name = "QUERY";
  129. this.QUERY.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  130. this.QUERY.Size = new System.Drawing.Size(53, 22);
  131. this.QUERY.Text = "查询";
  132. //
  133. // toolStripSeparator4
  134. //
  135. this.toolStripSeparator4.Name = "toolStripSeparator4";
  136. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  137. //
  138. // ADD
  139. //
  140. this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  141. this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.ADD.Name = "ADD";
  143. this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  144. this.ADD.Size = new System.Drawing.Size(53, 22);
  145. this.ADD.Text = "新增";
  146. this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  147. //
  148. // toolStripSeparator1
  149. //
  150. this.toolStripSeparator1.Name = "toolStripSeparator1";
  151. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  152. //
  153. // EDIT
  154. //
  155. this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  156. this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.EDIT.Name = "EDIT";
  158. this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  159. this.EDIT.Size = new System.Drawing.Size(53, 22);
  160. this.EDIT.Text = "修改";
  161. this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  162. //
  163. // toolStripSeparator2
  164. //
  165. this.toolStripSeparator2.Name = "toolStripSeparator2";
  166. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  167. //
  168. // DEL
  169. //
  170. this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  171. this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
  172. this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
  173. this.DEL.Name = "DEL";
  174. this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  175. this.DEL.Size = new System.Drawing.Size(53, 22);
  176. this.DEL.Text = "删除";
  177. //
  178. // toolStripSeparator3
  179. //
  180. this.toolStripSeparator3.Name = "toolStripSeparator3";
  181. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  182. //
  183. // CLOSE
  184. //
  185. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  186. this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
  187. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  188. this.CLOSE.Name = "CLOSE";
  189. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  190. this.CLOSE.Size = new System.Drawing.Size(53, 22);
  191. this.CLOSE.Text = "关闭";
  192. //
  193. // ulgrpModel
  194. //
  195. appearance1.FontData.Name = "宋体";
  196. appearance1.FontData.SizeInPoints = 9F;
  197. this.ulgrpModel.Appearance = appearance1;
  198. this.ulgrpModel.Controls.Add(this.chkID);
  199. this.ulgrpModel.Controls.Add(this.chkCCM);
  200. this.ulgrpModel.Controls.Add(this.cmbID);
  201. this.ulgrpModel.Controls.Add(this.cmbCCM);
  202. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  203. this.ulgrpModel.Location = new System.Drawing.Point(0, 25);
  204. this.ulgrpModel.Name = "ulgrpModel";
  205. this.ulgrpModel.Size = new System.Drawing.Size(753, 43);
  206. this.ulgrpModel.TabIndex = 0;
  207. //
  208. // chkID
  209. //
  210. this.chkID.AutoSize = true;
  211. this.chkID.BackColor = System.Drawing.Color.Transparent;
  212. this.chkID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  213. this.chkID.Font = new System.Drawing.Font("宋体", 9F);
  214. this.chkID.Location = new System.Drawing.Point(231, 11);
  215. this.chkID.Name = "chkID";
  216. this.chkID.Size = new System.Drawing.Size(45, 16);
  217. this.chkID.TabIndex = 0;
  218. this.chkID.Text = "槽号";
  219. this.chkID.UseVisualStyleBackColor = false;
  220. this.chkID.CheckedChanged += new System.EventHandler(this.cbID_CheckedChanged);
  221. //
  222. // chkCCM
  223. //
  224. this.chkCCM.AutoSize = true;
  225. this.chkCCM.BackColor = System.Drawing.Color.Transparent;
  226. this.chkCCM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  227. this.chkCCM.Font = new System.Drawing.Font("宋体", 9F);
  228. this.chkCCM.Location = new System.Drawing.Point(33, 11);
  229. this.chkCCM.Name = "chkCCM";
  230. this.chkCCM.Size = new System.Drawing.Size(57, 16);
  231. this.chkCCM.TabIndex = 0;
  232. this.chkCCM.Text = "RH炉号";
  233. this.chkCCM.UseVisualStyleBackColor = false;
  234. this.chkCCM.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged);
  235. //
  236. // cmbID
  237. //
  238. this.cmbID.Enabled = false;
  239. this.cmbID.Font = new System.Drawing.Font("宋体", 9F);
  240. this.cmbID.FormattingEnabled = true;
  241. this.cmbID.Location = new System.Drawing.Point(276, 11);
  242. this.cmbID.Name = "cmbID";
  243. this.cmbID.Size = new System.Drawing.Size(101, 20);
  244. this.cmbID.TabIndex = 0;
  245. //
  246. // cmbCCM
  247. //
  248. this.cmbCCM.Enabled = false;
  249. this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F);
  250. this.cmbCCM.FormattingEnabled = true;
  251. this.cmbCCM.Items.AddRange(new object[] {
  252. "1#RH炉"});
  253. this.cmbCCM.Location = new System.Drawing.Point(90, 11);
  254. this.cmbCCM.Name = "cmbCCM";
  255. this.cmbCCM.Size = new System.Drawing.Size(101, 20);
  256. this.cmbCCM.TabIndex = 0;
  257. this.cmbCCM.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
  258. //
  259. // ultraExpandableGroupBox1
  260. //
  261. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  262. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  263. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(753, 97);
  264. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 369);
  265. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  266. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(753, 97);
  267. this.ultraExpandableGroupBox1.TabIndex = 0;
  268. this.ultraExpandableGroupBox1.Text = "编辑区域";
  269. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  270. //
  271. // ultraExpandableGroupBoxPanel1
  272. //
  273. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGroupBox1);
  274. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  275. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  276. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  277. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(749, 75);
  278. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  279. //
  280. // ultraGroupBox1
  281. //
  282. this.ultraGroupBox1.Controls.Add(this.label1);
  283. this.ultraGroupBox1.Controls.Add(this.udteBuyTime);
  284. this.ultraGroupBox1.Controls.Add(this.label2);
  285. this.ultraGroupBox1.Controls.Add(this.txtCS);
  286. this.ultraGroupBox1.Controls.Add(this.label6);
  287. this.ultraGroupBox1.Controls.Add(this.txtMemo);
  288. this.ultraGroupBox1.Controls.Add(this.label5);
  289. this.ultraGroupBox1.Controls.Add(this.txtNO);
  290. this.ultraGroupBox1.Controls.Add(this.label4);
  291. this.ultraGroupBox1.Controls.Add(this.cmbZJH);
  292. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  293. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  294. this.ultraGroupBox1.Name = "ultraGroupBox1";
  295. this.ultraGroupBox1.Size = new System.Drawing.Size(749, 75);
  296. this.ultraGroupBox1.TabIndex = 1;
  297. //
  298. // label1
  299. //
  300. this.label1.AutoSize = true;
  301. this.label1.BackColor = System.Drawing.Color.Transparent;
  302. this.label1.Location = new System.Drawing.Point(17, 14);
  303. this.label1.Name = "label1";
  304. this.label1.Size = new System.Drawing.Size(65, 12);
  305. this.label1.TabIndex = 0;
  306. this.label1.Text = "所属RH炉号";
  307. //
  308. // udteBuyTime
  309. //
  310. this.udteBuyTime.Location = new System.Drawing.Point(602, 10);
  311. this.udteBuyTime.MaskInput = "{date}";
  312. this.udteBuyTime.Name = "udteBuyTime";
  313. this.udteBuyTime.Nullable = false;
  314. this.udteBuyTime.Size = new System.Drawing.Size(101, 21);
  315. this.udteBuyTime.TabIndex = 0;
  316. //
  317. // label2
  318. //
  319. this.label2.AutoSize = true;
  320. this.label2.BackColor = System.Drawing.Color.Transparent;
  321. this.label2.Location = new System.Drawing.Point(213, 14);
  322. this.label2.Name = "label2";
  323. this.label2.Size = new System.Drawing.Size(29, 12);
  324. this.label2.TabIndex = 0;
  325. this.label2.Text = "槽号";
  326. //
  327. // txtCS
  328. //
  329. this.txtCS.Location = new System.Drawing.Point(414, 10);
  330. this.txtCS.MaxLength = 10;
  331. this.txtCS.Name = "txtCS";
  332. this.txtCS.ShortcutsEnabled = false;
  333. this.txtCS.Size = new System.Drawing.Size(101, 21);
  334. this.txtCS.TabIndex = 0;
  335. this.txtCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbCS_KeyPress);
  336. //
  337. // label6
  338. //
  339. this.label6.AutoSize = true;
  340. this.label6.BackColor = System.Drawing.Color.Transparent;
  341. this.label6.Location = new System.Drawing.Point(53, 47);
  342. this.label6.Name = "label6";
  343. this.label6.Size = new System.Drawing.Size(29, 12);
  344. this.label6.TabIndex = 0;
  345. this.label6.Text = "备注";
  346. //
  347. // txtMemo
  348. //
  349. this.txtMemo.Location = new System.Drawing.Point(87, 43);
  350. this.txtMemo.MaxLength = 250;
  351. this.txtMemo.Name = "txtMemo";
  352. this.txtMemo.Size = new System.Drawing.Size(616, 21);
  353. this.txtMemo.TabIndex = 0;
  354. //
  355. // label5
  356. //
  357. this.label5.AutoSize = true;
  358. this.label5.BackColor = System.Drawing.Color.Transparent;
  359. this.label5.Location = new System.Drawing.Point(544, 14);
  360. this.label5.Name = "label5";
  361. this.label5.Size = new System.Drawing.Size(53, 12);
  362. this.label5.TabIndex = 0;
  363. this.label5.Text = "购买日期";
  364. //
  365. // txtNO
  366. //
  367. this.txtNO.Location = new System.Drawing.Point(247, 10);
  368. this.txtNO.MaxLength = 20;
  369. this.txtNO.Name = "txtNO";
  370. this.txtNO.Size = new System.Drawing.Size(101, 21);
  371. this.txtNO.TabIndex = 0;
  372. //
  373. // label4
  374. //
  375. this.label4.AutoSize = true;
  376. this.label4.BackColor = System.Drawing.Color.Transparent;
  377. this.label4.Location = new System.Drawing.Point(380, 14);
  378. this.label4.Name = "label4";
  379. this.label4.Size = new System.Drawing.Size(29, 12);
  380. this.label4.TabIndex = 0;
  381. this.label4.Text = "槽龄";
  382. //
  383. // cmbZJH
  384. //
  385. this.cmbZJH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  386. this.cmbZJH.Font = new System.Drawing.Font("宋体", 9F);
  387. this.cmbZJH.FormattingEnabled = true;
  388. this.cmbZJH.Items.AddRange(new object[] {
  389. "1#RH炉"});
  390. this.cmbZJH.Location = new System.Drawing.Point(87, 10);
  391. this.cmbZJH.Name = "cmbZJH";
  392. this.cmbZJH.Size = new System.Drawing.Size(101, 20);
  393. this.cmbZJH.TabIndex = 0;
  394. //
  395. // ultraGrid1
  396. //
  397. this.ultraGrid1.DataSource = this.ultdsPlugin;
  398. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  399. appearance8.TextVAlignAsString = "Middle";
  400. ultraGridColumn1.CellAppearance = appearance8;
  401. ultraGridColumn1.Header.VisiblePosition = 0;
  402. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  403. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  404. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  405. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  406. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  407. appearance9.TextVAlignAsString = "Middle";
  408. ultraGridColumn2.CellAppearance = appearance9;
  409. ultraGridColumn2.Header.VisiblePosition = 1;
  410. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  411. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  412. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  413. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  414. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  415. appearance10.TextVAlignAsString = "Middle";
  416. ultraGridColumn3.CellAppearance = appearance10;
  417. ultraGridColumn3.Header.VisiblePosition = 2;
  418. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  419. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  420. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  421. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  422. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  423. appearance11.TextVAlignAsString = "Middle";
  424. ultraGridColumn4.CellAppearance = appearance11;
  425. ultraGridColumn4.Header.VisiblePosition = 3;
  426. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
  427. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  428. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  429. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  430. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  431. appearance12.TextVAlignAsString = "Middle";
  432. ultraGridColumn5.CellAppearance = appearance12;
  433. ultraGridColumn5.Header.VisiblePosition = 4;
  434. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  435. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  436. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(240, 0);
  437. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  438. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  439. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  440. appearance13.TextVAlignAsString = "Middle";
  441. ultraGridColumn6.CellAppearance = appearance13;
  442. ultraGridColumn6.Header.VisiblePosition = 5;
  443. ultraGridColumn6.Hidden = true;
  444. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  445. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  446. ultraGridBand1.Columns.AddRange(new object[] {
  447. ultraGridColumn1,
  448. ultraGridColumn2,
  449. ultraGridColumn3,
  450. ultraGridColumn4,
  451. ultraGridColumn5,
  452. ultraGridColumn6});
  453. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  454. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  455. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  456. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  457. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  458. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  459. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  460. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  461. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  462. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  463. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  464. this.ultraGrid1.Location = new System.Drawing.Point(0, 68);
  465. this.ultraGrid1.Name = "ultraGrid1";
  466. this.ultraGrid1.Size = new System.Drawing.Size(753, 301);
  467. this.ultraGrid1.TabIndex = 0;
  468. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  469. //
  470. // FrmVTPluginInfo
  471. //
  472. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  473. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  474. this.ClientSize = new System.Drawing.Size(753, 466);
  475. this.Controls.Add(this.ultraGrid1);
  476. this.Controls.Add(this.ultraExpandableGroupBox1);
  477. this.Controls.Add(this.ulgrpModel);
  478. this.Controls.Add(this.toolStrip1);
  479. this.MaximizeBox = false;
  480. this.MinimizeBox = false;
  481. this.Name = "FrmVTPluginInfo";
  482. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  483. this.Text = "真空槽信息";
  484. this.Load += new System.EventHandler(this.FrmVTPluginInfo_Load);
  485. ((System.ComponentModel.ISupportInitialize)(this.ultdsPlugin)).EndInit();
  486. this.toolStrip1.ResumeLayout(false);
  487. this.toolStrip1.PerformLayout();
  488. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  489. this.ulgrpModel.ResumeLayout(false);
  490. this.ulgrpModel.PerformLayout();
  491. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  492. this.ultraExpandableGroupBox1.ResumeLayout(false);
  493. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  494. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  495. this.ultraGroupBox1.ResumeLayout(false);
  496. this.ultraGroupBox1.PerformLayout();
  497. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit();
  498. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  499. this.ResumeLayout(false);
  500. this.PerformLayout();
  501. }
  502. #endregion
  503. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsPlugin;
  504. private System.Windows.Forms.ToolStrip toolStrip1;
  505. private System.Windows.Forms.ToolStripButton ADD;
  506. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  507. private System.Windows.Forms.ToolStripButton EDIT;
  508. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  509. private System.Windows.Forms.ToolStripButton DEL;
  510. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  511. private System.Windows.Forms.ToolStripButton CLOSE;
  512. private System.Windows.Forms.ToolStripButton QUERY;
  513. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  514. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  515. private System.Windows.Forms.CheckBox chkCCM;
  516. private System.Windows.Forms.ComboBox cmbCCM;
  517. private System.Windows.Forms.CheckBox chkID;
  518. private System.Windows.Forms.ComboBox cmbID;
  519. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  520. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  521. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  522. private System.Windows.Forms.TextBox txtNO;
  523. private System.Windows.Forms.ComboBox cmbZJH;
  524. private System.Windows.Forms.Label label2;
  525. private System.Windows.Forms.Label label1;
  526. private System.Windows.Forms.TextBox txtCS;
  527. private System.Windows.Forms.Label label4;
  528. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime;
  529. private System.Windows.Forms.TextBox txtMemo;
  530. private System.Windows.Forms.Label label5;
  531. private System.Windows.Forms.Label label6;
  532. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  533. }
  534. }