📄 frmcreateemisdb.cs
字号:
this.splitter1.Location = new System.Drawing.Point(0, 322);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(688, 3);
this.splitter1.TabIndex = 20;
this.splitter1.TabStop = false;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.dateTimePicker1);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.txtLogtb);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox3.Location = new System.Drawing.Point(0, 325);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(688, 196);
this.groupBox3.TabIndex = 19;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "日志";
//
// dateTimePicker1
//
this.dateTimePicker1.Enabled = false;
this.dateTimePicker1.Location = new System.Drawing.Point(300, 24);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.TabIndex = 4;
//
// label3
//
this.label3.Location = new System.Drawing.Point(236, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 23);
this.label3.TabIndex = 3;
this.label3.Text = "创建时间";
//
// txtLogtb
//
this.txtLogtb.Dock = System.Windows.Forms.DockStyle.Bottom;
this.txtLogtb.Location = new System.Drawing.Point(3, 49);
this.txtLogtb.Name = "txtLogtb";
this.txtLogtb.Size = new System.Drawing.Size(682, 144);
this.txtLogtb.TabIndex = 0;
this.txtLogtb.Text = "";
//
// ultraTabPageControl2
//
this.ultraTabPageControl2.Controls.Add(this.panel5);
this.ultraTabPageControl2.Controls.Add(this.splitter2);
this.ultraTabPageControl2.Controls.Add(this.groupBox1);
this.ultraTabPageControl2.Location = new System.Drawing.Point(0, 0);
this.ultraTabPageControl2.Name = "ultraTabPageControl2";
this.ultraTabPageControl2.Size = new System.Drawing.Size(688, 521);
//
// panel5
//
this.panel5.Controls.Add(this.groupBox4);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(688, 322);
this.panel5.TabIndex = 30;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.panel8);
this.groupBox4.Controls.Add(this.splitter6);
this.groupBox4.Controls.Add(this.splitter5);
this.groupBox4.Controls.Add(this.panel7);
this.groupBox4.Controls.Add(this.panel6);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(0, 0);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(688, 322);
this.groupBox4.TabIndex = 28;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "创建数据库";
//
// panel8
//
this.panel8.Controls.Add(this.rtxtsp);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(6, 52);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(679, 231);
this.panel8.TabIndex = 50;
//
// rtxtsp
//
this.rtxtsp.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtxtsp.Location = new System.Drawing.Point(0, 0);
this.rtxtsp.Name = "rtxtsp";
this.rtxtsp.Size = new System.Drawing.Size(679, 231);
this.rtxtsp.TabIndex = 5;
this.rtxtsp.Text = "";
//
// splitter6
//
this.splitter6.Dock = System.Windows.Forms.DockStyle.Top;
this.splitter6.Location = new System.Drawing.Point(6, 49);
this.splitter6.Name = "splitter6";
this.splitter6.Size = new System.Drawing.Size(679, 3);
this.splitter6.TabIndex = 49;
this.splitter6.TabStop = false;
//
// splitter5
//
this.splitter5.Location = new System.Drawing.Point(3, 49);
this.splitter5.Name = "splitter5";
this.splitter5.Size = new System.Drawing.Size(3, 234);
this.splitter5.TabIndex = 48;
this.splitter5.TabStop = false;
//
// panel7
//
this.panel7.Controls.Add(this.button6);
this.panel7.Controls.Add(this.label2);
this.panel7.Controls.Add(this.textBox2);
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
this.panel7.Location = new System.Drawing.Point(3, 17);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(682, 32);
this.panel7.TabIndex = 47;
//
// button6
//
this.button6.Location = new System.Drawing.Point(564, 5);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(32, 23);
this.button6.TabIndex = 42;
this.button6.Text = "...";
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// label2
//
this.label2.Location = new System.Drawing.Point(12, 5);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 20);
this.label2.TabIndex = 41;
this.label2.Text = "存储过程脚本";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(92, 5);
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(472, 21);
this.textBox2.TabIndex = 40;
this.textBox2.Text = "";
//
// panel6
//
this.panel6.Controls.Add(this.btn_Finish);
this.panel6.Controls.Add(this.Btn_Excut1);
this.panel6.Controls.Add(this.button4);
this.panel6.Controls.Add(this.bnt_check1);
this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel6.Location = new System.Drawing.Point(3, 283);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(682, 36);
this.panel6.TabIndex = 46;
//
// btn_Finish
//
this.btn_Finish.Location = new System.Drawing.Point(351, 7);
this.btn_Finish.Name = "btn_Finish";
this.btn_Finish.TabIndex = 49;
this.btn_Finish.Text = "完成";
this.btn_Finish.Click += new System.EventHandler(this.btn_Finish_Click);
//
// Btn_Excut1
//
this.Btn_Excut1.Location = new System.Drawing.Point(267, 7);
this.Btn_Excut1.Name = "Btn_Excut1";
this.Btn_Excut1.TabIndex = 48;
this.Btn_Excut1.Text = "执行";
this.Btn_Excut1.Click += new System.EventHandler(this.Btn_Excut1_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(91, 7);
this.button4.Name = "button4";
this.button4.TabIndex = 47;
this.button4.Text = "上一步";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// bnt_check1
//
this.bnt_check1.Location = new System.Drawing.Point(179, 7);
this.bnt_check1.Name = "bnt_check1";
this.bnt_check1.TabIndex = 46;
this.bnt_check1.Text = "修改/保存";
this.bnt_check1.Click += new System.EventHandler(this.bnt_check1_Click);
//
// splitter2
//
this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.splitter2.Location = new System.Drawing.Point(0, 322);
this.splitter2.Name = "splitter2";
this.splitter2.Size = new System.Drawing.Size(688, 3);
this.splitter2.TabIndex = 29;
this.splitter2.TabStop = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dateTimePicker2);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtLogsp);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox1.Location = new System.Drawing.Point(0, 325);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(688, 196);
this.groupBox1.TabIndex = 28;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "日志";
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(300, 24);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.TabIndex = 4;
//
// label4
//
this.label4.Location = new System.Drawing.Point(236, 24);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 23);
this.label4.TabIndex = 3;
this.label4.Text = "创建时间";
//
// txtLogsp
//
this.txtLogsp.Dock = System.Windows.Forms.DockStyle.Bottom;
this.txtLogsp.Location = new System.Drawing.Point(3, 53);
this.txtLogsp.Name = "txtLogsp";
this.txtLogsp.Size = new System.Drawing.Size(682, 140);
this.txtLogsp.TabIndex = 0;
this.txtLogsp.Text = "";
//
// tabPage1
//
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(200, 203);
this.tabPage1.TabIndex = 1;
//
// TabControl
//
this.TabControl.Controls.Add(this.ultraTabSharedControlsPage1);
this.TabControl.Controls.Add(this.tpCreateTable);
this.TabControl.Controls.Add(this.ultraTabPageControl2);
this.TabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.TabControl.Location = new System.Drawing.Point(0, 0);
this.TabControl.Name = "TabControl";
this.TabControl.SharedControlsPage = this.ultraTabSharedControlsPage1;
this.TabControl.Size = new System.Drawing.Size(688, 521);
this.TabControl.Style = DS.Win.UltraWinTabControl.UltraTabControlStyle.Wizard;
this.TabControl.TabIndex = 23;
ultraTab1.Key = "tabCreateTable";
ultraTab1.TabPage = this.tpCreateTable;
ultraTab2.Key = "tabCreateSP";
ultraTab2.TabPage = this.ultraTabPageControl2;
this.TabControl.Tabs.AddRange(new DS.Win.UltraWinTabControl.UltraTab[] {
ultraTab1,
ultraTab2});
this.TabControl.ViewStyle = DS.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
//
// ultraTabSharedControlsPage1
//
this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(688, 521);
//
// FrmCreateEMISDB
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(688, 521);
this.Controls.Add(this.TabControl);
this.Name = "FrmCreateEMISDB";
this.Text = "创建数据库";
this.Load += new System.EventHandler(this.FrmCreateEMISDB_Load);
this.tpCreateTable.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.ultraTabPageControl2.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.TabControl)).EndInit();
this.TabControl.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private void button4_Click(object sender, System.EventArgs e)
{
this.TabControl.Tabs["tabCreateTable"].Selected = true;
}
private void Btn_Cancel_Click(object sender, System.EventArgs e)
{
this.TabControl.Tabs["tabCreateSP"].Selected = true;
}
private void Btn_Check_Click(object sender, System.EventArgs e)
{
//检测脚本语法
}
private void bnt_check1_Click(object sender, System.EventArgs e)
{
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -