namespace Yw.WinFrmUI.Phart
|
{
|
partial class UniversalChartExcelImportCtrl
|
{
|
/// <summary>
|
/// Requipuired 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>
|
/// Requipuired 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();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
bindingSource1 = new BindingSource(components);
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colID = new DevExpress.XtraGrid.Columns.GridColumn();
|
colX = new DevExpress.XtraGrid.Columns.GridColumn();
|
colY = new DevExpress.XtraGrid.Columns.GridColumn();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
universalEditChart1 = new UniversalEditChart();
|
sidePanel1 = new DevExpress.XtraEditors.SidePanel();
|
sidePanel2 = new DevExpress.XtraEditors.SidePanel();
|
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
barManager1 = new DevExpress.XtraBars.BarManager(components);
|
bar2 = new DevExpress.XtraBars.Bar();
|
barFeatType = new DevExpress.XtraBars.BarEditItem();
|
repImgCmbFeatType = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
sidePanel1.SuspendLayout();
|
sidePanel2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)repImgCmbFeatType).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(gridControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(1, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(784, 368, 986, 935);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(425, 660);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = bindingSource1;
|
gridControl1.Location = new Point(0, 33);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(425, 627);
|
gridControl1.TabIndex = 9;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colID, colX, colY });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.OptionsView.ShowDetailButtons = false;
|
gridView1.OptionsView.ShowGroupPanel = false;
|
gridView1.CellValueChanged += gridView1_CellValueChanged;
|
//
|
// colID
|
//
|
colID.FieldName = "ID";
|
colID.Name = "colID";
|
//
|
// colX
|
//
|
colX.AppearanceCell.Options.UseTextOptions = true;
|
colX.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
colX.AppearanceHeader.Options.UseTextOptions = true;
|
colX.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
colX.Caption = "X";
|
colX.FieldName = "X";
|
colX.Name = "colX";
|
colX.Visible = true;
|
colX.VisibleIndex = 0;
|
//
|
// colY
|
//
|
colY.AppearanceCell.Options.UseTextOptions = true;
|
colY.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
colY.AppearanceHeader.Options.UseTextOptions = true;
|
colY.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
colY.Caption = "Y";
|
colY.FieldName = "Y";
|
colY.Name = "colY";
|
colY.Visible = true;
|
colY.VisibleIndex = 1;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(425, 660);
|
Root.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 });
|
layoutControlGroup1.Location = new Point(0, 0);
|
layoutControlGroup1.Name = "layoutControlGroup1";
|
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Size = new Size(425, 660);
|
layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Text = "定义点";
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = gridControl1;
|
layoutControlItem3.Location = new Point(0, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem3.Size = new Size(425, 627);
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// universalEditChart1
|
//
|
universalEditChart1.AxisXTitle = "Z";
|
universalEditChart1.AxisYTitle = "扬程/m";
|
universalEditChart1.Dock = DockStyle.Fill;
|
universalEditChart1.Location = new Point(0, 31);
|
universalEditChart1.MouseModel = false;
|
universalEditChart1.Name = "universalEditChart1";
|
universalEditChart1.Size = new Size(574, 629);
|
universalEditChart1.TabIndex = 3;
|
//
|
// sidePanel1
|
//
|
sidePanel1.Controls.Add(layoutControl1);
|
sidePanel1.Dock = DockStyle.Right;
|
sidePanel1.Location = new Point(574, 0);
|
sidePanel1.Name = "sidePanel1";
|
sidePanel1.Size = new Size(426, 660);
|
sidePanel1.TabIndex = 2;
|
sidePanel1.Text = "sidePanel1";
|
//
|
// sidePanel2
|
//
|
sidePanel2.Controls.Add(universalEditChart1);
|
sidePanel2.Controls.Add(barDockControlLeft);
|
sidePanel2.Controls.Add(barDockControlRight);
|
sidePanel2.Controls.Add(barDockControlBottom);
|
sidePanel2.Controls.Add(barDockControlTop);
|
sidePanel2.Dock = DockStyle.Fill;
|
sidePanel2.Location = new Point(0, 0);
|
sidePanel2.Name = "sidePanel2";
|
sidePanel2.Size = new Size(574, 660);
|
sidePanel2.TabIndex = 3;
|
sidePanel2.Text = "sidePanel2";
|
//
|
// barDockControlLeft
|
//
|
barDockControlLeft.CausesValidation = false;
|
barDockControlLeft.Dock = DockStyle.Left;
|
barDockControlLeft.Location = new Point(0, 31);
|
barDockControlLeft.Manager = barManager1;
|
barDockControlLeft.Size = new Size(0, 629);
|
//
|
// barManager1
|
//
|
barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar2 });
|
barManager1.DockControls.Add(barDockControlTop);
|
barManager1.DockControls.Add(barDockControlBottom);
|
barManager1.DockControls.Add(barDockControlLeft);
|
barManager1.DockControls.Add(barDockControlRight);
|
barManager1.Form = sidePanel2;
|
barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barFeatType });
|
barManager1.MainMenu = bar2;
|
barManager1.MaxItemId = 1;
|
barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repImgCmbFeatType });
|
//
|
// bar2
|
//
|
bar2.BarName = "Main menu";
|
bar2.DockCol = 0;
|
bar2.DockRow = 0;
|
bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barFeatType) });
|
bar2.OptionsBar.AllowQuickCustomization = false;
|
bar2.OptionsBar.DrawBorder = false;
|
bar2.OptionsBar.DrawDragBorder = false;
|
bar2.OptionsBar.UseWholeRow = true;
|
bar2.Text = "Main menu";
|
//
|
// barFeatType
|
//
|
barFeatType.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
|
barFeatType.Caption = "拟合方式:";
|
barFeatType.Edit = repImgCmbFeatType;
|
barFeatType.EditWidth = 120;
|
barFeatType.Id = 0;
|
barFeatType.Name = "barFeatType";
|
barFeatType.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
barFeatType.EditValueChanged += barFeatType_EditValueChanged;
|
//
|
// repImgCmbFeatType
|
//
|
repImgCmbFeatType.AutoHeight = false;
|
repImgCmbFeatType.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
repImgCmbFeatType.Name = "repImgCmbFeatType";
|
//
|
// barDockControlTop
|
//
|
barDockControlTop.CausesValidation = false;
|
barDockControlTop.Dock = DockStyle.Top;
|
barDockControlTop.Location = new Point(0, 0);
|
barDockControlTop.Manager = barManager1;
|
barDockControlTop.Size = new Size(574, 31);
|
//
|
// barDockControlBottom
|
//
|
barDockControlBottom.CausesValidation = false;
|
barDockControlBottom.Dock = DockStyle.Bottom;
|
barDockControlBottom.Location = new Point(0, 660);
|
barDockControlBottom.Manager = barManager1;
|
barDockControlBottom.Size = new Size(574, 0);
|
//
|
// barDockControlRight
|
//
|
barDockControlRight.CausesValidation = false;
|
barDockControlRight.Dock = DockStyle.Right;
|
barDockControlRight.Location = new Point(574, 31);
|
barDockControlRight.Manager = barManager1;
|
barDockControlRight.Size = new Size(0, 629);
|
//
|
// UniversalChartExcelImportCtrl
|
//
|
Appearance.BackColor = SystemColors.Control;
|
Appearance.Options.UseBackColor = true;
|
AutoScaleMode = AutoScaleMode.None;
|
Controls.Add(sidePanel2);
|
Controls.Add(sidePanel1);
|
Name = "UniversalChartExcelImportCtrl";
|
Size = new Size(1000, 660);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
|
((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
sidePanel1.ResumeLayout(false);
|
sidePanel2.ResumeLayout(false);
|
sidePanel2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
|
((System.ComponentModel.ISupportInitialize)repImgCmbFeatType).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private System.Windows.Forms.BindingSource bindingSource1;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn colID;
|
private DevExpress.XtraGrid.Columns.GridColumn colX;
|
private DevExpress.XtraGrid.Columns.GridColumn colY;
|
private DevExpress.XtraEditors.SidePanel sidePanel1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private UniversalEditChart universalEditChart1;
|
private DevExpress.XtraEditors.SidePanel sidePanel2;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.Bar bar2;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraBars.BarEditItem barFeatType;
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbFeatType;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
}
|
}
|