Form2.designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. namespace PaintDotNet.Instrument
  2. {
  3. partial class Form2
  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.trackBar1 = new System.Windows.Forms.TrackBar();
  29. this.trackBar2 = new System.Windows.Forms.TrackBar();
  30. this.trackBar3 = new System.Windows.Forms.TrackBar();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.button3 = new System.Windows.Forms.Button();
  37. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // trackBar1
  43. //
  44. this.trackBar1.Location = new System.Drawing.Point(160, 30);
  45. this.trackBar1.Name = "trackBar1";
  46. this.trackBar1.Size = new System.Drawing.Size(510, 45);
  47. this.trackBar1.TabIndex = 0;
  48. this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
  49. //
  50. // trackBar2
  51. //
  52. this.trackBar2.Location = new System.Drawing.Point(160, 120);
  53. this.trackBar2.Name = "trackBar2";
  54. this.trackBar2.Size = new System.Drawing.Size(510, 45);
  55. this.trackBar2.TabIndex = 1;
  56. this.trackBar2.Scroll += new System.EventHandler(this.trackBar2_Scroll);
  57. //
  58. // trackBar3
  59. //
  60. this.trackBar3.Location = new System.Drawing.Point(160, 210);
  61. this.trackBar3.Name = "trackBar3";
  62. this.trackBar3.Size = new System.Drawing.Size(510, 45);
  63. this.trackBar3.TabIndex = 2;
  64. this.trackBar3.Scroll += new System.EventHandler(this.trackBar3_Scroll);
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Font = new System.Drawing.Font("Microsoft JhengHei UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  70. this.label1.Location = new System.Drawing.Point(0, 30);
  71. this.label1.Name = "label1";
  72. this.label1.Size = new System.Drawing.Size(155, 30);
  73. this.label1.TabIndex = 3;
  74. this.label1.Text = "Median-Size";
  75. this.label1.Click += new System.EventHandler(this.label1_Click);
  76. //
  77. // label2
  78. //
  79. this.label2.AutoSize = true;
  80. this.label2.Font = new System.Drawing.Font("Microsoft JhengHei UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  81. this.label2.Location = new System.Drawing.Point(0, 120);
  82. this.label2.Name = "label2";
  83. this.label2.Size = new System.Drawing.Size(137, 30);
  84. this.label2.TabIndex = 4;
  85. this.label2.Text = "Gauss-Size";
  86. this.label2.Click += new System.EventHandler(this.label2_Click);
  87. //
  88. // label3
  89. //
  90. this.label3.AutoSize = true;
  91. this.label3.Font = new System.Drawing.Font("Microsoft JhengHei UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  92. this.label3.Location = new System.Drawing.Point(0, 210);
  93. this.label3.Name = "label3";
  94. this.label3.Size = new System.Drawing.Size(161, 30);
  95. this.label3.TabIndex = 5;
  96. this.label3.Text = "Gauss-Sigma";
  97. //
  98. // button1
  99. //
  100. this.button1.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  101. this.button1.Location = new System.Drawing.Point(30, 260);
  102. this.button1.Name = "button1";
  103. this.button1.Size = new System.Drawing.Size(120, 30);
  104. this.button1.TabIndex = 6;
  105. this.button1.Text = "OK";
  106. this.button1.UseVisualStyleBackColor = true;
  107. this.button1.Click += new System.EventHandler(this.button1_Click);
  108. //
  109. // button2
  110. //
  111. this.button2.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  112. this.button2.Location = new System.Drawing.Point(270, 260);
  113. this.button2.Name = "button2";
  114. this.button2.Size = new System.Drawing.Size(120, 30);
  115. this.button2.TabIndex = 7;
  116. this.button2.Text = "Apply";
  117. this.button2.UseVisualStyleBackColor = true;
  118. this.button2.Click += new System.EventHandler(this.button2_Click);
  119. //
  120. // button3
  121. //
  122. this.button3.AutoEllipsis = true;
  123. this.button3.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  124. this.button3.Location = new System.Drawing.Point(510, 260);
  125. this.button3.Name = "button3";
  126. this.button3.Size = new System.Drawing.Size(120, 30);
  127. this.button3.TabIndex = 8;
  128. this.button3.Text = "Cancel";
  129. this.button3.UseVisualStyleBackColor = true;
  130. this.button3.Click += new System.EventHandler(this.button3_Click);
  131. //
  132. // Form2
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(694, 301);
  137. this.Controls.Add(this.button3);
  138. this.Controls.Add(this.button2);
  139. this.Controls.Add(this.button1);
  140. this.Controls.Add(this.label3);
  141. this.Controls.Add(this.label2);
  142. this.Controls.Add(this.label1);
  143. this.Controls.Add(this.trackBar3);
  144. this.Controls.Add(this.trackBar2);
  145. this.Controls.Add(this.trackBar1);
  146. this.Name = "Form2";
  147. this.Text = "Smoothing";
  148. this.Load += new System.EventHandler(this.Form2_Load);
  149. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
  150. ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();
  152. this.ResumeLayout(false);
  153. this.PerformLayout();
  154. }
  155. #endregion
  156. private System.Windows.Forms.TrackBar trackBar1;
  157. private System.Windows.Forms.TrackBar trackBar2;
  158. private System.Windows.Forms.TrackBar trackBar3;
  159. private System.Windows.Forms.Label label1;
  160. private System.Windows.Forms.Label label2;
  161. private System.Windows.Forms.Label label3;
  162. private System.Windows.Forms.Button button1;
  163. private System.Windows.Forms.Button button2;
  164. private System.Windows.Forms.Button button3;
  165. }
  166. }