150 lines
7.6 KiB
C#
150 lines
7.6 KiB
C#
|
|
|||
|
namespace Intend
|
|||
|
{
|
|||
|
partial class EntityToMssql
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EntityToMssql));
|
|||
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|||
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
|||
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|||
|
this.layoutControl1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// layoutControl1
|
|||
|
//
|
|||
|
this.layoutControl1.Controls.Add(this.memoEdit1);
|
|||
|
this.layoutControl1.Controls.Add(this.simpleButton1);
|
|||
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControl1.Name = "layoutControl1";
|
|||
|
this.layoutControl1.Root = this.Root;
|
|||
|
this.layoutControl1.Size = new System.Drawing.Size(731, 359);
|
|||
|
this.layoutControl1.TabIndex = 0;
|
|||
|
this.layoutControl1.Text = "layoutControl1";
|
|||
|
//
|
|||
|
// simpleButton1
|
|||
|
//
|
|||
|
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
|
|||
|
this.simpleButton1.Location = new System.Drawing.Point(12, 12);
|
|||
|
this.simpleButton1.Name = "simpleButton1";
|
|||
|
this.simpleButton1.Size = new System.Drawing.Size(707, 36);
|
|||
|
this.simpleButton1.StyleController = this.layoutControl1;
|
|||
|
this.simpleButton1.TabIndex = 0;
|
|||
|
this.simpleButton1.Text = "执行";
|
|||
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|||
|
//
|
|||
|
// Root
|
|||
|
//
|
|||
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
this.Root.GroupBordersVisible = false;
|
|||
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem1,
|
|||
|
this.layoutControlItem2});
|
|||
|
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|||
|
this.Root.Name = "Root";
|
|||
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
columnDefinition1.Width = 100D;
|
|||
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|||
|
columnDefinition1});
|
|||
|
rowDefinition1.Height = 46D;
|
|||
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute;
|
|||
|
rowDefinition2.Height = 100D;
|
|||
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
|||
|
rowDefinition1,
|
|||
|
rowDefinition2});
|
|||
|
this.Root.Size = new System.Drawing.Size(731, 359);
|
|||
|
this.Root.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem1
|
|||
|
//
|
|||
|
this.layoutControlItem1.Control = this.simpleButton1;
|
|||
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|||
|
this.layoutControlItem1.Size = new System.Drawing.Size(711, 46);
|
|||
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem1.TextVisible = false;
|
|||
|
//
|
|||
|
// memoEdit1
|
|||
|
//
|
|||
|
this.memoEdit1.Location = new System.Drawing.Point(12, 58);
|
|||
|
this.memoEdit1.Name = "memoEdit1";
|
|||
|
this.memoEdit1.Size = new System.Drawing.Size(707, 289);
|
|||
|
this.memoEdit1.StyleController = this.layoutControl1;
|
|||
|
this.memoEdit1.TabIndex = 4;
|
|||
|
//
|
|||
|
// layoutControlItem2
|
|||
|
//
|
|||
|
this.layoutControlItem2.Control = this.memoEdit1;
|
|||
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 46);
|
|||
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|||
|
this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
|
|||
|
this.layoutControlItem2.Size = new System.Drawing.Size(711, 293);
|
|||
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem2.TextVisible = false;
|
|||
|
//
|
|||
|
// EntityToMssql
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(731, 359);
|
|||
|
this.Controls.Add(this.layoutControl1);
|
|||
|
this.Name = "EntityToMssql";
|
|||
|
this.Text = "EntityToMssql";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|||
|
this.layoutControl1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|||
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|||
|
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|||
|
}
|
|||
|
}
|