F_MST_1302.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtKingdeeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.ddlLogoName = new Dongke.WinForm.Controls.FtcFilterComboBox();
  38. this.ddlGlazeTypeID = new Dongke.WinForm.Controls.FtcFilterComboBox();
  39. this.scbGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  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(342, 106);
  49. this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  50. this.c_Label1.Name = "c_Label1";
  51. this.c_Label1.Size = new System.Drawing.Size(80, 18);
  52. this.c_Label1.TabIndex = 80;
  53. this.c_Label1.Text = "釉料类别";
  54. //
  55. // c_Label6
  56. //
  57. this.c_Label6.AutoSize = true;
  58. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  59. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.c_Label6.ForeColor = System.Drawing.Color.Red;
  61. this.c_Label6.Location = new System.Drawing.Point(22, 111);
  62. this.c_Label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  63. this.c_Label6.Name = "c_Label6";
  64. this.c_Label6.Size = new System.Drawing.Size(80, 18);
  65. this.c_Label6.TabIndex = 78;
  66. this.c_Label6.Text = "商标名称";
  67. //
  68. // btnSave
  69. //
  70. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  71. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  72. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  73. this.btnSave.ForeColor = System.Drawing.Color.White;
  74. this.btnSave.Location = new System.Drawing.Point(366, 178);
  75. this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  76. this.btnSave.Name = "btnSave";
  77. this.btnSave.Size = new System.Drawing.Size(128, 45);
  78. this.btnSave.TabIndex = 75;
  79. this.btnSave.Text = "保存(&S)";
  80. this.btnSave.UseVisualStyleBackColor = false;
  81. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  82. //
  83. // btnCancel
  84. //
  85. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  86. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  87. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  88. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  89. this.btnCancel.ForeColor = System.Drawing.Color.White;
  90. this.btnCancel.Location = new System.Drawing.Point(502, 178);
  91. this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  92. this.btnCancel.Name = "btnCancel";
  93. this.btnCancel.Size = new System.Drawing.Size(128, 45);
  94. this.btnCancel.TabIndex = 76;
  95. this.btnCancel.Text = "关闭";
  96. this.btnCancel.UseVisualStyleBackColor = false;
  97. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  98. //
  99. // c_Label5
  100. //
  101. this.c_Label5.AutoSize = true;
  102. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  103. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.c_Label5.ForeColor = System.Drawing.Color.Red;
  105. this.c_Label5.Location = new System.Drawing.Point(22, 34);
  106. this.c_Label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.c_Label5.Name = "c_Label5";
  108. this.c_Label5.Size = new System.Drawing.Size(80, 18);
  109. this.c_Label5.TabIndex = 71;
  110. this.c_Label5.Text = "产品编码";
  111. this.c_Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  112. //
  113. // c_Label4
  114. //
  115. this.c_Label4.AutoSize = true;
  116. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  117. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.c_Label4.ForeColor = System.Drawing.Color.Red;
  119. this.c_Label4.Location = new System.Drawing.Point(342, 34);
  120. this.c_Label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.c_Label4.Name = "c_Label4";
  122. this.c_Label4.Size = new System.Drawing.Size(80, 18);
  123. this.c_Label4.TabIndex = 70;
  124. this.c_Label4.Text = "金蝶代码";
  125. this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  126. //
  127. // txtKingdeeCode
  128. //
  129. this.txtKingdeeCode.BackColor = System.Drawing.SystemColors.Window;
  130. this.txtKingdeeCode.BackgroundColor = System.Drawing.SystemColors.Window;
  131. this.txtKingdeeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  132. this.txtKingdeeCode.ErrorMessage = "";
  133. this.txtKingdeeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.txtKingdeeCode.Location = new System.Drawing.Point(430, 30);
  135. this.txtKingdeeCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  136. this.txtKingdeeCode.MaxLength = 100;
  137. this.txtKingdeeCode.Name = "txtKingdeeCode";
  138. this.txtKingdeeCode.Size = new System.Drawing.Size(193, 28);
  139. this.txtKingdeeCode.TabIndex = 69;
  140. //
  141. // ddlLogoName
  142. //
  143. this.ddlLogoName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  144. this.ddlLogoName.FormattingEnabled = true;
  145. this.ddlLogoName.Location = new System.Drawing.Point(111, 106);
  146. this.ddlLogoName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  147. this.ddlLogoName.Name = "ddlLogoName";
  148. this.ddlLogoName.ShowMustInputAlert = false;
  149. this.ddlLogoName.Size = new System.Drawing.Size(193, 26);
  150. this.ddlLogoName.TabIndex = 83;
  151. //
  152. // ddlGlazeTypeID
  153. //
  154. this.ddlGlazeTypeID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  155. this.ddlGlazeTypeID.FormattingEnabled = true;
  156. this.ddlGlazeTypeID.Location = new System.Drawing.Point(435, 106);
  157. this.ddlGlazeTypeID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  158. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  159. this.ddlGlazeTypeID.ShowMustInputAlert = false;
  160. this.ddlGlazeTypeID.Size = new System.Drawing.Size(188, 26);
  161. this.ddlGlazeTypeID.TabIndex = 84;
  162. //
  163. // scbGoodsCode
  164. //
  165. this.scbGoodsCode.CheckedData = null;
  166. this.scbGoodsCode.DisplayMember = "GoodsCode";
  167. this.scbGoodsCode.Location = new System.Drawing.Point(111, 30);
  168. this.scbGoodsCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  169. this.scbGoodsCode.Name = "scbGoodsCode";
  170. this.scbGoodsCode.Size = new System.Drawing.Size(195, 32);
  171. this.scbGoodsCode.TabIndex = 89;
  172. //
  173. // F_MST_1302
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(646, 258);
  178. this.Controls.Add(this.scbGoodsCode);
  179. this.Controls.Add(this.ddlGlazeTypeID);
  180. this.Controls.Add(this.ddlLogoName);
  181. this.Controls.Add(this.c_Label1);
  182. this.Controls.Add(this.c_Label6);
  183. this.Controls.Add(this.btnSave);
  184. this.Controls.Add(this.btnCancel);
  185. this.Controls.Add(this.c_Label5);
  186. this.Controls.Add(this.c_Label4);
  187. this.Controls.Add(this.txtKingdeeCode);
  188. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  189. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  190. this.Name = "F_MST_1302";
  191. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  192. this.Text = "F_MST_1302";
  193. this.Load += new System.EventHandler(this.F_MST_1302_Load);
  194. this.ResumeLayout(false);
  195. this.PerformLayout();
  196. }
  197. #endregion
  198. private Basics.BaseControls.C_Label c_Label6;
  199. private Basics.BaseControls.C_Button btnSave;
  200. private Basics.BaseControls.C_Button btnCancel;
  201. private Basics.BaseControls.C_Label c_Label5;
  202. private Basics.BaseControls.C_Label c_Label4;
  203. private Basics.BaseControls.C_TextBox txtKingdeeCode;
  204. private Basics.BaseControls.C_Label c_Label1;
  205. private WinForm.Controls.FtcFilterComboBox ddlLogoName;
  206. private WinForm.Controls.FtcFilterComboBox ddlGlazeTypeID;
  207. private Controls.SearchBox.ScbGoods scbGoodsCode;
  208. }
  209. }