F_MST_1402.Designer.cs 12 KB

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