F_MST_1602.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1602
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1602));
  30. this.ccbvalueflag = new Dongke.WinForm.Controls.CmbComboBox();
  31. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtNumbers = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.txtOrderCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtLayoutCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtCustomerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.SuspendLayout();
  43. //
  44. // ccbvalueflag
  45. //
  46. this.ccbvalueflag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  47. this.ccbvalueflag.FormattingEnabled = true;
  48. this.ccbvalueflag.Items.AddRange(new object[] {
  49. "有效",
  50. "无效"});
  51. this.ccbvalueflag.Location = new System.Drawing.Point(74, 98);
  52. this.ccbvalueflag.Name = "ccbvalueflag";
  53. this.ccbvalueflag.Size = new System.Drawing.Size(133, 20);
  54. this.ccbvalueflag.TabIndex = 61;
  55. //
  56. // c_Label6
  57. //
  58. this.c_Label6.AutoSize = true;
  59. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  60. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.c_Label6.ForeColor = System.Drawing.Color.Red;
  62. this.c_Label6.Location = new System.Drawing.Point(18, 101);
  63. this.c_Label6.Name = "c_Label6";
  64. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  65. this.c_Label6.TabIndex = 62;
  66. this.c_Label6.Text = "有效标识";
  67. //
  68. // btnSave
  69. //
  70. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  71. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  72. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  73. this.btnSave.ForeColor = System.Drawing.Color.White;
  74. this.btnSave.Location = new System.Drawing.Point(244, 163);
  75. this.btnSave.Name = "btnSave";
  76. this.btnSave.Size = new System.Drawing.Size(85, 30);
  77. this.btnSave.TabIndex = 57;
  78. this.btnSave.Text = "保存(&S)";
  79. this.btnSave.UseVisualStyleBackColor = false;
  80. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  81. //
  82. // btnCancel
  83. //
  84. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  85. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  86. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  87. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  88. this.btnCancel.ForeColor = System.Drawing.Color.White;
  89. this.btnCancel.Location = new System.Drawing.Point(335, 163);
  90. this.btnCancel.Name = "btnCancel";
  91. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  92. this.btnCancel.TabIndex = 58;
  93. this.btnCancel.Text = "关闭";
  94. this.btnCancel.UseVisualStyleBackColor = false;
  95. //
  96. // c_Label2
  97. //
  98. this.c_Label2.AutoSize = true;
  99. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  100. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.c_Label2.ForeColor = System.Drawing.Color.Red;
  102. this.c_Label2.Location = new System.Drawing.Point(242, 23);
  103. this.c_Label2.Name = "c_Label2";
  104. this.c_Label2.Size = new System.Drawing.Size(29, 12);
  105. this.c_Label2.TabIndex = 54;
  106. this.c_Label2.Text = "数量";
  107. this.c_Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  108. //
  109. // txtNumbers
  110. //
  111. this.txtNumbers.BackColor = System.Drawing.SystemColors.Window;
  112. this.txtNumbers.BackgroundColor = System.Drawing.SystemColors.Window;
  113. this.txtNumbers.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  114. this.txtNumbers.ErrorMessage = "";
  115. this.txtNumbers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.txtNumbers.Location = new System.Drawing.Point(290, 20);
  117. this.txtNumbers.MaxLength = 20;
  118. this.txtNumbers.Name = "txtNumbers";
  119. this.txtNumbers.Size = new System.Drawing.Size(130, 21);
  120. this.txtNumbers.TabIndex = 53;
  121. //
  122. // txtOrderCode
  123. //
  124. this.txtOrderCode.BackColor = System.Drawing.SystemColors.Window;
  125. this.txtOrderCode.BackgroundColor = System.Drawing.SystemColors.Window;
  126. this.txtOrderCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  127. this.txtOrderCode.ErrorMessage = "";
  128. this.txtOrderCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.txtOrderCode.Location = new System.Drawing.Point(77, 20);
  130. this.txtOrderCode.MaxLength = 20;
  131. this.txtOrderCode.Name = "txtOrderCode";
  132. this.txtOrderCode.Size = new System.Drawing.Size(130, 21);
  133. this.txtOrderCode.TabIndex = 52;
  134. //
  135. // c_Label5
  136. //
  137. this.c_Label5.AutoSize = true;
  138. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  139. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.c_Label5.ForeColor = System.Drawing.Color.Black;
  141. this.c_Label5.Location = new System.Drawing.Point(18, 23);
  142. this.c_Label5.Name = "c_Label5";
  143. this.c_Label5.Size = new System.Drawing.Size(41, 12);
  144. this.c_Label5.TabIndex = 51;
  145. this.c_Label5.Text = "订单号";
  146. this.c_Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  147. //
  148. // txtLayoutCode
  149. //
  150. this.txtLayoutCode.BackColor = System.Drawing.SystemColors.Window;
  151. this.txtLayoutCode.BackgroundColor = System.Drawing.SystemColors.Window;
  152. this.txtLayoutCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  153. this.txtLayoutCode.ErrorMessage = "";
  154. this.txtLayoutCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.txtLayoutCode.Location = new System.Drawing.Point(290, 59);
  156. this.txtLayoutCode.MaxLength = 20;
  157. this.txtLayoutCode.Name = "txtLayoutCode";
  158. this.txtLayoutCode.Size = new System.Drawing.Size(130, 21);
  159. this.txtLayoutCode.TabIndex = 44;
  160. //
  161. // c_Label1
  162. //
  163. this.c_Label1.AutoSize = true;
  164. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  165. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.c_Label1.ForeColor = System.Drawing.Color.Red;
  167. this.c_Label1.Location = new System.Drawing.Point(231, 62);
  168. this.c_Label1.Name = "c_Label1";
  169. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  170. this.c_Label1.TabIndex = 43;
  171. this.c_Label1.Text = "版面编码";
  172. this.c_Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  173. //
  174. // txtCustomerCode
  175. //
  176. this.txtCustomerCode.BackColor = System.Drawing.SystemColors.Window;
  177. this.txtCustomerCode.BackgroundColor = System.Drawing.SystemColors.Window;
  178. this.txtCustomerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  179. this.txtCustomerCode.ErrorMessage = "";
  180. this.txtCustomerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.txtCustomerCode.Location = new System.Drawing.Point(77, 62);
  182. this.txtCustomerCode.MaxLength = 20;
  183. this.txtCustomerCode.Name = "txtCustomerCode";
  184. this.txtCustomerCode.Size = new System.Drawing.Size(130, 21);
  185. this.txtCustomerCode.TabIndex = 42;
  186. this.txtCustomerCode.TextChanged += new System.EventHandler(this.txtCustomerCode_TextChanged);
  187. //
  188. // lblMAC
  189. //
  190. this.lblMAC.AutoSize = true;
  191. this.lblMAC.BackColor = System.Drawing.Color.Transparent;
  192. this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.lblMAC.ForeColor = System.Drawing.Color.Red;
  194. this.lblMAC.Location = new System.Drawing.Point(18, 68);
  195. this.lblMAC.Name = "lblMAC";
  196. this.lblMAC.Size = new System.Drawing.Size(53, 12);
  197. this.lblMAC.TabIndex = 41;
  198. this.lblMAC.Text = "客户编码";
  199. this.lblMAC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  200. this.lblMAC.Click += new System.EventHandler(this.lblMAC_Click);
  201. //
  202. // F_MST_1602
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.ClientSize = new System.Drawing.Size(437, 203);
  207. this.Controls.Add(this.c_Label6);
  208. this.Controls.Add(this.ccbvalueflag);
  209. this.Controls.Add(this.btnSave);
  210. this.Controls.Add(this.btnCancel);
  211. this.Controls.Add(this.c_Label2);
  212. this.Controls.Add(this.txtNumbers);
  213. this.Controls.Add(this.txtOrderCode);
  214. this.Controls.Add(this.c_Label5);
  215. this.Controls.Add(this.txtLayoutCode);
  216. this.Controls.Add(this.c_Label1);
  217. this.Controls.Add(this.txtCustomerCode);
  218. this.Controls.Add(this.lblMAC);
  219. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  220. this.Name = "F_MST_1602";
  221. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  222. this.Text = "F_MST_1602";
  223. this.Load += new System.EventHandler(this.F_MST_1602_Load);
  224. this.ResumeLayout(false);
  225. this.PerformLayout();
  226. }
  227. #endregion
  228. private Basics.BaseControls.C_TextBox txtLayoutCode;
  229. private Basics.BaseControls.C_Label c_Label1;
  230. private Basics.BaseControls.C_TextBox txtCustomerCode;
  231. private Basics.BaseControls.C_Label lblMAC;
  232. private Basics.BaseControls.C_TextBox txtOrderCode;
  233. private Basics.BaseControls.C_Label c_Label5;
  234. private Basics.BaseControls.C_Label c_Label2;
  235. private Basics.BaseControls.C_TextBox txtNumbers;
  236. private Basics.BaseControls.C_Button btnSave;
  237. private Basics.BaseControls.C_Button btnCancel;
  238. private Basics.BaseControls.C_Label c_Label6;
  239. private WinForm.Controls.CmbComboBox ccbvalueflag;
  240. }
  241. }