F_MST_1302.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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(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. // c_Label5
  96. //
  97. this.c_Label5.AutoSize = true;
  98. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  99. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.c_Label5.ForeColor = System.Drawing.Color.Red;
  101. this.c_Label5.Location = new System.Drawing.Point(15, 23);
  102. this.c_Label5.Name = "c_Label5";
  103. this.c_Label5.Size = new System.Drawing.Size(53, 12);
  104. this.c_Label5.TabIndex = 71;
  105. this.c_Label5.Text = "产品编码";
  106. this.c_Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  107. //
  108. // c_Label4
  109. //
  110. this.c_Label4.AutoSize = true;
  111. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  112. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.c_Label4.ForeColor = System.Drawing.Color.Red;
  114. this.c_Label4.Location = new System.Drawing.Point(228, 23);
  115. this.c_Label4.Name = "c_Label4";
  116. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  117. this.c_Label4.TabIndex = 70;
  118. this.c_Label4.Text = "金蝶代码";
  119. this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  120. //
  121. // txtKingdeeCode
  122. //
  123. this.txtKingdeeCode.BackColor = System.Drawing.SystemColors.Window;
  124. this.txtKingdeeCode.BackgroundColor = System.Drawing.SystemColors.Window;
  125. this.txtKingdeeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  126. this.txtKingdeeCode.ErrorMessage = "";
  127. this.txtKingdeeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.txtKingdeeCode.Location = new System.Drawing.Point(287, 20);
  129. this.txtKingdeeCode.MaxLength = 20;
  130. this.txtKingdeeCode.Name = "txtKingdeeCode";
  131. this.txtKingdeeCode.Size = new System.Drawing.Size(130, 21);
  132. this.txtKingdeeCode.TabIndex = 69;
  133. //
  134. // ddlLogoName
  135. //
  136. this.ddlLogoName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  137. this.ddlLogoName.FormattingEnabled = true;
  138. this.ddlLogoName.Location = new System.Drawing.Point(74, 71);
  139. this.ddlLogoName.Name = "ddlLogoName";
  140. this.ddlLogoName.ShowMustInputAlert = false;
  141. this.ddlLogoName.Size = new System.Drawing.Size(130, 20);
  142. this.ddlLogoName.TabIndex = 83;
  143. //
  144. // ddlGlazeTypeID
  145. //
  146. this.ddlGlazeTypeID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  147. this.ddlGlazeTypeID.FormattingEnabled = true;
  148. this.ddlGlazeTypeID.Location = new System.Drawing.Point(290, 71);
  149. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  150. this.ddlGlazeTypeID.ShowMustInputAlert = false;
  151. this.ddlGlazeTypeID.Size = new System.Drawing.Size(127, 20);
  152. this.ddlGlazeTypeID.TabIndex = 84;
  153. //
  154. // scbGoodsCode
  155. //
  156. this.scbGoodsCode.CheckedData = null;
  157. this.scbGoodsCode.Location = new System.Drawing.Point(74, 20);
  158. this.scbGoodsCode.Name = "scbGoodsCode";
  159. this.scbGoodsCode.Size = new System.Drawing.Size(130, 21);
  160. this.scbGoodsCode.TabIndex = 88;
  161. //
  162. // F_MST_1302
  163. //
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.ClientSize = new System.Drawing.Size(431, 172);
  167. this.Controls.Add(this.scbGoodsCode);
  168. this.Controls.Add(this.ddlGlazeTypeID);
  169. this.Controls.Add(this.ddlLogoName);
  170. this.Controls.Add(this.c_Label1);
  171. this.Controls.Add(this.c_Label6);
  172. this.Controls.Add(this.btnSave);
  173. this.Controls.Add(this.btnCancel);
  174. this.Controls.Add(this.c_Label5);
  175. this.Controls.Add(this.c_Label4);
  176. this.Controls.Add(this.txtKingdeeCode);
  177. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  178. this.Name = "F_MST_1302";
  179. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  180. this.Text = "F_MST_1302";
  181. this.Load += new System.EventHandler(this.F_MST_1302_Load);
  182. this.ResumeLayout(false);
  183. this.PerformLayout();
  184. }
  185. #endregion
  186. private Basics.BaseControls.C_Label c_Label6;
  187. private Basics.BaseControls.C_Button btnSave;
  188. private Basics.BaseControls.C_Button btnCancel;
  189. private Basics.BaseControls.C_Label c_Label5;
  190. private Basics.BaseControls.C_Label c_Label4;
  191. private Basics.BaseControls.C_TextBox txtKingdeeCode;
  192. private Basics.BaseControls.C_Label c_Label1;
  193. private WinForm.Controls.FtcFilterComboBox ddlLogoName;
  194. private WinForm.Controls.FtcFilterComboBox ddlGlazeTypeID;
  195. private Controls.SearchBox.ScbGoods scbGoodsCode;
  196. }
  197. }