ElementComboVisualSettings.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. namespace OINA.Extender.Testharness
  2. {
  3. partial class ElementComboVisualSettings
  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.lblBackgroundColor = new System.Windows.Forms.Label();
  29. this.cbBackgroundColor = new System.Windows.Forms.ComboBox();
  30. this.lblForegroundColor = new System.Windows.Forms.Label();
  31. this.cbForegroundColor = new System.Windows.Forms.ComboBox();
  32. this.lblFontSize = new System.Windows.Forms.Label();
  33. this.cbFontSize = new System.Windows.Forms.ComboBox();
  34. this.backgroundColorPanel = new System.Windows.Forms.Panel();
  35. this.foregroundColorPanel = new System.Windows.Forms.Panel();
  36. this.btResetStyle = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // lblBackgroundColor
  40. //
  41. this.lblBackgroundColor.AutoSize = true;
  42. this.lblBackgroundColor.Location = new System.Drawing.Point(10, 14);
  43. this.lblBackgroundColor.Name = "lblBackgroundColor";
  44. this.lblBackgroundColor.Size = new System.Drawing.Size(92, 13);
  45. this.lblBackgroundColor.TabIndex = 0;
  46. this.lblBackgroundColor.Text = "Background Color";
  47. //
  48. // cbBackgroundColor
  49. //
  50. this.cbBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  51. this.cbBackgroundColor.FormattingEnabled = true;
  52. this.cbBackgroundColor.Location = new System.Drawing.Point(13, 30);
  53. this.cbBackgroundColor.Name = "cbBackgroundColor";
  54. this.cbBackgroundColor.Size = new System.Drawing.Size(124, 21);
  55. this.cbBackgroundColor.TabIndex = 1;
  56. //
  57. // lblForegroundColor
  58. //
  59. this.lblForegroundColor.AutoSize = true;
  60. this.lblForegroundColor.Location = new System.Drawing.Point(10, 54);
  61. this.lblForegroundColor.Name = "lblForegroundColor";
  62. this.lblForegroundColor.Size = new System.Drawing.Size(88, 13);
  63. this.lblForegroundColor.TabIndex = 2;
  64. this.lblForegroundColor.Text = "Foreground Color";
  65. //
  66. // cbForegroundColor
  67. //
  68. this.cbForegroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  69. this.cbForegroundColor.FormattingEnabled = true;
  70. this.cbForegroundColor.Location = new System.Drawing.Point(13, 70);
  71. this.cbForegroundColor.Name = "cbForegroundColor";
  72. this.cbForegroundColor.Size = new System.Drawing.Size(121, 21);
  73. this.cbForegroundColor.TabIndex = 3;
  74. //
  75. // lblFontSize
  76. //
  77. this.lblFontSize.AutoSize = true;
  78. this.lblFontSize.Location = new System.Drawing.Point(11, 95);
  79. this.lblFontSize.Name = "lblFontSize";
  80. this.lblFontSize.Size = new System.Drawing.Size(51, 13);
  81. this.lblFontSize.TabIndex = 4;
  82. this.lblFontSize.Text = "Font Size";
  83. //
  84. // cbFontSize
  85. //
  86. this.cbFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  87. this.cbFontSize.FormattingEnabled = true;
  88. this.cbFontSize.Location = new System.Drawing.Point(13, 111);
  89. this.cbFontSize.Name = "cbFontSize";
  90. this.cbFontSize.Size = new System.Drawing.Size(68, 21);
  91. this.cbFontSize.TabIndex = 5;
  92. //
  93. // backgroundColorPanel
  94. //
  95. this.backgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  96. this.backgroundColorPanel.Location = new System.Drawing.Point(143, 30);
  97. this.backgroundColorPanel.Name = "backgroundColorPanel";
  98. this.backgroundColorPanel.Size = new System.Drawing.Size(88, 21);
  99. this.backgroundColorPanel.TabIndex = 6;
  100. //
  101. // foregroundColorPanel
  102. //
  103. this.foregroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.foregroundColorPanel.Location = new System.Drawing.Point(143, 70);
  105. this.foregroundColorPanel.Name = "foregroundColorPanel";
  106. this.foregroundColorPanel.Size = new System.Drawing.Size(88, 21);
  107. this.foregroundColorPanel.TabIndex = 7;
  108. //
  109. // btResetStyle
  110. //
  111. this.btResetStyle.Location = new System.Drawing.Point(143, 110);
  112. this.btResetStyle.Name = "btResetStyle";
  113. this.btResetStyle.Size = new System.Drawing.Size(88, 21);
  114. this.btResetStyle.TabIndex = 8;
  115. this.btResetStyle.Text = "Reset Style";
  116. this.btResetStyle.UseVisualStyleBackColor = true;
  117. this.btResetStyle.Click += new System.EventHandler(this.BtResetStyle_Click);
  118. //
  119. // ElementComboVisualSettings
  120. //
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.ClientSize = new System.Drawing.Size(247, 143);
  124. this.Controls.Add(this.btResetStyle);
  125. this.Controls.Add(this.foregroundColorPanel);
  126. this.Controls.Add(this.backgroundColorPanel);
  127. this.Controls.Add(this.cbFontSize);
  128. this.Controls.Add(this.lblFontSize);
  129. this.Controls.Add(this.cbForegroundColor);
  130. this.Controls.Add(this.lblForegroundColor);
  131. this.Controls.Add(this.cbBackgroundColor);
  132. this.Controls.Add(this.lblBackgroundColor);
  133. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  134. this.MaximizeBox = false;
  135. this.MinimizeBox = false;
  136. this.Name = "ElementComboVisualSettings";
  137. this.ShowInTaskbar = false;
  138. this.Text = "Element Combo Visual Settings";
  139. this.ResumeLayout(false);
  140. this.PerformLayout();
  141. }
  142. #endregion
  143. private System.Windows.Forms.Label lblBackgroundColor;
  144. private System.Windows.Forms.ComboBox cbBackgroundColor;
  145. private System.Windows.Forms.Label lblForegroundColor;
  146. private System.Windows.Forms.ComboBox cbForegroundColor;
  147. private System.Windows.Forms.Label lblFontSize;
  148. private System.Windows.Forms.ComboBox cbFontSize;
  149. private System.Windows.Forms.Panel backgroundColorPanel;
  150. private System.Windows.Forms.Panel foregroundColorPanel;
  151. private System.Windows.Forms.Button btResetStyle;
  152. }
  153. }