F_Goods.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. namespace Dongke.IBOSS.PRD.Client.Controls.SearchBox
  2. {
  3. partial class F_Goods
  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.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  29. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtGoodsName = new System.Windows.Forms.TextBox();
  31. this.txtGoodsCode = new System.Windows.Forms.TextBox();
  32. this.grpQueryConditions.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).BeginInit();
  34. this.splSplitContainer.SuspendLayout();
  35. this.pnlBack.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // btnCancel
  39. //
  40. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  41. //
  42. // btnOK
  43. //
  44. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  45. //
  46. // grpQueryConditions
  47. //
  48. this.grpQueryConditions.Controls.Add(this.lblGoodsName);
  49. this.grpQueryConditions.Controls.Add(this.lblGoodsCode);
  50. this.grpQueryConditions.Controls.Add(this.txtGoodsName);
  51. this.grpQueryConditions.Controls.Add(this.txtGoodsCode);
  52. //
  53. // lblGoodsName
  54. //
  55. this.lblGoodsName.AutoSize = true;
  56. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  57. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  59. this.lblGoodsName.Location = new System.Drawing.Point(193, 26);
  60. this.lblGoodsName.Name = "lblGoodsName";
  61. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  62. this.lblGoodsName.TabIndex = 6;
  63. this.lblGoodsName.Text = "产品名称";
  64. //
  65. // lblGoodsCode
  66. //
  67. this.lblGoodsCode.AutoSize = true;
  68. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  69. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  71. this.lblGoodsCode.Location = new System.Drawing.Point(6, 26);
  72. this.lblGoodsCode.Name = "lblGoodsCode";
  73. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  74. this.lblGoodsCode.TabIndex = 4;
  75. this.lblGoodsCode.Text = "产品编码";
  76. //
  77. // txtGoodsName
  78. //
  79. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F);
  80. this.txtGoodsName.Location = new System.Drawing.Point(252, 22);
  81. this.txtGoodsName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  82. this.txtGoodsName.MaxLength = 20;
  83. this.txtGoodsName.Name = "txtGoodsName";
  84. this.txtGoodsName.Size = new System.Drawing.Size(122, 21);
  85. this.txtGoodsName.TabIndex = 7;
  86. //
  87. // txtGoodsCode
  88. //
  89. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  90. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F);
  91. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  92. this.txtGoodsCode.Location = new System.Drawing.Point(65, 22);
  93. this.txtGoodsCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  94. this.txtGoodsCode.MaxLength = 21;
  95. this.txtGoodsCode.Name = "txtGoodsCode";
  96. this.txtGoodsCode.Size = new System.Drawing.Size(122, 21);
  97. this.txtGoodsCode.TabIndex = 5;
  98. //
  99. // F_Goods
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(484, 462);
  104. this.Name = "F_Goods";
  105. this.Text = "产品档案";
  106. this.grpQueryConditions.ResumeLayout(false);
  107. this.grpQueryConditions.PerformLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).EndInit();
  109. this.splSplitContainer.ResumeLayout(false);
  110. this.pnlBack.ResumeLayout(false);
  111. this.ResumeLayout(false);
  112. this.PerformLayout();
  113. }
  114. #endregion
  115. private Basics.BaseControls.C_Label lblGoodsName;
  116. private Basics.BaseControls.C_Label lblGoodsCode;
  117. private System.Windows.Forms.TextBox txtGoodsName;
  118. private System.Windows.Forms.TextBox txtGoodsCode;
  119. }
  120. }