1 Star 0 Fork 1

谢玄/SchoolTool

forked from zhyuey/SchoolTool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Form1.Designer.cs 16.46 KB
一键复制 编辑 原始数据 按行查看 历史
zhyuey 提交于 2014-03-22 13:26 . First commit
namespace SchoolTool
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.boyNumBox = new System.Windows.Forms.TextBox();
this.girlNumBox = new System.Windows.Forms.TextBox();
this.classNumBox = new System.Windows.Forms.TextBox();
this.genDivInfoBtn = new System.Windows.Forms.Button();
this.infoWinListBox = new System.Windows.Forms.ListBox();
this.infoWinTextBox = new System.Windows.Forms.RichTextBox();
this.classComboBox = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.fileOutBtn = new System.Windows.Forms.Button();
this.readFileBtn = new System.Windows.Forms.Button();
this.fileNameInputTextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.chooseInputFileBtn = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.folderNameOutputTextBox = new System.Windows.Forms.TextBox();
this.chooseOutputFolderBtn = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(9, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 19);
this.label1.TabIndex = 0;
this.label1.Text = "男生数";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(9, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(66, 19);
this.label2.TabIndex = 0;
this.label2.Text = "女生数";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(9, 82);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(57, 19);
this.label3.TabIndex = 0;
this.label3.Text = "班 数";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// boyNumBox
//
this.boyNumBox.BackColor = System.Drawing.SystemColors.Window;
this.boyNumBox.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.boyNumBox.Location = new System.Drawing.Point(81, 17);
this.boyNumBox.Name = "boyNumBox";
this.boyNumBox.Size = new System.Drawing.Size(62, 29);
this.boyNumBox.TabIndex = 1;
//
// girlNumBox
//
this.girlNumBox.BackColor = System.Drawing.SystemColors.Window;
this.girlNumBox.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.girlNumBox.Location = new System.Drawing.Point(81, 49);
this.girlNumBox.Name = "girlNumBox";
this.girlNumBox.Size = new System.Drawing.Size(62, 29);
this.girlNumBox.TabIndex = 2;
//
// classNumBox
//
this.classNumBox.BackColor = System.Drawing.SystemColors.Window;
this.classNumBox.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.classNumBox.Location = new System.Drawing.Point(81, 81);
this.classNumBox.Name = "classNumBox";
this.classNumBox.Size = new System.Drawing.Size(62, 29);
this.classNumBox.TabIndex = 3;
//
// genDivInfoBtn
//
this.genDivInfoBtn.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.genDivInfoBtn.Location = new System.Drawing.Point(400, 84);
this.genDivInfoBtn.Name = "genDivInfoBtn";
this.genDivInfoBtn.Size = new System.Drawing.Size(153, 30);
this.genDivInfoBtn.TabIndex = 4;
this.genDivInfoBtn.Text = "产生分班信息";
this.genDivInfoBtn.UseVisualStyleBackColor = true;
this.genDivInfoBtn.Click += new System.EventHandler(this.genDivInfoBtn_Click);
//
// infoWinListBox
//
this.infoWinListBox.FormattingEnabled = true;
this.infoWinListBox.ItemHeight = 12;
this.infoWinListBox.Location = new System.Drawing.Point(12, 334);
this.infoWinListBox.Name = "infoWinListBox";
this.infoWinListBox.Size = new System.Drawing.Size(838, 184);
this.infoWinListBox.TabIndex = 7;
//
// infoWinTextBox
//
this.infoWinTextBox.Location = new System.Drawing.Point(12, 120);
this.infoWinTextBox.Name = "infoWinTextBox";
this.infoWinTextBox.ReadOnly = true;
this.infoWinTextBox.Size = new System.Drawing.Size(838, 170);
this.infoWinTextBox.TabIndex = 6;
this.infoWinTextBox.Text = "";
//
// classComboBox
//
this.classComboBox.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.classComboBox.FormattingEnabled = true;
this.classComboBox.Location = new System.Drawing.Point(61, 296);
this.classComboBox.Name = "classComboBox";
this.classComboBox.Size = new System.Drawing.Size(60, 27);
this.classComboBox.TabIndex = 5;
this.classComboBox.SelectedIndexChanged += new System.EventHandler(this.classComboBox_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(13, 300);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 19);
this.label4.TabIndex = 6;
this.label4.Text = "查看";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(123, 301);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(66, 19);
this.label5.TabIndex = 6;
this.label5.Text = "班信息";
//
// fileOutBtn
//
this.fileOutBtn.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.fileOutBtn.Location = new System.Drawing.Point(658, 85);
this.fileOutBtn.Name = "fileOutBtn";
this.fileOutBtn.Size = new System.Drawing.Size(192, 28);
this.fileOutBtn.TabIndex = 8;
this.fileOutBtn.Text = "输出分班信息至文件";
this.fileOutBtn.UseVisualStyleBackColor = true;
this.fileOutBtn.Click += new System.EventHandler(this.fileOutBtn_Click);
//
// readFileBtn
//
this.readFileBtn.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.readFileBtn.Location = new System.Drawing.Point(168, 84);
this.readFileBtn.Name = "readFileBtn";
this.readFileBtn.Size = new System.Drawing.Size(100, 30);
this.readFileBtn.TabIndex = 2;
this.readFileBtn.Text = "读入文件";
this.readFileBtn.UseVisualStyleBackColor = true;
this.readFileBtn.Click += new System.EventHandler(this.readFileBtn_Click);
//
// fileNameInputTextBox
//
this.fileNameInputTextBox.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.fileNameInputTextBox.Location = new System.Drawing.Point(274, 15);
this.fileNameInputTextBox.Name = "fileNameInputTextBox";
this.fileNameInputTextBox.ReadOnly = true;
this.fileNameInputTextBox.Size = new System.Drawing.Size(429, 29);
this.fileNameInputTextBox.TabIndex = 10;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(164, 17);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(85, 19);
this.label6.TabIndex = 11;
this.label6.Text = "输入文件";
//
// chooseInputFileBtn
//
this.chooseInputFileBtn.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chooseInputFileBtn.Location = new System.Drawing.Point(709, 15);
this.chooseInputFileBtn.Name = "chooseInputFileBtn";
this.chooseInputFileBtn.Size = new System.Drawing.Size(141, 28);
this.chooseInputFileBtn.TabIndex = 1;
this.chooseInputFileBtn.Text = "选择输入文件";
this.chooseInputFileBtn.UseVisualStyleBackColor = true;
this.chooseInputFileBtn.Click += new System.EventHandler(this.chooseInputFileBtn_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(164, 51);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(104, 19);
this.label7.TabIndex = 13;
this.label7.Text = "输出文件夹";
//
// folderNameOutputTextBox
//
this.folderNameOutputTextBox.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.folderNameOutputTextBox.Location = new System.Drawing.Point(274, 48);
this.folderNameOutputTextBox.Name = "folderNameOutputTextBox";
this.folderNameOutputTextBox.ReadOnly = true;
this.folderNameOutputTextBox.Size = new System.Drawing.Size(429, 29);
this.folderNameOutputTextBox.TabIndex = 14;
//
// chooseOutputFolderBtn
//
this.chooseOutputFolderBtn.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chooseOutputFolderBtn.Location = new System.Drawing.Point(709, 49);
this.chooseOutputFolderBtn.Name = "chooseOutputFolderBtn";
this.chooseOutputFolderBtn.Size = new System.Drawing.Size(141, 29);
this.chooseOutputFolderBtn.TabIndex = 15;
this.chooseOutputFolderBtn.Text = "选择输出目录";
this.chooseOutputFolderBtn.UseVisualStyleBackColor = true;
this.chooseOutputFolderBtn.Click += new System.EventHandler(this.chooseOutputFolderBtn_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(862, 526);
this.Controls.Add(this.chooseOutputFolderBtn);
this.Controls.Add(this.folderNameOutputTextBox);
this.Controls.Add(this.label7);
this.Controls.Add(this.chooseInputFileBtn);
this.Controls.Add(this.label6);
this.Controls.Add(this.fileNameInputTextBox);
this.Controls.Add(this.readFileBtn);
this.Controls.Add(this.fileOutBtn);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.classComboBox);
this.Controls.Add(this.infoWinTextBox);
this.Controls.Add(this.infoWinListBox);
this.Controls.Add(this.genDivInfoBtn);
this.Controls.Add(this.classNumBox);
this.Controls.Add(this.girlNumBox);
this.Controls.Add(this.boyNumBox);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "中小学入学阳光分班专用程序 Version1.5";
this.Load += new System.EventHandler(this.Form1_Load);
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.TextBox boyNumBox;
private System.Windows.Forms.TextBox girlNumBox;
private System.Windows.Forms.TextBox classNumBox;
private System.Windows.Forms.Button genDivInfoBtn;
private System.Windows.Forms.ListBox infoWinListBox;
private System.Windows.Forms.RichTextBox infoWinTextBox;
private System.Windows.Forms.ComboBox classComboBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button fileOutBtn;
private System.Windows.Forms.Button readFileBtn;
private System.Windows.Forms.TextBox fileNameInputTextBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button chooseInputFileBtn;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox folderNameOutputTextBox;
private System.Windows.Forms.Button chooseOutputFolderBtn;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/perfumedsea/SchoolTool.git
git@gitee.com:perfumedsea/SchoolTool.git
perfumedsea
SchoolTool
SchoolTool
master

搜索帮助