namespace IStation.WinFrmUI.Monitor { partial class SingleMappingMatrixDlg { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { components = new System.ComponentModel.Container(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SingleMappingMatrixDlg)); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); bindingSource1 = new BindingSource(components); gridControl1 = new DevExpress.XtraGrid.GridControl(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colKey = new DevExpress.XtraGrid.Columns.GridColumn(); colValue = new DevExpress.XtraGrid.Columns.GridColumn(); repImgCmbValue = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); colDelete = new DevExpress.XtraGrid.Columns.GridColumn(); repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); btnOk = new SimpleButton(); btnCancel = new SimpleButton(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); ((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); ((System.ComponentModel.ISupportInitialize)repImgCmbValue).BeginInit(); ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = bindingSource1; gridControl1.EmbeddedNavigator.Margin = new Padding(4, 5, 4, 5); gridControl1.Location = new Point(12, 12); gridControl1.MainView = gridView1; gridControl1.Margin = new Padding(4, 5, 4, 5); gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1, repImgCmbValue }); gridControl1.Size = new Size(574, 293); gridControl1.TabIndex = 2; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridView1.Appearance.Row.Options.UseTextOptions = true; gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridView1.Appearance.ViewCaption.Options.UseTextOptions = true; gridView1.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; gridView1.ColumnPanelRowHeight = 31; gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colKey, colValue, colDelete }); gridView1.DetailHeight = 550; gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsClipboard.AllowCopy = DevExpress.Utils.DefaultBoolean.True; gridView1.OptionsCustomization.AllowFilter = false; gridView1.OptionsCustomization.AllowQuickHideColumns = false; gridView1.OptionsCustomization.AllowSort = false; gridView1.OptionsMenu.EnableColumnMenu = false; gridView1.OptionsView.EnableAppearanceEvenRow = true; gridView1.OptionsView.EnableAppearanceOddRow = true; gridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; gridView1.OptionsView.ShowGroupPanel = false; gridView1.OptionsView.ShowIndicator = false; gridView1.RowHeight = 30; gridView1.ViewCaptionHeight = 47; gridView1.RowCellClick += gridView1_RowCellClick; gridView1.ShowingEditor += gridView1_ShowingEditor; gridView1.ValidatingEditor += gridView1_ValidatingEditor; // // colKey // colKey.Caption = "键"; colKey.FieldName = "Key"; colKey.MinWidth = 29; colKey.Name = "colKey"; colKey.Visible = true; colKey.VisibleIndex = 0; colKey.Width = 291; // // colValue // colValue.Caption = "值"; colValue.ColumnEdit = repImgCmbValue; colValue.FieldName = "Value"; colValue.MinWidth = 29; colValue.Name = "colValue"; colValue.Visible = true; colValue.VisibleIndex = 1; colValue.Width = 264; // // repImgCmbValue // repImgCmbValue.AutoHeight = false; repImgCmbValue.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); repImgCmbValue.Name = "repImgCmbValue"; // // colDelete // colDelete.Caption = "删除"; colDelete.ColumnEdit = repositoryItemButtonEdit1; colDelete.MaxWidth = 86; colDelete.MinWidth = 86; colDelete.Name = "colDelete"; colDelete.OptionsColumn.AllowEdit = false; colDelete.Visible = true; colDelete.VisibleIndex = 2; colDelete.Width = 86; // // repositoryItemButtonEdit1 // repositoryItemButtonEdit1.AutoHeight = false; editorButtonImageOptions1.Image = (Image)resources.GetObject("editorButtonImageOptions1.Image"); repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // layoutControl1 // layoutControl1.Controls.Add(btnOk); layoutControl1.Controls.Add(btnCancel); layoutControl1.Controls.Add(gridControl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1424, 67, 975, 600); layoutControl1.Root = Root; layoutControl1.Size = new Size(598, 353); layoutControl1.TabIndex = 3; layoutControl1.Text = "layoutControl1"; // // btnOk // btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; btnOk.Appearance.Options.UseBackColor = true; btnOk.Location = new Point(390, 309); btnOk.Margin = new Padding(4, 5, 4, 5); btnOk.Name = "btnOk"; btnOk.Size = new Size(96, 32); btnOk.StyleController = layoutControl1; btnOk.TabIndex = 6; btnOk.Text = "确定"; btnOk.Click += btnOk_Click; // // btnCancel // btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; btnCancel.Appearance.Options.UseBackColor = true; btnCancel.DialogResult = DialogResult.Cancel; btnCancel.Location = new Point(490, 309); btnCancel.Margin = new Padding(4, 5, 4, 5); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(96, 32); btnCancel.StyleController = layoutControl1; btnCancel.TabIndex = 7; btnCancel.Text = "取消"; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, emptySpaceItem1 }); Root.Name = "Root"; Root.Size = new Size(598, 353); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = gridControl1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(578, 297); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = btnOk; layoutControlItem2.Location = new Point(378, 297); layoutControlItem2.MaxSize = new Size(100, 36); layoutControlItem2.MinSize = new Size(100, 36); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(100, 36); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlItem3 // layoutControlItem3.Control = btnCancel; layoutControlItem3.Location = new Point(478, 297); layoutControlItem3.MaxSize = new Size(100, 36); layoutControlItem3.MinSize = new Size(100, 36); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(100, 36); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 297); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(378, 36); emptySpaceItem1.TextSize = new Size(0, 0); // // SingleMappingMatrixDlg // AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(598, 353); Controls.Add(layoutControl1); Margin = new Padding(4, 5, 4, 5); Name = "SingleMappingMatrixDlg"; StartPosition = FormStartPosition.CenterScreen; Text = "单一映射"; ((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit(); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)repImgCmbValue).EndInit(); ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ResumeLayout(false); } #endregion private System.Windows.Forms.BindingSource bindingSource1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colKey; private DevExpress.XtraGrid.Columns.GridColumn colValue; private DevExpress.XtraGrid.Columns.GridColumn colDelete; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbValue; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; } }