123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- namespace CreateTableColumnFile
- {
- partial class frmMain
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tpBaseInfo = new System.Windows.Forms.TabPage();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
- this.btTestConn = new System.Windows.Forms.Button();
- this.tpOperation = new System.Windows.Forms.TabPage();
- this.button1 = new System.Windows.Forms.Button();
- this.btCreateTC = new System.Windows.Forms.Button();
- this.btnTableColumns = new System.Windows.Forms.Button();
- this.btnTables = new System.Windows.Forms.Button();
- this.btTableColumns = new System.Windows.Forms.Button();
- this.btCreateTableList = new System.Windows.Forms.Button();
- this.btLoadTables = new System.Windows.Forms.Button();
- this.btCreatClass = new System.Windows.Forms.Button();
- this.btCreate = new System.Windows.Forms.Button();
- this.btRightToLeft = new System.Windows.Forms.Button();
- this.btLeftToRight = new System.Windows.Forms.Button();
- this.lbDesc = new System.Windows.Forms.ListBox();
- this.lbSource = new System.Windows.Forms.ListBox();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.tabControl1.SuspendLayout();
- this.tpBaseInfo.SuspendLayout();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.tpOperation.SuspendLayout();
- this.SuspendLayout();
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tpBaseInfo);
- this.tabControl1.Controls.Add(this.tpOperation);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(620, 410);
- this.tabControl1.TabIndex = 1;
- //
- // tpBaseInfo
- //
- this.tpBaseInfo.Controls.Add(this.splitContainer1);
- this.tpBaseInfo.Location = new System.Drawing.Point(4, 22);
- this.tpBaseInfo.Name = "tpBaseInfo";
- this.tpBaseInfo.Padding = new System.Windows.Forms.Padding(3);
- this.tpBaseInfo.Size = new System.Drawing.Size(612, 384);
- this.tpBaseInfo.TabIndex = 0;
- this.tpBaseInfo.Text = "基本参数";
- this.tpBaseInfo.UseVisualStyleBackColor = true;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(3, 3);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.propertyGrid1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.btTestConn);
- this.splitContainer1.Size = new System.Drawing.Size(606, 378);
- this.splitContainer1.SplitterDistance = 414;
- this.splitContainer1.TabIndex = 2;
- //
- // propertyGrid1
- //
- this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
- this.propertyGrid1.Name = "propertyGrid1";
- this.propertyGrid1.Size = new System.Drawing.Size(414, 378);
- this.propertyGrid1.TabIndex = 0;
- //
- // btTestConn
- //
- this.btTestConn.Location = new System.Drawing.Point(46, 32);
- this.btTestConn.Name = "btTestConn";
- this.btTestConn.Size = new System.Drawing.Size(109, 25);
- this.btTestConn.TabIndex = 1;
- this.btTestConn.Text = "测试连接";
- this.btTestConn.UseVisualStyleBackColor = true;
- this.btTestConn.Click += new System.EventHandler(this.btTestConn_Click);
- //
- // tpOperation
- //
- this.tpOperation.Controls.Add(this.button1);
- this.tpOperation.Controls.Add(this.btCreateTC);
- this.tpOperation.Controls.Add(this.btnTableColumns);
- this.tpOperation.Controls.Add(this.btnTables);
- this.tpOperation.Controls.Add(this.btTableColumns);
- this.tpOperation.Controls.Add(this.btCreateTableList);
- this.tpOperation.Controls.Add(this.btLoadTables);
- this.tpOperation.Controls.Add(this.btCreatClass);
- this.tpOperation.Controls.Add(this.btCreate);
- this.tpOperation.Controls.Add(this.btRightToLeft);
- this.tpOperation.Controls.Add(this.btLeftToRight);
- this.tpOperation.Controls.Add(this.lbDesc);
- this.tpOperation.Controls.Add(this.lbSource);
- this.tpOperation.Location = new System.Drawing.Point(4, 22);
- this.tpOperation.Name = "tpOperation";
- this.tpOperation.Padding = new System.Windows.Forms.Padding(3);
- this.tpOperation.Size = new System.Drawing.Size(612, 384);
- this.tpOperation.TabIndex = 1;
- this.tpOperation.Text = "生成操作";
- this.tpOperation.UseVisualStyleBackColor = true;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(325, 32);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(96, 25);
- this.button1.TabIndex = 19;
- this.button1.Text = "生成更新记录集合";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // btCreateTC
- //
- this.btCreateTC.Location = new System.Drawing.Point(244, 298);
- this.btCreateTC.Name = "btCreateTC";
- this.btCreateTC.Size = new System.Drawing.Size(75, 50);
- this.btCreateTC.TabIndex = 18;
- this.btCreateTC.Text = "创建TC";
- this.btCreateTC.UseVisualStyleBackColor = true;
- this.btCreateTC.Click += new System.EventHandler(this.btCreateTC_Click);
- //
- // btnTableColumns
- //
- this.btnTableColumns.Location = new System.Drawing.Point(244, 242);
- this.btnTableColumns.Name = "btnTableColumns";
- this.btnTableColumns.Size = new System.Drawing.Size(75, 50);
- this.btnTableColumns.TabIndex = 17;
- this.btnTableColumns.Text = "未创建TC";
- this.btnTableColumns.UseVisualStyleBackColor = true;
- this.btnTableColumns.Click += new System.EventHandler(this.btnTableColumns_Click);
- //
- // btnTables
- //
- this.btnTables.Location = new System.Drawing.Point(244, 191);
- this.btnTables.Name = "btnTables";
- this.btnTables.Size = new System.Drawing.Size(75, 35);
- this.btnTables.TabIndex = 16;
- this.btnTables.Text = "未创建Tables";
- this.btnTables.UseVisualStyleBackColor = true;
- this.btnTables.Click += new System.EventHandler(this.btnTables_Click);
- //
- // btTableColumns
- //
- this.btTableColumns.Location = new System.Drawing.Point(199, 6);
- this.btTableColumns.Name = "btTableColumns";
- this.btTableColumns.Size = new System.Drawing.Size(68, 25);
- this.btTableColumns.TabIndex = 15;
- this.btTableColumns.Text = "表字段";
- this.btTableColumns.UseVisualStyleBackColor = true;
- this.btTableColumns.Click += new System.EventHandler(this.btTableColumns_Click);
- //
- // btCreateTableList
- //
- this.btCreateTableList.Location = new System.Drawing.Point(108, 6);
- this.btCreateTableList.Name = "btCreateTableList";
- this.btCreateTableList.Size = new System.Drawing.Size(68, 25);
- this.btCreateTableList.TabIndex = 14;
- this.btCreateTableList.Text = "表列表";
- this.btCreateTableList.UseVisualStyleBackColor = true;
- this.btCreateTableList.Click += new System.EventHandler(this.btCreateTableList_Click);
- //
- // btLoadTables
- //
- this.btLoadTables.Location = new System.Drawing.Point(12, 6);
- this.btLoadTables.Name = "btLoadTables";
- this.btLoadTables.Size = new System.Drawing.Size(68, 25);
- this.btLoadTables.TabIndex = 13;
- this.btLoadTables.Text = "加载表";
- this.btLoadTables.UseVisualStyleBackColor = true;
- this.btLoadTables.Click += new System.EventHandler(this.btLoadTables_Click);
- //
- // btCreatClass
- //
- this.btCreatClass.Location = new System.Drawing.Point(442, 6);
- this.btCreatClass.Name = "btCreatClass";
- this.btCreatClass.Size = new System.Drawing.Size(107, 25);
- this.btCreatClass.TabIndex = 12;
- this.btCreatClass.Text = "创建表对象";
- this.btCreatClass.UseVisualStyleBackColor = true;
- this.btCreatClass.Click += new System.EventHandler(this.btCreatClass_Click);
- //
- // btCreate
- //
- this.btCreate.Location = new System.Drawing.Point(325, 1);
- this.btCreate.Name = "btCreate";
- this.btCreate.Size = new System.Drawing.Size(96, 25);
- this.btCreate.TabIndex = 5;
- this.btCreate.Text = "生成记录集合";
- this.btCreate.UseVisualStyleBackColor = true;
- this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
- //
- // btRightToLeft
- //
- this.btRightToLeft.Location = new System.Drawing.Point(244, 127);
- this.btRightToLeft.Name = "btRightToLeft";
- this.btRightToLeft.Size = new System.Drawing.Size(75, 31);
- this.btRightToLeft.TabIndex = 3;
- this.btRightToLeft.Text = "<";
- this.btRightToLeft.UseVisualStyleBackColor = true;
- this.btRightToLeft.Click += new System.EventHandler(this.btRightToLeft_Click);
- //
- // btLeftToRight
- //
- this.btLeftToRight.Location = new System.Drawing.Point(244, 70);
- this.btLeftToRight.Name = "btLeftToRight";
- this.btLeftToRight.Size = new System.Drawing.Size(75, 31);
- this.btLeftToRight.TabIndex = 2;
- this.btLeftToRight.Text = ">";
- this.btLeftToRight.UseVisualStyleBackColor = true;
- this.btLeftToRight.Click += new System.EventHandler(this.btLeftToRight_Click);
- //
- // lbDesc
- //
- this.lbDesc.FormattingEnabled = true;
- this.lbDesc.Location = new System.Drawing.Point(325, 58);
- this.lbDesc.Name = "lbDesc";
- this.lbDesc.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
- this.lbDesc.Size = new System.Drawing.Size(262, 316);
- this.lbDesc.TabIndex = 1;
- //
- // lbSource
- //
- this.lbSource.FormattingEnabled = true;
- this.lbSource.Location = new System.Drawing.Point(13, 58);
- this.lbSource.Name = "lbSource";
- this.lbSource.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
- this.lbSource.Size = new System.Drawing.Size(225, 316);
- this.lbSource.Sorted = true;
- this.lbSource.TabIndex = 0;
- this.lbSource.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lbSource_KeyDown);
- //
- // richTextBox1
- //
- this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.richTextBox1.Location = new System.Drawing.Point(0, 410);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(620, 105);
- this.richTextBox1.TabIndex = 5;
- this.richTextBox1.Text = "";
- //
- // frmMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(620, 515);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.richTextBox1);
- this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Name = "frmMain";
- this.Text = "表对象生成器";
- this.tabControl1.ResumeLayout(false);
- this.tpBaseInfo.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.ResumeLayout(false);
- this.tpOperation.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tpBaseInfo;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.PropertyGrid propertyGrid1;
- private System.Windows.Forms.TabPage tpOperation;
- private System.Windows.Forms.Button btRightToLeft;
- private System.Windows.Forms.Button btLeftToRight;
- private System.Windows.Forms.ListBox lbDesc;
- private System.Windows.Forms.ListBox lbSource;
- private System.Windows.Forms.Button btCreate;
- private System.Windows.Forms.Button btTestConn;
- private System.Windows.Forms.Button btLoadTables;
- private System.Windows.Forms.Button btCreatClass;
- private System.Windows.Forms.Button btCreateTableList;
- private System.Windows.Forms.RichTextBox richTextBox1;
- private System.Windows.Forms.Button btTableColumns;
- private System.Windows.Forms.Button btnTables;
- private System.Windows.Forms.Button btnTableColumns;
- private System.Windows.Forms.Button btCreateTC;
- private System.Windows.Forms.Button button1;
- }
- }
|