namespace _15_2 { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.NameBox = new System.Windows.Forms.TextBox(); this.Sports = new System.Windows.Forms.CheckBox(); this.Music = new System.Windows.Forms.CheckBox(); this.Male = new System.Windows.Forms.RadioButton(); this.Female = new System.Windows.Forms.RadioButton(); this.Major = new System.Windows.Forms.ListBox(); this.PassWord = new System.Windows.Forms.TextBox(); this.School = new System.Windows.Forms.ComboBox(); this.literary = new System.Windows.Forms.CheckBox(); this.Manage = new System.Windows.Forms.CheckBox(); this.Submit = new System.Windows.Forms.Button(); this.MessageBox = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("黑体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(210, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(124, 28); this.label1.TabIndex = 0; this.label1.Text = "学生注册"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(35, 76); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(62, 18); this.label2.TabIndex = 1; this.label2.Text = "姓名:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(38, 134); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 18); this.label3.TabIndex = 2; this.label3.Text = "性别"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(38, 200); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(44, 18); this.label4.TabIndex = 3; this.label4.Text = "专业"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(290, 68); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(44, 18); this.label5.TabIndex = 4; this.label5.Text = "密码"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(290, 125); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(44, 18); this.label6.TabIndex = 5; this.label6.Text = "学校"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(290, 191); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(44, 18); this.label7.TabIndex = 6; this.label7.Text = "爱好"; // // NameBox // this.NameBox.Location = new System.Drawing.Point(95, 64); this.NameBox.Name = "NameBox"; this.NameBox.Size = new System.Drawing.Size(164, 28); this.NameBox.TabIndex = 7; // // Sports // this.Sports.AutoSize = true; this.Sports.Location = new System.Drawing.Point(351, 190); this.Sports.Name = "Sports"; this.Sports.Size = new System.Drawing.Size(70, 22); this.Sports.TabIndex = 8; this.Sports.Text = "体育"; this.Sports.UseVisualStyleBackColor = true; // // Music // this.Music.AutoSize = true; this.Music.Location = new System.Drawing.Point(428, 190); this.Music.Name = "Music"; this.Music.Size = new System.Drawing.Size(70, 22); this.Music.TabIndex = 9; this.Music.Text = "音乐"; this.Music.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.Music.UseVisualStyleBackColor = true; // // Male // this.Male.AutoSize = true; this.Male.Location = new System.Drawing.Point(89, 133); this.Male.Name = "Male"; this.Male.Size = new System.Drawing.Size(51, 22); this.Male.TabIndex = 10; this.Male.TabStop = true; this.Male.Text = "男"; this.Male.UseVisualStyleBackColor = true; // // Female // this.Female.AutoSize = true; this.Female.Location = new System.Drawing.Point(158, 134); this.Female.Name = "Female"; this.Female.Size = new System.Drawing.Size(51, 22); this.Female.TabIndex = 11; this.Female.TabStop = true; this.Female.Text = "女"; this.Female.UseVisualStyleBackColor = true; // // Major // this.Major.FormattingEnabled = true; this.Major.ItemHeight = 18; this.Major.Items.AddRange(new object[] { "计算机", "商务英语", "工商管理", "对外汉语", "经济管理", "建筑工程"}); this.Major.Location = new System.Drawing.Point(89, 200); this.Major.Name = "Major"; this.Major.Size = new System.Drawing.Size(100, 112); this.Major.TabIndex = 12; // // PassWord // this.PassWord.Location = new System.Drawing.Point(341, 63); this.PassWord.Name = "PassWord"; this.PassWord.Size = new System.Drawing.Size(191, 28); this.PassWord.TabIndex = 13; this.PassWord.UseSystemPasswordChar = true; // // School // this.School.FormattingEnabled = true; this.School.Items.AddRange(new object[] { "复旦大学", "上海交大", "华东师大", "同济大学"}); this.School.Location = new System.Drawing.Point(341, 125); this.School.Name = "School"; this.School.Size = new System.Drawing.Size(191, 26); this.School.TabIndex = 14; // // literary // this.literary.AutoSize = true; this.literary.Location = new System.Drawing.Point(351, 233); this.literary.Name = "literary"; this.literary.Size = new System.Drawing.Size(70, 22); this.literary.TabIndex = 15; this.literary.Text = "文艺"; this.literary.UseVisualStyleBackColor = true; // // Manage // this.Manage.AutoSize = true; this.Manage.Location = new System.Drawing.Point(428, 233); this.Manage.Name = "Manage"; this.Manage.Size = new System.Drawing.Size(70, 22); this.Manage.TabIndex = 16; this.Manage.Text = "管理"; this.Manage.UseVisualStyleBackColor = true; // // Submit // this.Submit.Location = new System.Drawing.Point(293, 261); this.Submit.Name = "Submit"; this.Submit.Size = new System.Drawing.Size(259, 51); this.Submit.TabIndex = 17; this.Submit.Text = "提交"; this.Submit.UseVisualStyleBackColor = true; this.Submit.Click += new System.EventHandler(this.Submit_Click); // // MessageBox // this.MessageBox.AutoSize = true; this.MessageBox.Location = new System.Drawing.Point(50, 326); this.MessageBox.Name = "MessageBox"; this.MessageBox.Size = new System.Drawing.Size(0, 18); this.MessageBox.TabIndex = 18; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(588, 513); this.Controls.Add(this.MessageBox); this.Controls.Add(this.Submit); this.Controls.Add(this.Manage); this.Controls.Add(this.literary); this.Controls.Add(this.School); this.Controls.Add(this.PassWord); this.Controls.Add(this.Major); this.Controls.Add(this.Female); this.Controls.Add(this.Male); this.Controls.Add(this.Music); this.Controls.Add(this.Sports); this.Controls.Add(this.NameBox); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox NameBox; private System.Windows.Forms.CheckBox Sports; private System.Windows.Forms.CheckBox Music; private System.Windows.Forms.RadioButton Male; private System.Windows.Forms.RadioButton Female; private System.Windows.Forms.ListBox Major; private System.Windows.Forms.TextBox PassWord; private System.Windows.Forms.ComboBox School; private System.Windows.Forms.CheckBox literary; private System.Windows.Forms.CheckBox Manage; private System.Windows.Forms.Button Submit; private System.Windows.Forms.Label MessageBox; } }