FrmUtReport.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmUtReport
  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(FrmUtReport));
  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.ucePosition)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.uceReportNo)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // CrackDetectGrid
  51. //
  52. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.True;
  53. ultraGridBand1.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  54. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  55. //
  56. // ucePosition
  57. //
  58. this.ucePosition.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  59. valueListItem4.DataValue = "0";
  60. valueListItem4.DisplayText = "管体";
  61. valueListItem5.DataValue = "1";
  62. valueListItem5.DisplayText = "管端";
  63. this.ucePosition.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  64. valueListItem4,
  65. valueListItem5});
  66. this.ucePosition.Location = new System.Drawing.Point(895, 342);
  67. this.ucePosition.Margin = new System.Windows.Forms.Padding(4);
  68. this.ucePosition.Name = "ucePosition";
  69. this.ucePosition.Size = new System.Drawing.Size(75, 24);
  70. this.ucePosition.TabIndex = 88;
  71. this.ucePosition.Visible = false;
  72. //
  73. // uceReportNo
  74. //
  75. valueListItem2.DataValue = "0";
  76. valueListItem2.DisplayText = "管体超声";
  77. valueListItem13.DataValue = "1";
  78. valueListItem13.DisplayText = "管端超声手探";
  79. valueListItem14.DataValue = "4";
  80. valueListItem14.DisplayText = "管体涡流";
  81. valueListItem15.DataValue = "10";
  82. valueListItem15.DisplayText = "管端超声";
  83. valueListItem16.DataValue = "11";
  84. valueListItem16.DisplayText = "管端手动磁粉";
  85. valueListItem17.DataValue = "12";
  86. valueListItem17.DisplayText = "管端磁粉";
  87. valueListItem18.DataValue = "13";
  88. valueListItem18.DisplayText = "螺纹磁粉";
  89. valueListItem19.DataValue = "14";
  90. valueListItem19.DisplayText = "管端电磁声";
  91. valueListItem20.DataValue = "c";
  92. valueListItem20.DisplayText = "通用回报";
  93. valueListItem1.DataValue = "15";
  94. valueListItem1.DisplayText = "管体超声手探";
  95. valueListItem3.DataValue = "16";
  96. valueListItem3.DisplayText = "坡口磁粉";
  97. valueListItem12.DataValue = "17";
  98. valueListItem12.DisplayText = "管体磁粉";
  99. this.uceReportNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  100. valueListItem2,
  101. valueListItem13,
  102. valueListItem14,
  103. valueListItem15,
  104. valueListItem16,
  105. valueListItem17,
  106. valueListItem18,
  107. valueListItem19,
  108. valueListItem20,
  109. valueListItem1,
  110. valueListItem3,
  111. valueListItem12});
  112. this.uceReportNo.Location = new System.Drawing.Point(727, 269);
  113. this.uceReportNo.Name = "uceReportNo";
  114. this.uceReportNo.Size = new System.Drawing.Size(144, 24);
  115. this.uceReportNo.TabIndex = 86;
  116. this.uceReportNo.Visible = false;
  117. //
  118. // FrmUtReport
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(1604, 669);
  123. this.Controls.Add(this.ucePosition);
  124. this.Name = "FrmUtReport";
  125. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  126. this.Text = "探伤台帐";
  127. this.Controls.SetChildIndex(this.ucePosition, 0);
  128. ((System.ComponentModel.ISupportInitialize)(this.ucePosition)).EndInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.uceReportNo)).EndInit();
  130. this.ResumeLayout(false);
  131. this.PerformLayout();
  132. }
  133. #endregion
  134. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucePosition;
  135. protected Infragistics.Win.UltraWinEditors.UltraComboEditor uceReportNo;
  136. }
  137. }