华恒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.

321 lines
18 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSITEM2ROUTEAdd
  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(FormICSITEM2ROUTEAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  33. this.txtOPCode = new System.Windows.Forms.RichTextBox();
  34. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  35. this.txtROUTEID = new DevExpress.XtraEditors.TextEdit();
  36. this.txtITEMID = new DevExpress.XtraEditors.TextEdit();
  37. this.txtROUTECODE = new DevExpress.XtraEditors.GridLookUpEdit();
  38. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  39. this.txtITEMCODE = new DevExpress.XtraEditors.GridLookUpEdit();
  40. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  41. this.checkISREF = new System.Windows.Forms.CheckBox();
  42. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  43. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  44. this.save = new DevExpress.XtraEditors.SimpleButton();
  45. this.can = new DevExpress.XtraEditors.SimpleButton();
  46. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  47. this.panelControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtROUTEID.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtITEMID.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtROUTECODE.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // btnClose
  57. //
  58. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  59. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  60. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  61. this.btnClose.Appearance.Options.UseFont = true;
  62. this.btnClose.Appearance.Options.UseForeColor = true;
  63. this.btnClose.Appearance.Options.UseTextOptions = true;
  64. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  65. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  66. this.btnClose.Location = new System.Drawing.Point(558, 1);
  67. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  68. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  69. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  70. this.btnClose.Name = "btnClose";
  71. this.btnClose.Size = new System.Drawing.Size(38, 37);
  72. this.btnClose.TabIndex = 5;
  73. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  74. //
  75. // lblTitle
  76. //
  77. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  79. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  80. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  81. this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  82. this.lblTitle.Name = "lblTitle";
  83. this.lblTitle.Size = new System.Drawing.Size(225, 37);
  84. this.lblTitle.TabIndex = 6;
  85. this.lblTitle.Text = "产品和途程的关系编辑";
  86. //
  87. // labelControl1
  88. //
  89. this.labelControl1.Location = new System.Drawing.Point(38, 45);
  90. this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  91. this.labelControl1.Name = "labelControl1";
  92. this.labelControl1.Size = new System.Drawing.Size(54, 22);
  93. this.labelControl1.TabIndex = 0;
  94. this.labelControl1.Text = "产品:";
  95. //
  96. // panelControl1
  97. //
  98. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  99. | System.Windows.Forms.AnchorStyles.Left)
  100. | System.Windows.Forms.AnchorStyles.Right)));
  101. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  102. this.panelControl1.Appearance.Options.UseBackColor = true;
  103. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  104. this.panelControl1.Controls.Add(this.txtOPCode);
  105. this.panelControl1.Controls.Add(this.labelControl4);
  106. this.panelControl1.Controls.Add(this.txtROUTEID);
  107. this.panelControl1.Controls.Add(this.txtITEMID);
  108. this.panelControl1.Controls.Add(this.txtROUTECODE);
  109. this.panelControl1.Controls.Add(this.txtITEMCODE);
  110. this.panelControl1.Controls.Add(this.checkISREF);
  111. this.panelControl1.Controls.Add(this.labelControl3);
  112. this.panelControl1.Controls.Add(this.labelControl2);
  113. this.panelControl1.Controls.Add(this.labelControl1);
  114. this.panelControl1.Location = new System.Drawing.Point(1, 43);
  115. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  116. this.panelControl1.Name = "panelControl1";
  117. this.panelControl1.Size = new System.Drawing.Size(592, 467);
  118. this.panelControl1.TabIndex = 23;
  119. //
  120. // txtOPCode
  121. //
  122. this.txtOPCode.Location = new System.Drawing.Point(180, 180);
  123. this.txtOPCode.Margin = new System.Windows.Forms.Padding(4);
  124. this.txtOPCode.Name = "txtOPCode";
  125. this.txtOPCode.ReadOnly = true;
  126. this.txtOPCode.Size = new System.Drawing.Size(245, 131);
  127. this.txtOPCode.TabIndex = 212;
  128. this.txtOPCode.Text = "";
  129. //
  130. // labelControl4
  131. //
  132. this.labelControl4.Location = new System.Drawing.Point(38, 220);
  133. this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  134. this.labelControl4.Name = "labelControl4";
  135. this.labelControl4.Size = new System.Drawing.Size(54, 22);
  136. this.labelControl4.TabIndex = 209;
  137. this.labelControl4.Text = "工序:";
  138. //
  139. // txtROUTEID
  140. //
  141. this.txtROUTEID.Location = new System.Drawing.Point(455, 101);
  142. this.txtROUTEID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  143. this.txtROUTEID.Name = "txtROUTEID";
  144. this.txtROUTEID.Size = new System.Drawing.Size(105, 28);
  145. this.txtROUTEID.TabIndex = 208;
  146. this.txtROUTEID.Visible = false;
  147. //
  148. // txtITEMID
  149. //
  150. this.txtITEMID.Location = new System.Drawing.Point(455, 42);
  151. this.txtITEMID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  152. this.txtITEMID.Name = "txtITEMID";
  153. this.txtITEMID.Size = new System.Drawing.Size(105, 28);
  154. this.txtITEMID.TabIndex = 207;
  155. this.txtITEMID.Visible = false;
  156. //
  157. // txtROUTECODE
  158. //
  159. this.txtROUTECODE.EditValue = "";
  160. this.txtROUTECODE.Location = new System.Drawing.Point(180, 101);
  161. this.txtROUTECODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  162. this.txtROUTECODE.Name = "txtROUTECODE";
  163. this.txtROUTECODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  164. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  165. this.txtROUTECODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  166. this.txtROUTECODE.Properties.View = this.gridView1;
  167. this.txtROUTECODE.Size = new System.Drawing.Size(246, 28);
  168. this.txtROUTECODE.TabIndex = 206;
  169. this.txtROUTECODE.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.txtROUTECODE_QueryPopUp);
  170. this.txtROUTECODE.EditValueChanged += new System.EventHandler(this.txtROUTECODE_EditValueChanged);
  171. //
  172. // gridView1
  173. //
  174. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  175. this.gridView1.Name = "gridView1";
  176. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  177. this.gridView1.OptionsView.ShowGroupPanel = false;
  178. //
  179. // txtITEMCODE
  180. //
  181. this.txtITEMCODE.EditValue = "";
  182. this.txtITEMCODE.Location = new System.Drawing.Point(180, 42);
  183. this.txtITEMCODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  184. this.txtITEMCODE.Name = "txtITEMCODE";
  185. this.txtITEMCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  186. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  187. this.txtITEMCODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  188. this.txtITEMCODE.Properties.View = this.gridLookUpEdit1View;
  189. this.txtITEMCODE.Size = new System.Drawing.Size(246, 28);
  190. this.txtITEMCODE.TabIndex = 205;
  191. this.txtITEMCODE.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.txtITEMCODE_QueryPopUp);
  192. this.txtITEMCODE.EditValueChanged += new System.EventHandler(this.txtITEMCODE_EditValueChanged);
  193. //
  194. // gridLookUpEdit1View
  195. //
  196. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  197. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  198. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  199. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  200. //
  201. // checkISREF
  202. //
  203. this.checkISREF.AutoSize = true;
  204. this.checkISREF.Location = new System.Drawing.Point(180, 353);
  205. this.checkISREF.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  206. this.checkISREF.Name = "checkISREF";
  207. this.checkISREF.Size = new System.Drawing.Size(22, 21);
  208. this.checkISREF.TabIndex = 78;
  209. this.checkISREF.UseVisualStyleBackColor = true;
  210. //
  211. // labelControl3
  212. //
  213. this.labelControl3.Location = new System.Drawing.Point(38, 352);
  214. this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  215. this.labelControl3.Name = "labelControl3";
  216. this.labelControl3.Size = new System.Drawing.Size(90, 22);
  217. this.labelControl3.TabIndex = 77;
  218. this.labelControl3.Text = "默认途程:";
  219. //
  220. // labelControl2
  221. //
  222. this.labelControl2.Location = new System.Drawing.Point(38, 105);
  223. this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  224. this.labelControl2.Name = "labelControl2";
  225. this.labelControl2.Size = new System.Drawing.Size(54, 22);
  226. this.labelControl2.TabIndex = 75;
  227. this.labelControl2.Text = "途程:";
  228. //
  229. // save
  230. //
  231. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  232. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  233. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  234. this.save.Appearance.Options.UseFont = true;
  235. this.save.Appearance.Options.UseForeColor = true;
  236. this.save.Appearance.Options.UseTextOptions = true;
  237. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  238. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  239. this.save.Location = new System.Drawing.Point(389, 527);
  240. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  241. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  242. this.save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  243. this.save.Name = "save";
  244. this.save.Size = new System.Drawing.Size(100, 48);
  245. this.save.TabIndex = 30;
  246. this.save.Text = "保存";
  247. this.save.Click += new System.EventHandler(this.save_Click);
  248. //
  249. // can
  250. //
  251. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  252. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  253. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  254. this.can.Appearance.Options.UseFont = true;
  255. this.can.Appearance.Options.UseForeColor = true;
  256. this.can.Appearance.Options.UseTextOptions = true;
  257. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  258. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  259. this.can.Location = new System.Drawing.Point(494, 527);
  260. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  261. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  262. this.can.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  263. this.can.Name = "can";
  264. this.can.Size = new System.Drawing.Size(100, 48);
  265. this.can.TabIndex = 79;
  266. this.can.Text = "取消";
  267. this.can.Click += new System.EventHandler(this.can_Click);
  268. //
  269. // FormICSITEM2ROUTEAdd
  270. //
  271. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  272. this.Appearance.Options.UseBackColor = true;
  273. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  274. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  275. this.ClientSize = new System.Drawing.Size(596, 577);
  276. this.Controls.Add(this.save);
  277. this.Controls.Add(this.panelControl1);
  278. this.Controls.Add(this.can);
  279. this.Controls.Add(this.lblTitle);
  280. this.Controls.Add(this.btnClose);
  281. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  282. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  283. this.Name = "FormICSITEM2ROUTEAdd";
  284. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  285. this.Text = "FormContainerAddEdit";
  286. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  287. this.panelControl1.ResumeLayout(false);
  288. this.panelControl1.PerformLayout();
  289. ((System.ComponentModel.ISupportInitialize)(this.txtROUTEID.Properties)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.txtITEMID.Properties)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.txtROUTECODE.Properties)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  295. this.ResumeLayout(false);
  296. }
  297. #endregion
  298. private DevExpress.XtraEditors.SimpleButton btnClose;
  299. private DevExpress.XtraEditors.LabelControl lblTitle;
  300. private DevExpress.XtraEditors.LabelControl labelControl1;
  301. private DevExpress.XtraEditors.PanelControl panelControl1;
  302. private DevExpress.XtraEditors.LabelControl labelControl2;
  303. private DevExpress.XtraEditors.LabelControl labelControl3;
  304. private System.Windows.Forms.CheckBox checkISREF;
  305. private DevExpress.XtraEditors.SimpleButton save;
  306. private DevExpress.XtraEditors.SimpleButton can;
  307. private DevExpress.XtraEditors.GridLookUpEdit txtITEMCODE;
  308. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  309. private DevExpress.XtraEditors.GridLookUpEdit txtROUTECODE;
  310. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  311. private DevExpress.XtraEditors.TextEdit txtROUTEID;
  312. private DevExpress.XtraEditors.TextEdit txtITEMID;
  313. private DevExpress.XtraEditors.LabelControl labelControl4;
  314. private System.Windows.Forms.RichTextBox txtOPCode;
  315. }
  316. }