namespace MergeMailExcel { partial class Main { /// /// 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() { 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; } }