锐腾搅拌上料功能
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.

267 lines
14 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSTSBackflow
  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(FormICSTSBackflow));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.txtITEMCODE = new DevExpress.XtraEditors.TextEdit();
  34. this.txtFRMOPCODE = new System.Windows.Forms.ComboBox();
  35. this.txtMOCODE = new DevExpress.XtraEditors.TextEdit();
  36. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  37. this.txtFRMROUTECODE = new System.Windows.Forms.ComboBox();
  38. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  39. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  40. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  41. this.save = new DevExpress.XtraEditors.SimpleButton();
  42. this.can = new DevExpress.XtraEditors.SimpleButton();
  43. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  44. this.panelControl1.SuspendLayout();
  45. this.groupBox1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtMOCODE.Properties)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // btnClose
  51. //
  52. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  53. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  54. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  55. this.btnClose.Appearance.Options.UseFont = true;
  56. this.btnClose.Appearance.Options.UseForeColor = true;
  57. this.btnClose.Appearance.Options.UseTextOptions = true;
  58. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  59. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  60. this.btnClose.Location = new System.Drawing.Point(498, 0);
  61. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  62. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  63. this.btnClose.Name = "btnClose";
  64. this.btnClose.Size = new System.Drawing.Size(26, 29);
  65. this.btnClose.TabIndex = 5;
  66. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  67. //
  68. // lblTitle
  69. //
  70. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  71. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  72. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  73. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  74. this.lblTitle.Name = "lblTitle";
  75. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  76. this.lblTitle.TabIndex = 6;
  77. this.lblTitle.Text = "维修回流";
  78. //
  79. // panelControl1
  80. //
  81. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  82. | System.Windows.Forms.AnchorStyles.Left)
  83. | System.Windows.Forms.AnchorStyles.Right)));
  84. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  85. this.panelControl1.Appearance.Options.UseBackColor = true;
  86. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  87. this.panelControl1.Controls.Add(this.groupBox1);
  88. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  89. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  90. this.panelControl1.Name = "panelControl1";
  91. this.panelControl1.Size = new System.Drawing.Size(523, 156);
  92. this.panelControl1.TabIndex = 23;
  93. //
  94. // groupBox1
  95. //
  96. this.groupBox1.Controls.Add(this.txtITEMCODE);
  97. this.groupBox1.Controls.Add(this.txtFRMOPCODE);
  98. this.groupBox1.Controls.Add(this.txtMOCODE);
  99. this.groupBox1.Controls.Add(this.labelControl4);
  100. this.groupBox1.Controls.Add(this.txtFRMROUTECODE);
  101. this.groupBox1.Controls.Add(this.labelControl2);
  102. this.groupBox1.Controls.Add(this.labelControl3);
  103. this.groupBox1.Controls.Add(this.labelControl1);
  104. this.groupBox1.Location = new System.Drawing.Point(11, 8);
  105. this.groupBox1.Name = "groupBox1";
  106. this.groupBox1.Size = new System.Drawing.Size(501, 134);
  107. this.groupBox1.TabIndex = 102;
  108. this.groupBox1.TabStop = false;
  109. this.groupBox1.Text = "回流";
  110. //
  111. // txtITEMCODE
  112. //
  113. this.txtITEMCODE.EnterMoveNextControl = true;
  114. this.txtITEMCODE.Location = new System.Drawing.Point(337, 36);
  115. this.txtITEMCODE.Name = "txtITEMCODE";
  116. this.txtITEMCODE.Properties.ReadOnly = true;
  117. this.txtITEMCODE.Size = new System.Drawing.Size(139, 20);
  118. this.txtITEMCODE.TabIndex = 84;
  119. //
  120. // txtFRMOPCODE
  121. //
  122. this.txtFRMOPCODE.AutoCompleteCustomSource.AddRange(new string[] {
  123. "",
  124. "Y",
  125. "N"});
  126. this.txtFRMOPCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  127. this.txtFRMOPCODE.FormattingEnabled = true;
  128. this.txtFRMOPCODE.Location = new System.Drawing.Point(337, 84);
  129. this.txtFRMOPCODE.Name = "txtFRMOPCODE";
  130. this.txtFRMOPCODE.Size = new System.Drawing.Size(139, 22);
  131. this.txtFRMOPCODE.TabIndex = 90;
  132. //
  133. // txtMOCODE
  134. //
  135. this.txtMOCODE.EnterMoveNextControl = true;
  136. this.txtMOCODE.Location = new System.Drawing.Point(100, 36);
  137. this.txtMOCODE.Name = "txtMOCODE";
  138. this.txtMOCODE.Properties.ReadOnly = true;
  139. this.txtMOCODE.Size = new System.Drawing.Size(139, 20);
  140. this.txtMOCODE.TabIndex = 84;
  141. //
  142. // labelControl4
  143. //
  144. this.labelControl4.Location = new System.Drawing.Point(262, 87);
  145. this.labelControl4.Name = "labelControl4";
  146. this.labelControl4.Size = new System.Drawing.Size(60, 14);
  147. this.labelControl4.TabIndex = 76;
  148. this.labelControl4.Text = "工序代码:";
  149. //
  150. // txtFRMROUTECODE
  151. //
  152. this.txtFRMROUTECODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  153. this.txtFRMROUTECODE.FormattingEnabled = true;
  154. this.txtFRMROUTECODE.Location = new System.Drawing.Point(100, 84);
  155. this.txtFRMROUTECODE.Name = "txtFRMROUTECODE";
  156. this.txtFRMROUTECODE.Size = new System.Drawing.Size(139, 22);
  157. this.txtFRMROUTECODE.TabIndex = 89;
  158. this.txtFRMROUTECODE.SelectedIndexChanged += new System.EventHandler(this.txtFRMROUTECODE_SelectedIndexChanged);
  159. //
  160. // labelControl2
  161. //
  162. this.labelControl2.Location = new System.Drawing.Point(262, 39);
  163. this.labelControl2.Name = "labelControl2";
  164. this.labelControl2.Size = new System.Drawing.Size(60, 14);
  165. this.labelControl2.TabIndex = 75;
  166. this.labelControl2.Text = "存货编码:";
  167. //
  168. // labelControl3
  169. //
  170. this.labelControl3.Location = new System.Drawing.Point(25, 87);
  171. this.labelControl3.Name = "labelControl3";
  172. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  173. this.labelControl3.TabIndex = 75;
  174. this.labelControl3.Text = "途程代码:";
  175. //
  176. // labelControl1
  177. //
  178. this.labelControl1.Location = new System.Drawing.Point(25, 39);
  179. this.labelControl1.Name = "labelControl1";
  180. this.labelControl1.Size = new System.Drawing.Size(60, 14);
  181. this.labelControl1.TabIndex = 75;
  182. this.labelControl1.Text = "生产订单号:";
  183. //
  184. // save
  185. //
  186. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  187. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  188. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  189. this.save.Appearance.Options.UseFont = true;
  190. this.save.Appearance.Options.UseForeColor = true;
  191. this.save.Appearance.Options.UseTextOptions = true;
  192. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  193. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  194. this.save.Location = new System.Drawing.Point(382, 185);
  195. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  196. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  197. this.save.Name = "save";
  198. this.save.Size = new System.Drawing.Size(70, 30);
  199. this.save.TabIndex = 81;
  200. this.save.Text = "保存";
  201. this.save.Click += new System.EventHandler(this.save_Click);
  202. //
  203. // can
  204. //
  205. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  206. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  207. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  208. this.can.Appearance.Options.UseFont = true;
  209. this.can.Appearance.Options.UseForeColor = true;
  210. this.can.Appearance.Options.UseTextOptions = true;
  211. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  212. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  213. this.can.Location = new System.Drawing.Point(454, 185);
  214. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  215. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  216. this.can.Name = "can";
  217. this.can.Size = new System.Drawing.Size(70, 30);
  218. this.can.TabIndex = 91;
  219. this.can.Text = "取消";
  220. this.can.Click += new System.EventHandler(this.can_Click);
  221. //
  222. // FormICSTSBackflow
  223. //
  224. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  225. this.Appearance.Options.UseBackColor = true;
  226. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  227. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  228. this.ClientSize = new System.Drawing.Size(525, 217);
  229. this.Controls.Add(this.can);
  230. this.Controls.Add(this.save);
  231. this.Controls.Add(this.panelControl1);
  232. this.Controls.Add(this.lblTitle);
  233. this.Controls.Add(this.btnClose);
  234. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  235. this.Name = "FormICSTSBackflow";
  236. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  237. this.Text = "FormContainerAddEdit";
  238. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  239. this.panelControl1.ResumeLayout(false);
  240. this.groupBox1.ResumeLayout(false);
  241. this.groupBox1.PerformLayout();
  242. ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.txtMOCODE.Properties)).EndInit();
  244. this.ResumeLayout(false);
  245. }
  246. #endregion
  247. private DevExpress.XtraEditors.SimpleButton btnClose;
  248. private DevExpress.XtraEditors.LabelControl lblTitle;
  249. private DevExpress.XtraEditors.PanelControl panelControl1;
  250. private DevExpress.XtraEditors.LabelControl labelControl4;
  251. private DevExpress.XtraEditors.LabelControl labelControl3;
  252. private System.Windows.Forms.ComboBox txtFRMOPCODE;
  253. private System.Windows.Forms.ComboBox txtFRMROUTECODE;
  254. private DevExpress.XtraEditors.SimpleButton save;
  255. private DevExpress.XtraEditors.SimpleButton can;
  256. private System.Windows.Forms.GroupBox groupBox1;
  257. private DevExpress.XtraEditors.TextEdit txtITEMCODE;
  258. private DevExpress.XtraEditors.TextEdit txtMOCODE;
  259. private DevExpress.XtraEditors.LabelControl labelControl2;
  260. private DevExpress.XtraEditors.LabelControl labelControl1;
  261. }
  262. }