F_MST_1602.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtOrderName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.txtLayoutCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtCustomerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.SuspendLayout();
  45. //
  46. // ccbvalueflag
  47. //
  48. this.ccbvalueflag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  49. this.ccbvalueflag.FormattingEnabled = true;
  50. this.ccbvalueflag.Items.AddRange(new object[] {
  51. "有效",
  52. "无效"});
  53. this.ccbvalueflag.Location = new System.Drawing.Point(74, 57);
  54. this.ccbvalueflag.Name = "ccbvalueflag";
  55. this.ccbvalueflag.Size = new System.Drawing.Size(133, 20);
  56. this.ccbvalueflag.TabIndex = 61;
  57. //
  58. // c_Label6
  59. //
  60. this.c_Label6.AutoSize = true;
  61. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  62. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.c_Label6.ForeColor = System.Drawing.Color.Red;
  64. this.c_Label6.Location = new System.Drawing.Point(18, 60);
  65. this.c_Label6.Name = "c_Label6";
  66. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  67. this.c_Label6.TabIndex = 62;
  68. this.c_Label6.Text = "有效标识";
  69. //
  70. // btnSave
  71. //
  72. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  73. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  74. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  75. this.btnSave.ForeColor = System.Drawing.Color.White;
  76. this.btnSave.Location = new System.Drawing.Point(244, 163);
  77. this.btnSave.Name = "btnSave";
  78. this.btnSave.Size = new System.Drawing.Size(85, 30);
  79. this.btnSave.TabIndex = 57;
  80. this.btnSave.Text = "保存(&S)";
  81. this.btnSave.UseVisualStyleBackColor = false;
  82. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  83. //
  84. // btnCancel
  85. //
  86. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  87. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  88. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  89. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  90. this.btnCancel.ForeColor = System.Drawing.Color.White;
  91. this.btnCancel.Location = new System.Drawing.Point(335, 163);
  92. this.btnCancel.Name = "btnCancel";
  93. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  94. this.btnCancel.TabIndex = 58;
  95. this.btnCancel.Text = "关闭";
  96. this.btnCancel.UseVisualStyleBackColor = false;
  97. //
  98. // c_Label2
  99. //
  100. this.c_Label2.AutoSize = true;
  101. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  102. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.c_Label2.ForeColor = System.Drawing.Color.Red;
  104. this.c_Label2.Location = new System.Drawing.Point(255, 60);
  105. this.c_Label2.Name = "c_Label2";
  106. this.c_Label2.Size = new System.Drawing.Size(29, 12);
  107. this.c_Label2.TabIndex = 54;
  108. this.c_Label2.Text = "数量";
  109. this.c_Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  110. //
  111. // txtNumbers
  112. //
  113. this.txtNumbers.BackColor = System.Drawing.SystemColors.Window;
  114. this.txtNumbers.BackgroundColor = System.Drawing.SystemColors.Window;
  115. this.txtNumbers.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  116. this.txtNumbers.ErrorMessage = "";
  117. this.txtNumbers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.txtNumbers.Location = new System.Drawing.Point(290, 57);
  119. this.txtNumbers.MaxLength = 20;
  120. this.txtNumbers.Name = "txtNumbers";
  121. this.txtNumbers.Size = new System.Drawing.Size(130, 21);
  122. this.txtNumbers.TabIndex = 53;
  123. //
  124. // txtOrderCode
  125. //
  126. this.txtOrderCode.BackColor = System.Drawing.SystemColors.Window;
  127. this.txtOrderCode.BackgroundColor = System.Drawing.SystemColors.Window;
  128. this.txtOrderCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  129. this.txtOrderCode.ErrorMessage = "";
  130. this.txtOrderCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.txtOrderCode.Location = new System.Drawing.Point(77, 20);
  132. this.txtOrderCode.MaxLength = 20;
  133. this.txtOrderCode.Name = "txtOrderCode";
  134. this.txtOrderCode.Size = new System.Drawing.Size(130, 21);
  135. this.txtOrderCode.TabIndex = 52;
  136. //
  137. // c_Label5
  138. //
  139. this.c_Label5.AutoSize = true;
  140. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  141. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.c_Label5.ForeColor = System.Drawing.Color.Red;
  143. this.c_Label5.Location = new System.Drawing.Point(30, 23);
  144. this.c_Label5.Name = "c_Label5";
  145. this.c_Label5.Size = new System.Drawing.Size(41, 12);
  146. this.c_Label5.TabIndex = 51;
  147. this.c_Label5.Text = "订单号";
  148. this.c_Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  149. //
  150. // c_Label4
  151. //
  152. this.c_Label4.AutoSize = true;
  153. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  154. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.c_Label4.ForeColor = System.Drawing.Color.Red;
  156. this.c_Label4.Location = new System.Drawing.Point(231, 23);
  157. this.c_Label4.Name = "c_Label4";
  158. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  159. this.c_Label4.TabIndex = 49;
  160. this.c_Label4.Text = "订单名称";
  161. this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  162. //
  163. // txtOrderName
  164. //
  165. this.txtOrderName.BackColor = System.Drawing.SystemColors.Window;
  166. this.txtOrderName.BackgroundColor = System.Drawing.SystemColors.Window;
  167. this.txtOrderName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  168. this.txtOrderName.ErrorMessage = "";
  169. this.txtOrderName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.txtOrderName.Location = new System.Drawing.Point(290, 20);
  171. this.txtOrderName.MaxLength = 20;
  172. this.txtOrderName.Name = "txtOrderName";
  173. this.txtOrderName.Size = new System.Drawing.Size(130, 21);
  174. this.txtOrderName.TabIndex = 48;
  175. //
  176. // txtLayoutCode
  177. //
  178. this.txtLayoutCode.BackColor = System.Drawing.SystemColors.Window;
  179. this.txtLayoutCode.BackgroundColor = System.Drawing.SystemColors.Window;
  180. this.txtLayoutCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  181. this.txtLayoutCode.ErrorMessage = "";
  182. this.txtLayoutCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.txtLayoutCode.Location = new System.Drawing.Point(290, 96);
  184. this.txtLayoutCode.MaxLength = 20;
  185. this.txtLayoutCode.Name = "txtLayoutCode";
  186. this.txtLayoutCode.Size = new System.Drawing.Size(130, 21);
  187. this.txtLayoutCode.TabIndex = 44;
  188. //
  189. // c_Label1
  190. //
  191. this.c_Label1.AutoSize = true;
  192. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  193. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.c_Label1.ForeColor = System.Drawing.Color.Red;
  195. this.c_Label1.Location = new System.Drawing.Point(231, 99);
  196. this.c_Label1.Name = "c_Label1";
  197. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  198. this.c_Label1.TabIndex = 43;
  199. this.c_Label1.Text = "版面编码";
  200. this.c_Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  201. //
  202. // txtCustomerCode
  203. //
  204. this.txtCustomerCode.BackColor = System.Drawing.SystemColors.Window;
  205. this.txtCustomerCode.BackgroundColor = System.Drawing.SystemColors.Window;
  206. this.txtCustomerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  207. this.txtCustomerCode.ErrorMessage = "";
  208. this.txtCustomerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.txtCustomerCode.Location = new System.Drawing.Point(77, 93);
  210. this.txtCustomerCode.MaxLength = 20;
  211. this.txtCustomerCode.Name = "txtCustomerCode";
  212. this.txtCustomerCode.Size = new System.Drawing.Size(130, 21);
  213. this.txtCustomerCode.TabIndex = 42;
  214. this.txtCustomerCode.TextChanged += new System.EventHandler(this.txtCustomerCode_TextChanged);
  215. //
  216. // lblMAC
  217. //
  218. this.lblMAC.AutoSize = true;
  219. this.lblMAC.BackColor = System.Drawing.Color.Transparent;
  220. this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.lblMAC.ForeColor = System.Drawing.Color.Red;
  222. this.lblMAC.Location = new System.Drawing.Point(18, 99);
  223. this.lblMAC.Name = "lblMAC";
  224. this.lblMAC.Size = new System.Drawing.Size(53, 12);
  225. this.lblMAC.TabIndex = 41;
  226. this.lblMAC.Text = "客户编码";
  227. this.lblMAC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  228. this.lblMAC.Click += new System.EventHandler(this.lblMAC_Click);
  229. //
  230. // F_MST_1602
  231. //
  232. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  233. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  234. this.ClientSize = new System.Drawing.Size(437, 203);
  235. this.Controls.Add(this.c_Label6);
  236. this.Controls.Add(this.ccbvalueflag);
  237. this.Controls.Add(this.btnSave);
  238. this.Controls.Add(this.btnCancel);
  239. this.Controls.Add(this.c_Label2);
  240. this.Controls.Add(this.txtNumbers);
  241. this.Controls.Add(this.txtOrderCode);
  242. this.Controls.Add(this.c_Label5);
  243. this.Controls.Add(this.c_Label4);
  244. this.Controls.Add(this.txtOrderName);
  245. this.Controls.Add(this.txtLayoutCode);
  246. this.Controls.Add(this.c_Label1);
  247. this.Controls.Add(this.txtCustomerCode);
  248. this.Controls.Add(this.lblMAC);
  249. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  250. this.Name = "F_MST_1602";
  251. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  252. this.Text = "F_MST_1602";
  253. this.Load += new System.EventHandler(this.F_MST_1602_Load);
  254. this.ResumeLayout(false);
  255. this.PerformLayout();
  256. }
  257. #endregion
  258. private Basics.BaseControls.C_TextBox txtLayoutCode;
  259. private Basics.BaseControls.C_Label c_Label1;
  260. private Basics.BaseControls.C_TextBox txtCustomerCode;
  261. private Basics.BaseControls.C_Label lblMAC;
  262. private Basics.BaseControls.C_TextBox txtOrderName;
  263. private Basics.BaseControls.C_Label c_Label4;
  264. private Basics.BaseControls.C_TextBox txtOrderCode;
  265. private Basics.BaseControls.C_Label c_Label5;
  266. private Basics.BaseControls.C_Label c_Label2;
  267. private Basics.BaseControls.C_TextBox txtNumbers;
  268. private Basics.BaseControls.C_Button btnSave;
  269. private Basics.BaseControls.C_Button btnCancel;
  270. private Basics.BaseControls.C_Label c_Label6;
  271. private WinForm.Controls.CmbComboBox ccbvalueflag;
  272. }
  273. }