namespace HStation.WinFrmUI
|
{
|
partial class SetHydroNozzleCalcuPrefixListCtrl
|
{
|
/// <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();
|
setHydroNozzleCalcuPrefixViewModelBindingSource = new BindingSource(components);
|
layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
|
colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colCoefficient = 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_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colCoefficient = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colIcon = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)setHydroNozzleCalcuPrefixViewModelBindingSource).BeginInit();
|
((ISupportInitialize)layoutView1).BeginInit();
|
((ISupportInitialize)repPicture).BeginInit();
|
((ISupportInitialize)layoutViewCard1).BeginInit();
|
((ISupportInitialize)layoutViewField_colName).BeginInit();
|
((ISupportInitialize)layoutViewField_colCoefficient).BeginInit();
|
((ISupportInitialize)layoutViewField_colIcon).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = setHydroNozzleCalcuPrefixViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.EmbeddedNavigator.Margin = new Padding(2, 2, 2, 2);
|
gridControl1.Location = new Point(0, 0);
|
gridControl1.MainView = layoutView1;
|
gridControl1.Margin = new Padding(2, 2, 2, 2);
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repPicture });
|
gridControl1.Size = new Size(817, 454);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 });
|
//
|
// setHydroNozzleCalcuPrefixViewModelBindingSource
|
//
|
setHydroNozzleCalcuPrefixViewModelBindingSource.DataSource = typeof(SetHydroNozzleCalcuPrefixViewModel);
|
//
|
// layoutView1
|
//
|
layoutView1.BorderStyle = BorderStyles.NoBorder;
|
layoutView1.CardHorzInterval = 6;
|
layoutView1.CardMinSize = new Size(126, 61);
|
layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colName, colCoefficient, colIcon });
|
layoutView1.DetailHeight = 223;
|
layoutView1.GridControl = gridControl1;
|
layoutView1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colIcon });
|
layoutView1.Name = "layoutView1";
|
layoutView1.OptionsBehavior.ScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto;
|
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.ContentAlignment = ContentAlignment.TopLeft;
|
layoutView1.OptionsView.ShowCardBorderIfCaptionHidden = false;
|
layoutView1.OptionsView.ShowCardExpandButton = false;
|
layoutView1.OptionsView.ShowCardFieldBorders = true;
|
layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
|
layoutView1.OptionsView.ShowHeaderPanel = false;
|
layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.MultiRow;
|
layoutView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colCoefficient, DevExpress.Data.ColumnSortOrder.Ascending) });
|
layoutView1.TemplateCard = layoutViewCard1;
|
//
|
// colName
|
//
|
colName.AppearanceCell.Font = new Font("Tahoma", 11F, FontStyle.Bold, GraphicsUnit.Point);
|
colName.AppearanceCell.Options.UseFont = 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;
|
//
|
// colCoefficient
|
//
|
colCoefficient.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
|
colCoefficient.AppearanceCell.Options.UseForeColor = true;
|
colCoefficient.AppearanceCell.Options.UseTextOptions = true;
|
colCoefficient.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
colCoefficient.FieldName = "Coefficient";
|
colCoefficient.LayoutViewField = layoutViewField_colCoefficient;
|
colCoefficient.MinWidth = 21;
|
colCoefficient.Name = "colCoefficient";
|
colCoefficient.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
colCoefficient.OptionsFilter.AllowFilter = false;
|
colCoefficient.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_colName, layoutViewField_colCoefficient });
|
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_colName
|
//
|
layoutViewField_colName.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutViewField_colName.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutViewField_colName.EditorPreferredWidth = 112;
|
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(122, 26);
|
layoutViewField_colName.TextSize = new Size(0, 0);
|
layoutViewField_colName.TextVisible = false;
|
//
|
// layoutViewField_colCoefficient
|
//
|
layoutViewField_colCoefficient.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutViewField_colCoefficient.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutViewField_colCoefficient.EditorPreferredWidth = 60;
|
layoutViewField_colCoefficient.Location = new Point(0, 26);
|
layoutViewField_colCoefficient.Name = "layoutViewField_colCoefficient";
|
layoutViewField_colCoefficient.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
|
layoutViewField_colCoefficient.Size = new Size(122, 29);
|
layoutViewField_colCoefficient.TextSize = new Size(52, 14);
|
//
|
// 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(106, 50);
|
layoutViewField_colIcon.StartNewLine = true;
|
layoutViewField_colIcon.TextSize = new Size(0, 0);
|
layoutViewField_colIcon.TextVisible = false;
|
//
|
// SetHydroNozzleCalcuPrefixListCtrl
|
//
|
Appearance.BackColor = Color.White;
|
Appearance.Options.UseBackColor = true;
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "SetHydroNozzleCalcuPrefixListCtrl";
|
Size = new Size(817, 454);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)setHydroNozzleCalcuPrefixViewModelBindingSource).EndInit();
|
((ISupportInitialize)layoutView1).EndInit();
|
((ISupportInitialize)repPicture).EndInit();
|
((ISupportInitialize)layoutViewCard1).EndInit();
|
((ISupportInitialize)layoutViewField_colName).EndInit();
|
((ISupportInitialize)layoutViewField_colCoefficient).EndInit();
|
((ISupportInitialize)layoutViewField_colIcon).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private BindingSource setHydroNozzleCalcuPrefixViewModelBindingSource;
|
private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colName;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colCoefficient;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colIcon;
|
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPicture;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colCoefficient;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colIcon;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1;
|
}
|
}
|