namespace HStation.WinFrmUI
|
{
|
partial class XhsSchemePipeChangeListCtrl
|
{
|
/// <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();
|
xhsSchemePipeChangeViewModelBindingSource = 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();
|
colMaterial = 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);
|
colDiameter = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colLength = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colRoughness = 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_colMaterial = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colLength = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colDiameter = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colRoughness = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)xhsSchemePipeChangeViewModelBindingSource).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_colMaterial).BeginInit();
|
((ISupportInitialize)layoutViewField_colLength).BeginInit();
|
((ISupportInitialize)layoutViewField_colDiameter).BeginInit();
|
((ISupportInitialize)layoutViewField_colRoughness).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = xhsSchemePipeChangeViewModelBindingSource;
|
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 });
|
//
|
// xhsSchemePipeChangeViewModelBindingSource
|
//
|
xhsSchemePipeChangeViewModelBindingSource.DataSource = typeof(XhsSchemePipeChangeViewModel);
|
//
|
// 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, 84);
|
layoutView1.CardVertInterval = 8;
|
layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colSvgImage, colName, colMaterial, colDiameter, colLength, colRoughness, 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;
|
//
|
// colMaterial
|
//
|
colMaterial.Caption = "材质";
|
colMaterial.FieldName = "Material";
|
colMaterial.LayoutViewField = layoutViewField_colMaterial;
|
colMaterial.Name = "colMaterial";
|
//
|
// 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");
|
//
|
// colDiameter
|
//
|
colDiameter.FieldName = "Diameter";
|
colDiameter.LayoutViewField = layoutViewField_colDiameter;
|
colDiameter.Name = "colDiameter";
|
//
|
// colLength
|
//
|
colLength.FieldName = "Length";
|
colLength.LayoutViewField = layoutViewField_colLength;
|
colLength.Name = "colLength";
|
//
|
// colRoughness
|
//
|
colRoughness.FieldName = "Roughness";
|
colRoughness.LayoutViewField = layoutViewField_colRoughness;
|
colRoughness.Name = "colRoughness";
|
//
|
// 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_colMaterial, layoutViewField_colLength, layoutViewField_colDiameter, layoutViewField_colRoughness });
|
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 = 157;
|
layoutViewField_colName.Location = new Point(32, 0);
|
layoutViewField_colName.Name = "layoutViewField_colName";
|
layoutViewField_colName.OptionsToolTip.ToolTip = "名称";
|
layoutViewField_colName.Size = new Size(165, 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(197, 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_colMaterial
|
//
|
layoutViewField_colMaterial.EditorPreferredWidth = 56;
|
layoutViewField_colMaterial.Location = new Point(0, 32);
|
layoutViewField_colMaterial.Name = "layoutViewField_colMaterial";
|
layoutViewField_colMaterial.Size = new Size(114, 24);
|
layoutViewField_colMaterial.TextSize = new Size(52, 14);
|
//
|
// layoutViewField_colLength
|
//
|
layoutViewField_colLength.EditorPreferredWidth = 56;
|
layoutViewField_colLength.Location = new Point(0, 56);
|
layoutViewField_colLength.Name = "layoutViewField_colLength";
|
layoutViewField_colLength.Size = new Size(114, 24);
|
layoutViewField_colLength.TextSize = new Size(52, 14);
|
//
|
// layoutViewField_colDiameter
|
//
|
layoutViewField_colDiameter.EditorPreferredWidth = 57;
|
layoutViewField_colDiameter.Location = new Point(114, 32);
|
layoutViewField_colDiameter.Name = "layoutViewField_colDiameter";
|
layoutViewField_colDiameter.Size = new Size(115, 24);
|
layoutViewField_colDiameter.TextSize = new Size(52, 14);
|
//
|
// layoutViewField_colRoughness
|
//
|
layoutViewField_colRoughness.EditorPreferredWidth = 57;
|
layoutViewField_colRoughness.Location = new Point(114, 56);
|
layoutViewField_colRoughness.Name = "layoutViewField_colRoughness";
|
layoutViewField_colRoughness.Size = new Size(115, 24);
|
layoutViewField_colRoughness.TextSize = new Size(52, 14);
|
//
|
// XhsSchemePipeChangeListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "XhsSchemePipeChangeListCtrl";
|
Size = new Size(337, 695);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)xhsSchemePipeChangeViewModelBindingSource).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_colMaterial).EndInit();
|
((ISupportInitialize)layoutViewField_colLength).EndInit();
|
((ISupportInitialize)layoutViewField_colDiameter).EndInit();
|
((ISupportInitialize)layoutViewField_colRoughness).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 xhsSchemePipeChangeViewModelBindingSource;
|
private DevExpress.Utils.ToolTipController toolTipController1;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colMaterial;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colDiameter;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colLength;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colRoughness;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_layoutViewColumn1_1;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colMaterial;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colDiameter;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colLength;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRoughness;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colViewImage;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1;
|
}
|
}
|