F_MST_1502.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1502
  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_1502));
  30. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.txtCustomerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.txtLauoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.ccbvalueflag = new Dongke.WinForm.Controls.CmbComboBox();
  40. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.SuspendLayout();
  43. //
  44. // lblRemarks
  45. //
  46. this.lblRemarks.AutoSize = true;
  47. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  48. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  50. this.lblRemarks.Location = new System.Drawing.Point(18, 109);
  51. this.lblRemarks.Name = "lblRemarks";
  52. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  53. this.lblRemarks.TabIndex = 33;
  54. this.lblRemarks.Text = "备注";
  55. //
  56. // txtCustomerCode
  57. //
  58. this.txtCustomerCode.BackColor = System.Drawing.SystemColors.Window;
  59. this.txtCustomerCode.BackgroundColor = System.Drawing.SystemColors.Window;
  60. this.txtCustomerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  61. this.txtCustomerCode.ErrorMessage = "";
  62. this.txtCustomerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.txtCustomerCode.Location = new System.Drawing.Point(77, 54);
  64. this.txtCustomerCode.MaxLength = 20;
  65. this.txtCustomerCode.Name = "txtCustomerCode";
  66. this.txtCustomerCode.Size = new System.Drawing.Size(133, 21);
  67. this.txtCustomerCode.TabIndex = 32;
  68. //
  69. // lblMAC
  70. //
  71. this.lblMAC.AutoSize = true;
  72. this.lblMAC.BackColor = System.Drawing.Color.Transparent;
  73. this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.lblMAC.ForeColor = System.Drawing.Color.Red;
  75. this.lblMAC.Location = new System.Drawing.Point(18, 54);
  76. this.lblMAC.Name = "lblMAC";
  77. this.lblMAC.Size = new System.Drawing.Size(53, 12);
  78. this.lblMAC.TabIndex = 31;
  79. this.lblMAC.Text = "客户编码";
  80. this.lblMAC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  81. //
  82. // txtRemarks
  83. //
  84. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  85. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  86. this.txtRemarks.ErrorMessage = "";
  87. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.txtRemarks.Location = new System.Drawing.Point(53, 106);
  89. this.txtRemarks.MaxLength = 500;
  90. this.txtRemarks.Multiline = true;
  91. this.txtRemarks.Name = "txtRemarks";
  92. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  93. this.txtRemarks.Size = new System.Drawing.Size(342, 77);
  94. this.txtRemarks.TabIndex = 38;
  95. //
  96. // txtLauoutName
  97. //
  98. this.txtLauoutName.BackColor = System.Drawing.SystemColors.Window;
  99. this.txtLauoutName.BackgroundColor = System.Drawing.SystemColors.Window;
  100. this.txtLauoutName.ErrorMessage = "";
  101. this.txtLauoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.txtLauoutName.Location = new System.Drawing.Point(286, 51);
  103. this.txtLauoutName.MaxLength = 20;
  104. this.txtLauoutName.Name = "txtLauoutName";
  105. this.txtLauoutName.Size = new System.Drawing.Size(133, 21);
  106. this.txtLauoutName.TabIndex = 42;
  107. //
  108. // c_Label2
  109. //
  110. this.c_Label2.AutoSize = true;
  111. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  112. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.c_Label2.ForeColor = System.Drawing.Color.Red;
  114. this.c_Label2.Location = new System.Drawing.Point(227, 54);
  115. this.c_Label2.Name = "c_Label2";
  116. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  117. this.c_Label2.TabIndex = 41;
  118. this.c_Label2.Text = "版面名称";
  119. this.c_Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  120. //
  121. // btnSave
  122. //
  123. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  124. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  125. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  126. this.btnSave.ForeColor = System.Drawing.Color.White;
  127. this.btnSave.Location = new System.Drawing.Point(243, 189);
  128. this.btnSave.Name = "btnSave";
  129. this.btnSave.Size = new System.Drawing.Size(85, 30);
  130. this.btnSave.TabIndex = 34;
  131. this.btnSave.Text = "保存(&S)";
  132. this.btnSave.UseVisualStyleBackColor = false;
  133. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  134. //
  135. // btnCancel
  136. //
  137. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  138. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  139. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  140. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  141. this.btnCancel.ForeColor = System.Drawing.Color.White;
  142. this.btnCancel.Location = new System.Drawing.Point(334, 189);
  143. this.btnCancel.Name = "btnCancel";
  144. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  145. this.btnCancel.TabIndex = 35;
  146. this.btnCancel.Text = "关闭";
  147. this.btnCancel.UseVisualStyleBackColor = false;
  148. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  149. //
  150. // c_Label3
  151. //
  152. this.c_Label3.AutoSize = true;
  153. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  154. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.c_Label3.ForeColor = System.Drawing.Color.Red;
  156. this.c_Label3.Location = new System.Drawing.Point(227, 18);
  157. this.c_Label3.Name = "c_Label3";
  158. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  159. this.c_Label3.TabIndex = 44;
  160. this.c_Label3.Text = "有效标识";
  161. //
  162. // ccbvalueflag
  163. //
  164. this.ccbvalueflag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  165. this.ccbvalueflag.FormattingEnabled = true;
  166. this.ccbvalueflag.Items.AddRange(new object[] {
  167. "有效",
  168. "无效"});
  169. this.ccbvalueflag.Location = new System.Drawing.Point(286, 15);
  170. this.ccbvalueflag.Name = "ccbvalueflag";
  171. this.ccbvalueflag.Size = new System.Drawing.Size(133, 20);
  172. this.ccbvalueflag.TabIndex = 43;
  173. //
  174. // c_Label4
  175. //
  176. this.c_Label4.AutoSize = true;
  177. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  178. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.c_Label4.ForeColor = System.Drawing.Color.Red;
  180. this.c_Label4.Location = new System.Drawing.Point(18, 18);
  181. this.c_Label4.Name = "c_Label4";
  182. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  183. this.c_Label4.TabIndex = 45;
  184. this.c_Label4.Text = "产品编码";
  185. this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  186. //
  187. // txtGoodsCode
  188. //
  189. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  190. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  191. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  192. this.txtGoodsCode.ErrorMessage = "";
  193. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.txtGoodsCode.Location = new System.Drawing.Point(77, 15);
  195. this.txtGoodsCode.MaxLength = 20;
  196. this.txtGoodsCode.Name = "txtGoodsCode";
  197. this.txtGoodsCode.Size = new System.Drawing.Size(133, 21);
  198. this.txtGoodsCode.TabIndex = 46;
  199. //
  200. // F_MST_1502
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.ClientSize = new System.Drawing.Size(418, 220);
  205. this.Controls.Add(this.txtGoodsCode);
  206. this.Controls.Add(this.c_Label4);
  207. this.Controls.Add(this.c_Label3);
  208. this.Controls.Add(this.ccbvalueflag);
  209. this.Controls.Add(this.txtLauoutName);
  210. this.Controls.Add(this.c_Label2);
  211. this.Controls.Add(this.txtRemarks);
  212. this.Controls.Add(this.btnSave);
  213. this.Controls.Add(this.btnCancel);
  214. this.Controls.Add(this.lblRemarks);
  215. this.Controls.Add(this.txtCustomerCode);
  216. this.Controls.Add(this.lblMAC);
  217. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  218. this.Name = "F_MST_1502";
  219. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  220. this.Text = "F_MST_1502";
  221. this.Load += new System.EventHandler(this.F_MST_1502_Load);
  222. this.ResumeLayout(false);
  223. this.PerformLayout();
  224. }
  225. #endregion
  226. private Basics.BaseControls.C_Button btnSave;
  227. private Basics.BaseControls.C_Button btnCancel;
  228. private Basics.BaseControls.C_Label lblRemarks;
  229. private Basics.BaseControls.C_TextBox txtCustomerCode;
  230. private Basics.BaseControls.C_Label lblMAC;
  231. private Basics.BaseControls.C_TextBox txtRemarks;
  232. private Basics.BaseControls.C_TextBox txtLauoutName;
  233. private Basics.BaseControls.C_Label c_Label2;
  234. private Basics.BaseControls.C_Label c_Label3;
  235. private WinForm.Controls.CmbComboBox ccbvalueflag;
  236. private Basics.BaseControls.C_Label c_Label4;
  237. private Basics.BaseControls.C_TextBox txtGoodsCode;
  238. }
  239. }