namespace HStation.WinFrmUI
|
{
|
partial class SetMeterCoefficientDlg
|
{
|
/// <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.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetMeterCoefficientDlg));
|
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();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
BtnOk = new DevExpress.XtraEditors.SimpleButton();
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
MeterCoefficientViewModelBindingSource = new BindingSource(components);
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
ColDelete = new DevExpress.XtraGrid.Columns.GridColumn();
|
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlowMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn();
|
gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)MeterCoefficientViewModelBindingSource).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
|
SuspendLayout();
|
//
|
// 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.Root = Root;
|
layoutControl1.Size = new Size(662, 410);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// BtnOk
|
//
|
BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
BtnOk.Appearance.Options.UseBackColor = true;
|
BtnOk.Location = new Point(472, 386);
|
BtnOk.Name = "BtnOk";
|
BtnOk.Size = new Size(89, 22);
|
BtnOk.StyleController = layoutControl1;
|
BtnOk.TabIndex = 2;
|
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(565, 386);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(95, 22);
|
btnCancel.StyleController = layoutControl1;
|
btnCancel.TabIndex = 3;
|
btnCancel.Text = "取消";
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = MeterCoefficientViewModelBindingSource;
|
gridLevelNode1.RelationName = "Level1";
|
gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1 });
|
gridControl1.Location = new Point(2, 2);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
|
gridControl1.Size = new Size(658, 380);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// MeterCoefficientViewModelBindingSource
|
//
|
MeterCoefficientViewModelBindingSource.DataSource = typeof(MeterCoefficientViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { ColDelete, gridColumn1, colFlowMinorLoss, gridColumn2, gridColumn3, gridColumn4 });
|
gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
gridView1.OptionsCustomization.AllowFilter = false;
|
gridView1.OptionsCustomization.AllowQuickHideColumns = false;
|
gridView1.OptionsCustomization.AllowSort = false;
|
gridView1.OptionsMenu.EnableColumnMenu = false;
|
gridView1.OptionsMenu.EnableFooterMenu = false;
|
gridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
|
gridView1.OptionsView.ShowGroupPanel = false;
|
gridView1.RowCellClick += gridView1_RowCellClick;
|
//
|
// ColDelete
|
//
|
ColDelete.AppearanceCell.Options.UseTextOptions = true;
|
ColDelete.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
ColDelete.Caption = "删除";
|
ColDelete.ColumnEdit = repositoryItemButtonEdit1;
|
ColDelete.Name = "ColDelete";
|
ColDelete.OptionsColumn.AllowEdit = false;
|
ColDelete.Visible = true;
|
ColDelete.VisibleIndex = 5;
|
ColDelete.Width = 47;
|
//
|
// repositoryItemButtonEdit1
|
//
|
repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage");
|
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;
|
//
|
// gridColumn1
|
//
|
gridColumn1.AppearanceCell.Options.UseTextOptions = true;
|
gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
gridColumn1.FieldName = "Caliber";
|
gridColumn1.Name = "gridColumn1";
|
gridColumn1.Visible = true;
|
gridColumn1.VisibleIndex = 1;
|
//
|
// colFlowMinorLoss
|
//
|
colFlowMinorLoss.AppearanceCell.Options.UseTextOptions = true;
|
colFlowMinorLoss.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
colFlowMinorLoss.FieldName = "FlowMinorLoss";
|
colFlowMinorLoss.Name = "colFlowMinorLoss";
|
colFlowMinorLoss.Visible = true;
|
colFlowMinorLoss.VisibleIndex = 3;
|
//
|
// gridColumn2
|
//
|
gridColumn2.AppearanceCell.Options.UseTextOptions = true;
|
gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
gridColumn2.FieldName = "Material";
|
gridColumn2.Name = "gridColumn2";
|
gridColumn2.Visible = true;
|
gridColumn2.VisibleIndex = 2;
|
//
|
// gridColumn3
|
//
|
gridColumn3.AppearanceCell.Options.UseTextOptions = true;
|
gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
gridColumn3.FieldName = "MinorLoss";
|
gridColumn3.Name = "gridColumn3";
|
gridColumn3.Visible = true;
|
gridColumn3.VisibleIndex = 4;
|
//
|
// gridColumn4
|
//
|
gridColumn4.AppearanceCell.Options.UseTextOptions = true;
|
gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
gridColumn4.FieldName = "Name";
|
gridColumn4.Name = "gridColumn4";
|
gridColumn4.Visible = true;
|
gridColumn4.VisibleIndex = 0;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItem3, layoutControlItem2 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(662, 410);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = gridControl1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(662, 384);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 384);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(470, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = btnCancel;
|
layoutControlItem3.Location = new Point(563, 384);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(99, 26);
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = BtnOk;
|
layoutControlItem2.Location = new Point(470, 384);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(93, 26);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// emptySpaceItem2
|
//
|
emptySpaceItem2.AllowHotTrack = false;
|
emptySpaceItem2.Location = new Point(0, 237);
|
emptySpaceItem2.Name = "emptySpaceItem2";
|
emptySpaceItem2.Size = new Size(352, 26);
|
emptySpaceItem2.TextSize = new Size(0, 0);
|
//
|
// SetMeterCoefficientDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(662, 410);
|
Controls.Add(layoutControl1);
|
Name = "SetMeterCoefficientDlg";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "设置局阻系数";
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
|
((System.ComponentModel.ISupportInitialize)MeterCoefficientViewModelBindingSource).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
|
((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraEditors.SimpleButton BtnOk;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
private DevExpress.XtraGrid.Columns.GridColumn colChoice;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn ColDelete;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private DevExpress.XtraGrid.Columns.GridColumn colCaliber;
|
private DevExpress.XtraGrid.Columns.GridColumn colMaterial;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss;
|
private BindingSource MeterCoefficientViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlowMinorLoss;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
}
|
}
|