F_MST_1302.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1302
  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_1302));
  30. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  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.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtKingdeeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.ddlLogoName = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  39. this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  40. this.SuspendLayout();
  41. //
  42. // c_Label1
  43. //
  44. this.c_Label1.AutoSize = true;
  45. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  46. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.c_Label1.ForeColor = System.Drawing.Color.Red;
  48. this.c_Label1.Location = new System.Drawing.Point(228, 71);
  49. this.c_Label1.Name = "c_Label1";
  50. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  51. this.c_Label1.TabIndex = 80;
  52. this.c_Label1.Text = "釉料类别";
  53. //
  54. // c_Label6
  55. //
  56. this.c_Label6.AutoSize = true;
  57. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  58. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.c_Label6.ForeColor = System.Drawing.Color.Red;
  60. this.c_Label6.Location = new System.Drawing.Point(15, 74);
  61. this.c_Label6.Name = "c_Label6";
  62. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  63. this.c_Label6.TabIndex = 78;
  64. this.c_Label6.Text = "商标名称";
  65. //
  66. // btnSave
  67. //
  68. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  69. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  70. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  71. this.btnSave.ForeColor = System.Drawing.Color.White;
  72. this.btnSave.Location = new System.Drawing.Point(244, 119);
  73. this.btnSave.Name = "btnSave";
  74. this.btnSave.Size = new System.Drawing.Size(85, 30);
  75. this.btnSave.TabIndex = 75;
  76. this.btnSave.Text = "保存(&S)";
  77. this.btnSave.UseVisualStyleBackColor = false;
  78. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  79. //
  80. // btnCancel
  81. //
  82. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  83. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  84. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  85. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  86. this.btnCancel.ForeColor = System.Drawing.Color.White;
  87. this.btnCancel.Location = new System.Drawing.Point(335, 119);
  88. this.btnCancel.Name = "btnCancel";
  89. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  90. this.btnCancel.TabIndex = 76;
  91. this.btnCancel.Text = "关闭";
  92. this.btnCancel.UseVisualStyleBackColor = false;
  93. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  94. //
  95. // txtGoodsCode
  96. //
  97. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  98. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  99. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  100. this.txtGoodsCode.ErrorMessage = "";
  101. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.txtGoodsCode.Location = new System.Drawing.Point(74, 20);
  103. this.txtGoodsCode.MaxLength = 20;
  104. this.txtGoodsCode.Name = "txtGoodsCode";
  105. this.txtGoodsCode.Size = new System.Drawing.Size(130, 21);
  106. this.txtGoodsCode.TabIndex = 72;
  107. //
  108. // c_Label5
  109. //
  110. this.c_Label5.AutoSize = true;
  111. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  112. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.c_Label5.ForeColor = System.Drawing.Color.Red;
  114. this.c_Label5.Location = new System.Drawing.Point(15, 23);
  115. this.c_Label5.Name = "c_Label5";
  116. this.c_Label5.Size = new System.Drawing.Size(53, 12);
  117. this.c_Label5.TabIndex = 71;
  118. this.c_Label5.Text = "产品编码";
  119. this.c_Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  120. //
  121. // c_Label4
  122. //
  123. this.c_Label4.AutoSize = true;
  124. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  125. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.c_Label4.ForeColor = System.Drawing.Color.Red;
  127. this.c_Label4.Location = new System.Drawing.Point(228, 23);
  128. this.c_Label4.Name = "c_Label4";
  129. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  130. this.c_Label4.TabIndex = 70;
  131. this.c_Label4.Text = "金蝶代码";
  132. this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  133. //
  134. // txtKingdeeCode
  135. //
  136. this.txtKingdeeCode.BackColor = System.Drawing.SystemColors.Window;
  137. this.txtKingdeeCode.BackgroundColor = System.Drawing.SystemColors.Window;
  138. this.txtKingdeeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  139. this.txtKingdeeCode.ErrorMessage = "";
  140. this.txtKingdeeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.txtKingdeeCode.Location = new System.Drawing.Point(287, 20);
  142. this.txtKingdeeCode.MaxLength = 20;
  143. this.txtKingdeeCode.Name = "txtKingdeeCode";
  144. this.txtKingdeeCode.Size = new System.Drawing.Size(130, 21);
  145. this.txtKingdeeCode.TabIndex = 69;
  146. //
  147. // ddlLogoName
  148. //
  149. this.ddlLogoName.BackColor = System.Drawing.SystemColors.Window;
  150. this.ddlLogoName.BackgroundColor = System.Drawing.SystemColors.Window;
  151. this.ddlLogoName.DataSource = null;
  152. this.ddlLogoName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.ddlLogoName.FormattingEnabled = true;
  154. //
  155. //
  156. //
  157. this.ddlLogoName.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.ddlLogoName.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.ddlLogoName.ListBox.Location = new System.Drawing.Point(0, 0);
  160. this.ddlLogoName.ListBox.Name = "";
  161. this.ddlLogoName.ListBox.Size = new System.Drawing.Size(128, 136);
  162. this.ddlLogoName.ListBox.TabIndex = 0;
  163. this.ddlLogoName.Location = new System.Drawing.Point(74, 68);
  164. this.ddlLogoName.Name = "ddlLogoName";
  165. this.ddlLogoName.Size = new System.Drawing.Size(130, 20);
  166. this.ddlLogoName.TabIndex = 81;
  167. //
  168. // ddlGlazeTypeID
  169. //
  170. this.ddlGlazeTypeID.BackColor = System.Drawing.SystemColors.Window;
  171. this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
  172. this.ddlGlazeTypeID.DataSource = null;
  173. this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.ddlGlazeTypeID.FormattingEnabled = true;
  175. //
  176. //
  177. //
  178. this.ddlGlazeTypeID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  179. this.ddlGlazeTypeID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.ddlGlazeTypeID.ListBox.Location = new System.Drawing.Point(0, 0);
  181. this.ddlGlazeTypeID.ListBox.Name = "";
  182. this.ddlGlazeTypeID.ListBox.Size = new System.Drawing.Size(128, 136);
  183. this.ddlGlazeTypeID.ListBox.TabIndex = 0;
  184. this.ddlGlazeTypeID.Location = new System.Drawing.Point(287, 68);
  185. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  186. this.ddlGlazeTypeID.Size = new System.Drawing.Size(130, 20);
  187. this.ddlGlazeTypeID.TabIndex = 82;
  188. //
  189. // F_MST_1302
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.ClientSize = new System.Drawing.Size(431, 172);
  194. this.Controls.Add(this.ddlGlazeTypeID);
  195. this.Controls.Add(this.ddlLogoName);
  196. this.Controls.Add(this.c_Label1);
  197. this.Controls.Add(this.c_Label6);
  198. this.Controls.Add(this.btnSave);
  199. this.Controls.Add(this.btnCancel);
  200. this.Controls.Add(this.txtGoodsCode);
  201. this.Controls.Add(this.c_Label5);
  202. this.Controls.Add(this.c_Label4);
  203. this.Controls.Add(this.txtKingdeeCode);
  204. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  205. this.Name = "F_MST_1302";
  206. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  207. this.Text = "F_MST_1302";
  208. this.Load += new System.EventHandler(this.F_MST_1302_Load);
  209. this.ResumeLayout(false);
  210. this.PerformLayout();
  211. }
  212. #endregion
  213. private Basics.BaseControls.C_Label c_Label6;
  214. private Basics.BaseControls.C_Button btnSave;
  215. private Basics.BaseControls.C_Button btnCancel;
  216. private Basics.BaseControls.C_TextBox txtGoodsCode;
  217. private Basics.BaseControls.C_Label c_Label5;
  218. private Basics.BaseControls.C_Label c_Label4;
  219. private Basics.BaseControls.C_TextBox txtKingdeeCode;
  220. private Basics.BaseControls.C_Label c_Label1;
  221. private Basics.BaseControls.DKListBoxComboBox ddlLogoName;
  222. private Basics.BaseControls.DKListBoxComboBox ddlGlazeTypeID;
  223. }
  224. }