F_MST_012004.designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class F_MST_012004
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
  29. this.lblInvoiceName = new Dongke.WinForm.Controls.LblLabel();
  30. this.chkValueFlag = new Dongke.WinForm.Controls.ChkCheckBox();
  31. this.btnOK = new Dongke.WinForm.Controls.BtnButton();
  32. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  33. this.lblRemark = new Dongke.WinForm.Controls.LblLabel();
  34. this.txtRemark = new Dongke.WinForm.Controls.TxtTextBox();
  35. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  36. this.ftcLogo = new Dongke.WinForm.Controls.FtcFilterComboBox();
  37. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  38. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.ddlPrintType = new Dongke.WinForm.Controls.FtcFilterComboBox();
  40. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  41. this.SuspendLayout();
  42. //
  43. // txtInvoiceName
  44. //
  45. this.txtInvoiceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  46. this.txtInvoiceName.Location = new System.Drawing.Point(95, 111);
  47. this.txtInvoiceName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  48. this.txtInvoiceName.MaxLength = 50;
  49. this.txtInvoiceName.Name = "txtInvoiceName";
  50. this.txtInvoiceName.Size = new System.Drawing.Size(436, 25);
  51. this.txtInvoiceName.TabIndex = 4;
  52. this.txtInvoiceName.TextChanged += new System.EventHandler(this.txtInvoiceName_TextChanged);
  53. //
  54. // lblInvoiceName
  55. //
  56. this.lblInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.lblInvoiceName.Location = new System.Drawing.Point(16, 54);
  58. this.lblInvoiceName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  59. this.lblInvoiceName.Name = "lblInvoiceName";
  60. this.lblInvoiceName.Size = new System.Drawing.Size(67, 15);
  61. this.lblInvoiceName.TabIndex = 1;
  62. this.lblInvoiceName.Text = "产品商标";
  63. //
  64. // chkValueFlag
  65. //
  66. this.chkValueFlag.Checked = true;
  67. this.chkValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  68. this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.chkValueFlag.Location = new System.Drawing.Point(95, 231);
  70. this.chkValueFlag.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  71. this.chkValueFlag.Name = "chkValueFlag";
  72. this.chkValueFlag.Size = new System.Drawing.Size(59, 19);
  73. this.chkValueFlag.TabIndex = 7;
  74. this.chkValueFlag.Text = "有效";
  75. this.chkValueFlag.UseVisualStyleBackColor = true;
  76. this.chkValueFlag.Visible = false;
  77. //
  78. // btnOK
  79. //
  80. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  81. this.btnOK.Location = new System.Drawing.Point(297, 252);
  82. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  83. this.btnOK.Name = "btnOK";
  84. this.btnOK.Size = new System.Drawing.Size(113, 38);
  85. this.btnOK.TabIndex = 8;
  86. this.btnOK.Text = "确定";
  87. this.btnOK.UseVisualStyleBackColor = true;
  88. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  89. //
  90. // btnCancel
  91. //
  92. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  93. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  94. this.btnCancel.Location = new System.Drawing.Point(419, 252);
  95. this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  96. this.btnCancel.Name = "btnCancel";
  97. this.btnCancel.Size = new System.Drawing.Size(113, 38);
  98. this.btnCancel.TabIndex = 9;
  99. this.btnCancel.Text = "取消";
  100. this.btnCancel.UseVisualStyleBackColor = true;
  101. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  102. //
  103. // lblRemark
  104. //
  105. this.lblRemark.Location = new System.Drawing.Point(48, 145);
  106. this.lblRemark.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.lblRemark.Name = "lblRemark";
  108. this.lblRemark.Size = new System.Drawing.Size(37, 15);
  109. this.lblRemark.TabIndex = 5;
  110. this.lblRemark.Text = "备注";
  111. //
  112. // txtRemark
  113. //
  114. this.txtRemark.Location = new System.Drawing.Point(95, 145);
  115. this.txtRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  116. this.txtRemark.MaxLength = 500;
  117. this.txtRemark.Multiline = true;
  118. this.txtRemark.Name = "txtRemark";
  119. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  120. this.txtRemark.Size = new System.Drawing.Size(436, 73);
  121. this.txtRemark.TabIndex = 6;
  122. //
  123. // lblLabel1
  124. //
  125. this.lblLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.lblLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  127. this.lblLabel1.Location = new System.Drawing.Point(16, 116);
  128. this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  129. this.lblLabel1.Name = "lblLabel1";
  130. this.lblLabel1.Size = new System.Drawing.Size(67, 15);
  131. this.lblLabel1.TabIndex = 3;
  132. this.lblLabel1.Text = "标签名称";
  133. //
  134. // ftcLogo
  135. //
  136. this.ftcLogo.FormattingEnabled = true;
  137. this.ftcLogo.HasNullData = true;
  138. this.ftcLogo.Location = new System.Drawing.Point(95, 49);
  139. this.ftcLogo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  140. this.ftcLogo.Name = "ftcLogo";
  141. this.ftcLogo.Size = new System.Drawing.Size(436, 23);
  142. this.ftcLogo.TabIndex = 2;
  143. this.ftcLogo.SelectedIndexChanged += new System.EventHandler(this.ftcLogo_SelectedIndexChanged);
  144. //
  145. // scbGoodsType
  146. //
  147. this.scbGoodsType.CheckedData = null;
  148. this.scbGoodsType.IsOnlyDisplayEnd = false;
  149. this.scbGoodsType.Location = new System.Drawing.Point(95, 15);
  150. this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  151. this.scbGoodsType.Name = "scbGoodsType";
  152. this.scbGoodsType.Size = new System.Drawing.Size(437, 26);
  153. this.scbGoodsType.TabIndex = 21;
  154. this.scbGoodsType.SearchedItemChanged += new System.EventHandler(this.scbGoodsType_SearchedItemChanged);
  155. //
  156. // lblGoodsType
  157. //
  158. this.lblGoodsType.AutoSize = true;
  159. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  160. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  162. this.lblGoodsType.Location = new System.Drawing.Point(16, 21);
  163. this.lblGoodsType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  164. this.lblGoodsType.Name = "lblGoodsType";
  165. this.lblGoodsType.Size = new System.Drawing.Size(67, 15);
  166. this.lblGoodsType.TabIndex = 22;
  167. this.lblGoodsType.Text = "产品类别";
  168. //
  169. // ddlPrintType
  170. //
  171. this.ddlPrintType.FormattingEnabled = true;
  172. this.ddlPrintType.HasNullData = true;
  173. this.ddlPrintType.Location = new System.Drawing.Point(95, 80);
  174. this.ddlPrintType.Margin = new System.Windows.Forms.Padding(4);
  175. this.ddlPrintType.Name = "ddlPrintType";
  176. this.ddlPrintType.Size = new System.Drawing.Size(436, 23);
  177. this.ddlPrintType.TabIndex = 24;
  178. //
  179. // lblLabel2
  180. //
  181. this.lblLabel2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.lblLabel2.Location = new System.Drawing.Point(16, 85);
  183. this.lblLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  184. this.lblLabel2.Name = "lblLabel2";
  185. this.lblLabel2.Size = new System.Drawing.Size(67, 15);
  186. this.lblLabel2.TabIndex = 23;
  187. this.lblLabel2.Text = "打印类型";
  188. //
  189. // F_MST_012004
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.CancelButton = this.btnCancel;
  194. this.ClientSize = new System.Drawing.Size(548, 321);
  195. this.Controls.Add(this.ddlPrintType);
  196. this.Controls.Add(this.lblLabel2);
  197. this.Controls.Add(this.lblGoodsType);
  198. this.Controls.Add(this.scbGoodsType);
  199. this.Controls.Add(this.ftcLogo);
  200. this.Controls.Add(this.txtInvoiceName);
  201. this.Controls.Add(this.lblRemark);
  202. this.Controls.Add(this.lblLabel1);
  203. this.Controls.Add(this.lblInvoiceName);
  204. this.Controls.Add(this.txtRemark);
  205. this.Controls.Add(this.chkValueFlag);
  206. this.Controls.Add(this.btnCancel);
  207. this.Controls.Add(this.btnOK);
  208. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  209. this.IsSaveFormSize = false;
  210. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  211. this.MaximizeBox = false;
  212. this.MinimizeBox = false;
  213. this.Name = "F_MST_012004";
  214. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  215. this.Text = "";
  216. this.Load += new System.EventHandler(this.F_MST_012004_Load);
  217. this.Controls.SetChildIndex(this.btnOK, 0);
  218. this.Controls.SetChildIndex(this.btnCancel, 0);
  219. this.Controls.SetChildIndex(this.chkValueFlag, 0);
  220. this.Controls.SetChildIndex(this.txtRemark, 0);
  221. this.Controls.SetChildIndex(this.lblInvoiceName, 0);
  222. this.Controls.SetChildIndex(this.lblLabel1, 0);
  223. this.Controls.SetChildIndex(this.lblRemark, 0);
  224. this.Controls.SetChildIndex(this.txtInvoiceName, 0);
  225. this.Controls.SetChildIndex(this.ftcLogo, 0);
  226. this.Controls.SetChildIndex(this.scbGoodsType, 0);
  227. this.Controls.SetChildIndex(this.lblGoodsType, 0);
  228. this.Controls.SetChildIndex(this.lblLabel2, 0);
  229. this.Controls.SetChildIndex(this.ddlPrintType, 0);
  230. this.ResumeLayout(false);
  231. this.PerformLayout();
  232. }
  233. #endregion
  234. private WinForm.Controls.TxtTextBox txtInvoiceName;
  235. private WinForm.Controls.LblLabel lblInvoiceName;
  236. private WinForm.Controls.ChkCheckBox chkValueFlag;
  237. private WinForm.Controls.BtnButton btnOK;
  238. private WinForm.Controls.BtnButton btnCancel;
  239. private WinForm.Controls.LblLabel lblRemark;
  240. private WinForm.Controls.TxtTextBox txtRemark;
  241. private WinForm.Controls.LblLabel lblLabel1;
  242. private WinForm.Controls.FtcFilterComboBox ftcLogo;
  243. private SearchBox.ScbGoodsType scbGoodsType;
  244. private Basics.BaseControls.C_Label lblGoodsType;
  245. private WinForm.Controls.FtcFilterComboBox ddlPrintType;
  246. private WinForm.Controls.LblLabel lblLabel2;
  247. }
  248. }