华恒Mes鼎捷代码
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.

201 lines
11 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSMO2RCARDSearch
  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(FormICSMO2RCARDSearch));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtqty = new DevExpress.XtraEditors.TextEdit();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.txtMoCode = new DevExpress.XtraEditors.TextEdit();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  38. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  39. this.panelControl1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.txtqty.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.txtMoCode.Properties)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // labelControl1
  45. //
  46. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  48. this.labelControl1.Location = new System.Drawing.Point(0, 3);
  49. this.labelControl1.Name = "labelControl1";
  50. this.labelControl1.Size = new System.Drawing.Size(144, 21);
  51. this.labelControl1.TabIndex = 26;
  52. this.labelControl1.Text = "工单关联序列号信息";
  53. //
  54. // panelControl1
  55. //
  56. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  60. this.panelControl1.Appearance.Options.UseBackColor = true;
  61. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  62. this.panelControl1.Controls.Add(this.txtqty);
  63. this.panelControl1.Controls.Add(this.label2);
  64. this.panelControl1.Controls.Add(this.txtMoCode);
  65. this.panelControl1.Controls.Add(this.label1);
  66. this.panelControl1.Location = new System.Drawing.Point(1, 30);
  67. this.panelControl1.Name = "panelControl1";
  68. this.panelControl1.Size = new System.Drawing.Size(383, 141);
  69. this.panelControl1.TabIndex = 27;
  70. //
  71. // txtqty
  72. //
  73. this.txtqty.Location = new System.Drawing.Point(166, 92);
  74. this.txtqty.Name = "txtqty";
  75. this.txtqty.Properties.Mask.EditMask = "f0";
  76. this.txtqty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  77. this.txtqty.Size = new System.Drawing.Size(100, 20);
  78. this.txtqty.TabIndex = 14;
  79. //
  80. // label2
  81. //
  82. this.label2.AutoSize = true;
  83. this.label2.Location = new System.Drawing.Point(47, 95);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(103, 14);
  86. this.label2.TabIndex = 13;
  87. this.label2.Text = "生成序列号数量:";
  88. //
  89. // txtMoCode
  90. //
  91. this.txtMoCode.Location = new System.Drawing.Point(166, 28);
  92. this.txtMoCode.Name = "txtMoCode";
  93. this.txtMoCode.Size = new System.Drawing.Size(100, 20);
  94. this.txtMoCode.TabIndex = 12;
  95. //
  96. // label1
  97. //
  98. this.label1.AutoSize = true;
  99. this.label1.Location = new System.Drawing.Point(47, 31);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(67, 14);
  102. this.label1.TabIndex = 8;
  103. this.label1.Text = "生产订单号:";
  104. //
  105. // btnOK
  106. //
  107. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  108. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  109. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  110. this.btnOK.Appearance.Options.UseFont = true;
  111. this.btnOK.Appearance.Options.UseForeColor = true;
  112. this.btnOK.Appearance.Options.UseTextOptions = true;
  113. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  114. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  115. this.btnOK.Location = new System.Drawing.Point(240, 177);
  116. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  117. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  118. this.btnOK.Name = "btnOK";
  119. this.btnOK.Size = new System.Drawing.Size(70, 30);
  120. this.btnOK.TabIndex = 28;
  121. this.btnOK.Text = "保存";
  122. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  123. //
  124. // btnCancle
  125. //
  126. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  127. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  128. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  129. this.btnCancle.Appearance.Options.UseFont = true;
  130. this.btnCancle.Appearance.Options.UseForeColor = true;
  131. this.btnCancle.Appearance.Options.UseTextOptions = true;
  132. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  133. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  134. this.btnCancle.Location = new System.Drawing.Point(314, 177);
  135. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  136. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  137. this.btnCancle.Name = "btnCancle";
  138. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  139. this.btnCancle.TabIndex = 29;
  140. this.btnCancle.Text = "取消";
  141. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  142. //
  143. // btnClose
  144. //
  145. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  146. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  147. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  148. this.btnClose.Appearance.Options.UseFont = true;
  149. this.btnClose.Appearance.Options.UseForeColor = true;
  150. this.btnClose.Appearance.Options.UseTextOptions = true;
  151. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  152. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  153. this.btnClose.Location = new System.Drawing.Point(358, 1);
  154. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  155. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  156. this.btnClose.Name = "btnClose";
  157. this.btnClose.Size = new System.Drawing.Size(26, 29);
  158. this.btnClose.TabIndex = 30;
  159. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  160. //
  161. // FormICSMO2RCARDSearch
  162. //
  163. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  164. this.Appearance.Options.UseBackColor = true;
  165. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.ClientSize = new System.Drawing.Size(385, 210);
  168. this.Controls.Add(this.btnClose);
  169. this.Controls.Add(this.btnCancle);
  170. this.Controls.Add(this.btnOK);
  171. this.Controls.Add(this.panelControl1);
  172. this.Controls.Add(this.labelControl1);
  173. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  174. this.Name = "FormICSMO2RCARDSearch";
  175. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  176. this.Text = "FormICSMO2RCARDSearch";
  177. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  178. this.panelControl1.ResumeLayout(false);
  179. this.panelControl1.PerformLayout();
  180. ((System.ComponentModel.ISupportInitialize)(this.txtqty.Properties)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.txtMoCode.Properties)).EndInit();
  182. this.ResumeLayout(false);
  183. this.PerformLayout();
  184. }
  185. #endregion
  186. private DevExpress.XtraEditors.LabelControl labelControl1;
  187. private DevExpress.XtraEditors.PanelControl panelControl1;
  188. private DevExpress.XtraEditors.SimpleButton btnOK;
  189. private DevExpress.XtraEditors.SimpleButton btnCancle;
  190. private DevExpress.XtraEditors.SimpleButton btnClose;
  191. private System.Windows.Forms.Label label1;
  192. private DevExpress.XtraEditors.TextEdit txtMoCode;
  193. private DevExpress.XtraEditors.TextEdit txtqty;
  194. private System.Windows.Forms.Label label2;
  195. }
  196. }