namespace HStation.WinFrmUI
{
partial class XhsSchemeMeterChangeListCtrl
{
///
/// 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();
xhsSchemeMeterChangeViewModelBindingSource = new BindingSource(components);
layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
colSvgImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
repPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
colMinorLoss = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
colViewImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
repPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
repImgCmbStatus = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
toolTipController1 = new DevExpress.Utils.ToolTipController(components);
svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
colDemand = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
layoutViewField_layoutViewColumn1_1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
layoutViewField_colViewImage = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
layoutViewField_colMinorLoss = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
layoutViewField_colDemand = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)xhsSchemeMeterChangeViewModelBindingSource).BeginInit();
((ISupportInitialize)layoutView1).BeginInit();
((ISupportInitialize)repPictureEdit1).BeginInit();
((ISupportInitialize)repPictureEdit2).BeginInit();
((ISupportInitialize)repImgCmbStatus).BeginInit();
((ISupportInitialize)svgImg32).BeginInit();
((ISupportInitialize)layoutViewCard1).BeginInit();
((ISupportInitialize)layoutViewField_layoutViewColumn1_1).BeginInit();
((ISupportInitialize)layoutViewField_colName).BeginInit();
((ISupportInitialize)layoutViewField_colViewImage).BeginInit();
((ISupportInitialize)layoutViewField_colMinorLoss).BeginInit();
((ISupportInitialize)layoutViewField_colDemand).BeginInit();
SuspendLayout();
//
// gridControl1
//
gridControl1.DataSource = xhsSchemeMeterChangeViewModelBindingSource;
gridControl1.Dock = DockStyle.Fill;
gridControl1.EmbeddedNavigator.Margin = new Padding(1);
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[] { repImgCmbStatus, repPictureEdit1, repPictureEdit2 });
gridControl1.Size = new Size(337, 695);
gridControl1.TabIndex = 5;
gridControl1.ToolTipController = toolTipController1;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 });
//
// xhsSchemeMeterChangeViewModelBindingSource
//
xhsSchemeMeterChangeViewModelBindingSource.DataSource = typeof(XhsSchemeMeterChangeViewModel);
//
// layoutView1
//
layoutView1.ActiveFilterEnabled = false;
layoutView1.Appearance.FieldCaption.Options.UseTextOptions = true;
layoutView1.Appearance.FieldCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
layoutView1.Appearance.FieldCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
layoutView1.Appearance.FieldEditingValue.Options.UseTextOptions = true;
layoutView1.Appearance.FieldEditingValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
layoutView1.Appearance.FieldValue.Options.UseTextOptions = true;
layoutView1.Appearance.FieldValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
layoutView1.BorderStyle = BorderStyles.NoBorder;
layoutView1.CardHorzInterval = 0;
layoutView1.CardMinSize = new Size(212, 60);
layoutView1.CardVertInterval = 8;
layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colSvgImage, colName, colMinorLoss, colDemand, colViewImage });
layoutView1.DetailHeight = 223;
layoutView1.GridControl = gridControl1;
layoutView1.Name = "layoutView1";
layoutView1.OptionsCustomization.AllowFilter = false;
layoutView1.OptionsCustomization.AllowSort = false;
layoutView1.OptionsFilter.AllowFilterEditor = false;
layoutView1.OptionsFilter.AllowMRUFilterList = false;
layoutView1.OptionsItemText.AlignMode = DevExpress.XtraGrid.Views.Layout.FieldTextAlignMode.AlignGlobal;
layoutView1.OptionsItemText.TextToControlDistance = 2;
layoutView1.OptionsView.ShowCardCaption = false;
layoutView1.OptionsView.ShowCardExpandButton = false;
layoutView1.OptionsView.ShowCardLines = false;
layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
layoutView1.OptionsView.ShowHeaderPanel = false;
layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.Column;
layoutView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colName, DevExpress.Data.ColumnSortOrder.Ascending) });
layoutView1.TemplateCard = layoutViewCard1;
layoutView1.CardClick += layoutView1_CardClick;
layoutView1.FieldValueClick += layoutView1_FieldValueClick;
layoutView1.FocusedColumnChanged += layoutView1_FocusedColumnChanged;
layoutView1.CellValueChanged += layoutView1_CellValueChanged;
//
// colSvgImage
//
colSvgImage.Caption = "图标";
colSvgImage.ColumnEdit = repPictureEdit1;
colSvgImage.FieldName = "SvgImage";
colSvgImage.LayoutViewField = layoutViewField_layoutViewColumn1_1;
colSvgImage.MinWidth = 21;
colSvgImage.Name = "colSvgImage";
colSvgImage.OptionsColumn.AllowEdit = false;
colSvgImage.OptionsColumn.ReadOnly = true;
colSvgImage.Width = 78;
//
// repPictureEdit1
//
repPictureEdit1.Name = "repPictureEdit1";
repPictureEdit1.ReadOnly = true;
repPictureEdit1.SizeMode = PictureSizeMode.Squeeze;
//
// colName
//
colName.AppearanceCell.Font = new Font("Tahoma", 10F, FontStyle.Bold, GraphicsUnit.Point);
colName.AppearanceCell.ForeColor = Color.DarkBlue;
colName.AppearanceCell.Options.UseFont = true;
colName.AppearanceCell.Options.UseForeColor = true;
colName.AppearanceCell.Options.UseTextOptions = true;
colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
colName.Caption = "名称";
colName.CustomizationCaption = "Name";
colName.FieldName = "Name";
colName.LayoutViewField = layoutViewField_colName;
colName.MinWidth = 21;
colName.Name = "colName";
colName.OptionsColumn.AllowEdit = false;
colName.OptionsColumn.ReadOnly = true;
colName.Width = 78;
//
// colMinorLoss
//
colMinorLoss.Caption = "局阻系数";
colMinorLoss.FieldName = "MinorLoss";
colMinorLoss.LayoutViewField = layoutViewField_colMinorLoss;
colMinorLoss.Name = "colMinorLoss";
//
// colViewImage
//
colViewImage.Caption = "查看";
colViewImage.ColumnEdit = repPictureEdit2;
colViewImage.FieldName = "ViewImage";
colViewImage.LayoutViewField = layoutViewField_colViewImage;
colViewImage.Name = "colViewImage";
colViewImage.OptionsColumn.AllowEdit = false;
colViewImage.OptionsColumn.ReadOnly = true;
//
// repPictureEdit2
//
repPictureEdit2.Name = "repPictureEdit2";
repPictureEdit2.SizeMode = PictureSizeMode.Squeeze;
//
// repImgCmbStatus
//
repImgCmbStatus.AutoHeight = false;
repImgCmbStatus.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
repImgCmbStatus.Name = "repImgCmbStatus";
//
// toolTipController1
//
toolTipController1.GetActiveObjectInfo += toolTipController1_GetActiveObjectInfo;
//
// svgImg32
//
svgImg32.ImageSize = new Size(32, 32);
svgImg32.Add("selectpivottable", "image://svgimages/spreadsheet/selectpivottable.svg");
//
// colDemand
//
colDemand.Caption = "需水量";
colDemand.FieldName = "Demand";
colDemand.LayoutViewField = layoutViewField_colDemand;
colDemand.Name = "colDemand";
//
// layoutViewCard1
//
layoutViewCard1.AppearanceItemCaption.Options.UseTextOptions = true;
layoutViewCard1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
layoutViewCard1.CustomizationFormText = "TemplateCard";
layoutViewCard1.GroupBordersVisible = false;
layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_layoutViewColumn1_1, layoutViewField_colName, layoutViewField_colViewImage, layoutViewField_colMinorLoss, layoutViewField_colDemand });
layoutViewCard1.Name = "layoutViewCard1";
layoutViewCard1.OptionsItemText.TextToControlDistance = 2;
layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
layoutViewCard1.Text = "TemplateCard";
layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default;
//
// layoutViewField_layoutViewColumn1_1
//
layoutViewField_layoutViewColumn1_1.EditorPreferredWidth = 24;
layoutViewField_layoutViewColumn1_1.Location = new Point(0, 0);
layoutViewField_layoutViewColumn1_1.MaxSize = new Size(32, 32);
layoutViewField_layoutViewColumn1_1.MinSize = new Size(32, 32);
layoutViewField_layoutViewColumn1_1.Name = "layoutViewField_layoutViewColumn1_1";
layoutViewField_layoutViewColumn1_1.OptionsToolTip.ToolTip = "从产品配置中重新选择";
layoutViewField_layoutViewColumn1_1.Size = new Size(32, 32);
layoutViewField_layoutViewColumn1_1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutViewField_layoutViewColumn1_1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
layoutViewField_layoutViewColumn1_1.TextSize = new Size(0, 0);
layoutViewField_layoutViewColumn1_1.TextVisible = false;
//
// layoutViewField_colName
//
layoutViewField_colName.AppearanceItemCaption.Options.UseTextOptions = true;
layoutViewField_colName.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
layoutViewField_colName.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
layoutViewField_colName.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
layoutViewField_colName.EditorPreferredWidth = 136;
layoutViewField_colName.Location = new Point(32, 0);
layoutViewField_colName.Name = "layoutViewField_colName";
layoutViewField_colName.OptionsToolTip.ToolTip = "名称";
layoutViewField_colName.Size = new Size(144, 32);
layoutViewField_colName.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
layoutViewField_colName.TextSize = new Size(0, 0);
layoutViewField_colName.TextVisible = false;
//
// layoutViewField_colViewImage
//
layoutViewField_colViewImage.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
layoutViewField_colViewImage.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
layoutViewField_colViewImage.EditorPreferredWidth = 18;
layoutViewField_colViewImage.Location = new Point(176, 0);
layoutViewField_colViewImage.MaxSize = new Size(32, 32);
layoutViewField_colViewImage.MinSize = new Size(32, 32);
layoutViewField_colViewImage.Name = "layoutViewField_colViewImage";
layoutViewField_colViewImage.OptionsToolTip.ToolTip = "定位";
layoutViewField_colViewImage.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
layoutViewField_colViewImage.Size = new Size(32, 32);
layoutViewField_colViewImage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutViewField_colViewImage.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
layoutViewField_colViewImage.StartNewLine = true;
layoutViewField_colViewImage.TextSize = new Size(0, 0);
layoutViewField_colViewImage.TextVisible = false;
//
// layoutViewField_colMinorLoss
//
layoutViewField_colMinorLoss.EditorPreferredWidth = 46;
layoutViewField_colMinorLoss.Location = new Point(0, 32);
layoutViewField_colMinorLoss.Name = "layoutViewField_colMinorLoss";
layoutViewField_colMinorLoss.Size = new Size(104, 24);
layoutViewField_colMinorLoss.TextSize = new Size(52, 14);
//
// layoutViewField_colDemand
//
layoutViewField_colDemand.EditorPreferredWidth = 46;
layoutViewField_colDemand.Location = new Point(104, 32);
layoutViewField_colDemand.Name = "layoutViewField_colDemand";
layoutViewField_colDemand.Size = new Size(104, 24);
layoutViewField_colDemand.TextSize = new Size(52, 14);
//
// XhsSchemeMeterChangeListCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(gridControl1);
Name = "XhsSchemeMeterChangeListCtrl";
Size = new Size(337, 695);
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)xhsSchemeMeterChangeViewModelBindingSource).EndInit();
((ISupportInitialize)layoutView1).EndInit();
((ISupportInitialize)repPictureEdit1).EndInit();
((ISupportInitialize)repPictureEdit2).EndInit();
((ISupportInitialize)repImgCmbStatus).EndInit();
((ISupportInitialize)svgImg32).EndInit();
((ISupportInitialize)layoutViewCard1).EndInit();
((ISupportInitialize)layoutViewField_layoutViewColumn1_1).EndInit();
((ISupportInitialize)layoutViewField_colName).EndInit();
((ISupportInitialize)layoutViewField_colViewImage).EndInit();
((ISupportInitialize)layoutViewField_colMinorLoss).EndInit();
((ISupportInitialize)layoutViewField_colDemand).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1;
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbStatus;
private DevExpress.XtraGrid.Columns.LayoutViewColumn colName;
private DevExpress.XtraGrid.Columns.LayoutViewColumn colSvgImage;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPictureEdit1;
private DevExpress.Utils.SvgImageCollection svgImg32;
private DevExpress.XtraGrid.Columns.LayoutViewColumn colViewImage;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPictureEdit2;
private BindingSource xhsSchemeMeterChangeViewModelBindingSource;
private DevExpress.Utils.ToolTipController toolTipController1;
private DevExpress.XtraGrid.Columns.LayoutViewColumn colMinorLoss;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_layoutViewColumn1_1;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colMinorLoss;
private DevExpress.XtraGrid.Columns.LayoutViewColumn colDemand;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colDemand;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colViewImage;
private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1;
}
}