namespace CSFramework.DBTester
{
partial class frmTestDB
{
///
/// 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()
{
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.txtResult = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button13 = new System.Windows.Forms.Button();
this.button19 = new System.Windows.Forms.Button();
this.button18 = new System.Windows.Forms.Button();
this.button17 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.txtConn = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button16 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.btnMSSQL = new System.Windows.Forms.Button();
this.btnMySql = new System.Windows.Forms.Button();
this.button20 = new System.Windows.Forms.Button();
this.button21 = new System.Windows.Forms.Button();
this.button22 = new System.Windows.Forms.Button();
this.button23 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(15, 504);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(543, 165);
this.dataGridView1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(10, 20);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(103, 41);
this.button1.TabIndex = 1;
this.button1.Text = "IDatabase";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(254, 20);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(222, 41);
this.button2.TabIndex = 1;
this.button2.Text = "DataProviderFactory.GetFactory";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// txtResult
//
this.txtResult.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.txtResult.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtResult.Location = new System.Drawing.Point(564, 265);
this.txtResult.Multiline = true;
this.txtResult.Name = "txtResult";
this.txtResult.ReadOnly = true;
this.txtResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtResult.Size = new System.Drawing.Size(332, 404);
this.txtResult.TabIndex = 2;
//
// button3
//
this.button3.Location = new System.Drawing.Point(119, 20);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(129, 41);
this.button3.TabIndex = 3;
this.button3.Text = "CreateDatabase";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(10, 65);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(103, 41);
this.button4.TabIndex = 1;
this.button4.Text = "GetTable";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(119, 65);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(129, 41);
this.button5.TabIndex = 1;
this.button5.Text = "SetTimeOut";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(6, 33);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(176, 41);
this.button6.TabIndex = 3;
this.button6.Text = "DbCommandGenerator-提交DataTable";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(6, 80);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(176, 41);
this.button7.TabIndex = 3;
this.button7.Text = "DbCommandGenerator-提交DataSet(事务)";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(6, 127);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(176, 41);
this.button8.TabIndex = 3;
this.button8.Text = "DbFramework.Add";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button9
//
this.button9.Location = new System.Drawing.Point(207, 33);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(166, 41);
this.button9.TabIndex = 3;
this.button9.Text = "DbFramework.Update";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(207, 127);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(166, 41);
this.button10.TabIndex = 3;
this.button10.Text = "DbFramework.Delete";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button11
//
this.button11.Location = new System.Drawing.Point(207, 80);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(166, 41);
this.button11.TabIndex = 3;
this.button11.Text = "DbFramework.UpdateList";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
this.button11.ChangeUICues += new System.Windows.Forms.UICuesEventHandler(this.button11_ChangeUICues);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button6);
this.groupBox1.Controls.Add(this.button7);
this.groupBox1.Controls.Add(this.button13);
this.groupBox1.Controls.Add(this.button19);
this.groupBox1.Controls.Add(this.button8);
this.groupBox1.Controls.Add(this.button18);
this.groupBox1.Controls.Add(this.button17);
this.groupBox1.Controls.Add(this.button14);
this.groupBox1.Controls.Add(this.button9);
this.groupBox1.Controls.Add(this.button10);
this.groupBox1.Controls.Add(this.button12);
this.groupBox1.Controls.Add(this.button11);
this.groupBox1.Location = new System.Drawing.Point(14, 233);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(544, 265);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "(MSSQL) DbCommandGenerator/DbFramework测试";
//
// button13
//
this.button13.Location = new System.Drawing.Point(6, 218);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(176, 41);
this.button13.TabIndex = 3;
this.button13.Text = "DbFramework.AddList\r\n (事务)";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// button19
//
this.button19.Location = new System.Drawing.Point(6, 171);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(176, 41);
this.button19.TabIndex = 3;
this.button19.Text = "DbFramework.Add-Update";
this.button19.UseVisualStyleBackColor = true;
this.button19.Click += new System.EventHandler(this.button19_Click);
//
// button18
//
this.button18.Location = new System.Drawing.Point(378, 127);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(159, 41);
this.button18.TabIndex = 3;
this.button18.Text = "mysql - 测试Timestamp主键并发";
this.button18.UseVisualStyleBackColor = true;
this.button18.Click += new System.EventHandler(this.button18_Click);
//
// button17
//
this.button17.Location = new System.Drawing.Point(378, 80);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(159, 41);
this.button17.TabIndex = 3;
this.button17.Text = "mysql - DbFramework测试特殊数据类型";
this.button17.UseVisualStyleBackColor = true;
this.button17.Click += new System.EventHandler(this.button17_Click);
//
// button14
//
this.button14.Location = new System.Drawing.Point(379, 33);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(159, 41);
this.button14.TabIndex = 3;
this.button14.Text = "DbFramework测试特殊数据类型";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(207, 174);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(166, 41);
this.button12.TabIndex = 3;
this.button12.Text = "DbFramework.DeleteList";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
this.button12.ChangeUICues += new System.Windows.Forms.UICuesEventHandler(this.button11_ChangeUICues);
//
// txtConn
//
this.txtConn.Location = new System.Drawing.Point(13, 41);
this.txtConn.Multiline = true;
this.txtConn.Name = "txtConn";
this.txtConn.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtConn.Size = new System.Drawing.Size(862, 50);
this.txtConn.TabIndex = 2;
this.txtConn.Text = "Server=.;Database=CSFrameworkV5_Normal;User ID=sa;Password=test; Max Pool Size=51" +
"2; Pooling=true;Connect Timeout=30";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 5;
this.label1.Text = "连接字符串:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(564, 236);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 5;
this.label2.Text = "操作结果:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.button23);
this.groupBox2.Controls.Add(this.button4);
this.groupBox2.Controls.Add(this.button16);
this.groupBox2.Controls.Add(this.button15);
this.groupBox2.Controls.Add(this.button5);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Location = new System.Drawing.Point(20, 97);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(661, 125);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "IDatabase 测试";
//
// button16
//
this.button16.Location = new System.Drawing.Point(389, 65);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(129, 41);
this.button16.TabIndex = 1;
this.button16.Text = "测试MySQLDateTime";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// button15
//
this.button15.Location = new System.Drawing.Point(254, 65);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(129, 41);
this.button15.TabIndex = 1;
this.button15.Text = "测试MySQLDateTime";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// btnMSSQL
//
this.btnMSSQL.Location = new System.Drawing.Point(114, 6);
this.btnMSSQL.Name = "btnMSSQL";
this.btnMSSQL.Size = new System.Drawing.Size(63, 31);
this.btnMSSQL.TabIndex = 7;
this.btnMSSQL.Text = "MSSQL";
this.btnMSSQL.UseVisualStyleBackColor = true;
this.btnMSSQL.Click += new System.EventHandler(this.btnMSSQL_Click);
//
// btnMySql
//
this.btnMySql.Location = new System.Drawing.Point(183, 6);
this.btnMySql.Name = "btnMySql";
this.btnMySql.Size = new System.Drawing.Size(63, 31);
this.btnMySql.TabIndex = 7;
this.btnMySql.Text = "MySql";
this.btnMySql.UseVisualStyleBackColor = true;
this.btnMySql.Click += new System.EventHandler(this.btnMySql_Click);
//
// button20
//
this.button20.Location = new System.Drawing.Point(687, 97);
this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(172, 41);
this.button20.TabIndex = 3;
this.button20.Text = "meta_GetTableNamesList";
this.button20.UseVisualStyleBackColor = true;
this.button20.Click += new System.EventHandler(this.button20_Click);
//
// button21
//
this.button21.Location = new System.Drawing.Point(687, 144);
this.button21.Name = "button21";
this.button21.Size = new System.Drawing.Size(172, 41);
this.button21.TabIndex = 3;
this.button21.Text = "meta_GetDatabaseList";
this.button21.UseVisualStyleBackColor = true;
this.button21.Click += new System.EventHandler(this.button21_Click);
//
// button22
//
this.button22.Location = new System.Drawing.Point(687, 191);
this.button22.Name = "button22";
this.button22.Size = new System.Drawing.Size(172, 41);
this.button22.TabIndex = 3;
this.button22.Text = "meta_GetTableStruList";
this.button22.UseVisualStyleBackColor = true;
this.button22.Click += new System.EventHandler(this.button22_Click);
//
// button23
//
this.button23.Location = new System.Drawing.Point(482, 20);
this.button23.Name = "button23";
this.button23.Size = new System.Drawing.Size(103, 41);
this.button23.TabIndex = 1;
this.button23.Text = "GetTop";
this.button23.UseVisualStyleBackColor = true;
this.button23.Click += new System.EventHandler(this.button23_Click);
//
// frmTestDB
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(904, 681);
this.Controls.Add(this.btnMySql);
this.Controls.Add(this.btnMSSQL);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.txtConn);
this.Controls.Add(this.txtResult);
this.Controls.Add(this.button22);
this.Controls.Add(this.button21);
this.Controls.Add(this.button20);
this.Controls.Add(this.dataGridView1);
this.Name = "frmTestDB";
this.Text = "CSFramework.DB测试程序";
this.Load += new System.EventHandler(this.frmTestDB_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox txtResult;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.TextBox txtConn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button btnMSSQL;
private System.Windows.Forms.Button btnMySql;
private System.Windows.Forms.Button button19;
private System.Windows.Forms.Button button20;
private System.Windows.Forms.Button button21;
private System.Windows.Forms.Button button22;
private System.Windows.Forms.Button button23;
}
}