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

223 lines
12 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPalletAdd
  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(FormICSPalletAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  32. this.txtPalletCode = new DevExpress.XtraEditors.TextEdit();
  33. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  34. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  35. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  36. this.label9 = new System.Windows.Forms.Label();
  37. this.label10 = new System.Windows.Forms.Label();
  38. this.save = new DevExpress.XtraEditors.SimpleButton();
  39. this.can = new DevExpress.XtraEditors.SimpleButton();
  40. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  41. this.panelControl1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtPalletCode.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // btnClose
  48. //
  49. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  50. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  51. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  52. this.btnClose.Appearance.Options.UseFont = true;
  53. this.btnClose.Appearance.Options.UseForeColor = true;
  54. this.btnClose.Appearance.Options.UseTextOptions = true;
  55. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  56. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  57. this.btnClose.Location = new System.Drawing.Point(298, 1);
  58. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  59. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  60. this.btnClose.Name = "btnClose";
  61. this.btnClose.Size = new System.Drawing.Size(26, 23);
  62. this.btnClose.TabIndex = 5;
  63. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  64. //
  65. // lblTitle
  66. //
  67. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  68. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  69. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  70. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  71. this.lblTitle.Name = "lblTitle";
  72. this.lblTitle.Size = new System.Drawing.Size(140, 23);
  73. this.lblTitle.TabIndex = 6;
  74. this.lblTitle.Text = "产生送检单号";
  75. //
  76. // panelControl1
  77. //
  78. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  79. | System.Windows.Forms.AnchorStyles.Left)
  80. | System.Windows.Forms.AnchorStyles.Right)));
  81. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  82. this.panelControl1.Appearance.Options.UseBackColor = true;
  83. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  84. this.panelControl1.Controls.Add(this.txtPalletCode);
  85. this.panelControl1.Controls.Add(this.labelControl3);
  86. this.panelControl1.Controls.Add(this.txtMTIME);
  87. this.panelControl1.Controls.Add(this.txtMUSERName);
  88. this.panelControl1.Controls.Add(this.label9);
  89. this.panelControl1.Controls.Add(this.label10);
  90. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  91. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  92. this.panelControl1.Name = "panelControl1";
  93. this.panelControl1.Size = new System.Drawing.Size(323, 249);
  94. this.panelControl1.TabIndex = 23;
  95. //
  96. // txtPalletCode
  97. //
  98. this.txtPalletCode.Location = new System.Drawing.Point(126, 59);
  99. this.txtPalletCode.Name = "txtPalletCode";
  100. this.txtPalletCode.Size = new System.Drawing.Size(156, 20);
  101. this.txtPalletCode.TabIndex = 95;
  102. //
  103. // labelControl3
  104. //
  105. this.labelControl3.Location = new System.Drawing.Point(40, 62);
  106. this.labelControl3.Name = "labelControl3";
  107. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  108. this.labelControl3.TabIndex = 94;
  109. this.labelControl3.Text = "送检单号:";
  110. //
  111. // txtMTIME
  112. //
  113. this.txtMTIME.Location = new System.Drawing.Point(126, 148);
  114. this.txtMTIME.Name = "txtMTIME";
  115. this.txtMTIME.Size = new System.Drawing.Size(156, 20);
  116. this.txtMTIME.TabIndex = 93;
  117. //
  118. // txtMUSERName
  119. //
  120. this.txtMUSERName.Location = new System.Drawing.Point(126, 104);
  121. this.txtMUSERName.Name = "txtMUSERName";
  122. this.txtMUSERName.Size = new System.Drawing.Size(156, 20);
  123. this.txtMUSERName.TabIndex = 92;
  124. //
  125. // label9
  126. //
  127. this.label9.AutoSize = true;
  128. this.label9.Location = new System.Drawing.Point(38, 151);
  129. this.label9.Name = "label9";
  130. this.label9.Size = new System.Drawing.Size(67, 14);
  131. this.label9.TabIndex = 91;
  132. this.label9.Text = "维护日期:";
  133. //
  134. // label10
  135. //
  136. this.label10.AutoSize = true;
  137. this.label10.Location = new System.Drawing.Point(38, 107);
  138. this.label10.Name = "label10";
  139. this.label10.Size = new System.Drawing.Size(55, 14);
  140. this.label10.TabIndex = 90;
  141. this.label10.Text = "维护人:";
  142. //
  143. // save
  144. //
  145. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  146. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  147. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  148. this.save.Appearance.Options.UseFont = true;
  149. this.save.Appearance.Options.UseForeColor = true;
  150. this.save.Appearance.Options.UseTextOptions = true;
  151. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  152. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  153. this.save.Location = new System.Drawing.Point(180, 277);
  154. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  155. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  156. this.save.Name = "save";
  157. this.save.Size = new System.Drawing.Size(70, 30);
  158. this.save.TabIndex = 30;
  159. this.save.Text = "保存";
  160. this.save.Click += new System.EventHandler(this.save_Click);
  161. //
  162. // can
  163. //
  164. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  165. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  166. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  167. this.can.Appearance.Options.UseFont = true;
  168. this.can.Appearance.Options.UseForeColor = true;
  169. this.can.Appearance.Options.UseTextOptions = true;
  170. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  171. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  172. this.can.Location = new System.Drawing.Point(254, 277);
  173. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  174. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  175. this.can.Name = "can";
  176. this.can.Size = new System.Drawing.Size(70, 30);
  177. this.can.TabIndex = 79;
  178. this.can.Text = "取消";
  179. this.can.Click += new System.EventHandler(this.can_Click);
  180. //
  181. // FormICSPalletAdd
  182. //
  183. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  184. this.Appearance.Options.UseBackColor = true;
  185. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  186. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  187. this.ClientSize = new System.Drawing.Size(325, 309);
  188. this.Controls.Add(this.save);
  189. this.Controls.Add(this.panelControl1);
  190. this.Controls.Add(this.can);
  191. this.Controls.Add(this.lblTitle);
  192. this.Controls.Add(this.btnClose);
  193. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  194. this.Name = "FormICSPalletAdd";
  195. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  196. this.Text = "FormContainerAddEdit";
  197. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  198. this.panelControl1.ResumeLayout(false);
  199. this.panelControl1.PerformLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.txtPalletCode.Properties)).EndInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  203. this.ResumeLayout(false);
  204. }
  205. #endregion
  206. private DevExpress.XtraEditors.SimpleButton btnClose;
  207. private DevExpress.XtraEditors.LabelControl lblTitle;
  208. private DevExpress.XtraEditors.PanelControl panelControl1;
  209. private DevExpress.XtraEditors.SimpleButton save;
  210. private DevExpress.XtraEditors.SimpleButton can;
  211. private DevExpress.XtraEditors.TextEdit txtMTIME;
  212. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  213. private System.Windows.Forms.Label label9;
  214. private System.Windows.Forms.Label label10;
  215. private DevExpress.XtraEditors.LabelControl labelControl3;
  216. private DevExpress.XtraEditors.TextEdit txtPalletCode;
  217. }
  218. }