FrmSGBaseInfo.Designer.cs 20 KB

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