5510a1dc4f6166d250ad3070f4f06475a473852c.svn-base 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace Core.LZMes.Client.UIK.YARD_REPORT
  2. {
  3. partial class PL_RM_BLANKSTRUCTURE
  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. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  29. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  30. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.radioButton2 = new System.Windows.Forms.RadioButton();
  34. this.radioButton1 = new System.Windows.Forms.RadioButton();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.ultraPanel1.ClientArea.SuspendLayout();
  38. this.ultraPanel1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  40. this.ultraGroupBox1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // ultraPanel1
  44. //
  45. //
  46. // ultraPanel1.ClientArea
  47. //
  48. this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox1);
  49. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  51. this.ultraPanel1.Name = "ultraPanel1";
  52. this.ultraPanel1.Size = new System.Drawing.Size(804, 509);
  53. this.ultraPanel1.TabIndex = 1;
  54. //
  55. // ultraGroupBox1
  56. //
  57. appearance2.BackColor = System.Drawing.Color.Gainsboro;
  58. this.ultraGroupBox1.Appearance = appearance2;
  59. this.ultraGroupBox1.Controls.Add(this.label4);
  60. this.ultraGroupBox1.Controls.Add(this.label3);
  61. this.ultraGroupBox1.Controls.Add(this.radioButton2);
  62. this.ultraGroupBox1.Controls.Add(this.radioButton1);
  63. this.ultraGroupBox1.Controls.Add(this.label2);
  64. this.ultraGroupBox1.Controls.Add(this.label1);
  65. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  66. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  67. this.ultraGroupBox1.Name = "ultraGroupBox1";
  68. this.ultraGroupBox1.Size = new System.Drawing.Size(804, 84);
  69. this.ultraGroupBox1.TabIndex = 0;
  70. this.ultraGroupBox1.Text = "统计条件";
  71. //
  72. // label4
  73. //
  74. this.label4.Location = new System.Drawing.Point(463, 31);
  75. this.label4.Name = "label4";
  76. this.label4.Size = new System.Drawing.Size(100, 17);
  77. this.label4.TabIndex = 5;
  78. this.label4.Text = "label4";
  79. //
  80. // label3
  81. //
  82. this.label3.BackColor = System.Drawing.Color.Red;
  83. this.label3.Location = new System.Drawing.Point(235, 28);
  84. this.label3.Name = "label3";
  85. this.label3.Size = new System.Drawing.Size(92, 19);
  86. this.label3.TabIndex = 4;
  87. this.label3.Text = "请选择工序对象";
  88. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  89. //
  90. // radioButton2
  91. //
  92. this.radioButton2.AutoSize = true;
  93. this.radioButton2.BackColor = System.Drawing.Color.LightBlue;
  94. this.radioButton2.Location = new System.Drawing.Point(119, 29);
  95. this.radioButton2.Name = "radioButton2";
  96. this.radioButton2.Size = new System.Drawing.Size(59, 16);
  97. this.radioButton2.TabIndex = 3;
  98. this.radioButton2.TabStop = true;
  99. this.radioButton2.Text = "PL/TCM";
  100. this.radioButton2.UseVisualStyleBackColor = false;
  101. //
  102. // radioButton1
  103. //
  104. this.radioButton1.AutoSize = true;
  105. this.radioButton1.BackColor = System.Drawing.Color.LightBlue;
  106. this.radioButton1.Location = new System.Drawing.Point(184, 29);
  107. this.radioButton1.Name = "radioButton1";
  108. this.radioButton1.Size = new System.Drawing.Size(41, 16);
  109. this.radioButton1.TabIndex = 2;
  110. this.radioButton1.TabStop = true;
  111. this.radioButton1.Text = "CAL";
  112. this.radioButton1.UseVisualStyleBackColor = false;
  113. //
  114. // label2
  115. //
  116. this.label2.BackColor = System.Drawing.Color.LightBlue;
  117. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  118. this.label2.Location = new System.Drawing.Point(115, 27);
  119. this.label2.Name = "label2";
  120. this.label2.Size = new System.Drawing.Size(119, 21);
  121. this.label2.TabIndex = 1;
  122. //
  123. // label1
  124. //
  125. this.label1.BackColor = System.Drawing.Color.LightBlue;
  126. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  127. this.label1.Location = new System.Drawing.Point(32, 27);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(82, 21);
  130. this.label1.TabIndex = 0;
  131. this.label1.Text = "工序对象";
  132. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  133. //
  134. // PL_RM_BLANKSTRUCTURE
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.ClientSize = new System.Drawing.Size(804, 509);
  139. this.Controls.Add(this.ultraPanel1);
  140. this.Name = "PL_RM_BLANKSTRUCTURE";
  141. this.Text = "PL_RM_BLANKSTRUCTURE";
  142. this.ultraPanel1.ClientArea.ResumeLayout(false);
  143. this.ultraPanel1.ResumeLayout(false);
  144. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  145. this.ultraGroupBox1.ResumeLayout(false);
  146. this.ultraGroupBox1.PerformLayout();
  147. this.ResumeLayout(false);
  148. }
  149. #endregion
  150. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  151. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  152. private System.Windows.Forms.Label label1;
  153. private System.Windows.Forms.Label label2;
  154. private System.Windows.Forms.RadioButton radioButton1;
  155. private System.Windows.Forms.RadioButton radioButton2;
  156. private System.Windows.Forms.Label label3;
  157. private System.Windows.Forms.Label label4;
  158. }
  159. }