⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 SQL字段排序 检查SQL Server对字符集的支持。
💻 CS
字号:
namespace SQLSortList
{
    partial class Form1
    {
        /// <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.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tbSQL = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tbDBcn = new System.Windows.Forms.TextBox();
            this.butSelectRule = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.butSelectData = new System.Windows.Forms.Button();
            this.btnEixt = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tbColName = new System.Windows.Forms.TextBox();
            this.tbTableName = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tbSQL);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.tbDBcn);
            this.groupBox1.Controls.Add(this.butSelectRule);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(523, 170);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Gernerate SortItem File";
            // 
            // tbSQL
            // 
            this.tbSQL.Location = new System.Drawing.Point(21, 77);
            this.tbSQL.Name = "tbSQL";
            this.tbSQL.Size = new System.Drawing.Size(474, 21);
            this.tbSQL.TabIndex = 3;
            this.tbSQL.Text = "select RuleName from SortRules where RuleName like \'Ja%\'";
            this.toolTip1.SetToolTip(this.tbSQL, "表SortRules存储着排序规则");
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(19, 61);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(83, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "Sorting Rules";
            // 
            // tbDBcn
            // 
            this.tbDBcn.Location = new System.Drawing.Point(21, 36);
            this.tbDBcn.Name = "tbDBcn";
            this.tbDBcn.Size = new System.Drawing.Size(474, 21);
            this.tbDBcn.TabIndex = 1;
            this.tbDBcn.Text = "Data Source=lhentest\\mysql;Initial Catalog=SampleData;User ID=sa;password=sa";
            this.toolTip1.SetToolTip(this.tbDBcn, "DataSource设定SQLSERVER数据库实例;Inital Catalog设置数据库名称");
            // 
            // butSelectRule
            // 
            this.butSelectRule.Location = new System.Drawing.Point(378, 126);
            this.butSelectRule.Name = "butSelectRule";
            this.butSelectRule.Size = new System.Drawing.Size(102, 23);
            this.butSelectRule.TabIndex = 1;
            this.butSelectRule.Text = "&Gernerate";
            this.butSelectRule.UseVisualStyleBackColor = true;
            this.butSelectRule.Click += new System.EventHandler(this.butSelectRule_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(161, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "Database Connecting String";
            // 
            // butSelectData
            // 
            this.butSelectData.Location = new System.Drawing.Point(386, 58);
            this.butSelectData.Name = "butSelectData";
            this.butSelectData.Size = new System.Drawing.Size(94, 23);
            this.butSelectData.TabIndex = 2;
            this.butSelectData.Text = "&Start";
            this.butSelectData.UseVisualStyleBackColor = true;
            this.butSelectData.Click += new System.EventHandler(this.butSelectData_Click);
            // 
            // btnEixt
            // 
            this.btnEixt.Location = new System.Drawing.Point(398, 348);
            this.btnEixt.Name = "btnEixt";
            this.btnEixt.Size = new System.Drawing.Size(94, 23);
            this.btnEixt.TabIndex = 3;
            this.btnEixt.Text = "&Quit";
            this.btnEixt.UseVisualStyleBackColor = true;
            this.btnEixt.Click += new System.EventHandler(this.btnEixt_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tbColName);
            this.groupBox2.Controls.Add(this.tbTableName);
            this.groupBox2.Controls.Add(this.butSelectData);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Location = new System.Drawing.Point(12, 198);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(523, 125);
            this.groupBox2.TabIndex = 4;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Gernerate Test Data File";
            // 
            // tbColName
            // 
            this.tbColName.Location = new System.Drawing.Point(135, 60);
            this.tbColName.Name = "tbColName";
            this.tbColName.Size = new System.Drawing.Size(213, 21);
            this.tbColName.TabIndex = 3;
            this.tbColName.Text = "testdata";
            // 
            // tbTableName
            // 
            this.tbTableName.Location = new System.Drawing.Point(135, 27);
            this.tbTableName.Name = "tbTableName";
            this.tbTableName.Size = new System.Drawing.Size(213, 21);
            this.tbTableName.TabIndex = 2;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(32, 69);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 1;
            this.label4.Text = "ColumnName";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(32, 30);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "TableName";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(168, 348);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 5;
            this.button1.Text = "TestData";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(547, 383);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.btnEixt);
            this.Controls.Add(this.groupBox1);
            this.Name = "Form1";
            this.Text = "Sorting Test";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox tbDBcn;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox tbSQL;
        private System.Windows.Forms.Button butSelectRule;
        private System.Windows.Forms.Button butSelectData;
        private System.Windows.Forms.Button btnEixt;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox tbColName;
        private System.Windows.Forms.TextBox tbTableName;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ToolTip toolTip1;
        private System.Windows.Forms.Button button1;

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -