FrmCrackReport.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. namespace Core.StlMes.Client.Mcp.Treatment.Report
  2. {
  3. partial class FrmCrackReport
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("BindingList`1", -1);
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCrackReport));
  30. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
  41. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  42. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  43. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  44. this.ucePosition = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.uceReportNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  46. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.uteReport)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.DataBindingSource)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.CrackDetectGrid)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.osStatus)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.ucePosition)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.uceReportNo)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // cmbBz
  58. //
  59. this.cmbBz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  60. //
  61. // cmbBc
  62. //
  63. this.cmbBc.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  64. //
  65. // uteReport
  66. //
  67. this.uteReport.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  68. //
  69. // CrackDetectGrid
  70. //
  71. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.True;
  72. ultraGridBand1.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  73. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  74. this.CrackDetectGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  75. this.CrackDetectGrid.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  76. this.CrackDetectGrid.Size = new System.Drawing.Size(1022, 449);
  77. this.CrackDetectGrid.Tag = ((object)(resources.GetObject("CrackDetectGrid.Tag")));
  78. //
  79. // ultraGroupBox1
  80. //
  81. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  82. this.ultraGroupBox1.Size = new System.Drawing.Size(1028, 535);
  83. //
  84. // osStatus
  85. //
  86. this.osStatus.Location = new System.Drawing.Point(395, 38);
  87. this.osStatus.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  88. this.osStatus.Size = new System.Drawing.Size(184, 19);
  89. //
  90. // ucePosition
  91. //
  92. this.ucePosition.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  93. valueListItem4.DataValue = "0";
  94. valueListItem4.DisplayText = "管体";
  95. valueListItem5.DataValue = "1";
  96. valueListItem5.DisplayText = "管端";
  97. this.ucePosition.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  98. valueListItem4,
  99. valueListItem5});
  100. this.ucePosition.Location = new System.Drawing.Point(645, 269);
  101. this.ucePosition.Margin = new System.Windows.Forms.Padding(4);
  102. this.ucePosition.Name = "ucePosition";
  103. this.ucePosition.Size = new System.Drawing.Size(75, 21);
  104. this.ucePosition.TabIndex = 89;
  105. this.ucePosition.Visible = false;
  106. //
  107. // uceReportNo
  108. //
  109. valueListItem2.DataValue = "0";
  110. valueListItem2.DisplayText = "管体超声";
  111. valueListItem13.DataValue = "1";
  112. valueListItem13.DisplayText = "管端超声手探";
  113. valueListItem14.DataValue = "4";
  114. valueListItem14.DisplayText = "管体涡流";
  115. valueListItem15.DataValue = "10";
  116. valueListItem15.DisplayText = "管端超声";
  117. valueListItem16.DataValue = "11";
  118. valueListItem16.DisplayText = "管端手动磁粉";
  119. valueListItem17.DataValue = "12";
  120. valueListItem17.DisplayText = "管端磁粉";
  121. valueListItem18.DataValue = "13";
  122. valueListItem18.DisplayText = "螺纹磁粉";
  123. valueListItem19.DataValue = "14";
  124. valueListItem19.DisplayText = "管端电磁声";
  125. valueListItem20.DataValue = "c";
  126. valueListItem20.DisplayText = "通用回报";
  127. valueListItem1.DataValue = "15";
  128. valueListItem1.DisplayText = "管体超声手探";
  129. valueListItem3.DataValue = "16";
  130. valueListItem3.DisplayText = "坡口磁粉";
  131. valueListItem12.DataValue = "17";
  132. valueListItem12.DisplayText = "管体磁粉";
  133. this.uceReportNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  134. valueListItem2,
  135. valueListItem13,
  136. valueListItem14,
  137. valueListItem15,
  138. valueListItem16,
  139. valueListItem17,
  140. valueListItem18,
  141. valueListItem19,
  142. valueListItem20,
  143. valueListItem1,
  144. valueListItem3,
  145. valueListItem12});
  146. this.uceReportNo.Location = new System.Drawing.Point(610, 269);
  147. this.uceReportNo.Name = "uceReportNo";
  148. this.uceReportNo.Size = new System.Drawing.Size(144, 21);
  149. this.uceReportNo.TabIndex = 90;
  150. this.uceReportNo.Visible = false;
  151. //
  152. // FrmCrackReport
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.ClientSize = new System.Drawing.Size(1028, 535);
  157. this.Name = "FrmCrackReport";
  158. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  159. this.Text = "探伤";
  160. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).EndInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).EndInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.uteReport)).EndInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.DataBindingSource)).EndInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.CrackDetectGrid)).EndInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.osStatus)).EndInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.ucePosition)).EndInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.uceReportNo)).EndInit();
  169. this.ResumeLayout(false);
  170. this.PerformLayout();
  171. }
  172. #endregion
  173. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucePosition;
  174. protected Infragistics.Win.UltraWinEditors.UltraComboEditor uceReportNo;
  175. }
  176. }