namespace UAS_Tools_HY { partial class RulesList { /// /// 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.Submit = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // Submit // this.Submit.Cursor = System.Windows.Forms.Cursors.Hand; this.Submit.Location = new System.Drawing.Point(227, 386); this.Submit.Name = "Submit"; this.Submit.Size = new System.Drawing.Size(127, 46); this.Submit.TabIndex = 0; this.Submit.Text = "提交"; this.Submit.UseVisualStyleBackColor = true; this.Submit.Click += new System.EventHandler(this.Submit_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(51, 37); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 24); this.label1.TabIndex = 1; this.label1.Text = "规则名称"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(51, 93); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 24); this.label2.TabIndex = 2; this.label2.Text = "规则内容"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(83, 150); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(46, 24); this.label3.TabIndex = 3; this.label3.Text = "备注"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(164, 34); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(331, 31); this.textBox1.TabIndex = 4; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(164, 90); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(331, 31); this.textBox2.TabIndex = 5; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(164, 147); this.textBox3.Multiline = true; this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(331, 205); this.textBox3.TabIndex = 6; // // RulesList // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(578, 444); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.Submit); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.Name = "RulesList"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "RulesList"; this.Load += new System.EventHandler(this.RulesList_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Submit; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; } }