F_MST_1502.Designer.cs 13 KB

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