MainForm.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. namespace OneNote2PDF
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.btnConvert = new System.Windows.Forms.Button();
  31. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.button3 = new System.Windows.Forms.Button();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.panel1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // panel1
  44. //
  45. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  46. | System.Windows.Forms.AnchorStyles.Right)));
  47. this.panel1.Controls.Add(this.button3);
  48. this.panel1.Controls.Add(this.button2);
  49. this.panel1.Location = new System.Drawing.Point(0, 12);
  50. this.panel1.Name = "panel1";
  51. this.panel1.Size = new System.Drawing.Size(156, 362);
  52. this.panel1.TabIndex = 0;
  53. //
  54. // btnConvert
  55. //
  56. this.btnConvert.Location = new System.Drawing.Point(337, 275);
  57. this.btnConvert.Name = "btnConvert";
  58. this.btnConvert.Size = new System.Drawing.Size(152, 37);
  59. this.btnConvert.TabIndex = 1;
  60. this.btnConvert.Text = "转换";
  61. this.btnConvert.UseVisualStyleBackColor = true;
  62. this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
  63. //
  64. // openFileDialog1
  65. //
  66. this.openFileDialog1.FileName = "openFileDialog1";
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.label1.Location = new System.Drawing.Point(263, 56);
  73. this.label1.Name = "label1";
  74. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  75. this.label1.Size = new System.Drawing.Size(274, 21);
  76. this.label1.TabIndex = 2;
  77. this.label1.Text = "OneNote Convert PDF Tool";
  78. //
  79. // label2
  80. //
  81. this.label2.AutoSize = true;
  82. this.label2.Location = new System.Drawing.Point(210, 179);
  83. this.label2.Name = "label2";
  84. this.label2.Size = new System.Drawing.Size(107, 12);
  85. this.label2.TabIndex = 3;
  86. this.label2.Text = "选择文件/文件夹:";
  87. //
  88. // button1
  89. //
  90. this.button1.Location = new System.Drawing.Point(323, 174);
  91. this.button1.Name = "button1";
  92. this.button1.Size = new System.Drawing.Size(241, 23);
  93. this.button1.TabIndex = 4;
  94. this.button1.Text = "转换";
  95. this.button1.UseVisualStyleBackColor = true;
  96. this.button1.Click += new System.EventHandler(this.button1_Click);
  97. //
  98. // label3
  99. //
  100. this.label3.AutoSize = true;
  101. this.label3.Location = new System.Drawing.Point(252, 225);
  102. this.label3.Name = "label3";
  103. this.label3.Size = new System.Drawing.Size(65, 12);
  104. this.label3.TabIndex = 5;
  105. this.label3.Text = "输出目录:";
  106. //
  107. // textBox1
  108. //
  109. this.textBox1.Location = new System.Drawing.Point(323, 221);
  110. this.textBox1.Name = "textBox1";
  111. this.textBox1.Size = new System.Drawing.Size(241, 21);
  112. this.textBox1.TabIndex = 6;
  113. //
  114. // button2
  115. //
  116. this.button2.Location = new System.Drawing.Point(0, 77);
  117. this.button2.Name = "button2";
  118. this.button2.Size = new System.Drawing.Size(152, 37);
  119. this.button2.TabIndex = 7;
  120. this.button2.Text = "首页";
  121. this.button2.UseVisualStyleBackColor = true;
  122. //
  123. // button3
  124. //
  125. this.button3.Location = new System.Drawing.Point(0, 120);
  126. this.button3.Name = "button3";
  127. this.button3.Size = new System.Drawing.Size(152, 37);
  128. this.button3.TabIndex = 8;
  129. this.button3.Text = "关于我们";
  130. this.button3.UseVisualStyleBackColor = true;
  131. //
  132. // label4
  133. //
  134. this.label4.AutoSize = true;
  135. this.label4.Location = new System.Drawing.Point(377, 335);
  136. this.label4.Name = "label4";
  137. this.label4.Size = new System.Drawing.Size(89, 12);
  138. this.label4.TabIndex = 7;
  139. this.label4.Text = "全部转换成功。";
  140. //
  141. // MainForm
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(800, 450);
  146. this.Controls.Add(this.label4);
  147. this.Controls.Add(this.textBox1);
  148. this.Controls.Add(this.panel1);
  149. this.Controls.Add(this.label3);
  150. this.Controls.Add(this.label1);
  151. this.Controls.Add(this.button1);
  152. this.Controls.Add(this.btnConvert);
  153. this.Controls.Add(this.label2);
  154. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  155. this.Name = "MainForm";
  156. this.Text = "Form1";
  157. this.panel1.ResumeLayout(false);
  158. this.ResumeLayout(false);
  159. this.PerformLayout();
  160. }
  161. #endregion
  162. private System.Windows.Forms.Panel panel1;
  163. private System.Windows.Forms.Button btnConvert;
  164. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  165. private System.Windows.Forms.Label label2;
  166. private System.Windows.Forms.Label label1;
  167. private System.Windows.Forms.Button button1;
  168. private System.Windows.Forms.TextBox textBox1;
  169. private System.Windows.Forms.Label label3;
  170. private System.Windows.Forms.Button button3;
  171. private System.Windows.Forms.Button button2;
  172. private System.Windows.Forms.Label label4;
  173. }
  174. }