F_MST_012004.designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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.SuspendLayout();
  40. //
  41. // txtInvoiceName
  42. //
  43. this.txtInvoiceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  44. this.txtInvoiceName.Location = new System.Drawing.Point(71, 65);
  45. this.txtInvoiceName.MaxLength = 50;
  46. this.txtInvoiceName.Name = "txtInvoiceName";
  47. this.txtInvoiceName.Size = new System.Drawing.Size(328, 21);
  48. this.txtInvoiceName.TabIndex = 4;
  49. this.txtInvoiceName.TextChanged += new System.EventHandler(this.txtInvoiceName_TextChanged);
  50. //
  51. // lblInvoiceName
  52. //
  53. this.lblInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.lblInvoiceName.Location = new System.Drawing.Point(12, 43);
  55. this.lblInvoiceName.Name = "lblInvoiceName";
  56. this.lblInvoiceName.Size = new System.Drawing.Size(53, 12);
  57. this.lblInvoiceName.TabIndex = 1;
  58. this.lblInvoiceName.Text = "产品商标";
  59. //
  60. // chkValueFlag
  61. //
  62. this.chkValueFlag.Checked = true;
  63. this.chkValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  64. this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.chkValueFlag.Location = new System.Drawing.Point(71, 161);
  66. this.chkValueFlag.Name = "chkValueFlag";
  67. this.chkValueFlag.Size = new System.Drawing.Size(48, 16);
  68. this.chkValueFlag.TabIndex = 7;
  69. this.chkValueFlag.Text = "有效";
  70. this.chkValueFlag.UseVisualStyleBackColor = true;
  71. this.chkValueFlag.Visible = false;
  72. //
  73. // btnOK
  74. //
  75. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  76. this.btnOK.Location = new System.Drawing.Point(223, 157);
  77. this.btnOK.Name = "btnOK";
  78. this.btnOK.Size = new System.Drawing.Size(85, 30);
  79. this.btnOK.TabIndex = 8;
  80. this.btnOK.Text = "确定";
  81. this.btnOK.UseVisualStyleBackColor = true;
  82. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  83. //
  84. // btnCancel
  85. //
  86. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  87. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  88. this.btnCancel.Location = new System.Drawing.Point(314, 157);
  89. this.btnCancel.Name = "btnCancel";
  90. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  91. this.btnCancel.TabIndex = 9;
  92. this.btnCancel.Text = "取消";
  93. this.btnCancel.UseVisualStyleBackColor = true;
  94. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  95. //
  96. // lblRemark
  97. //
  98. this.lblRemark.Location = new System.Drawing.Point(36, 92);
  99. this.lblRemark.Name = "lblRemark";
  100. this.lblRemark.Size = new System.Drawing.Size(29, 12);
  101. this.lblRemark.TabIndex = 5;
  102. this.lblRemark.Text = "备注";
  103. //
  104. // txtRemark
  105. //
  106. this.txtRemark.Location = new System.Drawing.Point(71, 92);
  107. this.txtRemark.MaxLength = 500;
  108. this.txtRemark.Multiline = true;
  109. this.txtRemark.Name = "txtRemark";
  110. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  111. this.txtRemark.Size = new System.Drawing.Size(328, 59);
  112. this.txtRemark.TabIndex = 6;
  113. //
  114. // lblLabel1
  115. //
  116. this.lblLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.lblLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  118. this.lblLabel1.Location = new System.Drawing.Point(12, 69);
  119. this.lblLabel1.Name = "lblLabel1";
  120. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  121. this.lblLabel1.TabIndex = 3;
  122. this.lblLabel1.Text = "标签名称";
  123. //
  124. // ftcLogo
  125. //
  126. this.ftcLogo.FormattingEnabled = true;
  127. this.ftcLogo.HasNullData = true;
  128. this.ftcLogo.Location = new System.Drawing.Point(71, 39);
  129. this.ftcLogo.Name = "ftcLogo";
  130. this.ftcLogo.Size = new System.Drawing.Size(328, 20);
  131. this.ftcLogo.TabIndex = 2;
  132. this.ftcLogo.SelectedIndexChanged += new System.EventHandler(this.ftcLogo_SelectedIndexChanged);
  133. //
  134. // scbGoodsType
  135. //
  136. this.scbGoodsType.Location = new System.Drawing.Point(71, 12);
  137. this.scbGoodsType.MultiSelect = false;
  138. this.scbGoodsType.Name = "scbGoodsType";
  139. this.scbGoodsType.Size = new System.Drawing.Size(328, 21);
  140. this.scbGoodsType.TabIndex = 21;
  141. this.scbGoodsType.SearchedItemChanged += new System.EventHandler(this.scbGoodsType_SearchedItemChanged);
  142. //
  143. // lblGoodsType
  144. //
  145. this.lblGoodsType.AutoSize = true;
  146. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  147. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  149. this.lblGoodsType.Location = new System.Drawing.Point(12, 17);
  150. this.lblGoodsType.Name = "lblGoodsType";
  151. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  152. this.lblGoodsType.TabIndex = 22;
  153. this.lblGoodsType.Text = "产品类别";
  154. //
  155. // F_MST_012004
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.CancelButton = this.btnCancel;
  160. this.ClientSize = new System.Drawing.Size(411, 212);
  161. this.Controls.Add(this.lblGoodsType);
  162. this.Controls.Add(this.scbGoodsType);
  163. this.Controls.Add(this.ftcLogo);
  164. this.Controls.Add(this.txtInvoiceName);
  165. this.Controls.Add(this.lblRemark);
  166. this.Controls.Add(this.lblLabel1);
  167. this.Controls.Add(this.lblInvoiceName);
  168. this.Controls.Add(this.txtRemark);
  169. this.Controls.Add(this.chkValueFlag);
  170. this.Controls.Add(this.btnCancel);
  171. this.Controls.Add(this.btnOK);
  172. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  173. this.IsSaveFormSize = false;
  174. this.MaximizeBox = false;
  175. this.MinimizeBox = false;
  176. this.Name = "F_MST_012004";
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  178. this.Text = "";
  179. this.Load += new System.EventHandler(this.F_MST_012004_Load);
  180. this.Controls.SetChildIndex(this.btnOK, 0);
  181. this.Controls.SetChildIndex(this.btnCancel, 0);
  182. this.Controls.SetChildIndex(this.chkValueFlag, 0);
  183. this.Controls.SetChildIndex(this.txtRemark, 0);
  184. this.Controls.SetChildIndex(this.lblInvoiceName, 0);
  185. this.Controls.SetChildIndex(this.lblLabel1, 0);
  186. this.Controls.SetChildIndex(this.lblRemark, 0);
  187. this.Controls.SetChildIndex(this.txtInvoiceName, 0);
  188. this.Controls.SetChildIndex(this.ftcLogo, 0);
  189. this.Controls.SetChildIndex(this.scbGoodsType, 0);
  190. this.Controls.SetChildIndex(this.lblGoodsType, 0);
  191. this.ResumeLayout(false);
  192. this.PerformLayout();
  193. }
  194. #endregion
  195. private WinForm.Controls.TxtTextBox txtInvoiceName;
  196. private WinForm.Controls.LblLabel lblInvoiceName;
  197. private WinForm.Controls.ChkCheckBox chkValueFlag;
  198. private WinForm.Controls.BtnButton btnOK;
  199. private WinForm.Controls.BtnButton btnCancel;
  200. private WinForm.Controls.LblLabel lblRemark;
  201. private WinForm.Controls.TxtTextBox txtRemark;
  202. private WinForm.Controls.LblLabel lblLabel1;
  203. private WinForm.Controls.FtcFilterComboBox ftcLogo;
  204. private SearchBox.ScbGoodsType scbGoodsType;
  205. private Basics.BaseControls.C_Label lblGoodsType;
  206. }
  207. }