namespace HStation.WinFrmUI
|
{
|
partial class DeleteVariableSpeedDlg
|
{
|
/// <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 Windows Form 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 System.ComponentModel.Container();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeleteVariableSpeedDlg));
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
gridControl2 = new DevExpress.XtraGrid.GridControl();
|
gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colHz = new DevExpress.XtraGrid.Columns.GridColumn();
|
colN = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
|
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)gridControl2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridView2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(gridControl2);
|
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Margin = new Padding(4, 5, 4, 5);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(960, 251, 975, 600);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(424, 555);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// gridControl2
|
//
|
gridControl2.EmbeddedNavigator.Margin = new Padding(4, 5, 4, 5);
|
gridControl2.Location = new Point(12, 12);
|
gridControl2.MainView = gridView2;
|
gridControl2.Margin = new Padding(4, 5, 4, 5);
|
gridControl2.Name = "gridControl2";
|
gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
|
gridControl2.Size = new Size(400, 485);
|
gridControl2.TabIndex = 7;
|
gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView2 });
|
//
|
// gridView2
|
//
|
gridView2.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
gridView2.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
gridView2.Appearance.Row.Options.UseTextOptions = true;
|
gridView2.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
gridView2.Appearance.ViewCaption.Options.UseTextOptions = true;
|
gridView2.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
gridView2.ColumnPanelRowHeight = 31;
|
gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colHz, colN, colDelete });
|
gridView2.DetailHeight = 550;
|
gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
gridView2.GridControl = gridControl2;
|
gridView2.Name = "gridView2";
|
gridView2.OptionsClipboard.AllowCopy = DevExpress.Utils.DefaultBoolean.True;
|
gridView2.OptionsCustomization.AllowFilter = false;
|
gridView2.OptionsCustomization.AllowQuickHideColumns = false;
|
gridView2.OptionsCustomization.AllowSort = false;
|
gridView2.OptionsMenu.EnableColumnMenu = false;
|
gridView2.OptionsView.EnableAppearanceEvenRow = true;
|
gridView2.OptionsView.EnableAppearanceOddRow = true;
|
gridView2.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
|
gridView2.OptionsView.ShowGroupPanel = false;
|
gridView2.OptionsView.ShowIndicator = false;
|
gridView2.RowHeight = 30;
|
gridView2.ViewCaptionHeight = 47;
|
gridView2.RowCellClick += gridView2_RowCellClick;
|
//
|
// colHz
|
//
|
colHz.Caption = "频率";
|
colHz.FieldName = "Hz";
|
colHz.MinWidth = 29;
|
colHz.Name = "colHz";
|
colHz.Visible = true;
|
colHz.VisibleIndex = 0;
|
colHz.Width = 697;
|
//
|
// colN
|
//
|
colN.Caption = "转速";
|
colN.FieldName = "N";
|
colN.MinWidth = 30;
|
colN.Name = "colN";
|
colN.Visible = true;
|
colN.VisibleIndex = 1;
|
colN.Width = 1078;
|
//
|
// 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;
|
editorButtonImageOptions2.Image = (Image)resources.GetObject("editorButtonImageOptions2.Image");
|
repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
|
repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// generalOkAndCancelCtrl1
|
//
|
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(204, 64);
|
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(143, 42);
|
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(204, 64);
|
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(143, 42);
|
generalOkAndCancelCtrl1.Location = new Point(12, 501);
|
generalOkAndCancelCtrl1.Margin = new Padding(6, 8, 6, 8);
|
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
|
generalOkAndCancelCtrl1.Size = new Size(400, 42);
|
generalOkAndCancelCtrl1.TabIndex = 5;
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, layoutControlItem2 });
|
Root.Name = "Root";
|
Root.Size = new Size(424, 555);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = generalOkAndCancelCtrl1;
|
layoutControlItem4.Location = new Point(0, 489);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(404, 46);
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = gridControl2;
|
layoutControlItem2.Location = new Point(0, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(404, 489);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// DeleteVariableSpeedDlg
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(424, 555);
|
Controls.Add(layoutControl1);
|
Margin = new Padding(4, 5, 4, 5);
|
Name = "DeleteVariableSpeedDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "删除";
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)gridControl2).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridView2).EndInit();
|
((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
private DevExpress.XtraGrid.Columns.GridColumn colHz;
|
private DevExpress.XtraGrid.Columns.GridColumn colDelete;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraGrid.Columns.GridColumn colN;
|
}
|
}
|