namespace CSFramework.DBTester { partial class frmSQLConcurrentTester { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSQLConcurrentTester)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbConnLocal = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.chkPooling = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.pb = new System.Windows.Forms.ProgressBar(); this.lblTime = new System.Windows.Forms.Label(); this.btnTest = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtResult = new System.Windows.Forms.TextBox(); this.lblProgress = new System.Windows.Forms.Label(); this.txtConns = new System.Windows.Forms.TextBox(); this.txtThreads = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtRunThreads = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.chkPooling); this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.rbConnLocal); this.groupBox1.Location = new System.Drawing.Point(12, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(635, 63); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // rbConnLocal // this.rbConnLocal.AutoSize = true; this.rbConnLocal.Checked = true; this.rbConnLocal.Location = new System.Drawing.Point(18, 26); this.rbConnLocal.Name = "rbConnLocal"; this.rbConnLocal.Size = new System.Drawing.Size(83, 16); this.rbConnLocal.TabIndex = 0; this.rbConnLocal.TabStop = true; this.rbConnLocal.Text = "本地数据库"; this.rbConnLocal.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(142, 26); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(113, 16); this.radioButton2.TabIndex = 1; this.radioButton2.Text = "阿里云ECS服务器"; this.radioButton2.UseVisualStyleBackColor = true; // // chkPooling // this.chkPooling.AutoSize = true; this.chkPooling.Location = new System.Drawing.Point(281, 26); this.chkPooling.Name = "chkPooling"; this.chkPooling.Size = new System.Drawing.Size(179, 16); this.chkPooling.TabIndex = 1; this.chkPooling.Text = "启用连接池(Pooling=True)"; this.chkPooling.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(69, 79); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 12); this.label1.TabIndex = 1; this.label1.Text = "SQL连接数据:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 105); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(137, 12); this.label2.TabIndex = 1; this.label2.Text = "模拟用户端(线程)数:"; // // pb // this.pb.Location = new System.Drawing.Point(227, 74); this.pb.Name = "pb"; this.pb.Size = new System.Drawing.Size(420, 49); this.pb.TabIndex = 2; // // lblTime // this.lblTime.AutoSize = true; this.lblTime.Location = new System.Drawing.Point(152, 415); this.lblTime.Name = "lblTime"; this.lblTime.Size = new System.Drawing.Size(41, 12); this.lblTime.TabIndex = 1; this.lblTime.Text = "用时:"; // // btnTest // this.btnTest.Image = ((System.Drawing.Image)(resources.GetObject("btnTest.Image"))); this.btnTest.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnTest.Location = new System.Drawing.Point(227, 129); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(119, 43); this.btnTest.TabIndex = 3; this.btnTest.Text = " 开始测试"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(83, 181); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 1; this.label4.Text = "线程信息:"; // // txtResult // this.txtResult.Location = new System.Drawing.Point(154, 178); this.txtResult.Multiline = true; this.txtResult.Name = "txtResult"; this.txtResult.ReadOnly = true; this.txtResult.Size = new System.Drawing.Size(493, 226); this.txtResult.TabIndex = 4; // // lblProgress // this.lblProgress.AutoSize = true; this.lblProgress.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblProgress.Location = new System.Drawing.Point(566, 129); this.lblProgress.Name = "lblProgress"; this.lblProgress.Size = new System.Drawing.Size(28, 14); this.lblProgress.TabIndex = 1; this.lblProgress.Text = "0/0"; // // txtConns // this.txtConns.Location = new System.Drawing.Point(154, 74); this.txtConns.Name = "txtConns"; this.txtConns.Size = new System.Drawing.Size(67, 21); this.txtConns.TabIndex = 5; this.txtConns.Text = "10000"; // // txtThreads // this.txtThreads.Location = new System.Drawing.Point(154, 102); this.txtThreads.Name = "txtThreads"; this.txtThreads.Size = new System.Drawing.Size(67, 21); this.txtThreads.TabIndex = 5; this.txtThreads.Text = "150"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(75, 132); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 1; this.label3.Text = "已启动线程:"; // // txtRunThreads // this.txtRunThreads.Location = new System.Drawing.Point(154, 129); this.txtRunThreads.Name = "txtRunThreads"; this.txtRunThreads.ReadOnly = true; this.txtRunThreads.Size = new System.Drawing.Size(67, 21); this.txtRunThreads.TabIndex = 5; this.txtRunThreads.Text = "0"; // // frmSQLConcurrentTester // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(699, 446); this.Controls.Add(this.txtRunThreads); this.Controls.Add(this.txtThreads); this.Controls.Add(this.txtConns); this.Controls.Add(this.txtResult); this.Controls.Add(this.btnTest); this.Controls.Add(this.pb); this.Controls.Add(this.lblProgress); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.lblTime); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox1); this.Name = "frmSQLConcurrentTester"; this.Text = "C/S架构快速开发框架SQL并发测试压力测试(2021版)"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton chkPooling; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton rbConnLocal; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ProgressBar pb; private System.Windows.Forms.Label lblTime; private System.Windows.Forms.Button btnTest; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtResult; private System.Windows.Forms.Label lblProgress; private System.Windows.Forms.TextBox txtConns; private System.Windows.Forms.TextBox txtThreads; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtRunThreads; } }