namespace HStation.WinFrmUI
|
{
|
partial class ElbowSingleMatchingCtrl
|
{
|
/// <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();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
gridControl3 = new DevExpress.XtraGrid.GridControl();
|
elbowSingleMatchingViewModelBindingSource = new BindingSource(components);
|
gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCaliber = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn();
|
colAngle = new DevExpress.XtraGrid.Columns.GridColumn();
|
searchControl1 = new SearchControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
colElbowLengthType = new DevExpress.XtraGrid.Columns.GridColumn();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)gridControl3).BeginInit();
|
((ISupportInitialize)elbowSingleMatchingViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView3).BeginInit();
|
((ISupportInitialize)searchControl1.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)simpleLabelItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem5).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(gridControl3);
|
layoutControl1.Controls.Add(searchControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(713, 300, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(769, 577);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// gridControl3
|
//
|
gridControl3.DataSource = elbowSingleMatchingViewModelBindingSource;
|
gridControl3.Location = new Point(2, 26);
|
gridControl3.MainView = gridView3;
|
gridControl3.Name = "gridControl3";
|
gridControl3.Size = new Size(765, 549);
|
gridControl3.TabIndex = 4;
|
gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView3 });
|
//
|
// elbowSingleMatchingViewModelBindingSource
|
//
|
elbowSingleMatchingViewModelBindingSource.DataSource = typeof(ElbowSingleMatchingViewModel);
|
//
|
// gridView3
|
//
|
gridView3.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
gridView3.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colModelType, colMaterial, colCaliber, colMinorLoss, colAngle, colElbowLengthType });
|
gridView3.GridControl = gridControl3;
|
gridView3.Name = "gridView3";
|
gridView3.OptionsView.ShowGroupPanel = false;
|
gridView3.FocusedRowChanged += gridView3_FocusedRowChanged;
|
//
|
// colModelType
|
//
|
colModelType.FieldName = "ModelType";
|
colModelType.Name = "colModelType";
|
colModelType.Visible = true;
|
colModelType.VisibleIndex = 0;
|
colModelType.Width = 243;
|
//
|
// colMaterial
|
//
|
colMaterial.FieldName = "Material";
|
colMaterial.Name = "colMaterial";
|
colMaterial.Visible = true;
|
colMaterial.VisibleIndex = 1;
|
colMaterial.Width = 184;
|
//
|
// colCaliber
|
//
|
colCaliber.FieldName = "Caliber";
|
colCaliber.Name = "colCaliber";
|
colCaliber.Visible = true;
|
colCaliber.VisibleIndex = 2;
|
colCaliber.Width = 109;
|
//
|
// colMinorLoss
|
//
|
colMinorLoss.FieldName = "MinorLoss";
|
colMinorLoss.Name = "colMinorLoss";
|
colMinorLoss.Visible = true;
|
colMinorLoss.VisibleIndex = 4;
|
colMinorLoss.Width = 115;
|
//
|
// colAngle
|
//
|
colAngle.FieldName = "Angle";
|
colAngle.Name = "colAngle";
|
colAngle.Visible = true;
|
colAngle.VisibleIndex = 3;
|
colAngle.Width = 103;
|
//
|
// searchControl1
|
//
|
searchControl1.Location = new Point(59, 2);
|
searchControl1.Name = "searchControl1";
|
searchControl1.Properties.Buttons.AddRange(new EditorButton[] { new DevExpress.XtraEditors.Repository.ClearButton(), new DevExpress.XtraEditors.Repository.SearchButton() });
|
searchControl1.Size = new Size(196, 20);
|
searchControl1.StyleController = layoutControl1;
|
searchControl1.TabIndex = 0;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { simpleLabelItem1, layoutControlItem1, layoutControlItem5 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(769, 577);
|
Root.TextVisible = false;
|
//
|
// simpleLabelItem1
|
//
|
simpleLabelItem1.AllowHotTrack = false;
|
simpleLabelItem1.Location = new Point(257, 0);
|
simpleLabelItem1.Name = "simpleLabelItem1";
|
simpleLabelItem1.Size = new Size(512, 24);
|
simpleLabelItem1.Text = " ";
|
simpleLabelItem1.TextSize = new Size(4, 14);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = searchControl1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(257, 24);
|
layoutControlItem1.Text = "模糊搜索:";
|
layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem1.TextSize = new Size(52, 14);
|
layoutControlItem1.TextToControlDistance = 5;
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.Control = gridControl3;
|
layoutControlItem5.Location = new Point(0, 24);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Size = new Size(769, 553);
|
layoutControlItem5.TextSize = new Size(0, 0);
|
layoutControlItem5.TextVisible = false;
|
//
|
// colElbowLengthType
|
//
|
colElbowLengthType.FieldName = "ElbowLengthType";
|
colElbowLengthType.Name = "colElbowLengthType";
|
colElbowLengthType.Visible = true;
|
colElbowLengthType.VisibleIndex = 5;
|
//
|
// ElbowSingleMatchingForm
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "ElbowSingleMatchingForm";
|
Size = new Size(769, 577);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)gridControl3).EndInit();
|
((ISupportInitialize)elbowSingleMatchingViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView3).EndInit();
|
((ISupportInitialize)searchControl1.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)simpleLabelItem1).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem5).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
private DevExpress.XtraEditors.SearchControl searchControl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraGrid.GridControl gridControl3;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private BindingSource elbowSingleMatchingViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
|
private DevExpress.XtraGrid.Columns.GridColumn colMaterial;
|
private DevExpress.XtraGrid.Columns.GridColumn colCaliber;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss;
|
private DevExpress.XtraGrid.Columns.GridColumn colAngle;
|
private DevExpress.XtraGrid.Columns.GridColumn colElbowLengthType;
|
}
|
}
|