namespace Yw.WinFrmUI.Phart
{
partial class ClipboardCurveExcelDlg
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
btnCancel = new DevExpress.XtraEditors.SimpleButton();
btnOk = new DevExpress.XtraEditors.SimpleButton();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
spreadsheetControl1 = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.AllowCustomization = false;
layoutControl1.Controls.Add(spreadsheetControl1);
layoutControl1.Controls.Add(btnCancel);
layoutControl1.Controls.Add(btnOk);
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(772, 198, 802, 751);
layoutControl1.Root = layoutControlGroup1;
layoutControl1.Size = new Size(637, 690);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// btnCancel
//
btnCancel.DialogResult = DialogResult.Cancel;
btnCancel.Location = new Point(499, 641);
btnCancel.Margin = new Padding(4, 5, 4, 5);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(126, 37);
btnCancel.StyleController = layoutControl1;
btnCancel.TabIndex = 7;
btnCancel.Text = "取消";
//
// btnOk
//
btnOk.Location = new Point(369, 641);
btnOk.Margin = new Padding(4, 5, 4, 5);
btnOk.Name = "btnOk";
btnOk.Size = new Size(126, 37);
btnOk.StyleController = layoutControl1;
btnOk.TabIndex = 6;
btnOk.Text = "确定";
btnOk.Click += btnOk_Click;
//
// layoutControlGroup1
//
layoutControlGroup1.CustomizationFormText = "Root";
layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
layoutControlGroup1.GroupBordersVisible = false;
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, layoutControlItem4, emptySpaceItem1, layoutControlItem1 });
layoutControlGroup1.Name = "Root";
layoutControlGroup1.Size = new Size(637, 690);
layoutControlGroup1.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = btnOk;
layoutControlItem3.CustomizationFormText = "layoutControlItem3";
layoutControlItem3.Location = new Point(357, 629);
layoutControlItem3.MaxSize = new Size(130, 41);
layoutControlItem3.MinSize = new Size(130, 41);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(130, 41);
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// layoutControlItem4
//
layoutControlItem4.Control = btnCancel;
layoutControlItem4.CustomizationFormText = "layoutControlItem4";
layoutControlItem4.Location = new Point(487, 629);
layoutControlItem4.MaxSize = new Size(130, 41);
layoutControlItem4.MinSize = new Size(130, 41);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(130, 41);
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem4.TextSize = new Size(0, 0);
layoutControlItem4.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
emptySpaceItem1.Location = new Point(0, 629);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(357, 41);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// spreadsheetControl1
//
spreadsheetControl1.Location = new Point(12, 12);
spreadsheetControl1.Name = "spreadsheetControl1";
spreadsheetControl1.Size = new Size(613, 625);
spreadsheetControl1.TabIndex = 8;
spreadsheetControl1.Text = "spreadsheetControl1";
//
// layoutControlItem1
//
layoutControlItem1.Control = spreadsheetControl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(617, 629);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// ClipboardCurveExcelDlg
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(637, 690);
Controls.Add(layoutControl1);
FormBorderStyle = FormBorderStyle.FixedToolWindow;
Margin = new Padding(4, 5, 4, 5);
Name = "ClipboardCurveExcelDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "剪切板数据确认";
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraSpreadsheet.SpreadsheetControl spreadsheetControl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
}
}