namespace HStation.WinFrmUI
{
partial class SetHydroPumpCalcuPrefixListCtrl
{
///
/// 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();
gridControl1 = new DevExpress.XtraGrid.GridControl();
setHydroPumpCalcuPrefixViewModelBindingSource = new BindingSource(components);
layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
colRunStatus = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
repImgCmbBox = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
colCurrentHz = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
colIcon = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
repPicture = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
layoutViewField_colCurrentHz = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
layoutViewField_colRunStatus = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
layoutViewField_colIcon = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)setHydroPumpCalcuPrefixViewModelBindingSource).BeginInit();
((ISupportInitialize)layoutView1).BeginInit();
((ISupportInitialize)repImgCmbBox).BeginInit();
((ISupportInitialize)repPicture).BeginInit();
((ISupportInitialize)layoutViewCard1).BeginInit();
((ISupportInitialize)layoutViewField_colCurrentHz).BeginInit();
((ISupportInitialize)layoutViewField_colRunStatus).BeginInit();
((ISupportInitialize)layoutViewField_colName).BeginInit();
((ISupportInitialize)layoutViewField_colIcon).BeginInit();
SuspendLayout();
//
// gridControl1
//
gridControl1.DataSource = setHydroPumpCalcuPrefixViewModelBindingSource;
gridControl1.Dock = DockStyle.Fill;
gridControl1.EmbeddedNavigator.Margin = new Padding(2);
gridControl1.Location = new Point(0, 0);
gridControl1.MainView = layoutView1;
gridControl1.Margin = new Padding(2);
gridControl1.Name = "gridControl1";
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repPicture, repImgCmbBox });
gridControl1.Size = new Size(858, 445);
gridControl1.TabIndex = 1;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 });
//
// setHydroPumpCalcuPrefixViewModelBindingSource
//
setHydroPumpCalcuPrefixViewModelBindingSource.DataSource = typeof(SetHydroPumpCalcuPrefixViewModel);
//
// layoutView1
//
layoutView1.BorderStyle = BorderStyles.NoBorder;
layoutView1.CardHorzInterval = 5;
layoutView1.CardMinSize = new Size(147, 86);
layoutView1.CardVertInterval = 5;
layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colName, colRunStatus, colCurrentHz, colIcon });
layoutView1.DetailHeight = 223;
layoutView1.GridControl = gridControl1;
layoutView1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colIcon });
layoutView1.Name = "layoutView1";
layoutView1.OptionsItemText.AlignMode = DevExpress.XtraGrid.Views.Layout.FieldTextAlignMode.AlignGlobal;
layoutView1.OptionsItemText.TextToControlDistance = 0;
layoutView1.OptionsPrint.PrintCardCaption = false;
layoutView1.OptionsView.CardsAlignment = DevExpress.XtraGrid.Views.Layout.CardsAlignment.Near;
layoutView1.OptionsView.ContentAlignment = ContentAlignment.TopLeft;
layoutView1.OptionsView.ShowCardExpandButton = false;
layoutView1.OptionsView.ShowCardFieldBorders = true;
layoutView1.OptionsView.ShowFieldHints = false;
layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
layoutView1.OptionsView.ShowHeaderPanel = false;
layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.MultiRow;
layoutView1.TemplateCard = layoutViewCard1;
//
// colName
//
colName.AppearanceCell.Font = new Font("Tahoma", 11F, FontStyle.Bold, GraphicsUnit.Point);
colName.AppearanceCell.ForeColor = Color.FromArgb(0, 122, 204);
colName.AppearanceCell.Options.UseFont = true;
colName.AppearanceCell.Options.UseForeColor = true;
colName.FieldName = "Name";
colName.LayoutViewField = layoutViewField_colName;
colName.MinWidth = 21;
colName.Name = "colName";
colName.OptionsColumn.AllowEdit = false;
colName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
colName.OptionsColumn.ReadOnly = true;
colName.OptionsFilter.AllowFilter = false;
colName.Width = 78;
//
// colRunStatus
//
colRunStatus.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
colRunStatus.AppearanceCell.Options.UseForeColor = true;
colRunStatus.AppearanceCell.Options.UseTextOptions = true;
colRunStatus.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
colRunStatus.ColumnEdit = repImgCmbBox;
colRunStatus.FieldName = "RunStatus";
colRunStatus.LayoutViewField = layoutViewField_colRunStatus;
colRunStatus.MinWidth = 21;
colRunStatus.Name = "colRunStatus";
colRunStatus.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
colRunStatus.OptionsFilter.AllowFilter = false;
colRunStatus.Width = 78;
//
// repImgCmbBox
//
repImgCmbBox.AutoHeight = false;
repImgCmbBox.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
repImgCmbBox.Name = "repImgCmbBox";
//
// colCurrentHz
//
colCurrentHz.AppearanceCell.Options.UseTextOptions = true;
colCurrentHz.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
colCurrentHz.FieldName = "CurrentHz";
colCurrentHz.LayoutViewField = layoutViewField_colCurrentHz;
colCurrentHz.MinWidth = 21;
colCurrentHz.Name = "colCurrentHz";
colCurrentHz.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
colCurrentHz.OptionsFilter.AllowFilter = false;
colCurrentHz.Width = 78;
//
// colIcon
//
colIcon.ColumnEdit = repPicture;
colIcon.FieldName = "Icon";
colIcon.LayoutViewField = layoutViewField_colIcon;
colIcon.MinWidth = 21;
colIcon.Name = "colIcon";
colIcon.OptionsColumn.ReadOnly = true;
colIcon.Width = 78;
//
// repPicture
//
repPicture.Name = "repPicture";
//
// layoutViewCard1
//
layoutViewCard1.CustomizationFormText = "TemplateCard";
layoutViewCard1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False;
layoutViewCard1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colCurrentHz, layoutViewField_colRunStatus, layoutViewField_colName });
layoutViewCard1.Name = "layoutViewCard1";
layoutViewCard1.OptionsItemText.TextToControlDistance = 0;
layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
layoutViewCard1.Text = "TemplateCard";
layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default;
layoutViewCard1.TextVisible = false;
//
// layoutViewField_colCurrentHz
//
layoutViewField_colCurrentHz.EditorPreferredWidth = 81;
layoutViewField_colCurrentHz.Location = new Point(0, 52);
layoutViewField_colCurrentHz.Name = "layoutViewField_colCurrentHz";
layoutViewField_colCurrentHz.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
layoutViewField_colCurrentHz.Size = new Size(151, 28);
layoutViewField_colCurrentHz.TextSize = new Size(52, 14);
//
// layoutViewField_colRunStatus
//
layoutViewField_colRunStatus.EditorPreferredWidth = 81;
layoutViewField_colRunStatus.Location = new Point(0, 26);
layoutViewField_colRunStatus.Name = "layoutViewField_colRunStatus";
layoutViewField_colRunStatus.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
layoutViewField_colRunStatus.Size = new Size(151, 26);
layoutViewField_colRunStatus.TextSize = new Size(52, 14);
//
// layoutViewField_colName
//
layoutViewField_colName.EditorPreferredWidth = 133;
layoutViewField_colName.Location = new Point(0, 0);
layoutViewField_colName.Name = "layoutViewField_colName";
layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
layoutViewField_colName.Size = new Size(151, 26);
layoutViewField_colName.TextSize = new Size(0, 0);
layoutViewField_colName.TextVisible = false;
//
// layoutViewField_colIcon
//
layoutViewField_colIcon.EditorPreferredWidth = 14;
layoutViewField_colIcon.Location = new Point(0, 0);
layoutViewField_colIcon.Name = "layoutViewField_colIcon";
layoutViewField_colIcon.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
layoutViewField_colIcon.Size = new Size(141, 78);
layoutViewField_colIcon.StartNewLine = true;
layoutViewField_colIcon.TextSize = new Size(0, 0);
layoutViewField_colIcon.TextVisible = false;
//
// SetHydroPumpCalcuPrefixListCtrl
//
Appearance.BackColor = Color.White;
Appearance.Options.UseBackColor = true;
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(gridControl1);
Name = "SetHydroPumpCalcuPrefixListCtrl";
Size = new Size(858, 445);
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)setHydroPumpCalcuPrefixViewModelBindingSource).EndInit();
((ISupportInitialize)layoutView1).EndInit();
((ISupportInitialize)repImgCmbBox).EndInit();
((ISupportInitialize)repPicture).EndInit();
((ISupportInitialize)layoutViewCard1).EndInit();
((ISupportInitialize)layoutViewField_colCurrentHz).EndInit();
((ISupportInitialize)layoutViewField_colRunStatus).EndInit();
((ISupportInitialize)layoutViewField_colName).EndInit();
((ISupportInitialize)layoutViewField_colIcon).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private BindingSource setHydroPumpCalcuPrefixViewModelBindingSource;
private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1;
private DevExpress.XtraGrid.Columns.LayoutViewColumn colName;
private DevExpress.XtraGrid.Columns.LayoutViewColumn colRunStatus;
private DevExpress.XtraGrid.Columns.LayoutViewColumn colCurrentHz;
private DevExpress.XtraGrid.Columns.LayoutViewColumn colIcon;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPicture;
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbBox;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRunStatus;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colCurrentHz;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colIcon;
private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1;
}
}