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

254 lines
14 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPJXPrintEdit
  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(FormICSPJXPrintEdit));
  29. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  30. this.txtStorageName = new DevExpress.XtraEditors.TextEdit();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  33. this.txtquantity = new DevExpress.XtraEditors.TextEdit();
  34. this.txtMuserCode = new DevExpress.XtraEditors.TextEdit();
  35. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  37. this.save = new DevExpress.XtraEditors.SimpleButton();
  38. this.can = new DevExpress.XtraEditors.SimpleButton();
  39. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  40. this.TxtMtime = new DevExpress.XtraEditors.TextEdit();
  41. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtquantity.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtMuserCode.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  46. this.panelControl1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.TxtMtime.Properties)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // lblTitle
  51. //
  52. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  53. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  54. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  55. this.lblTitle.Location = new System.Drawing.Point(1, 2);
  56. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  57. this.lblTitle.Name = "lblTitle";
  58. this.lblTitle.Size = new System.Drawing.Size(78, 29);
  59. this.lblTitle.TabIndex = 6;
  60. this.lblTitle.Text = "数量维护";
  61. //
  62. // txtStorageName
  63. //
  64. this.txtStorageName.EnterMoveNextControl = true;
  65. this.txtStorageName.Location = new System.Drawing.Point(119, 173);
  66. this.txtStorageName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.txtStorageName.Name = "txtStorageName";
  68. this.txtStorageName.Size = new System.Drawing.Size(170, 24);
  69. this.txtStorageName.TabIndex = 2;
  70. this.txtStorageName.Visible = false;
  71. //
  72. // labelControl2
  73. //
  74. this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Blue;
  75. this.labelControl2.Location = new System.Drawing.Point(30, 173);
  76. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  77. this.labelControl2.Name = "labelControl2";
  78. this.labelControl2.Size = new System.Drawing.Size(60, 18);
  79. this.labelControl2.TabIndex = 0;
  80. this.labelControl2.Text = "库房名称";
  81. this.labelControl2.Visible = false;
  82. //
  83. // labelControl1
  84. //
  85. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  86. this.labelControl1.Location = new System.Drawing.Point(41, 44);
  87. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  88. this.labelControl1.Name = "labelControl1";
  89. this.labelControl1.Size = new System.Drawing.Size(30, 18);
  90. this.labelControl1.TabIndex = 0;
  91. this.labelControl1.Text = "数量";
  92. //
  93. // txtquantity
  94. //
  95. this.txtquantity.EditValue = "";
  96. this.txtquantity.EnterMoveNextControl = true;
  97. this.txtquantity.Location = new System.Drawing.Point(119, 40);
  98. this.txtquantity.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  99. this.txtquantity.Name = "txtquantity";
  100. this.txtquantity.Size = new System.Drawing.Size(170, 24);
  101. this.txtquantity.TabIndex = 1;
  102. //
  103. // txtMuserCode
  104. //
  105. this.txtMuserCode.EnterMoveNextControl = true;
  106. this.txtMuserCode.Location = new System.Drawing.Point(119, 95);
  107. this.txtMuserCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  108. this.txtMuserCode.Name = "txtMuserCode";
  109. this.txtMuserCode.Properties.ReadOnly = true;
  110. this.txtMuserCode.Size = new System.Drawing.Size(170, 24);
  111. this.txtMuserCode.TabIndex = 18;
  112. //
  113. // labelControl12
  114. //
  115. this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Blue;
  116. this.labelControl12.Location = new System.Drawing.Point(26, 148);
  117. this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  118. this.labelControl12.Name = "labelControl12";
  119. this.labelControl12.Size = new System.Drawing.Size(60, 18);
  120. this.labelControl12.TabIndex = 22;
  121. this.labelControl12.Text = "维护时间";
  122. //
  123. // labelControl13
  124. //
  125. this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Blue;
  126. this.labelControl13.Location = new System.Drawing.Point(34, 98);
  127. this.labelControl13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  128. this.labelControl13.Name = "labelControl13";
  129. this.labelControl13.Size = new System.Drawing.Size(45, 18);
  130. this.labelControl13.TabIndex = 23;
  131. this.labelControl13.Text = "维护人";
  132. //
  133. // save
  134. //
  135. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  136. this.save.Location = new System.Drawing.Point(119, 205);
  137. this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  138. this.save.Name = "save";
  139. this.save.Size = new System.Drawing.Size(78, 29);
  140. this.save.TabIndex = 30;
  141. this.save.Text = "保存";
  142. this.save.Click += new System.EventHandler(this.save_Click);
  143. //
  144. // can
  145. //
  146. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  147. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  148. this.can.Location = new System.Drawing.Point(211, 205);
  149. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  150. this.can.Name = "can";
  151. this.can.Size = new System.Drawing.Size(78, 29);
  152. this.can.TabIndex = 31;
  153. this.can.Text = "取消";
  154. this.can.Click += new System.EventHandler(this.can_Click);
  155. //
  156. // panelControl1
  157. //
  158. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  159. | System.Windows.Forms.AnchorStyles.Left)
  160. | System.Windows.Forms.AnchorStyles.Right)));
  161. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  162. this.panelControl1.Appearance.Options.UseBackColor = true;
  163. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  164. this.panelControl1.Controls.Add(this.TxtMtime);
  165. this.panelControl1.Controls.Add(this.can);
  166. this.panelControl1.Controls.Add(this.save);
  167. this.panelControl1.Controls.Add(this.labelControl13);
  168. this.panelControl1.Controls.Add(this.labelControl12);
  169. this.panelControl1.Controls.Add(this.txtMuserCode);
  170. this.panelControl1.Controls.Add(this.txtquantity);
  171. this.panelControl1.Controls.Add(this.labelControl1);
  172. this.panelControl1.Controls.Add(this.labelControl2);
  173. this.panelControl1.Controls.Add(this.txtStorageName);
  174. this.panelControl1.Location = new System.Drawing.Point(1, 34);
  175. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  176. this.panelControl1.Name = "panelControl1";
  177. this.panelControl1.Size = new System.Drawing.Size(328, 286);
  178. this.panelControl1.TabIndex = 23;
  179. //
  180. // TxtMtime
  181. //
  182. this.TxtMtime.EnterMoveNextControl = true;
  183. this.TxtMtime.Location = new System.Drawing.Point(119, 145);
  184. this.TxtMtime.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  185. this.TxtMtime.Name = "TxtMtime";
  186. this.TxtMtime.Properties.ReadOnly = true;
  187. this.TxtMtime.Size = new System.Drawing.Size(170, 24);
  188. this.TxtMtime.TabIndex = 37;
  189. //
  190. // btnClose
  191. //
  192. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  193. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  194. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  195. this.btnClose.Appearance.Options.UseFont = true;
  196. this.btnClose.Appearance.Options.UseForeColor = true;
  197. this.btnClose.Appearance.Options.UseTextOptions = true;
  198. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  199. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  200. this.btnClose.Location = new System.Drawing.Point(299, 2);
  201. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  202. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  203. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  204. this.btnClose.Name = "btnClose";
  205. this.btnClose.Size = new System.Drawing.Size(30, 29);
  206. this.btnClose.TabIndex = 5;
  207. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  208. //
  209. // FormICSPJXPrintEdit
  210. //
  211. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  212. this.Appearance.Options.UseBackColor = true;
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.ClientSize = new System.Drawing.Size(330, 356);
  216. this.Controls.Add(this.panelControl1);
  217. this.Controls.Add(this.lblTitle);
  218. this.Controls.Add(this.btnClose);
  219. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  220. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  221. this.Name = "FormICSPJXPrintEdit";
  222. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  223. this.Text = "FormContainerAddEdit";
  224. this.Load += new System.EventHandler(this.FormContainerAddEdit_Load);
  225. ((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.txtquantity.Properties)).EndInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.txtMuserCode.Properties)).EndInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  229. this.panelControl1.ResumeLayout(false);
  230. this.panelControl1.PerformLayout();
  231. ((System.ComponentModel.ISupportInitialize)(this.TxtMtime.Properties)).EndInit();
  232. this.ResumeLayout(false);
  233. }
  234. #endregion
  235. private DevExpress.XtraEditors.SimpleButton btnClose;
  236. private DevExpress.XtraEditors.LabelControl lblTitle;
  237. private DevExpress.XtraEditors.TextEdit txtStorageName;
  238. private DevExpress.XtraEditors.LabelControl labelControl2;
  239. private DevExpress.XtraEditors.LabelControl labelControl1;
  240. private DevExpress.XtraEditors.TextEdit txtquantity;
  241. private DevExpress.XtraEditors.TextEdit txtMuserCode;
  242. private DevExpress.XtraEditors.LabelControl labelControl12;
  243. private DevExpress.XtraEditors.LabelControl labelControl13;
  244. private DevExpress.XtraEditors.SimpleButton save;
  245. private DevExpress.XtraEditors.SimpleButton can;
  246. private DevExpress.XtraEditors.PanelControl panelControl1;
  247. private DevExpress.XtraEditors.TextEdit TxtMtime;
  248. }
  249. }