FrmOLBaseInfo.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmOLBaseInfo
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOLBaseInfo));
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  39. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  40. this.ADD = new System.Windows.Forms.ToolStripButton();
  41. this.EDIT = new System.Windows.Forms.ToolStripButton();
  42. this.DEL = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  44. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.ucmeLanceN = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  47. this.ucmeLanceType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  48. this.ucmeNowStatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  49. this.ucmeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  51. this.udtePTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.lblOxygenLanceID = new System.Windows.Forms.Label();
  54. this.lblBaseInfoMemo = new System.Windows.Forms.Label();
  55. this.txtBaseInfoMemo = new System.Windows.Forms.TextBox();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.lblNowStatus = new System.Windows.Forms.Label();
  58. this.lblAge = new System.Windows.Forms.Label();
  59. this.txtAge = new System.Windows.Forms.TextBox();
  60. this.lblBuyDate = new System.Windows.Forms.Label();
  61. this.lblCreateDate = new System.Windows.Forms.Label();
  62. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  63. this.label3 = new System.Windows.Forms.Label();
  64. this.textBox1 = new System.Windows.Forms.TextBox();
  65. this.toolStrip1.SuspendLayout();
  66. this.panel1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.ucmeLanceN)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.ucmeLanceType)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.ucmeNowStatus)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.ucmeType)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  74. this.ultraGroupBox1.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // toolStrip1
  78. //
  79. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  80. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  81. this.ADD,
  82. this.EDIT,
  83. this.DEL,
  84. this.toolStripSeparator3,
  85. this.CLOSE});
  86. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  87. this.toolStrip1.Name = "toolStrip1";
  88. this.toolStrip1.Size = new System.Drawing.Size(305, 30);
  89. this.toolStrip1.TabIndex = 1;
  90. this.toolStrip1.Text = "toolStrip1";
  91. this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  92. //
  93. // ADD
  94. //
  95. this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  96. this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
  97. this.ADD.Name = "ADD";
  98. this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  99. this.ADD.Size = new System.Drawing.Size(72, 27);
  100. this.ADD.Text = "新增(&A)";
  101. this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  102. //
  103. // EDIT
  104. //
  105. this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  106. this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
  107. this.EDIT.Name = "EDIT";
  108. this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  109. this.EDIT.Size = new System.Drawing.Size(76, 27);
  110. this.EDIT.Text = "修改(&M)";
  111. this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  112. //
  113. // DEL
  114. //
  115. this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  116. this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
  117. this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.DEL.Name = "DEL";
  119. this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  120. this.DEL.Size = new System.Drawing.Size(73, 27);
  121. this.DEL.Text = "删除(&D)";
  122. //
  123. // toolStripSeparator3
  124. //
  125. this.toolStripSeparator3.Name = "toolStripSeparator3";
  126. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
  127. //
  128. // CLOSE
  129. //
  130. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  131. this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
  132. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  133. this.CLOSE.Name = "CLOSE";
  134. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  135. this.CLOSE.Size = new System.Drawing.Size(72, 27);
  136. this.CLOSE.Text = "关闭(&C)";
  137. //
  138. // panel1
  139. //
  140. this.panel1.Controls.Add(this.ucmeLanceN);
  141. this.panel1.Controls.Add(this.ucmeLanceType);
  142. this.panel1.Controls.Add(this.ucmeNowStatus);
  143. this.panel1.Controls.Add(this.ucmeType);
  144. this.panel1.Controls.Add(this.udteBuyTime);
  145. this.panel1.Controls.Add(this.udtePTime);
  146. this.panel1.Controls.Add(this.label2);
  147. this.panel1.Controls.Add(this.lblOxygenLanceID);
  148. this.panel1.Controls.Add(this.lblBaseInfoMemo);
  149. this.panel1.Controls.Add(this.txtBaseInfoMemo);
  150. this.panel1.Controls.Add(this.label1);
  151. this.panel1.Controls.Add(this.lblNowStatus);
  152. this.panel1.Controls.Add(this.label3);
  153. this.panel1.Controls.Add(this.lblAge);
  154. this.panel1.Controls.Add(this.textBox1);
  155. this.panel1.Controls.Add(this.txtAge);
  156. this.panel1.Controls.Add(this.lblBuyDate);
  157. this.panel1.Controls.Add(this.lblCreateDate);
  158. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.panel1.Location = new System.Drawing.Point(3, 0);
  160. this.panel1.Name = "panel1";
  161. this.panel1.Size = new System.Drawing.Size(299, 299);
  162. this.panel1.TabIndex = 0;
  163. //
  164. // ucmeLanceN
  165. //
  166. this.ucmeLanceN.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  167. this.ucmeLanceN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.ucmeLanceN.Location = new System.Drawing.Point(91, 16);
  169. this.ucmeLanceN.Name = "ucmeLanceN";
  170. this.ucmeLanceN.Size = new System.Drawing.Size(161, 19);
  171. this.ucmeLanceN.TabIndex = 295;
  172. this.ucmeLanceN.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  173. this.ucmeLanceN.SelectionChanged += new System.EventHandler(this.comboBox4_SelectedValueChanged);
  174. //
  175. // ucmeLanceType
  176. //
  177. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  178. appearance1.BorderColor = System.Drawing.Color.Black;
  179. this.ucmeLanceType.Appearance = appearance1;
  180. this.ucmeLanceType.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  181. this.ucmeLanceType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  182. this.ucmeLanceType.Enabled = false;
  183. this.ucmeLanceType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. valueListItem1.DataValue = "1";
  185. valueListItem1.DisplayText = "炼钢";
  186. valueListItem2.DataValue = "2";
  187. valueListItem2.DisplayText = "提钒";
  188. this.ucmeLanceType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  189. valueListItem1,
  190. valueListItem2});
  191. this.ucmeLanceType.Location = new System.Drawing.Point(91, 100);
  192. this.ucmeLanceType.Name = "ucmeLanceType";
  193. this.ucmeLanceType.Size = new System.Drawing.Size(161, 19);
  194. this.ucmeLanceType.TabIndex = 294;
  195. this.ucmeLanceType.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  196. //
  197. // ucmeNowStatus
  198. //
  199. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  200. appearance2.BorderColor = System.Drawing.Color.Black;
  201. this.ucmeNowStatus.Appearance = appearance2;
  202. this.ucmeNowStatus.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  203. this.ucmeNowStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. valueListItem3.DataValue = "1";
  205. valueListItem3.DisplayText = "备用";
  206. valueListItem4.DataValue = "2";
  207. valueListItem4.DisplayText = "使用";
  208. valueListItem5.DataValue = "3";
  209. valueListItem5.DisplayText = "下线";
  210. this.ucmeNowStatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  211. valueListItem3,
  212. valueListItem4,
  213. valueListItem5});
  214. this.ucmeNowStatus.Location = new System.Drawing.Point(91, 72);
  215. this.ucmeNowStatus.Name = "ucmeNowStatus";
  216. this.ucmeNowStatus.Size = new System.Drawing.Size(161, 19);
  217. this.ucmeNowStatus.TabIndex = 293;
  218. this.ucmeNowStatus.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  219. //
  220. // ucmeType
  221. //
  222. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  223. appearance3.BorderColor = System.Drawing.Color.Black;
  224. this.ucmeType.Appearance = appearance3;
  225. this.ucmeType.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  226. this.ucmeType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. valueListItem6.DataValue = "1";
  228. valueListItem6.DisplayText = "A枪";
  229. valueListItem7.DataValue = "2";
  230. valueListItem7.DisplayText = "B枪";
  231. this.ucmeType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  232. valueListItem6,
  233. valueListItem7});
  234. this.ucmeType.Location = new System.Drawing.Point(91, 44);
  235. this.ucmeType.Name = "ucmeType";
  236. this.ucmeType.Size = new System.Drawing.Size(161, 19);
  237. this.ucmeType.TabIndex = 292;
  238. this.ucmeType.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  239. //
  240. // udteBuyTime
  241. //
  242. this.udteBuyTime.Location = new System.Drawing.Point(91, 209);
  243. this.udteBuyTime.MaskInput = "{date}";
  244. this.udteBuyTime.Name = "udteBuyTime";
  245. this.udteBuyTime.Size = new System.Drawing.Size(161, 21);
  246. this.udteBuyTime.TabIndex = 7;
  247. //
  248. // udtePTime
  249. //
  250. this.udtePTime.Location = new System.Drawing.Point(91, 180);
  251. this.udtePTime.MaskInput = "{date}";
  252. this.udtePTime.Name = "udtePTime";
  253. this.udtePTime.Size = new System.Drawing.Size(161, 21);
  254. this.udtePTime.TabIndex = 6;
  255. //
  256. // label2
  257. //
  258. this.label2.AutoSize = true;
  259. this.label2.BackColor = System.Drawing.Color.Transparent;
  260. this.label2.Font = new System.Drawing.Font("宋体", 9F);
  261. this.label2.Location = new System.Drawing.Point(31, 103);
  262. this.label2.Name = "label2";
  263. this.label2.Size = new System.Drawing.Size(53, 12);
  264. this.label2.TabIndex = 0;
  265. this.label2.Text = "氧枪类型";
  266. //
  267. // lblOxygenLanceID
  268. //
  269. this.lblOxygenLanceID.AutoSize = true;
  270. this.lblOxygenLanceID.BackColor = System.Drawing.Color.Transparent;
  271. this.lblOxygenLanceID.Font = new System.Drawing.Font("宋体", 9F);
  272. this.lblOxygenLanceID.Location = new System.Drawing.Point(31, 19);
  273. this.lblOxygenLanceID.Name = "lblOxygenLanceID";
  274. this.lblOxygenLanceID.Size = new System.Drawing.Size(53, 12);
  275. this.lblOxygenLanceID.TabIndex = 0;
  276. this.lblOxygenLanceID.Text = "氧枪编号";
  277. //
  278. // lblBaseInfoMemo
  279. //
  280. this.lblBaseInfoMemo.AutoSize = true;
  281. this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
  282. this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F);
  283. this.lblBaseInfoMemo.Location = new System.Drawing.Point(55, 244);
  284. this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
  285. this.lblBaseInfoMemo.Size = new System.Drawing.Size(29, 12);
  286. this.lblBaseInfoMemo.TabIndex = 0;
  287. this.lblBaseInfoMemo.Text = "备注";
  288. //
  289. // txtBaseInfoMemo
  290. //
  291. this.txtBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F);
  292. this.txtBaseInfoMemo.Location = new System.Drawing.Point(91, 238);
  293. this.txtBaseInfoMemo.MaxLength = 300;
  294. this.txtBaseInfoMemo.Multiline = true;
  295. this.txtBaseInfoMemo.Name = "txtBaseInfoMemo";
  296. this.txtBaseInfoMemo.Size = new System.Drawing.Size(161, 20);
  297. this.txtBaseInfoMemo.TabIndex = 8;
  298. //
  299. // label1
  300. //
  301. this.label1.AutoSize = true;
  302. this.label1.BackColor = System.Drawing.Color.Transparent;
  303. this.label1.Font = new System.Drawing.Font("宋体", 9F);
  304. this.label1.Location = new System.Drawing.Point(31, 47);
  305. this.label1.Name = "label1";
  306. this.label1.Size = new System.Drawing.Size(53, 12);
  307. this.label1.TabIndex = 0;
  308. this.label1.Text = "使用类型";
  309. //
  310. // lblNowStatus
  311. //
  312. this.lblNowStatus.AutoSize = true;
  313. this.lblNowStatus.BackColor = System.Drawing.Color.Transparent;
  314. this.lblNowStatus.Font = new System.Drawing.Font("宋体", 9F);
  315. this.lblNowStatus.Location = new System.Drawing.Point(31, 75);
  316. this.lblNowStatus.Name = "lblNowStatus";
  317. this.lblNowStatus.Size = new System.Drawing.Size(53, 12);
  318. this.lblNowStatus.TabIndex = 0;
  319. this.lblNowStatus.Text = "当前状态";
  320. //
  321. // lblAge
  322. //
  323. this.lblAge.AutoSize = true;
  324. this.lblAge.BackColor = System.Drawing.Color.Transparent;
  325. this.lblAge.Font = new System.Drawing.Font("宋体", 9F);
  326. this.lblAge.Location = new System.Drawing.Point(55, 131);
  327. this.lblAge.Name = "lblAge";
  328. this.lblAge.Size = new System.Drawing.Size(29, 12);
  329. this.lblAge.TabIndex = 0;
  330. this.lblAge.Text = "枪龄";
  331. //
  332. // txtAge
  333. //
  334. this.txtAge.Font = new System.Drawing.Font("宋体", 9F);
  335. this.txtAge.Location = new System.Drawing.Point(91, 127);
  336. this.txtAge.Name = "txtAge";
  337. this.txtAge.Size = new System.Drawing.Size(161, 21);
  338. this.txtAge.TabIndex = 5;
  339. //
  340. // lblBuyDate
  341. //
  342. this.lblBuyDate.AutoSize = true;
  343. this.lblBuyDate.BackColor = System.Drawing.Color.Transparent;
  344. this.lblBuyDate.Font = new System.Drawing.Font("宋体", 9F);
  345. this.lblBuyDate.Location = new System.Drawing.Point(31, 213);
  346. this.lblBuyDate.Name = "lblBuyDate";
  347. this.lblBuyDate.Size = new System.Drawing.Size(53, 12);
  348. this.lblBuyDate.TabIndex = 0;
  349. this.lblBuyDate.Text = "购买日期";
  350. //
  351. // lblCreateDate
  352. //
  353. this.lblCreateDate.AutoSize = true;
  354. this.lblCreateDate.BackColor = System.Drawing.Color.Transparent;
  355. this.lblCreateDate.Font = new System.Drawing.Font("宋体", 9F);
  356. this.lblCreateDate.Location = new System.Drawing.Point(31, 184);
  357. this.lblCreateDate.Name = "lblCreateDate";
  358. this.lblCreateDate.Size = new System.Drawing.Size(53, 12);
  359. this.lblCreateDate.TabIndex = 0;
  360. this.lblCreateDate.Text = "生产日期";
  361. //
  362. // ultraGroupBox1
  363. //
  364. this.ultraGroupBox1.Controls.Add(this.panel1);
  365. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  366. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 30);
  367. this.ultraGroupBox1.Name = "ultraGroupBox1";
  368. this.ultraGroupBox1.Size = new System.Drawing.Size(305, 302);
  369. this.ultraGroupBox1.TabIndex = 2;
  370. //
  371. // label3
  372. //
  373. this.label3.AutoSize = true;
  374. this.label3.BackColor = System.Drawing.Color.Transparent;
  375. this.label3.Font = new System.Drawing.Font("宋体", 9F);
  376. this.label3.Location = new System.Drawing.Point(31, 159);
  377. this.label3.Name = "label3";
  378. this.label3.Size = new System.Drawing.Size(53, 12);
  379. this.label3.TabIndex = 0;
  380. this.label3.Text = "割硫次数";
  381. //
  382. // textBox1
  383. //
  384. this.textBox1.Font = new System.Drawing.Font("宋体", 9F);
  385. this.textBox1.Location = new System.Drawing.Point(91, 154);
  386. this.textBox1.Name = "textBox1";
  387. this.textBox1.Size = new System.Drawing.Size(161, 21);
  388. this.textBox1.TabIndex = 5;
  389. //
  390. // FrmOLBaseInfo
  391. //
  392. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  393. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  394. this.ClientSize = new System.Drawing.Size(305, 332);
  395. this.Controls.Add(this.ultraGroupBox1);
  396. this.Controls.Add(this.toolStrip1);
  397. this.MaximizeBox = false;
  398. this.MinimizeBox = false;
  399. this.Name = "FrmOLBaseInfo";
  400. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  401. this.Text = "氧枪基础信息";
  402. this.Load += new System.EventHandler(this.FrmOLBaseInfo_Load);
  403. this.toolStrip1.ResumeLayout(false);
  404. this.toolStrip1.PerformLayout();
  405. this.panel1.ResumeLayout(false);
  406. this.panel1.PerformLayout();
  407. ((System.ComponentModel.ISupportInitialize)(this.ucmeLanceN)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.ucmeLanceType)).EndInit();
  409. ((System.ComponentModel.ISupportInitialize)(this.ucmeNowStatus)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.ucmeType)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit();
  412. ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  414. this.ultraGroupBox1.ResumeLayout(false);
  415. this.ResumeLayout(false);
  416. this.PerformLayout();
  417. }
  418. #endregion
  419. private System.Windows.Forms.ToolStrip toolStrip1;
  420. private System.Windows.Forms.ToolStripButton ADD;
  421. private System.Windows.Forms.ToolStripButton EDIT;
  422. private System.Windows.Forms.Panel panel1;
  423. private System.Windows.Forms.Label label2;
  424. private System.Windows.Forms.Label lblOxygenLanceID;
  425. private System.Windows.Forms.Label lblBaseInfoMemo;
  426. private System.Windows.Forms.TextBox txtBaseInfoMemo;
  427. private System.Windows.Forms.Label label1;
  428. private System.Windows.Forms.Label lblNowStatus;
  429. private System.Windows.Forms.Label lblAge;
  430. private System.Windows.Forms.TextBox txtAge;
  431. private System.Windows.Forms.Label lblBuyDate;
  432. private System.Windows.Forms.Label lblCreateDate;
  433. private System.Windows.Forms.ToolStripButton DEL;
  434. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  435. private System.Windows.Forms.ToolStripButton CLOSE;
  436. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtePTime;
  437. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime;
  438. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeLanceType;
  439. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeNowStatus;
  440. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeType;
  441. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeLanceN;
  442. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  443. private System.Windows.Forms.Label label3;
  444. private System.Windows.Forms.TextBox textBox1;
  445. }
  446. }