namespace Yw.WinFrmUI
{
partial class HydroCheckResultCtrl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new Container();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
txtFailedItems = new DevExpress.XtraEditors.TextEdit();
txtSucceedItems = new DevExpress.XtraEditors.TextEdit();
txtItems = new DevExpress.XtraEditors.TextEdit();
txtType = new DevExpress.XtraEditors.TextEdit();
txtMode = new DevExpress.XtraEditors.TextEdit();
peSucceed = new DevExpress.XtraEditors.PictureEdit();
gridControl1 = new DevExpress.XtraGrid.GridControl();
hydroCheckItemViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colMode = new DevExpress.XtraGrid.Columns.GridColumn();
colType = new DevExpress.XtraGrid.Columns.GridColumn();
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
colFailed = new DevExpress.XtraGrid.Columns.GridColumn();
colReason = new DevExpress.XtraGrid.Columns.GridColumn();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)txtFailedItems.Properties).BeginInit();
((ISupportInitialize)txtSucceedItems.Properties).BeginInit();
((ISupportInitialize)txtItems.Properties).BeginInit();
((ISupportInitialize)txtType.Properties).BeginInit();
((ISupportInitialize)txtMode.Properties).BeginInit();
((ISupportInitialize)peSucceed.Properties).BeginInit();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)hydroCheckItemViewModelBindingSource).BeginInit();
((ISupportInitialize)gridView1).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)emptySpaceItem1).BeginInit();
((ISupportInitialize)layoutControlItem5).BeginInit();
((ISupportInitialize)layoutControlItem6).BeginInit();
((ISupportInitialize)layoutControlItem7).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(txtFailedItems);
layoutControl1.Controls.Add(txtSucceedItems);
layoutControl1.Controls.Add(txtItems);
layoutControl1.Controls.Add(txtType);
layoutControl1.Controls.Add(txtMode);
layoutControl1.Controls.Add(peSucceed);
layoutControl1.Controls.Add(gridControl1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1055, 207, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(1094, 478);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// txtFailedItems
//
txtFailedItems.Location = new Point(78, 198);
txtFailedItems.Name = "txtFailedItems";
txtFailedItems.Properties.ReadOnly = true;
txtFailedItems.Properties.UseReadOnlyAppearance = false;
txtFailedItems.Size = new Size(70, 20);
txtFailedItems.StyleController = layoutControl1;
txtFailedItems.TabIndex = 10;
//
// txtSucceedItems
//
txtSucceedItems.Location = new Point(78, 174);
txtSucceedItems.Name = "txtSucceedItems";
txtSucceedItems.Properties.ReadOnly = true;
txtSucceedItems.Properties.UseReadOnlyAppearance = false;
txtSucceedItems.Size = new Size(70, 20);
txtSucceedItems.StyleController = layoutControl1;
txtSucceedItems.TabIndex = 9;
//
// txtItems
//
txtItems.Location = new Point(78, 150);
txtItems.Name = "txtItems";
txtItems.Properties.ReadOnly = true;
txtItems.Properties.UseReadOnlyAppearance = false;
txtItems.Size = new Size(70, 20);
txtItems.StyleController = layoutControl1;
txtItems.TabIndex = 8;
//
// txtType
//
txtType.Location = new Point(78, 126);
txtType.Name = "txtType";
txtType.Properties.ReadOnly = true;
txtType.Properties.UseReadOnlyAppearance = false;
txtType.Size = new Size(70, 20);
txtType.StyleController = layoutControl1;
txtType.TabIndex = 7;
//
// txtMode
//
txtMode.Location = new Point(78, 102);
txtMode.Name = "txtMode";
txtMode.Properties.ReadOnly = true;
txtMode.Properties.UseReadOnlyAppearance = false;
txtMode.Size = new Size(70, 20);
txtMode.StyleController = layoutControl1;
txtMode.TabIndex = 6;
//
// peSucceed
//
peSucceed.EditValue = Hydro.Core.Properties.Resources.succeed_64;
peSucceed.Location = new Point(2, 2);
peSucceed.Name = "peSucceed";
peSucceed.Properties.AllowFocused = false;
peSucceed.Properties.ShowMenu = false;
peSucceed.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
peSucceed.Size = new Size(146, 96);
peSucceed.StyleController = layoutControl1;
peSucceed.TabIndex = 5;
//
// gridControl1
//
gridControl1.DataSource = hydroCheckItemViewModelBindingSource;
gridControl1.Location = new Point(152, 2);
gridControl1.MainView = gridView1;
gridControl1.Name = "gridControl1";
gridControl1.Size = new Size(940, 474);
gridControl1.TabIndex = 4;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// hydroCheckItemViewModelBindingSource
//
hydroCheckItemViewModelBindingSource.DataSource = typeof(HydroCheckItemViewModel);
//
// gridView1
//
gridView1.Appearance.ViewCaption.Options.UseTextOptions = true;
gridView1.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colMode, colType, colCode, colFailed, colReason });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.ViewCaption = "校验明细";
gridView1.RowClick += gridView1_RowClick;
//
// colMode
//
colMode.FieldName = "Mode";
colMode.MaxWidth = 150;
colMode.MinWidth = 100;
colMode.Name = "colMode";
colMode.Visible = true;
colMode.VisibleIndex = 0;
colMode.Width = 100;
//
// colType
//
colType.FieldName = "Type";
colType.MaxWidth = 150;
colType.MinWidth = 100;
colType.Name = "colType";
colType.Visible = true;
colType.VisibleIndex = 1;
colType.Width = 100;
//
// colCode
//
colCode.FieldName = "Code";
colCode.MaxWidth = 150;
colCode.MinWidth = 100;
colCode.Name = "colCode";
colCode.Visible = true;
colCode.VisibleIndex = 2;
colCode.Width = 100;
//
// colFailed
//
colFailed.FieldName = "Failed";
colFailed.MaxWidth = 60;
colFailed.MinWidth = 60;
colFailed.Name = "colFailed";
colFailed.Visible = true;
colFailed.VisibleIndex = 3;
colFailed.Width = 60;
//
// colReason
//
colReason.FieldName = "Reason";
colReason.MinWidth = 100;
colReason.Name = "colReason";
colReason.Visible = true;
colReason.VisibleIndex = 4;
colReason.Width = 100;
//
// Root
//
Root.AppearanceItemCaption.Options.UseTextOptions = true;
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, emptySpaceItem1, layoutControlItem5, layoutControlItem6, layoutControlItem7 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(1094, 478);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = gridControl1;
layoutControlItem1.Location = new Point(150, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(944, 478);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = peSucceed;
layoutControlItem2.Location = new Point(0, 0);
layoutControlItem2.MaxSize = new Size(150, 100);
layoutControlItem2.MinSize = new Size(150, 100);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(150, 100);
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = txtMode;
layoutControlItem3.Location = new Point(0, 100);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(150, 24);
layoutControlItem3.Text = "检查模式:";
layoutControlItem3.TextSize = new Size(64, 14);
//
// layoutControlItem4
//
layoutControlItem4.Control = txtType;
layoutControlItem4.Location = new Point(0, 124);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(150, 24);
layoutControlItem4.Text = "检查类型:";
layoutControlItem4.TextSize = new Size(64, 14);
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 220);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(150, 258);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem5
//
layoutControlItem5.Control = txtItems;
layoutControlItem5.Location = new Point(0, 148);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(150, 24);
layoutControlItem5.Text = "检查项:";
layoutControlItem5.TextSize = new Size(64, 14);
//
// layoutControlItem6
//
layoutControlItem6.Control = txtSucceedItems;
layoutControlItem6.Location = new Point(0, 172);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new Size(150, 24);
layoutControlItem6.Text = "检查成功项:";
layoutControlItem6.TextSize = new Size(64, 14);
//
// layoutControlItem7
//
layoutControlItem7.Control = txtFailedItems;
layoutControlItem7.Location = new Point(0, 196);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new Size(150, 24);
layoutControlItem7.Text = "检查失败项:";
layoutControlItem7.TextSize = new Size(64, 14);
//
// HydroCheckResultCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "HydroCheckResultCtrl";
Size = new Size(1094, 478);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)txtFailedItems.Properties).EndInit();
((ISupportInitialize)txtSucceedItems.Properties).EndInit();
((ISupportInitialize)txtItems.Properties).EndInit();
((ISupportInitialize)txtType.Properties).EndInit();
((ISupportInitialize)txtMode.Properties).EndInit();
((ISupportInitialize)peSucceed.Properties).EndInit();
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)hydroCheckItemViewModelBindingSource).EndInit();
((ISupportInitialize)gridView1).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)emptySpaceItem1).EndInit();
((ISupportInitialize)layoutControlItem5).EndInit();
((ISupportInitialize)layoutControlItem6).EndInit();
((ISupportInitialize)layoutControlItem7).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private BindingSource hydroCheckItemViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colMode;
private DevExpress.XtraGrid.Columns.GridColumn colType;
private DevExpress.XtraGrid.Columns.GridColumn colCode;
private DevExpress.XtraGrid.Columns.GridColumn colFailed;
private DevExpress.XtraGrid.Columns.GridColumn colReason;
private DevExpress.XtraEditors.TextEdit txtType;
private DevExpress.XtraEditors.TextEdit txtMode;
private DevExpress.XtraEditors.PictureEdit peSucceed;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.TextEdit txtFailedItems;
private DevExpress.XtraEditors.TextEdit txtSucceedItems;
private DevExpress.XtraEditors.TextEdit txtItems;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
}
}