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

305 lines
17 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSSENDINVPLANAdd
  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(FormICSSENDINVPLANAdd));
  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.txtMcode = new DevExpress.XtraEditors.ButtonEdit();
  34. this.txtMoCode = new DevExpress.XtraEditors.ButtonEdit();
  35. this.txtPlanQty = new System.Windows.Forms.TextBox();
  36. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  37. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  38. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  39. this.txttime = new DevExpress.XtraEditors.TextEdit();
  40. this.txtmuser = new DevExpress.XtraEditors.TextEdit();
  41. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  42. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  43. this.txtVersion = new DevExpress.XtraEditors.TextEdit();
  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.txtMcode.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtMoCode.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txttime.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // btnClose
  56. //
  57. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  58. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  59. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  60. this.btnClose.Appearance.Options.UseFont = true;
  61. this.btnClose.Appearance.Options.UseForeColor = true;
  62. this.btnClose.Appearance.Options.UseTextOptions = true;
  63. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  64. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  65. this.btnClose.Location = new System.Drawing.Point(251, 0);
  66. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  67. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  68. this.btnClose.Name = "btnClose";
  69. this.btnClose.Size = new System.Drawing.Size(26, 29);
  70. this.btnClose.TabIndex = 5;
  71. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  72. //
  73. // lblTitle
  74. //
  75. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  76. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  77. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  78. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  79. this.lblTitle.Name = "lblTitle";
  80. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  81. this.lblTitle.TabIndex = 6;
  82. this.lblTitle.Text = "发料计划表编辑";
  83. //
  84. // labelControl1
  85. //
  86. this.labelControl1.Location = new System.Drawing.Point(26, 29);
  87. this.labelControl1.Name = "labelControl1";
  88. this.labelControl1.Size = new System.Drawing.Size(48, 14);
  89. this.labelControl1.TabIndex = 0;
  90. this.labelControl1.Text = "版本号:";
  91. //
  92. // panelControl1
  93. //
  94. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  98. this.panelControl1.Appearance.Options.UseBackColor = true;
  99. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  100. this.panelControl1.Controls.Add(this.txtMcode);
  101. this.panelControl1.Controls.Add(this.txtMoCode);
  102. this.panelControl1.Controls.Add(this.txtPlanQty);
  103. this.panelControl1.Controls.Add(this.labelControl7);
  104. this.panelControl1.Controls.Add(this.labelControl6);
  105. this.panelControl1.Controls.Add(this.labelControl5);
  106. this.panelControl1.Controls.Add(this.txttime);
  107. this.panelControl1.Controls.Add(this.txtmuser);
  108. this.panelControl1.Controls.Add(this.labelControl12);
  109. this.panelControl1.Controls.Add(this.labelControl13);
  110. this.panelControl1.Controls.Add(this.txtVersion);
  111. this.panelControl1.Controls.Add(this.labelControl1);
  112. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  113. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  114. this.panelControl1.Name = "panelControl1";
  115. this.panelControl1.Size = new System.Drawing.Size(276, 264);
  116. this.panelControl1.TabIndex = 23;
  117. //
  118. // txtMcode
  119. //
  120. this.txtMcode.EditValue = "";
  121. this.txtMcode.Location = new System.Drawing.Point(119, 96);
  122. this.txtMcode.Name = "txtMcode";
  123. this.txtMcode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  124. new DevExpress.XtraEditors.Controls.EditorButton()});
  125. this.txtMcode.Size = new System.Drawing.Size(121, 20);
  126. this.txtMcode.TabIndex = 113;
  127. this.txtMcode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtMcode_ButtonClick);
  128. this.txtMcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMcode_KeyDown);
  129. this.txtMcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMcode_KeyPress);
  130. //
  131. // txtMoCode
  132. //
  133. this.txtMoCode.EditValue = "";
  134. this.txtMoCode.Location = new System.Drawing.Point(119, 61);
  135. this.txtMoCode.Name = "txtMoCode";
  136. this.txtMoCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  137. new DevExpress.XtraEditors.Controls.EditorButton()});
  138. this.txtMoCode.Size = new System.Drawing.Size(121, 20);
  139. this.txtMoCode.TabIndex = 112;
  140. this.txtMoCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtMoCode_ButtonClick);
  141. this.txtMoCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMoCode_KeyDown);
  142. this.txtMoCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoCode_KeyPress);
  143. //
  144. // txtPlanQty
  145. //
  146. this.txtPlanQty.Location = new System.Drawing.Point(119, 137);
  147. this.txtPlanQty.Name = "txtPlanQty";
  148. this.txtPlanQty.Size = new System.Drawing.Size(121, 22);
  149. this.txtPlanQty.TabIndex = 108;
  150. //
  151. // labelControl7
  152. //
  153. this.labelControl7.Location = new System.Drawing.Point(26, 99);
  154. this.labelControl7.Name = "labelControl7";
  155. this.labelControl7.Size = new System.Drawing.Size(60, 14);
  156. this.labelControl7.TabIndex = 100;
  157. this.labelControl7.Text = "存货编码:";
  158. //
  159. // labelControl6
  160. //
  161. this.labelControl6.Location = new System.Drawing.Point(26, 64);
  162. this.labelControl6.Name = "labelControl6";
  163. this.labelControl6.Size = new System.Drawing.Size(48, 14);
  164. this.labelControl6.TabIndex = 99;
  165. this.labelControl6.Text = "工单号:";
  166. //
  167. // labelControl5
  168. //
  169. this.labelControl5.Location = new System.Drawing.Point(26, 140);
  170. this.labelControl5.Name = "labelControl5";
  171. this.labelControl5.Size = new System.Drawing.Size(60, 14);
  172. this.labelControl5.TabIndex = 98;
  173. this.labelControl5.Text = "计划数量:";
  174. //
  175. // txttime
  176. //
  177. this.txttime.EnterMoveNextControl = true;
  178. this.txttime.Location = new System.Drawing.Point(119, 218);
  179. this.txttime.Name = "txttime";
  180. this.txttime.Properties.ReadOnly = true;
  181. this.txttime.Size = new System.Drawing.Size(121, 20);
  182. this.txttime.TabIndex = 94;
  183. //
  184. // txtmuser
  185. //
  186. this.txtmuser.EnterMoveNextControl = true;
  187. this.txtmuser.Location = new System.Drawing.Point(119, 175);
  188. this.txtmuser.Name = "txtmuser";
  189. this.txtmuser.Properties.ReadOnly = true;
  190. this.txtmuser.Size = new System.Drawing.Size(121, 20);
  191. this.txtmuser.TabIndex = 93;
  192. //
  193. // labelControl12
  194. //
  195. this.labelControl12.Location = new System.Drawing.Point(26, 221);
  196. this.labelControl12.Name = "labelControl12";
  197. this.labelControl12.Size = new System.Drawing.Size(60, 14);
  198. this.labelControl12.TabIndex = 92;
  199. this.labelControl12.Text = "维护时间:";
  200. //
  201. // labelControl13
  202. //
  203. this.labelControl13.Location = new System.Drawing.Point(26, 178);
  204. this.labelControl13.Name = "labelControl13";
  205. this.labelControl13.Size = new System.Drawing.Size(48, 14);
  206. this.labelControl13.TabIndex = 91;
  207. this.labelControl13.Text = "维护人:";
  208. //
  209. // txtVersion
  210. //
  211. this.txtVersion.EnterMoveNextControl = true;
  212. this.txtVersion.Location = new System.Drawing.Point(119, 26);
  213. this.txtVersion.Name = "txtVersion";
  214. this.txtVersion.Size = new System.Drawing.Size(121, 20);
  215. this.txtVersion.TabIndex = 77;
  216. //
  217. // save
  218. //
  219. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  220. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  221. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  222. this.save.Appearance.Options.UseFont = true;
  223. this.save.Appearance.Options.UseForeColor = true;
  224. this.save.Appearance.Options.UseTextOptions = true;
  225. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  226. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  227. this.save.Location = new System.Drawing.Point(135, 293);
  228. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  229. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  230. this.save.Name = "save";
  231. this.save.Size = new System.Drawing.Size(70, 30);
  232. this.save.TabIndex = 81;
  233. this.save.Text = "保存";
  234. this.save.Click += new System.EventHandler(this.save_Click);
  235. //
  236. // can
  237. //
  238. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  239. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  240. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  241. this.can.Appearance.Options.UseFont = true;
  242. this.can.Appearance.Options.UseForeColor = true;
  243. this.can.Appearance.Options.UseTextOptions = true;
  244. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  245. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  246. this.can.Location = new System.Drawing.Point(207, 293);
  247. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  248. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  249. this.can.Name = "can";
  250. this.can.Size = new System.Drawing.Size(70, 30);
  251. this.can.TabIndex = 91;
  252. this.can.Text = "取消";
  253. this.can.Click += new System.EventHandler(this.can_Click);
  254. //
  255. // FormICSSENDINVPLANAdd
  256. //
  257. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  258. this.Appearance.Options.UseBackColor = true;
  259. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  261. this.ClientSize = new System.Drawing.Size(278, 325);
  262. this.Controls.Add(this.can);
  263. this.Controls.Add(this.save);
  264. this.Controls.Add(this.panelControl1);
  265. this.Controls.Add(this.lblTitle);
  266. this.Controls.Add(this.btnClose);
  267. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  268. this.Name = "FormICSSENDINVPLANAdd";
  269. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  270. this.Text = "FormContainerAddEdit";
  271. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  272. this.panelControl1.ResumeLayout(false);
  273. this.panelControl1.PerformLayout();
  274. ((System.ComponentModel.ISupportInitialize)(this.txtMcode.Properties)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.txtMoCode.Properties)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.txttime.Properties)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).EndInit();
  279. this.ResumeLayout(false);
  280. }
  281. #endregion
  282. private DevExpress.XtraEditors.SimpleButton btnClose;
  283. private DevExpress.XtraEditors.LabelControl lblTitle;
  284. private DevExpress.XtraEditors.LabelControl labelControl1;
  285. private DevExpress.XtraEditors.PanelControl panelControl1;
  286. private DevExpress.XtraEditors.TextEdit txtVersion;
  287. private DevExpress.XtraEditors.SimpleButton save;
  288. private DevExpress.XtraEditors.SimpleButton can;
  289. private DevExpress.XtraEditors.LabelControl labelControl13;
  290. private DevExpress.XtraEditors.LabelControl labelControl12;
  291. private DevExpress.XtraEditors.TextEdit txttime;
  292. private DevExpress.XtraEditors.TextEdit txtmuser;
  293. private DevExpress.XtraEditors.LabelControl labelControl7;
  294. private DevExpress.XtraEditors.LabelControl labelControl6;
  295. private DevExpress.XtraEditors.LabelControl labelControl5;
  296. private System.Windows.Forms.TextBox txtPlanQty;
  297. private DevExpress.XtraEditors.ButtonEdit txtMcode;
  298. private DevExpress.XtraEditors.ButtonEdit txtMoCode;
  299. }
  300. }