SettingForm.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. namespace BatteryIndicator.UI
  2. {
  3. partial class SettingForm
  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(SettingForm));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.textBox4 = new System.Windows.Forms.TextBox();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  40. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  41. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.checkBox1 = new System.Windows.Forms.CheckBox();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Font = new System.Drawing.Font("YouYuan", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.label1.Location = new System.Drawing.Point(63, 12);
  55. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(72, 16);
  58. this.label1.TabIndex = 0;
  59. this.label1.Text = "字体大小";
  60. this.label1.Click += new System.EventHandler(this.label1_Click);
  61. //
  62. // label2
  63. //
  64. this.label2.AutoSize = true;
  65. this.label2.Font = new System.Drawing.Font("YouYuan", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label2.Location = new System.Drawing.Point(55, 173);
  67. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  68. this.label2.Name = "label2";
  69. this.label2.Size = new System.Drawing.Size(88, 16);
  70. this.label2.TabIndex = 1;
  71. this.label2.Text = "充电时颜色";
  72. this.label2.Click += new System.EventHandler(this.label2_Click);
  73. //
  74. // label3
  75. //
  76. this.label3.AutoSize = true;
  77. this.label3.Font = new System.Drawing.Font("YouYuan", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label3.Location = new System.Drawing.Point(43, 215);
  79. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  80. this.label3.Name = "label3";
  81. this.label3.Size = new System.Drawing.Size(104, 16);
  82. this.label3.TabIndex = 2;
  83. this.label3.Text = "低电量时颜色";
  84. this.label3.Click += new System.EventHandler(this.label3_Click);
  85. //
  86. // label4
  87. //
  88. this.label4.AutoSize = true;
  89. this.label4.Font = new System.Drawing.Font("YouYuan", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.label4.Location = new System.Drawing.Point(70, 130);
  91. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  92. this.label4.Name = "label4";
  93. this.label4.Size = new System.Drawing.Size(56, 16);
  94. this.label4.TabIndex = 3;
  95. this.label4.Text = "主颜色";
  96. this.label4.Click += new System.EventHandler(this.label4_Click);
  97. //
  98. // textBox1
  99. //
  100. this.textBox1.Font = new System.Drawing.Font("YouYuan", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.textBox1.Location = new System.Drawing.Point(161, 12);
  102. this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  103. this.textBox1.Name = "textBox1";
  104. this.textBox1.Size = new System.Drawing.Size(36, 25);
  105. this.textBox1.TabIndex = 6;
  106. this.textBox1.Text = "28";
  107. this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  108. this.textBox1.WordWrap = false;
  109. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  110. this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
  111. //
  112. // textBox2
  113. //
  114. this.textBox2.Location = new System.Drawing.Point(6, 7);
  115. this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  116. this.textBox2.Name = "textBox2";
  117. this.textBox2.Size = new System.Drawing.Size(30, 21);
  118. this.textBox2.TabIndex = 10;
  119. //
  120. // textBox3
  121. //
  122. this.textBox3.Font = new System.Drawing.Font("YouYuan", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.textBox3.Location = new System.Drawing.Point(161, 49);
  124. this.textBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  125. this.textBox3.Name = "textBox3";
  126. this.textBox3.Size = new System.Drawing.Size(36, 25);
  127. this.textBox3.TabIndex = 12;
  128. this.textBox3.Text = "0";
  129. this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  130. this.textBox3.WordWrap = false;
  131. this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
  132. this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
  133. //
  134. // label5
  135. //
  136. this.label5.AutoSize = true;
  137. this.label5.Font = new System.Drawing.Font("YouYuan", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.label5.Location = new System.Drawing.Point(63, 49);
  139. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  140. this.label5.Name = "label5";
  141. this.label5.Size = new System.Drawing.Size(72, 16);
  142. this.label5.TabIndex = 11;
  143. this.label5.Text = "水平偏移";
  144. //
  145. // textBox4
  146. //
  147. this.textBox4.Font = new System.Drawing.Font("YouYuan", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.textBox4.Location = new System.Drawing.Point(161, 85);
  149. this.textBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  150. this.textBox4.Name = "textBox4";
  151. this.textBox4.Size = new System.Drawing.Size(36, 25);
  152. this.textBox4.TabIndex = 14;
  153. this.textBox4.Text = "0";
  154. this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  155. this.textBox4.WordWrap = false;
  156. this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
  157. this.textBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox4_KeyPress);
  158. //
  159. // label6
  160. //
  161. this.label6.AutoSize = true;
  162. this.label6.Font = new System.Drawing.Font("YouYuan", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.label6.Location = new System.Drawing.Point(63, 85);
  164. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  165. this.label6.Name = "label6";
  166. this.label6.Size = new System.Drawing.Size(72, 16);
  167. this.label6.TabIndex = 13;
  168. this.label6.Text = "垂直偏移";
  169. //
  170. // pictureBox3
  171. //
  172. this.pictureBox3.BackColor = System.Drawing.SystemColors.Control;
  173. this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  174. this.pictureBox3.Location = new System.Drawing.Point(161, 206);
  175. this.pictureBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  176. this.pictureBox3.Name = "pictureBox3";
  177. this.pictureBox3.Size = new System.Drawing.Size(36, 31);
  178. this.pictureBox3.TabIndex = 9;
  179. this.pictureBox3.TabStop = false;
  180. this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
  181. //
  182. // pictureBox2
  183. //
  184. this.pictureBox2.BackColor = System.Drawing.SystemColors.Control;
  185. this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  186. this.pictureBox2.Location = new System.Drawing.Point(161, 168);
  187. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  188. this.pictureBox2.Name = "pictureBox2";
  189. this.pictureBox2.Size = new System.Drawing.Size(36, 31);
  190. this.pictureBox2.TabIndex = 8;
  191. this.pictureBox2.TabStop = false;
  192. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  193. //
  194. // pictureBox1
  195. //
  196. this.pictureBox1.BackColor = System.Drawing.SystemColors.Control;
  197. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  198. this.pictureBox1.Location = new System.Drawing.Point(161, 122);
  199. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  200. this.pictureBox1.Name = "pictureBox1";
  201. this.pictureBox1.Size = new System.Drawing.Size(36, 31);
  202. this.pictureBox1.TabIndex = 7;
  203. this.pictureBox1.TabStop = false;
  204. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click_1);
  205. //
  206. // label7
  207. //
  208. this.label7.AutoSize = true;
  209. this.label7.Cursor = System.Windows.Forms.Cursors.Hand;
  210. this.label7.Font = new System.Drawing.Font("Consolas", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  211. this.label7.ForeColor = System.Drawing.Color.DarkSlateGray;
  212. this.label7.Location = new System.Drawing.Point(108, 298);
  213. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  214. this.label7.Name = "label7";
  215. this.label7.Size = new System.Drawing.Size(43, 13);
  216. this.label7.TabIndex = 16;
  217. this.label7.Text = "GITHUB";
  218. this.label7.Click += new System.EventHandler(this.label7_Click);
  219. //
  220. // label8
  221. //
  222. this.label8.AutoSize = true;
  223. this.label8.Font = new System.Drawing.Font("YouYuan", 12F);
  224. this.label8.Location = new System.Drawing.Point(25, 256);
  225. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  226. this.label8.Name = "label8";
  227. this.label8.Size = new System.Drawing.Size(184, 16);
  228. this.label8.TabIndex = 17;
  229. this.label8.Text = "电量充满时隐藏托盘图标";
  230. this.label8.Click += new System.EventHandler(this.label8_Click);
  231. //
  232. // checkBox1
  233. //
  234. this.checkBox1.AutoSize = true;
  235. this.checkBox1.Location = new System.Drawing.Point(211, 258);
  236. this.checkBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  237. this.checkBox1.Name = "checkBox1";
  238. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  239. this.checkBox1.TabIndex = 18;
  240. this.checkBox1.UseVisualStyleBackColor = true;
  241. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  242. //
  243. // SettingForm
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.BackColor = System.Drawing.Color.White;
  248. this.ClientSize = new System.Drawing.Size(252, 322);
  249. this.Controls.Add(this.checkBox1);
  250. this.Controls.Add(this.label8);
  251. this.Controls.Add(this.label7);
  252. this.Controls.Add(this.textBox4);
  253. this.Controls.Add(this.label6);
  254. this.Controls.Add(this.textBox3);
  255. this.Controls.Add(this.label5);
  256. this.Controls.Add(this.textBox2);
  257. this.Controls.Add(this.pictureBox3);
  258. this.Controls.Add(this.pictureBox2);
  259. this.Controls.Add(this.pictureBox1);
  260. this.Controls.Add(this.textBox1);
  261. this.Controls.Add(this.label4);
  262. this.Controls.Add(this.label3);
  263. this.Controls.Add(this.label2);
  264. this.Controls.Add(this.label1);
  265. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  266. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  267. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  268. this.MaximizeBox = false;
  269. this.MinimizeBox = false;
  270. this.Name = "SettingForm";
  271. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  272. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  273. this.Text = "设置";
  274. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  277. this.ResumeLayout(false);
  278. this.PerformLayout();
  279. }
  280. #endregion
  281. private System.Windows.Forms.Label label1;
  282. private System.Windows.Forms.Label label2;
  283. private System.Windows.Forms.Label label3;
  284. private System.Windows.Forms.Label label4;
  285. private System.Windows.Forms.TextBox textBox1;
  286. private System.Windows.Forms.PictureBox pictureBox1;
  287. private System.Windows.Forms.PictureBox pictureBox2;
  288. private System.Windows.Forms.PictureBox pictureBox3;
  289. private System.Windows.Forms.TextBox textBox2;
  290. private System.Windows.Forms.TextBox textBox3;
  291. private System.Windows.Forms.Label label5;
  292. private System.Windows.Forms.TextBox textBox4;
  293. private System.Windows.Forms.Label label6;
  294. private System.Windows.Forms.Label label7;
  295. private System.Windows.Forms.Label label8;
  296. private System.Windows.Forms.CheckBox checkBox1;
  297. }
  298. }