MainForm.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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.btnHome = new System.Windows.Forms.Button();
  31. this.btnAbout = new System.Windows.Forms.Button();
  32. this.btnConvert = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.tbOutputDir = new System.Windows.Forms.TextBox();
  38. this.lbConvertResult = new System.Windows.Forms.Label();
  39. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  40. this.tbInputDir = new System.Windows.Forms.TextBox();
  41. this.panel1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  47. | System.Windows.Forms.AnchorStyles.Right)));
  48. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  49. this.panel1.Controls.Add(this.btnHome);
  50. this.panel1.Controls.Add(this.btnAbout);
  51. this.panel1.Location = new System.Drawing.Point(0, 0);
  52. this.panel1.Name = "panel1";
  53. this.panel1.Size = new System.Drawing.Size(165, 459);
  54. this.panel1.TabIndex = 0;
  55. //
  56. // btnHome
  57. //
  58. this.btnHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  59. this.btnHome.Location = new System.Drawing.Point(6, 120);
  60. this.btnHome.Name = "btnHome";
  61. this.btnHome.Size = new System.Drawing.Size(152, 37);
  62. this.btnHome.TabIndex = 8;
  63. this.btnHome.Text = "关于我们";
  64. this.btnHome.UseVisualStyleBackColor = false;
  65. //
  66. // btnAbout
  67. //
  68. this.btnAbout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  69. this.btnAbout.Location = new System.Drawing.Point(6, 77);
  70. this.btnAbout.Name = "btnAbout";
  71. this.btnAbout.Size = new System.Drawing.Size(152, 37);
  72. this.btnAbout.TabIndex = 7;
  73. this.btnAbout.Text = "首页";
  74. this.btnAbout.UseVisualStyleBackColor = false;
  75. //
  76. // btnConvert
  77. //
  78. this.btnConvert.Location = new System.Drawing.Point(425, 278);
  79. this.btnConvert.Name = "btnConvert";
  80. this.btnConvert.Size = new System.Drawing.Size(152, 37);
  81. this.btnConvert.TabIndex = 1;
  82. this.btnConvert.Text = "转换";
  83. this.btnConvert.UseVisualStyleBackColor = true;
  84. this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
  85. //
  86. // label1
  87. //
  88. this.label1.AutoSize = true;
  89. this.label1.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.label1.Location = new System.Drawing.Point(332, 62);
  91. this.label1.Name = "label1";
  92. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  93. this.label1.Size = new System.Drawing.Size(274, 21);
  94. this.label1.TabIndex = 2;
  95. this.label1.Text = "OneNote Convert PDF Tool";
  96. //
  97. // label2
  98. //
  99. this.label2.AutoSize = true;
  100. this.label2.Location = new System.Drawing.Point(256, 162);
  101. this.label2.Name = "label2";
  102. this.label2.Size = new System.Drawing.Size(119, 12);
  103. this.label2.TabIndex = 3;
  104. this.label2.Text = "OneNote笔记文件夹:";
  105. //
  106. // button1
  107. //
  108. this.button1.Font = new System.Drawing.Font("SimSun", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.button1.Location = new System.Drawing.Point(630, 157);
  110. this.button1.Name = "button1";
  111. this.button1.Size = new System.Drawing.Size(80, 23);
  112. this.button1.TabIndex = 4;
  113. this.button1.Text = "选择文件夹";
  114. this.button1.UseVisualStyleBackColor = true;
  115. this.button1.Click += new System.EventHandler(this.button1_Click);
  116. //
  117. // label3
  118. //
  119. this.label3.AutoSize = true;
  120. this.label3.Location = new System.Drawing.Point(310, 230);
  121. this.label3.Name = "label3";
  122. this.label3.Size = new System.Drawing.Size(65, 12);
  123. this.label3.TabIndex = 5;
  124. this.label3.Text = "输出目录:";
  125. //
  126. // tbOutputDir
  127. //
  128. this.tbOutputDir.BorderStyle = System.Windows.Forms.BorderStyle.None;
  129. this.tbOutputDir.Font = new System.Drawing.Font("SimSun", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.tbOutputDir.Location = new System.Drawing.Point(381, 229);
  131. this.tbOutputDir.Name = "tbOutputDir";
  132. this.tbOutputDir.Size = new System.Drawing.Size(241, 15);
  133. this.tbOutputDir.TabIndex = 6;
  134. //
  135. // lbConvertResult
  136. //
  137. this.lbConvertResult.AutoSize = true;
  138. this.lbConvertResult.Location = new System.Drawing.Point(457, 332);
  139. this.lbConvertResult.Name = "lbConvertResult";
  140. this.lbConvertResult.Size = new System.Drawing.Size(0, 12);
  141. this.lbConvertResult.TabIndex = 7;
  142. //
  143. // tbInputDir
  144. //
  145. this.tbInputDir.BorderStyle = System.Windows.Forms.BorderStyle.None;
  146. this.tbInputDir.Font = new System.Drawing.Font("SimSun", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.tbInputDir.Location = new System.Drawing.Point(381, 161);
  148. this.tbInputDir.Name = "tbInputDir";
  149. this.tbInputDir.Size = new System.Drawing.Size(241, 15);
  150. this.tbInputDir.TabIndex = 9;
  151. //
  152. // MainForm
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  157. this.BackColor = System.Drawing.SystemColors.Control;
  158. this.ClientSize = new System.Drawing.Size(800, 450);
  159. this.Controls.Add(this.tbInputDir);
  160. this.Controls.Add(this.lbConvertResult);
  161. this.Controls.Add(this.tbOutputDir);
  162. this.Controls.Add(this.panel1);
  163. this.Controls.Add(this.label3);
  164. this.Controls.Add(this.label1);
  165. this.Controls.Add(this.button1);
  166. this.Controls.Add(this.btnConvert);
  167. this.Controls.Add(this.label2);
  168. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  169. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  170. this.Name = "MainForm";
  171. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  172. this.Text = "OneNote转换工具";
  173. this.Load += new System.EventHandler(this.MainForm_Load);
  174. this.panel1.ResumeLayout(false);
  175. this.ResumeLayout(false);
  176. this.PerformLayout();
  177. }
  178. #endregion
  179. private System.Windows.Forms.Panel panel1;
  180. private System.Windows.Forms.Button btnConvert;
  181. private System.Windows.Forms.Label label2;
  182. private System.Windows.Forms.Label label1;
  183. private System.Windows.Forms.Button button1;
  184. private System.Windows.Forms.TextBox tbOutputDir;
  185. private System.Windows.Forms.Label label3;
  186. private System.Windows.Forms.Button btnHome;
  187. private System.Windows.Forms.Button btnAbout;
  188. private System.Windows.Forms.Label lbConvertResult;
  189. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  190. private System.Windows.Forms.TextBox tbInputDir;
  191. }
  192. }