ImageViewerVisualSettings.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. namespace OINA.Extender.Testharness
  2. {
  3. partial class ImageViewerVisualSettings
  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.label1 = new System.Windows.Forms.Label();
  29. this.cbBackgroundColor = new System.Windows.Forms.ComboBox();
  30. this.backgroundPanel = new System.Windows.Forms.Panel();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.cbForegroundColor = new System.Windows.Forms.ComboBox();
  33. this.foregroundColorPanel = new System.Windows.Forms.Panel();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.cbHeaderFontSize = new System.Windows.Forms.ComboBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.cbScaleBarFontSize = new System.Windows.Forms.ComboBox();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.cbHeaderFontFamily = new System.Windows.Forms.ComboBox();
  40. this.btResetStyle = new System.Windows.Forms.Button();
  41. this.SuspendLayout();
  42. //
  43. // label1
  44. //
  45. this.label1.AutoSize = true;
  46. this.label1.Location = new System.Drawing.Point(12, 15);
  47. this.label1.Name = "label1";
  48. this.label1.Size = new System.Drawing.Size(92, 13);
  49. this.label1.TabIndex = 0;
  50. this.label1.Text = "Background Color";
  51. //
  52. // cbBackgroundColor
  53. //
  54. this.cbBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  55. this.cbBackgroundColor.FormattingEnabled = true;
  56. this.cbBackgroundColor.Location = new System.Drawing.Point(123, 12);
  57. this.cbBackgroundColor.Name = "cbBackgroundColor";
  58. this.cbBackgroundColor.Size = new System.Drawing.Size(124, 21);
  59. this.cbBackgroundColor.TabIndex = 1;
  60. //
  61. // backgroundPanel
  62. //
  63. this.backgroundPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  64. this.backgroundPanel.Location = new System.Drawing.Point(253, 12);
  65. this.backgroundPanel.Name = "backgroundPanel";
  66. this.backgroundPanel.Size = new System.Drawing.Size(88, 21);
  67. this.backgroundPanel.TabIndex = 2;
  68. //
  69. // label2
  70. //
  71. this.label2.AutoSize = true;
  72. this.label2.Location = new System.Drawing.Point(12, 44);
  73. this.label2.Name = "label2";
  74. this.label2.Size = new System.Drawing.Size(88, 13);
  75. this.label2.TabIndex = 3;
  76. this.label2.Text = "Foreground Color";
  77. //
  78. // cbForegroundColor
  79. //
  80. this.cbForegroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  81. this.cbForegroundColor.FormattingEnabled = true;
  82. this.cbForegroundColor.Location = new System.Drawing.Point(123, 41);
  83. this.cbForegroundColor.Name = "cbForegroundColor";
  84. this.cbForegroundColor.Size = new System.Drawing.Size(124, 21);
  85. this.cbForegroundColor.TabIndex = 4;
  86. //
  87. // foregroundColorPanel
  88. //
  89. this.foregroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  90. this.foregroundColorPanel.Location = new System.Drawing.Point(253, 41);
  91. this.foregroundColorPanel.Name = "foregroundColorPanel";
  92. this.foregroundColorPanel.Size = new System.Drawing.Size(88, 21);
  93. this.foregroundColorPanel.TabIndex = 5;
  94. //
  95. // label3
  96. //
  97. this.label3.AutoSize = true;
  98. this.label3.Location = new System.Drawing.Point(12, 98);
  99. this.label3.Name = "label3";
  100. this.label3.Size = new System.Drawing.Size(89, 13);
  101. this.label3.TabIndex = 6;
  102. this.label3.Text = "Header Font Size";
  103. //
  104. // cbHeaderFontSize
  105. //
  106. this.cbHeaderFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  107. this.cbHeaderFontSize.FormattingEnabled = true;
  108. this.cbHeaderFontSize.Location = new System.Drawing.Point(123, 95);
  109. this.cbHeaderFontSize.Name = "cbHeaderFontSize";
  110. this.cbHeaderFontSize.Size = new System.Drawing.Size(53, 21);
  111. this.cbHeaderFontSize.TabIndex = 7;
  112. //
  113. // label4
  114. //
  115. this.label4.AutoSize = true;
  116. this.label4.Location = new System.Drawing.Point(12, 126);
  117. this.label4.Name = "label4";
  118. this.label4.Size = new System.Drawing.Size(100, 13);
  119. this.label4.TabIndex = 8;
  120. this.label4.Text = "Scale Bar Font Size";
  121. //
  122. // cbScaleBarFontSize
  123. //
  124. this.cbScaleBarFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  125. this.cbScaleBarFontSize.FormattingEnabled = true;
  126. this.cbScaleBarFontSize.Location = new System.Drawing.Point(123, 123);
  127. this.cbScaleBarFontSize.Name = "cbScaleBarFontSize";
  128. this.cbScaleBarFontSize.Size = new System.Drawing.Size(53, 21);
  129. this.cbScaleBarFontSize.TabIndex = 9;
  130. //
  131. // label5
  132. //
  133. this.label5.AutoSize = true;
  134. this.label5.Location = new System.Drawing.Point(12, 71);
  135. this.label5.Name = "label5";
  136. this.label5.Size = new System.Drawing.Size(98, 13);
  137. this.label5.TabIndex = 10;
  138. this.label5.Text = "Header Font Family";
  139. //
  140. // cbHeaderFontFamily
  141. //
  142. this.cbHeaderFontFamily.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  143. this.cbHeaderFontFamily.FormattingEnabled = true;
  144. this.cbHeaderFontFamily.Location = new System.Drawing.Point(123, 68);
  145. this.cbHeaderFontFamily.Name = "cbHeaderFontFamily";
  146. this.cbHeaderFontFamily.Size = new System.Drawing.Size(171, 21);
  147. this.cbHeaderFontFamily.TabIndex = 11;
  148. //
  149. // btResetStyle
  150. //
  151. this.btResetStyle.Location = new System.Drawing.Point(229, 121);
  152. this.btResetStyle.Name = "btResetStyle";
  153. this.btResetStyle.Size = new System.Drawing.Size(112, 23);
  154. this.btResetStyle.TabIndex = 12;
  155. this.btResetStyle.Text = "Reset Style";
  156. this.btResetStyle.UseVisualStyleBackColor = true;
  157. this.btResetStyle.Click += new System.EventHandler(this.OnResetStyle);
  158. //
  159. // ImageViewerVisualSettings
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(356, 161);
  164. this.Controls.Add(this.btResetStyle);
  165. this.Controls.Add(this.cbHeaderFontFamily);
  166. this.Controls.Add(this.label5);
  167. this.Controls.Add(this.cbScaleBarFontSize);
  168. this.Controls.Add(this.label4);
  169. this.Controls.Add(this.cbHeaderFontSize);
  170. this.Controls.Add(this.label3);
  171. this.Controls.Add(this.foregroundColorPanel);
  172. this.Controls.Add(this.cbForegroundColor);
  173. this.Controls.Add(this.label2);
  174. this.Controls.Add(this.backgroundPanel);
  175. this.Controls.Add(this.cbBackgroundColor);
  176. this.Controls.Add(this.label1);
  177. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  178. this.Name = "ImageViewerVisualSettings";
  179. this.ShowIcon = false;
  180. this.ShowInTaskbar = false;
  181. this.Text = "ImageViewer Visual Settings";
  182. this.ResumeLayout(false);
  183. this.PerformLayout();
  184. }
  185. #endregion
  186. private System.Windows.Forms.Label label1;
  187. private System.Windows.Forms.ComboBox cbBackgroundColor;
  188. private System.Windows.Forms.Panel backgroundPanel;
  189. private System.Windows.Forms.Label label2;
  190. private System.Windows.Forms.ComboBox cbForegroundColor;
  191. private System.Windows.Forms.Panel foregroundColorPanel;
  192. private System.Windows.Forms.Label label3;
  193. private System.Windows.Forms.ComboBox cbHeaderFontSize;
  194. private System.Windows.Forms.Label label4;
  195. private System.Windows.Forms.ComboBox cbScaleBarFontSize;
  196. private System.Windows.Forms.Label label5;
  197. private System.Windows.Forms.ComboBox cbHeaderFontFamily;
  198. private System.Windows.Forms.Button btResetStyle;
  199. }
  200. }