F_SAPCode.Designer.cs 4.9 KB

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