You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.2 KiB

namespace MergeMailExcel
{
partial class Main
{
/// <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()
{
folderBrowserDialog1 = new FolderBrowserDialog();
button1 = new Button();
SuspendLayout();
//
// button1
//
button1.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Bold, GraphicsUnit.Point);
button1.Location = new Point(12, 12);
button1.Name = "button1";
button1.Size = new Size(275, 38);
button1.TabIndex = 0;
button1.Text = "开始汇总";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// Main
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(302, 65);
Controls.Add(button1);
FormBorderStyle = FormBorderStyle.FixedDialog;
MaximizeBox = false;
MinimizeBox = false;
Name = "Main";
StartPosition = FormStartPosition.CenterScreen;
Text = "长春市教育局数据汇集工具Version0.1";
ResumeLayout(false);
}
#endregion
private FolderBrowserDialog folderBrowserDialog1;
private Button button1;
}
}