namespace OneNote2PDF { partial class MainForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.panel1 = new System.Windows.Forms.Panel(); this.btnConvert = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button2); this.panel1.Location = new System.Drawing.Point(0, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(156, 362); this.panel1.TabIndex = 0; // // btnConvert // this.btnConvert.Location = new System.Drawing.Point(337, 275); this.btnConvert.Name = "btnConvert"; this.btnConvert.Size = new System.Drawing.Size(152, 37); this.btnConvert.TabIndex = 1; this.btnConvert.Text = "转换"; this.btnConvert.UseVisualStyleBackColor = true; this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(263, 56); this.label1.Name = "label1"; this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label1.Size = new System.Drawing.Size(274, 21); this.label1.TabIndex = 2; this.label1.Text = "OneNote Convert PDF Tool"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(210, 179); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(107, 12); this.label2.TabIndex = 3; this.label2.Text = "选择文件/文件夹:"; // // button1 // this.button1.Location = new System.Drawing.Point(323, 174); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(241, 23); this.button1.TabIndex = 4; this.button1.Text = "转换"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(252, 225); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 5; this.label3.Text = "输出目录:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(323, 221); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(241, 21); this.textBox1.TabIndex = 6; // // button2 // this.button2.Location = new System.Drawing.Point(0, 77); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(152, 37); this.button2.TabIndex = 7; this.button2.Text = "首页"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(0, 120); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(152, 37); this.button3.TabIndex = 8; this.button3.Text = "关于我们"; this.button3.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(377, 335); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 12); this.label4.TabIndex = 7; this.label4.Text = "全部转换成功。"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.label4); this.Controls.Add(this.textBox1); this.Controls.Add(this.panel1); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Controls.Add(this.btnConvert); this.Controls.Add(this.label2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MainForm"; this.Text = "Form1"; this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnConvert; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label4; } }