FrmCLBaseInfo.Designer.cs 25 KB

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