F_MST_013004.designer.cs 7.9 KB

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