华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

296 lines
16 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOPAdd
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSOPAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  33. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  34. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  35. this.cbBCostCenter = new System.Windows.Forms.ComboBox();
  36. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  37. this.txtOPCODE = new DevExpress.XtraEditors.TextEdit();
  38. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  39. this.checkedListBoxOPControl = new DevExpress.XtraEditors.CheckedListBoxControl();
  40. this.txtOPCOLLECTION = new System.Windows.Forms.ComboBox();
  41. this.txtOPDESC = new System.Windows.Forms.RichTextBox();
  42. this.save = new DevExpress.XtraEditors.SimpleButton();
  43. this.can = new DevExpress.XtraEditors.SimpleButton();
  44. this.txtfrom = new System.Windows.Forms.ComboBox();
  45. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  46. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  47. this.panelControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxOPControl)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // btnClose
  53. //
  54. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  55. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  56. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  57. this.btnClose.Appearance.Options.UseFont = true;
  58. this.btnClose.Appearance.Options.UseForeColor = true;
  59. this.btnClose.Appearance.Options.UseTextOptions = true;
  60. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  61. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  62. this.btnClose.Location = new System.Drawing.Point(395, 1);
  63. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  64. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  65. this.btnClose.Name = "btnClose";
  66. this.btnClose.Size = new System.Drawing.Size(26, 23);
  67. this.btnClose.TabIndex = 5;
  68. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  69. //
  70. // lblTitle
  71. //
  72. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  73. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.Black;
  74. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  75. this.lblTitle.Location = new System.Drawing.Point(12, 1);
  76. this.lblTitle.Name = "lblTitle";
  77. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  78. this.lblTitle.TabIndex = 6;
  79. this.lblTitle.Text = "工序信息编辑";
  80. //
  81. // labelControl2
  82. //
  83. this.labelControl2.Location = new System.Drawing.Point(26, 70);
  84. this.labelControl2.Name = "labelControl2";
  85. this.labelControl2.Size = new System.Drawing.Size(36, 14);
  86. this.labelControl2.TabIndex = 0;
  87. this.labelControl2.Text = "工序:";
  88. //
  89. // labelControl1
  90. //
  91. this.labelControl1.Location = new System.Drawing.Point(26, 29);
  92. this.labelControl1.Name = "labelControl1";
  93. this.labelControl1.Size = new System.Drawing.Size(60, 14);
  94. this.labelControl1.TabIndex = 0;
  95. this.labelControl1.Text = "工序代码:";
  96. //
  97. // labelControl13
  98. //
  99. this.labelControl13.Location = new System.Drawing.Point(26, 140);
  100. this.labelControl13.Name = "labelControl13";
  101. this.labelControl13.Size = new System.Drawing.Size(84, 14);
  102. this.labelControl13.TabIndex = 23;
  103. this.labelControl13.Text = "数据收集方式:";
  104. //
  105. // panelControl1
  106. //
  107. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  108. | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  111. this.panelControl1.Appearance.Options.UseBackColor = true;
  112. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  113. this.panelControl1.Controls.Add(this.txtfrom);
  114. this.panelControl1.Controls.Add(this.labelControl5);
  115. this.panelControl1.Controls.Add(this.cbBCostCenter);
  116. this.panelControl1.Controls.Add(this.labelControl4);
  117. this.panelControl1.Controls.Add(this.txtOPCODE);
  118. this.panelControl1.Controls.Add(this.labelControl3);
  119. this.panelControl1.Controls.Add(this.checkedListBoxOPControl);
  120. this.panelControl1.Controls.Add(this.txtOPCOLLECTION);
  121. this.panelControl1.Controls.Add(this.txtOPDESC);
  122. this.panelControl1.Controls.Add(this.labelControl13);
  123. this.panelControl1.Controls.Add(this.labelControl1);
  124. this.panelControl1.Controls.Add(this.labelControl2);
  125. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  126. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  127. this.panelControl1.Name = "panelControl1";
  128. this.panelControl1.Size = new System.Drawing.Size(420, 433);
  129. this.panelControl1.TabIndex = 23;
  130. //
  131. // cbBCostCenter
  132. //
  133. this.cbBCostCenter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  134. this.cbBCostCenter.FormattingEnabled = true;
  135. this.cbBCostCenter.Location = new System.Drawing.Point(131, 325);
  136. this.cbBCostCenter.Name = "cbBCostCenter";
  137. this.cbBCostCenter.Size = new System.Drawing.Size(121, 22);
  138. this.cbBCostCenter.TabIndex = 79;
  139. //
  140. // labelControl4
  141. //
  142. this.labelControl4.Location = new System.Drawing.Point(26, 328);
  143. this.labelControl4.Name = "labelControl4";
  144. this.labelControl4.Size = new System.Drawing.Size(84, 14);
  145. this.labelControl4.TabIndex = 78;
  146. this.labelControl4.Text = "工序成本中心:";
  147. //
  148. // txtOPCODE
  149. //
  150. this.txtOPCODE.Location = new System.Drawing.Point(131, 26);
  151. this.txtOPCODE.Name = "txtOPCODE";
  152. this.txtOPCODE.Size = new System.Drawing.Size(100, 20);
  153. this.txtOPCODE.TabIndex = 77;
  154. //
  155. // labelControl3
  156. //
  157. this.labelControl3.Location = new System.Drawing.Point(26, 184);
  158. this.labelControl3.Name = "labelControl3";
  159. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  160. this.labelControl3.TabIndex = 76;
  161. this.labelControl3.Text = "工序类型:";
  162. //
  163. // checkedListBoxOPControl
  164. //
  165. this.checkedListBoxOPControl.Location = new System.Drawing.Point(131, 184);
  166. this.checkedListBoxOPControl.MultiColumn = true;
  167. this.checkedListBoxOPControl.Name = "checkedListBoxOPControl";
  168. this.checkedListBoxOPControl.Size = new System.Drawing.Size(254, 132);
  169. this.checkedListBoxOPControl.TabIndex = 75;
  170. //
  171. // txtOPCOLLECTION
  172. //
  173. this.txtOPCOLLECTION.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  174. this.txtOPCOLLECTION.FormattingEnabled = true;
  175. this.txtOPCOLLECTION.Items.AddRange(new object[] {
  176. "自动收集",
  177. "人工收集"});
  178. this.txtOPCOLLECTION.Location = new System.Drawing.Point(131, 137);
  179. this.txtOPCOLLECTION.Name = "txtOPCOLLECTION";
  180. this.txtOPCOLLECTION.Size = new System.Drawing.Size(121, 22);
  181. this.txtOPCOLLECTION.TabIndex = 74;
  182. //
  183. // txtOPDESC
  184. //
  185. this.txtOPDESC.Location = new System.Drawing.Point(131, 67);
  186. this.txtOPDESC.Name = "txtOPDESC";
  187. this.txtOPDESC.Size = new System.Drawing.Size(149, 60);
  188. this.txtOPDESC.TabIndex = 72;
  189. this.txtOPDESC.Text = "";
  190. //
  191. // save
  192. //
  193. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  194. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  195. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  196. this.save.Appearance.Options.UseFont = true;
  197. this.save.Appearance.Options.UseForeColor = true;
  198. this.save.Appearance.Options.UseTextOptions = true;
  199. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  200. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  201. this.save.Location = new System.Drawing.Point(275, 463);
  202. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  203. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  204. this.save.Name = "save";
  205. this.save.Size = new System.Drawing.Size(70, 30);
  206. this.save.TabIndex = 32;
  207. this.save.Text = "保存";
  208. this.save.Click += new System.EventHandler(this.save_Click);
  209. //
  210. // can
  211. //
  212. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  213. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  214. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  215. this.can.Appearance.Options.UseFont = true;
  216. this.can.Appearance.Options.UseForeColor = true;
  217. this.can.Appearance.Options.UseTextOptions = true;
  218. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  219. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  220. this.can.Location = new System.Drawing.Point(351, 463);
  221. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  222. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  223. this.can.Name = "can";
  224. this.can.Size = new System.Drawing.Size(70, 30);
  225. this.can.TabIndex = 77;
  226. this.can.Text = "取消";
  227. this.can.Click += new System.EventHandler(this.can_Click);
  228. //
  229. // txtfrom
  230. //
  231. this.txtfrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  232. this.txtfrom.FormattingEnabled = true;
  233. this.txtfrom.Items.AddRange(new object[] {
  234. "冷加工",
  235. "热处理"});
  236. this.txtfrom.Location = new System.Drawing.Point(131, 371);
  237. this.txtfrom.Name = "txtfrom";
  238. this.txtfrom.Size = new System.Drawing.Size(121, 22);
  239. this.txtfrom.TabIndex = 81;
  240. //
  241. // labelControl5
  242. //
  243. this.labelControl5.Location = new System.Drawing.Point(26, 374);
  244. this.labelControl5.Name = "labelControl5";
  245. this.labelControl5.Size = new System.Drawing.Size(60, 14);
  246. this.labelControl5.TabIndex = 80;
  247. this.labelControl5.Text = "工序归属:";
  248. //
  249. // FormICSOPAdd
  250. //
  251. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  252. this.Appearance.Options.UseBackColor = true;
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.ClientSize = new System.Drawing.Size(422, 496);
  256. this.Controls.Add(this.can);
  257. this.Controls.Add(this.save);
  258. this.Controls.Add(this.panelControl1);
  259. this.Controls.Add(this.lblTitle);
  260. this.Controls.Add(this.btnClose);
  261. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  262. this.Name = "FormICSOPAdd";
  263. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  264. this.Text = "FormContainerAddEdit";
  265. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  266. this.panelControl1.ResumeLayout(false);
  267. this.panelControl1.PerformLayout();
  268. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxOPControl)).EndInit();
  270. this.ResumeLayout(false);
  271. }
  272. #endregion
  273. private DevExpress.XtraEditors.SimpleButton btnClose;
  274. private DevExpress.XtraEditors.LabelControl lblTitle;
  275. private DevExpress.XtraEditors.LabelControl labelControl2;
  276. private DevExpress.XtraEditors.LabelControl labelControl1;
  277. private DevExpress.XtraEditors.LabelControl labelControl13;
  278. private DevExpress.XtraEditors.PanelControl panelControl1;
  279. private System.Windows.Forms.RichTextBox txtOPDESC;
  280. private System.Windows.Forms.ComboBox txtOPCOLLECTION;
  281. private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxOPControl;
  282. private DevExpress.XtraEditors.LabelControl labelControl3;
  283. private DevExpress.XtraEditors.SimpleButton save;
  284. private DevExpress.XtraEditors.SimpleButton can;
  285. private DevExpress.XtraEditors.TextEdit txtOPCODE;
  286. private System.Windows.Forms.ComboBox cbBCostCenter;
  287. private DevExpress.XtraEditors.LabelControl labelControl4;
  288. private System.Windows.Forms.ComboBox txtfrom;
  289. private DevExpress.XtraEditors.LabelControl labelControl5;
  290. }
  291. }