Method2.Designer.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. namespace ControlVolume.Views
  2. {
  3. partial class Method2
  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. this.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.trackBar1 = new System.Windows.Forms.TrackBar();
  34. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.Location = new System.Drawing.Point(97, 176);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(113, 46);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "增大";
  44. this.button1.UseVisualStyleBackColor = true;
  45. this.button1.Click += new System.EventHandler(this.button1_Click);
  46. //
  47. // button2
  48. //
  49. this.button2.Location = new System.Drawing.Point(280, 176);
  50. this.button2.Name = "button2";
  51. this.button2.Size = new System.Drawing.Size(113, 46);
  52. this.button2.TabIndex = 1;
  53. this.button2.Text = "减小";
  54. this.button2.UseVisualStyleBackColor = true;
  55. //
  56. // button3
  57. //
  58. this.button3.Location = new System.Drawing.Point(463, 176);
  59. this.button3.Name = "button3";
  60. this.button3.Size = new System.Drawing.Size(113, 46);
  61. this.button3.TabIndex = 2;
  62. this.button3.Text = "静音";
  63. this.button3.UseVisualStyleBackColor = true;
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.label1.Location = new System.Drawing.Point(119, 101);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(52, 21);
  72. this.label1.TabIndex = 3;
  73. this.label1.Text = "音量";
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label2.Location = new System.Drawing.Point(248, 101);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(0, 21);
  82. this.label2.TabIndex = 4;
  83. //
  84. // trackBar1
  85. //
  86. this.trackBar1.Location = new System.Drawing.Point(123, 310);
  87. this.trackBar1.Name = "trackBar1";
  88. this.trackBar1.Size = new System.Drawing.Size(420, 45);
  89. this.trackBar1.TabIndex = 5;
  90. this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
  91. //
  92. // Method2
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(800, 450);
  97. this.Controls.Add(this.trackBar1);
  98. this.Controls.Add(this.label2);
  99. this.Controls.Add(this.label1);
  100. this.Controls.Add(this.button3);
  101. this.Controls.Add(this.button2);
  102. this.Controls.Add(this.button1);
  103. this.Name = "Method2";
  104. this.Text = "Method2";
  105. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private System.Windows.Forms.Button button1;
  111. private System.Windows.Forms.Button button2;
  112. private System.Windows.Forms.Button button3;
  113. private System.Windows.Forms.Label label1;
  114. private System.Windows.Forms.Label label2;
  115. private System.Windows.Forms.TrackBar trackBar1;
  116. }
  117. }