FrmSubCon.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. namespace Core.StlMes.Client.ZGMil.NodeResultQuery
  2. {
  3. partial class FrmSubCon
  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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSubCon));
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.txt_ulTest = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  33. this.txt_Rmark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.txt_steelPipe = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  35. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  36. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  37. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  40. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  41. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  42. this.TxtType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  43. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  44. this.TxtGrade = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.groupBox1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.txt_ulTest)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txt_steelPipe)).BeginInit();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.TxtType)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.TxtGrade)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // groupBox1
  55. //
  56. this.groupBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  57. this.groupBox1.Controls.Add(this.TxtGrade);
  58. this.groupBox1.Controls.Add(this.ultraLabel5);
  59. this.groupBox1.Controls.Add(this.TxtType);
  60. this.groupBox1.Controls.Add(this.ultraLabel4);
  61. this.groupBox1.Controls.Add(this.txt_ulTest);
  62. this.groupBox1.Controls.Add(this.txt_Rmark);
  63. this.groupBox1.Controls.Add(this.txt_steelPipe);
  64. this.groupBox1.Controls.Add(this.ultraLabel3);
  65. this.groupBox1.Controls.Add(this.ultraLabel2);
  66. this.groupBox1.Controls.Add(this.ultraLabel1);
  67. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  69. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  70. this.groupBox1.Name = "groupBox1";
  71. this.groupBox1.Size = new System.Drawing.Size(365, 168);
  72. this.groupBox1.TabIndex = 0;
  73. this.groupBox1.TabStop = false;
  74. this.groupBox1.Text = "编辑区";
  75. //
  76. // txt_ulTest
  77. //
  78. this.txt_ulTest.Location = new System.Drawing.Point(100, 62);
  79. this.txt_ulTest.Name = "txt_ulTest";
  80. this.txt_ulTest.Size = new System.Drawing.Size(226, 21);
  81. this.txt_ulTest.TabIndex = 6;
  82. //
  83. // txt_Rmark
  84. //
  85. this.txt_Rmark.Location = new System.Drawing.Point(100, 130);
  86. this.txt_Rmark.Name = "txt_Rmark";
  87. this.txt_Rmark.Size = new System.Drawing.Size(226, 21);
  88. this.txt_Rmark.TabIndex = 5;
  89. //
  90. // txt_steelPipe
  91. //
  92. this.txt_steelPipe.Location = new System.Drawing.Point(100, 95);
  93. this.txt_steelPipe.Name = "txt_steelPipe";
  94. this.txt_steelPipe.Size = new System.Drawing.Size(226, 21);
  95. this.txt_steelPipe.TabIndex = 4;
  96. //
  97. // ultraLabel3
  98. //
  99. this.ultraLabel3.Location = new System.Drawing.Point(30, 134);
  100. this.ultraLabel3.Name = "ultraLabel3";
  101. this.ultraLabel3.Size = new System.Drawing.Size(100, 23);
  102. this.ultraLabel3.TabIndex = 2;
  103. this.ultraLabel3.Text = "委外说明";
  104. //
  105. // ultraLabel2
  106. //
  107. this.ultraLabel2.Location = new System.Drawing.Point(30, 99);
  108. this.ultraLabel2.Name = "ultraLabel2";
  109. this.ultraLabel2.Size = new System.Drawing.Size(100, 23);
  110. this.ultraLabel2.TabIndex = 1;
  111. this.ultraLabel2.Text = "钢管处理";
  112. //
  113. // ultraLabel1
  114. //
  115. this.ultraLabel1.Location = new System.Drawing.Point(30, 63);
  116. this.ultraLabel1.Name = "ultraLabel1";
  117. this.ultraLabel1.Size = new System.Drawing.Size(100, 23);
  118. this.ultraLabel1.TabIndex = 0;
  119. this.ultraLabel1.Text = "超声探伤";
  120. //
  121. // panel1
  122. //
  123. this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  124. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  125. this.panel1.Controls.Add(this.ultraButton2);
  126. this.panel1.Controls.Add(this.ultraButton1);
  127. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  128. this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
  129. this.panel1.Location = new System.Drawing.Point(0, 168);
  130. this.panel1.Name = "panel1";
  131. this.panel1.Size = new System.Drawing.Size(365, 49);
  132. this.panel1.TabIndex = 1;
  133. //
  134. // ultraButton2
  135. //
  136. this.ultraButton2.Location = new System.Drawing.Point(184, 13);
  137. this.ultraButton2.Name = "ultraButton2";
  138. this.ultraButton2.Size = new System.Drawing.Size(75, 23);
  139. this.ultraButton2.TabIndex = 1;
  140. this.ultraButton2.Text = "取消";
  141. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  142. //
  143. // ultraButton1
  144. //
  145. this.ultraButton1.Location = new System.Drawing.Point(75, 14);
  146. this.ultraButton1.Name = "ultraButton1";
  147. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  148. this.ultraButton1.TabIndex = 0;
  149. this.ultraButton1.Text = "确认";
  150. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  151. //
  152. // ultraLabel4
  153. //
  154. this.ultraLabel4.Location = new System.Drawing.Point(30, 29);
  155. this.ultraLabel4.Name = "ultraLabel4";
  156. this.ultraLabel4.Size = new System.Drawing.Size(100, 23);
  157. this.ultraLabel4.TabIndex = 7;
  158. this.ultraLabel4.Text = "探伤类别";
  159. //
  160. // TxtType
  161. //
  162. valueListItem1.DataValue = "EMI";
  163. valueListItem1.DisplayText = "漏磁";
  164. valueListItem2.DataValue = "ET";
  165. valueListItem2.DisplayText = "涡流";
  166. this.TxtType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  167. valueListItem1,
  168. valueListItem2});
  169. this.TxtType.Location = new System.Drawing.Point(100, 28);
  170. this.TxtType.Name = "TxtType";
  171. this.TxtType.Size = new System.Drawing.Size(79, 21);
  172. this.TxtType.TabIndex = 8;
  173. //
  174. // ultraLabel5
  175. //
  176. this.ultraLabel5.Location = new System.Drawing.Point(188, 29);
  177. this.ultraLabel5.Name = "ultraLabel5";
  178. this.ultraLabel5.Size = new System.Drawing.Size(61, 23);
  179. this.ultraLabel5.TabIndex = 9;
  180. this.ultraLabel5.Text = "探伤等级";
  181. //
  182. // TxtGrade
  183. //
  184. this.TxtGrade.Location = new System.Drawing.Point(247, 28);
  185. this.TxtGrade.Name = "TxtGrade";
  186. this.TxtGrade.Size = new System.Drawing.Size(79, 21);
  187. this.TxtGrade.TabIndex = 10;
  188. //
  189. // FrmSubCon
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.ClientSize = new System.Drawing.Size(365, 217);
  194. this.Controls.Add(this.groupBox1);
  195. this.Controls.Add(this.panel1);
  196. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  197. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  198. this.MaximizeBox = false;
  199. this.MinimizeBox = false;
  200. this.Name = "FrmSubCon";
  201. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  202. this.Text = "委外说明";
  203. this.Load += new System.EventHandler(this.FrmSubCon_Load);
  204. this.groupBox1.ResumeLayout(false);
  205. this.groupBox1.PerformLayout();
  206. ((System.ComponentModel.ISupportInitialize)(this.txt_ulTest)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).EndInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.txt_steelPipe)).EndInit();
  209. this.panel1.ResumeLayout(false);
  210. ((System.ComponentModel.ISupportInitialize)(this.TxtType)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.TxtGrade)).EndInit();
  212. this.ResumeLayout(false);
  213. }
  214. #endregion
  215. private System.Windows.Forms.GroupBox groupBox1;
  216. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  217. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  218. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  219. private System.Windows.Forms.Panel panel1;
  220. private Infragistics.Win.Misc.UltraButton ultraButton1;
  221. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Rmark;
  222. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_steelPipe;
  223. private Infragistics.Win.Misc.UltraButton ultraButton2;
  224. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_ulTest;
  225. private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtGrade;
  226. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  227. private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtType;
  228. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  229. }
  230. }