namespace HStation.WinFrmUI
|
{
|
partial class SetHydroPumpCalcuPrefixListCtrl
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
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.Location = new Point(0, 0);
|
gridControl1.MainView = layoutView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repPicture, repImgCmbBox });
|
gridControl1.Size = new Size(700, 700);
|
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 = 6;
|
layoutView1.CardMinSize = new Size(172, 119);
|
layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colName, colRunStatus, colCurrentHz, colIcon });
|
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.CardArrangeRule = DevExpress.XtraGrid.Views.Layout.LayoutCardArrangeRule.AllowPartialCards;
|
layoutView1.OptionsView.CardsAlignment = DevExpress.XtraGrid.Views.Layout.CardsAlignment.Near;
|
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.Options.UseFont = true;
|
colName.AppearanceCell.Options.UseTextOptions = true;
|
colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
colName.FieldName = "Name";
|
colName.LayoutViewField = layoutViewField_colName;
|
colName.MinWidth = 30;
|
colName.Name = "colName";
|
colName.OptionsColumn.AllowEdit = false;
|
colName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
colName.OptionsColumn.ReadOnly = true;
|
colName.OptionsFilter.AllowFilter = false;
|
colName.Width = 112;
|
//
|
// 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 = 30;
|
colRunStatus.Name = "colRunStatus";
|
colRunStatus.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
colRunStatus.OptionsFilter.AllowFilter = false;
|
colRunStatus.Width = 112;
|
//
|
// repImgCmbBox
|
//
|
repImgCmbBox.AutoHeight = false;
|
repImgCmbBox.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
|
repImgCmbBox.Name = "repImgCmbBox";
|
//
|
// colCurrentHz
|
//
|
colCurrentHz.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
|
colCurrentHz.AppearanceCell.Options.UseForeColor = true;
|
colCurrentHz.AppearanceCell.Options.UseTextOptions = true;
|
colCurrentHz.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
colCurrentHz.FieldName = "CurrentHz";
|
colCurrentHz.LayoutViewField = layoutViewField_colCurrentHz;
|
colCurrentHz.MinWidth = 30;
|
colCurrentHz.Name = "colCurrentHz";
|
colCurrentHz.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
colCurrentHz.OptionsFilter.AllowFilter = false;
|
colCurrentHz.Width = 112;
|
//
|
// colIcon
|
//
|
colIcon.ColumnEdit = repPicture;
|
colIcon.FieldName = "Icon";
|
colIcon.LayoutViewField = layoutViewField_colIcon;
|
colIcon.MinWidth = 30;
|
colIcon.Name = "colIcon";
|
colIcon.OptionsColumn.ReadOnly = true;
|
colIcon.Width = 112;
|
//
|
// 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(4, 4, 4, 4);
|
layoutViewCard1.Text = "TemplateCard";
|
layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default;
|
layoutViewCard1.TextVisible = false;
|
//
|
// layoutViewField_colCurrentHz
|
//
|
layoutViewField_colCurrentHz.EditorPreferredWidth = 76;
|
layoutViewField_colCurrentHz.Location = new Point(0, 72);
|
layoutViewField_colCurrentHz.Name = "layoutViewField_colCurrentHz";
|
layoutViewField_colCurrentHz.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
|
layoutViewField_colCurrentHz.Size = new Size(164, 39);
|
layoutViewField_colCurrentHz.TextSize = new Size(78, 22);
|
//
|
// layoutViewField_colRunStatus
|
//
|
layoutViewField_colRunStatus.EditorPreferredWidth = 76;
|
layoutViewField_colRunStatus.Location = new Point(0, 36);
|
layoutViewField_colRunStatus.Name = "layoutViewField_colRunStatus";
|
layoutViewField_colRunStatus.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
|
layoutViewField_colRunStatus.Size = new Size(164, 36);
|
layoutViewField_colRunStatus.TextSize = new Size(78, 22);
|
//
|
// layoutViewField_colName
|
//
|
layoutViewField_colName.EditorPreferredWidth = 154;
|
layoutViewField_colName.Location = new Point(0, 0);
|
layoutViewField_colName.Name = "layoutViewField_colName";
|
layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
|
layoutViewField_colName.Size = new Size(164, 36);
|
layoutViewField_colName.TextSize = new Size(0, 0);
|
layoutViewField_colName.TextVisible = false;
|
//
|
// layoutViewField_colIcon
|
//
|
layoutViewField_colIcon.EditorPreferredWidth = 20;
|
layoutViewField_colIcon.Location = new Point(0, 0);
|
layoutViewField_colIcon.Name = "layoutViewField_colIcon";
|
layoutViewField_colIcon.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
|
layoutViewField_colIcon.Size = new Size(240, 108);
|
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(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Margin = new Padding(4, 5, 4, 5);
|
Name = "SetHydroPumpCalcuPrefixListCtrl";
|
Size = new Size(700, 700);
|
((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;
|
}
|
}
|