F_GroutingLine.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. namespace Dongke.IBOSS.PRD.Client.Controls.SearchBox
  2. {
  3. partial class F_GroutingLine
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_GroutingLine));
  29. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  30. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.grpQueryConditions.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).BeginInit();
  37. this.splSplitContainer.SuspendLayout();
  38. this.pnlBack.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // btnCancel
  42. //
  43. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  44. this.btnCancel.Location = new System.Drawing.Point(461, 407);
  45. //
  46. // btnOK
  47. //
  48. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  49. this.btnOK.Location = new System.Drawing.Point(370, 407);
  50. //
  51. // grpQueryConditions
  52. //
  53. this.grpQueryConditions.Controls.Add(this.txtUserCode);
  54. this.grpQueryConditions.Controls.Add(this.lblUserCode);
  55. this.grpQueryConditions.Controls.Add(this.txtGroutingLineName);
  56. this.grpQueryConditions.Controls.Add(this.lblGroutingLineName);
  57. this.grpQueryConditions.Controls.Add(this.txtGroutingLineCode);
  58. this.grpQueryConditions.Controls.Add(this.lblGroutingLineCode);
  59. this.grpQueryConditions.Size = new System.Drawing.Size(534, 50);
  60. //
  61. // splSplitContainer
  62. //
  63. this.splSplitContainer.Size = new System.Drawing.Size(534, 305);
  64. //
  65. // pnlBack
  66. //
  67. this.pnlBack.Size = new System.Drawing.Size(558, 440);
  68. //
  69. // txtUserCode
  70. //
  71. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  72. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  73. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  74. this.txtUserCode.ErrorMessage = "";
  75. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.txtUserCode.Location = new System.Drawing.Point(419, 22);
  77. this.txtUserCode.Name = "txtUserCode";
  78. this.txtUserCode.Size = new System.Drawing.Size(100, 21);
  79. this.txtUserCode.TabIndex = 11;
  80. //
  81. // lblUserCode
  82. //
  83. this.lblUserCode.AutoSize = true;
  84. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  85. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  87. this.lblUserCode.Image = ((System.Drawing.Image)(resources.GetObject("lblUserCode.Image")));
  88. this.lblUserCode.Location = new System.Drawing.Point(360, 26);
  89. this.lblUserCode.Name = "lblUserCode";
  90. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  91. this.lblUserCode.TabIndex = 10;
  92. this.lblUserCode.Text = "成型工号";
  93. //
  94. // txtGroutingLineName
  95. //
  96. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  97. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  98. this.txtGroutingLineName.ErrorMessage = "";
  99. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.txtGroutingLineName.Location = new System.Drawing.Point(254, 22);
  101. this.txtGroutingLineName.Name = "txtGroutingLineName";
  102. this.txtGroutingLineName.Size = new System.Drawing.Size(100, 21);
  103. this.txtGroutingLineName.TabIndex = 9;
  104. //
  105. // lblGroutingLineName
  106. //
  107. this.lblGroutingLineName.AutoSize = true;
  108. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  109. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  111. this.lblGroutingLineName.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineName.Image")));
  112. this.lblGroutingLineName.Location = new System.Drawing.Point(183, 26);
  113. this.lblGroutingLineName.Name = "lblGroutingLineName";
  114. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  115. this.lblGroutingLineName.TabIndex = 8;
  116. this.lblGroutingLineName.Text = "成型线名称";
  117. //
  118. // txtGroutingLineCode
  119. //
  120. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  121. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  122. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  123. this.txtGroutingLineCode.ErrorMessage = "";
  124. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  126. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 22);
  127. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  128. this.txtGroutingLineCode.Size = new System.Drawing.Size(100, 21);
  129. this.txtGroutingLineCode.TabIndex = 7;
  130. //
  131. // lblGroutingLineCode
  132. //
  133. this.lblGroutingLineCode.AutoSize = true;
  134. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  135. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  137. this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
  138. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 26);
  139. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  140. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  141. this.lblGroutingLineCode.TabIndex = 6;
  142. this.lblGroutingLineCode.Text = "成型线编码";
  143. //
  144. // F_GroutingLine
  145. //
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  148. this.ClientSize = new System.Drawing.Size(558, 462);
  149. this.Name = "F_GroutingLine";
  150. this.Text = "成型线";
  151. this.grpQueryConditions.ResumeLayout(false);
  152. this.grpQueryConditions.PerformLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).EndInit();
  154. this.splSplitContainer.ResumeLayout(false);
  155. this.pnlBack.ResumeLayout(false);
  156. this.ResumeLayout(false);
  157. this.PerformLayout();
  158. }
  159. #endregion
  160. private Basics.BaseControls.C_TextBox txtUserCode;
  161. private Basics.BaseControls.C_Label lblUserCode;
  162. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  163. private Basics.BaseControls.C_Label lblGroutingLineName;
  164. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  165. private Basics.BaseControls.C_Label lblGroutingLineCode;
  166. }
  167. }