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

236 lines
13 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSINVENTORYEditAdd
  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(FormICSINVENTORYEditAdd));
  29. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  30. this.save = new DevExpress.XtraEditors.SimpleButton();
  31. this.can = new DevExpress.XtraEditors.SimpleButton();
  32. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  33. this.txtINVMACHINETYPE = new DevExpress.XtraEditors.ButtonEdit();
  34. this.label19 = new System.Windows.Forms.Label();
  35. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  38. this.txtINVCONTROLTYPE = new System.Windows.Forms.ComboBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  41. this.panelControl1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtINVMACHINETYPE.Properties)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // lblTitle
  46. //
  47. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  48. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  49. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  50. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  51. this.lblTitle.Name = "lblTitle";
  52. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  53. this.lblTitle.TabIndex = 6;
  54. this.lblTitle.Text = "修改";
  55. //
  56. // save
  57. //
  58. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  59. this.save.Location = new System.Drawing.Point(134, 306);
  60. this.save.Name = "save";
  61. this.save.Size = new System.Drawing.Size(68, 23);
  62. this.save.TabIndex = 30;
  63. this.save.Text = "保存";
  64. this.save.Click += new System.EventHandler(this.save_Click);
  65. //
  66. // can
  67. //
  68. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  69. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  70. this.can.Location = new System.Drawing.Point(208, 306);
  71. this.can.Name = "can";
  72. this.can.Size = new System.Drawing.Size(68, 23);
  73. this.can.TabIndex = 31;
  74. this.can.Text = "取消";
  75. this.can.Click += new System.EventHandler(this.btnClose_Click);
  76. //
  77. // panelControl1
  78. //
  79. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  80. | System.Windows.Forms.AnchorStyles.Left)
  81. | System.Windows.Forms.AnchorStyles.Right)));
  82. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  83. this.panelControl1.Appearance.Options.UseBackColor = true;
  84. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  85. this.panelControl1.Controls.Add(this.txtINVCONTROLTYPE);
  86. this.panelControl1.Controls.Add(this.txtINVMACHINETYPE);
  87. this.panelControl1.Controls.Add(this.label1);
  88. this.panelControl1.Controls.Add(this.label19);
  89. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  90. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  91. this.panelControl1.Name = "panelControl1";
  92. this.panelControl1.Size = new System.Drawing.Size(278, 113);
  93. this.panelControl1.TabIndex = 23;
  94. //
  95. // txtINVMACHINETYPE
  96. //
  97. this.txtINVMACHINETYPE.Location = new System.Drawing.Point(111, 24);
  98. this.txtINVMACHINETYPE.Name = "txtINVMACHINETYPE";
  99. this.txtINVMACHINETYPE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  100. new DevExpress.XtraEditors.Controls.EditorButton()});
  101. this.txtINVMACHINETYPE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  102. this.txtINVMACHINETYPE.Size = new System.Drawing.Size(123, 20);
  103. this.txtINVMACHINETYPE.TabIndex = 126;
  104. this.txtINVMACHINETYPE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtVENDORCODE_ButtonClick);
  105. //
  106. // label19
  107. //
  108. this.label19.AutoSize = true;
  109. this.label19.Location = new System.Drawing.Point(40, 27);
  110. this.label19.Name = "label19";
  111. this.label19.Size = new System.Drawing.Size(67, 14);
  112. this.label19.TabIndex = 54;
  113. this.label19.Text = "仓库代码:";
  114. //
  115. // btnCancle
  116. //
  117. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  118. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  119. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  120. this.btnCancle.Appearance.Options.UseFont = true;
  121. this.btnCancle.Appearance.Options.UseForeColor = true;
  122. this.btnCancle.Appearance.Options.UseTextOptions = true;
  123. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  124. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  125. this.btnCancle.Location = new System.Drawing.Point(198, 143);
  126. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  127. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  128. this.btnCancle.Name = "btnCancle";
  129. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  130. this.btnCancle.TabIndex = 122;
  131. this.btnCancle.Text = "取消";
  132. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  133. //
  134. // btnOK
  135. //
  136. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  137. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  138. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  139. this.btnOK.Appearance.Options.UseFont = true;
  140. this.btnOK.Appearance.Options.UseForeColor = true;
  141. this.btnOK.Appearance.Options.UseTextOptions = true;
  142. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  143. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  144. this.btnOK.Location = new System.Drawing.Point(122, 143);
  145. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  146. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  147. this.btnOK.Name = "btnOK";
  148. this.btnOK.Size = new System.Drawing.Size(70, 30);
  149. this.btnOK.TabIndex = 121;
  150. this.btnOK.Text = "保存";
  151. this.btnOK.Click += new System.EventHandler(this.save_Click);
  152. //
  153. // btnClose
  154. //
  155. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  156. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  157. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  158. this.btnClose.Appearance.Options.UseFont = true;
  159. this.btnClose.Appearance.Options.UseForeColor = true;
  160. this.btnClose.Appearance.Options.UseTextOptions = true;
  161. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  162. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  163. this.btnClose.Location = new System.Drawing.Point(253, 1);
  164. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  165. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  166. this.btnClose.Name = "btnClose";
  167. this.btnClose.Size = new System.Drawing.Size(26, 23);
  168. this.btnClose.TabIndex = 5;
  169. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  170. //
  171. // txtINVCONTROLTYPE
  172. //
  173. this.txtINVCONTROLTYPE.FormattingEnabled = true;
  174. this.txtINVCONTROLTYPE.Items.AddRange(new object[] {
  175. "",
  176. "不管控",
  177. "单品管控",
  178. "批次管控"});
  179. this.txtINVCONTROLTYPE.Location = new System.Drawing.Point(111, 66);
  180. this.txtINVCONTROLTYPE.Name = "txtINVCONTROLTYPE";
  181. this.txtINVCONTROLTYPE.Size = new System.Drawing.Size(123, 22);
  182. this.txtINVCONTROLTYPE.TabIndex = 127;
  183. //
  184. // label1
  185. //
  186. this.label1.AutoSize = true;
  187. this.label1.Location = new System.Drawing.Point(43, 69);
  188. this.label1.Name = "label1";
  189. this.label1.Size = new System.Drawing.Size(67, 14);
  190. this.label1.TabIndex = 54;
  191. this.label1.Text = "管控类型:";
  192. //
  193. // FormICSINVENTORYEditAdd
  194. //
  195. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  196. this.Appearance.Options.UseBackColor = true;
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.ClientSize = new System.Drawing.Size(280, 176);
  200. this.Controls.Add(this.btnCancle);
  201. this.Controls.Add(this.btnOK);
  202. this.Controls.Add(this.panelControl1);
  203. this.Controls.Add(this.lblTitle);
  204. this.Controls.Add(this.btnClose);
  205. this.Controls.Add(this.save);
  206. this.Controls.Add(this.can);
  207. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  208. this.Name = "FormICSINVENTORYEditAdd";
  209. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  210. this.Text = "存货编辑";
  211. this.Load += new System.EventHandler(this.FormICSINVENTORYEditAdd_Load);
  212. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  213. this.panelControl1.ResumeLayout(false);
  214. this.panelControl1.PerformLayout();
  215. ((System.ComponentModel.ISupportInitialize)(this.txtINVMACHINETYPE.Properties)).EndInit();
  216. this.ResumeLayout(false);
  217. }
  218. #endregion
  219. private DevExpress.XtraEditors.SimpleButton btnClose;
  220. private DevExpress.XtraEditors.LabelControl lblTitle;
  221. private DevExpress.XtraEditors.SimpleButton save;
  222. private DevExpress.XtraEditors.SimpleButton can;
  223. private DevExpress.XtraEditors.PanelControl panelControl1;
  224. private System.Windows.Forms.Label label19;
  225. private DevExpress.XtraEditors.SimpleButton btnCancle;
  226. private DevExpress.XtraEditors.SimpleButton btnOK;
  227. private DevExpress.XtraEditors.ButtonEdit txtINVMACHINETYPE;
  228. private System.Windows.Forms.ComboBox txtINVCONTROLTYPE;
  229. private System.Windows.Forms.Label label1;
  230. }
  231. }