namespace Core.StlMes.Client.Mcp.Mch.Report
{
partial class FrmUtReport
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("BindingList`1", -1);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUtReport));
Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
this.ucePosition = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.uceReportNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
((System.ComponentModel.ISupportInitialize)(this.ucePosition)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uceReportNo)).BeginInit();
this.SuspendLayout();
//
// CrackDetectGrid
//
ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.True;
ultraGridBand1.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
//
// ucePosition
//
this.ucePosition.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
valueListItem4.DataValue = "0";
valueListItem4.DisplayText = "管体";
valueListItem5.DataValue = "1";
valueListItem5.DisplayText = "管端";
this.ucePosition.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem4,
valueListItem5});
this.ucePosition.Location = new System.Drawing.Point(895, 342);
this.ucePosition.Margin = new System.Windows.Forms.Padding(4);
this.ucePosition.Name = "ucePosition";
this.ucePosition.Size = new System.Drawing.Size(75, 24);
this.ucePosition.TabIndex = 88;
this.ucePosition.Visible = false;
//
// uceReportNo
//
valueListItem2.DataValue = "0";
valueListItem2.DisplayText = "管体超声";
valueListItem13.DataValue = "1";
valueListItem13.DisplayText = "管端超声手探";
valueListItem14.DataValue = "4";
valueListItem14.DisplayText = "管体涡流";
valueListItem15.DataValue = "10";
valueListItem15.DisplayText = "管端超声";
valueListItem16.DataValue = "11";
valueListItem16.DisplayText = "管端手动磁粉";
valueListItem17.DataValue = "12";
valueListItem17.DisplayText = "管端磁粉";
valueListItem18.DataValue = "13";
valueListItem18.DisplayText = "螺纹磁粉";
valueListItem19.DataValue = "14";
valueListItem19.DisplayText = "管端电磁声";
valueListItem20.DataValue = "c";
valueListItem20.DisplayText = "通用回报";
valueListItem1.DataValue = "15";
valueListItem1.DisplayText = "管体超声手探";
valueListItem3.DataValue = "16";
valueListItem3.DisplayText = "坡口磁粉";
valueListItem12.DataValue = "17";
valueListItem12.DisplayText = "管体磁粉";
this.uceReportNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem2,
valueListItem13,
valueListItem14,
valueListItem15,
valueListItem16,
valueListItem17,
valueListItem18,
valueListItem19,
valueListItem20,
valueListItem1,
valueListItem3,
valueListItem12});
this.uceReportNo.Location = new System.Drawing.Point(727, 269);
this.uceReportNo.Name = "uceReportNo";
this.uceReportNo.Size = new System.Drawing.Size(144, 24);
this.uceReportNo.TabIndex = 86;
this.uceReportNo.Visible = false;
//
// FrmUtReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1604, 669);
this.Controls.Add(this.ucePosition);
this.Name = "FrmUtReport";
this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
this.Text = "探伤台帐";
this.Controls.SetChildIndex(this.ucePosition, 0);
((System.ComponentModel.ISupportInitialize)(this.ucePosition)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uceReportNo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraComboEditor ucePosition;
protected Infragistics.Win.UltraWinEditors.UltraComboEditor uceReportNo;
}
}