FrmTDBaseInfo.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmTDBaseInfo
  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(FrmTDBaseInfo));
  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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.EDIT = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  39. this.DEL = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  41. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  42. this.lblTundishID = new System.Windows.Forms.Label();
  43. this.lblCreateDate = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.txtAge = new System.Windows.Forms.TextBox();
  46. this.lblAge = new System.Windows.Forms.Label();
  47. this.lblNowStatus = new System.Windows.Forms.Label();
  48. this.txtMemo = new System.Windows.Forms.TextBox();
  49. this.lblBaseInfoMemo = new System.Windows.Forms.Label();
  50. this.udtePTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  51. this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  52. this.ucmeID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  53. this.ucmeCCM = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  56. this.txtStatus = new System.Windows.Forms.TextBox();
  57. this.toolStrip1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.ucmeID)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.ucmeCCM)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  63. this.ultraGroupBox1.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // toolStrip1
  67. //
  68. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  69. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  70. this.ADD,
  71. this.toolStripSeparator1,
  72. this.EDIT,
  73. this.toolStripSeparator2,
  74. this.DEL,
  75. this.toolStripSeparator3,
  76. this.CLOSE});
  77. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  78. this.toolStrip1.Name = "toolStrip1";
  79. this.toolStrip1.Size = new System.Drawing.Size(303, 30);
  80. this.toolStrip1.TabIndex = 1;
  81. this.toolStrip1.Text = "toolStrip1";
  82. this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  83. //
  84. // ADD
  85. //
  86. this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  87. this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
  88. this.ADD.Name = "ADD";
  89. this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  90. this.ADD.Size = new System.Drawing.Size(72, 27);
  91. this.ADD.Text = "新增(&A)";
  92. this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  93. //
  94. // toolStripSeparator1
  95. //
  96. this.toolStripSeparator1.Name = "toolStripSeparator1";
  97. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
  98. //
  99. // EDIT
  100. //
  101. this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  102. this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.EDIT.Name = "EDIT";
  104. this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  105. this.EDIT.Size = new System.Drawing.Size(73, 27);
  106. this.EDIT.Text = "修改(&U)";
  107. this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  108. //
  109. // toolStripSeparator2
  110. //
  111. this.toolStripSeparator2.Name = "toolStripSeparator2";
  112. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
  113. //
  114. // DEL
  115. //
  116. this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  117. this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
  118. this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
  119. this.DEL.Name = "DEL";
  120. this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  121. this.DEL.Size = new System.Drawing.Size(73, 27);
  122. this.DEL.Text = "删除(&D)";
  123. //
  124. // toolStripSeparator3
  125. //
  126. this.toolStripSeparator3.Name = "toolStripSeparator3";
  127. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
  128. //
  129. // CLOSE
  130. //
  131. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  132. this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
  133. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.CLOSE.Name = "CLOSE";
  135. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  136. this.CLOSE.Size = new System.Drawing.Size(72, 27);
  137. this.CLOSE.Text = "关闭(&C)";
  138. //
  139. // lblTundishID
  140. //
  141. this.lblTundishID.AutoSize = true;
  142. this.lblTundishID.BackColor = System.Drawing.Color.Transparent;
  143. this.lblTundishID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.lblTundishID.Location = new System.Drawing.Point(31, 35);
  145. this.lblTundishID.Name = "lblTundishID";
  146. this.lblTundishID.Size = new System.Drawing.Size(65, 12);
  147. this.lblTundishID.TabIndex = 0;
  148. this.lblTundishID.Text = "中间包编号";
  149. //
  150. // lblCreateDate
  151. //
  152. this.lblCreateDate.AutoSize = true;
  153. this.lblCreateDate.BackColor = System.Drawing.Color.Transparent;
  154. this.lblCreateDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.lblCreateDate.Location = new System.Drawing.Point(43, 176);
  156. this.lblCreateDate.Name = "lblCreateDate";
  157. this.lblCreateDate.Size = new System.Drawing.Size(53, 12);
  158. this.lblCreateDate.TabIndex = 0;
  159. this.lblCreateDate.Text = "购买日期";
  160. //
  161. // label1
  162. //
  163. this.label1.AutoSize = true;
  164. this.label1.BackColor = System.Drawing.Color.Transparent;
  165. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.label1.Location = new System.Drawing.Point(43, 147);
  167. this.label1.Name = "label1";
  168. this.label1.Size = new System.Drawing.Size(53, 12);
  169. this.label1.TabIndex = 0;
  170. this.label1.Text = "生产日期";
  171. //
  172. // txtAge
  173. //
  174. this.txtAge.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  175. this.txtAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.txtAge.Location = new System.Drawing.Point(103, 114);
  177. this.txtAge.Name = "txtAge";
  178. this.txtAge.Size = new System.Drawing.Size(147, 21);
  179. this.txtAge.TabIndex = 4;
  180. this.txtAge.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
  181. //
  182. // lblAge
  183. //
  184. this.lblAge.AutoSize = true;
  185. this.lblAge.BackColor = System.Drawing.Color.Transparent;
  186. this.lblAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.lblAge.Location = new System.Drawing.Point(67, 118);
  188. this.lblAge.Name = "lblAge";
  189. this.lblAge.Size = new System.Drawing.Size(29, 12);
  190. this.lblAge.TabIndex = 0;
  191. this.lblAge.Text = "包龄";
  192. //
  193. // lblNowStatus
  194. //
  195. this.lblNowStatus.AutoSize = true;
  196. this.lblNowStatus.BackColor = System.Drawing.Color.Transparent;
  197. this.lblNowStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.lblNowStatus.Location = new System.Drawing.Point(43, 89);
  199. this.lblNowStatus.Name = "lblNowStatus";
  200. this.lblNowStatus.Size = new System.Drawing.Size(53, 12);
  201. this.lblNowStatus.TabIndex = 0;
  202. this.lblNowStatus.Text = "当前状态";
  203. //
  204. // txtMemo
  205. //
  206. this.txtMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.txtMemo.Location = new System.Drawing.Point(103, 201);
  208. this.txtMemo.Multiline = true;
  209. this.txtMemo.Name = "txtMemo";
  210. this.txtMemo.Size = new System.Drawing.Size(147, 48);
  211. this.txtMemo.TabIndex = 7;
  212. //
  213. // lblBaseInfoMemo
  214. //
  215. this.lblBaseInfoMemo.AutoSize = true;
  216. this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
  217. this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.lblBaseInfoMemo.Location = new System.Drawing.Point(67, 205);
  219. this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
  220. this.lblBaseInfoMemo.Size = new System.Drawing.Size(29, 12);
  221. this.lblBaseInfoMemo.TabIndex = 0;
  222. this.lblBaseInfoMemo.Text = "备注";
  223. //
  224. // udtePTime
  225. //
  226. this.udtePTime.Location = new System.Drawing.Point(103, 143);
  227. this.udtePTime.MaskInput = "{date}";
  228. this.udtePTime.Name = "udtePTime";
  229. this.udtePTime.Size = new System.Drawing.Size(147, 21);
  230. this.udtePTime.TabIndex = 5;
  231. //
  232. // udteBuyTime
  233. //
  234. this.udteBuyTime.Location = new System.Drawing.Point(103, 172);
  235. this.udteBuyTime.MaskInput = "{date}";
  236. this.udteBuyTime.Name = "udteBuyTime";
  237. this.udteBuyTime.Size = new System.Drawing.Size(147, 21);
  238. this.udteBuyTime.TabIndex = 6;
  239. //
  240. // ucmeID
  241. //
  242. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  243. appearance2.BorderColor = System.Drawing.Color.Black;
  244. this.ucmeID.Appearance = appearance2;
  245. this.ucmeID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  246. this.ucmeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.ucmeID.Location = new System.Drawing.Point(103, 32);
  248. this.ucmeID.Name = "ucmeID";
  249. this.ucmeID.Size = new System.Drawing.Size(147, 19);
  250. this.ucmeID.TabIndex = 288;
  251. this.ucmeID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  252. this.ucmeID.SelectionChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
  253. //
  254. // ucmeCCM
  255. //
  256. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  257. appearance3.BorderColor = System.Drawing.Color.Black;
  258. this.ucmeCCM.Appearance = appearance3;
  259. this.ucmeCCM.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  260. this.ucmeCCM.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  261. this.ucmeCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. valueListItem2.DataValue = "1";
  263. valueListItem2.DisplayText = "1#连铸机";
  264. valueListItem3.DataValue = "2";
  265. valueListItem3.DisplayText = "2#连铸机";
  266. valueListItem4.DataValue = "3";
  267. valueListItem4.DisplayText = "3#连铸机";
  268. this.ucmeCCM.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  269. valueListItem2,
  270. valueListItem3,
  271. valueListItem4});
  272. this.ucmeCCM.Location = new System.Drawing.Point(103, 60);
  273. this.ucmeCCM.Name = "ucmeCCM";
  274. this.ucmeCCM.Size = new System.Drawing.Size(147, 19);
  275. this.ucmeCCM.TabIndex = 287;
  276. this.ucmeCCM.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  277. this.ucmeCCM.SelectionChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
  278. //
  279. // label3
  280. //
  281. this.label3.AutoSize = true;
  282. this.label3.BackColor = System.Drawing.Color.Transparent;
  283. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.label3.Location = new System.Drawing.Point(31, 63);
  285. this.label3.Name = "label3";
  286. this.label3.Size = new System.Drawing.Size(65, 12);
  287. this.label3.TabIndex = 0;
  288. this.label3.Text = "所属铸机号";
  289. //
  290. // ultraGroupBox1
  291. //
  292. this.ultraGroupBox1.Controls.Add(this.txtStatus);
  293. this.ultraGroupBox1.Controls.Add(this.ucmeID);
  294. this.ultraGroupBox1.Controls.Add(this.label3);
  295. this.ultraGroupBox1.Controls.Add(this.ucmeCCM);
  296. this.ultraGroupBox1.Controls.Add(this.lblTundishID);
  297. this.ultraGroupBox1.Controls.Add(this.lblCreateDate);
  298. this.ultraGroupBox1.Controls.Add(this.udteBuyTime);
  299. this.ultraGroupBox1.Controls.Add(this.label1);
  300. this.ultraGroupBox1.Controls.Add(this.udtePTime);
  301. this.ultraGroupBox1.Controls.Add(this.txtAge);
  302. this.ultraGroupBox1.Controls.Add(this.lblBaseInfoMemo);
  303. this.ultraGroupBox1.Controls.Add(this.txtMemo);
  304. this.ultraGroupBox1.Controls.Add(this.lblAge);
  305. this.ultraGroupBox1.Controls.Add(this.lblNowStatus);
  306. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  307. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 30);
  308. this.ultraGroupBox1.Name = "ultraGroupBox1";
  309. this.ultraGroupBox1.Size = new System.Drawing.Size(303, 278);
  310. this.ultraGroupBox1.TabIndex = 2;
  311. //
  312. // txtStatus
  313. //
  314. this.txtStatus.AcceptsReturn = true;
  315. this.txtStatus.Enabled = false;
  316. this.txtStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.txtStatus.Location = new System.Drawing.Point(103, 87);
  318. this.txtStatus.Name = "txtStatus";
  319. this.txtStatus.ReadOnly = true;
  320. this.txtStatus.Size = new System.Drawing.Size(147, 21);
  321. this.txtStatus.TabIndex = 289;
  322. //
  323. // FrmTDBaseInfo
  324. //
  325. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  326. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  327. this.BackColor = System.Drawing.Color.Gainsboro;
  328. this.ClientSize = new System.Drawing.Size(303, 308);
  329. this.Controls.Add(this.ultraGroupBox1);
  330. this.Controls.Add(this.toolStrip1);
  331. this.MaximizeBox = false;
  332. this.MinimizeBox = false;
  333. this.Name = "FrmTDBaseInfo";
  334. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  335. this.Text = "中间包基础信息";
  336. this.Load += new System.EventHandler(this.FrmTDBaseInfo_Load);
  337. this.toolStrip1.ResumeLayout(false);
  338. this.toolStrip1.PerformLayout();
  339. ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.ucmeID)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.ucmeCCM)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  344. this.ultraGroupBox1.ResumeLayout(false);
  345. this.ultraGroupBox1.PerformLayout();
  346. this.ResumeLayout(false);
  347. this.PerformLayout();
  348. }
  349. #endregion
  350. private System.Windows.Forms.ToolStrip toolStrip1;
  351. private System.Windows.Forms.ToolStripButton ADD;
  352. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  353. private System.Windows.Forms.ToolStripButton EDIT;
  354. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  355. private System.Windows.Forms.ToolStripButton DEL;
  356. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  357. private System.Windows.Forms.ToolStripButton CLOSE;
  358. private System.Windows.Forms.Label lblTundishID;
  359. private System.Windows.Forms.Label lblCreateDate;
  360. private System.Windows.Forms.Label label1;
  361. private System.Windows.Forms.TextBox txtAge;
  362. private System.Windows.Forms.Label lblAge;
  363. private System.Windows.Forms.Label lblNowStatus;
  364. private System.Windows.Forms.TextBox txtMemo;
  365. private System.Windows.Forms.Label lblBaseInfoMemo;
  366. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtePTime;
  367. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime;
  368. private System.Windows.Forms.Label label3;
  369. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeID;
  370. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeCCM;
  371. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  372. private System.Windows.Forms.TextBox txtStatus;
  373. }
  374. }