DetailDialogVisualSettings.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. namespace OINA.Extender.Testharness
  2. {
  3. partial class DetailDialogVisualSettings
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.label7 = new System.Windows.Forms.Label();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.backgroundColorComboBox = new System.Windows.Forms.ComboBox();
  34. this.headerColorComboBox = new System.Windows.Forms.ComboBox();
  35. this.detailColorComboBox = new System.Windows.Forms.ComboBox();
  36. this.backgroundColorPanel = new System.Windows.Forms.Panel();
  37. this.headerColorPanel = new System.Windows.Forms.Panel();
  38. this.detailColorPanel = new System.Windows.Forms.Panel();
  39. this.groupBox2 = new System.Windows.Forms.GroupBox();
  40. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.headerSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
  45. this.headerFontFamilyComboBox = new System.Windows.Forms.ComboBox();
  46. this.headerFontStyleComboBox = new System.Windows.Forms.ComboBox();
  47. this.groupBox3 = new System.Windows.Forms.GroupBox();
  48. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  49. this.label9 = new System.Windows.Forms.Label();
  50. this.label8 = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.detailSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
  53. this.detailFontFamilyComboBox = new System.Windows.Forms.ComboBox();
  54. this.detailFontStyleComboBox = new System.Windows.Forms.ComboBox();
  55. this.resetStylesButton = new System.Windows.Forms.Button();
  56. this.groupBox1.SuspendLayout();
  57. this.tableLayoutPanel1.SuspendLayout();
  58. this.groupBox2.SuspendLayout();
  59. this.tableLayoutPanel2.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.headerSizeNumericUpDown)).BeginInit();
  61. this.groupBox3.SuspendLayout();
  62. this.tableLayoutPanel3.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.detailSizeNumericUpDown)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // groupBox1
  67. //
  68. this.groupBox1.Controls.Add(this.tableLayoutPanel1);
  69. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  70. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  71. this.groupBox1.Name = "groupBox1";
  72. this.groupBox1.Size = new System.Drawing.Size(370, 104);
  73. this.groupBox1.TabIndex = 0;
  74. this.groupBox1.TabStop = false;
  75. this.groupBox1.Text = "Dialog Color Settings";
  76. //
  77. // tableLayoutPanel1
  78. //
  79. this.tableLayoutPanel1.ColumnCount = 3;
  80. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.4465F));
  81. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.5535F));
  82. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 98F));
  83. this.tableLayoutPanel1.Controls.Add(this.label7, 0, 2);
  84. this.tableLayoutPanel1.Controls.Add(this.label5, 0, 1);
  85. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  86. this.tableLayoutPanel1.Controls.Add(this.backgroundColorComboBox, 1, 0);
  87. this.tableLayoutPanel1.Controls.Add(this.headerColorComboBox, 1, 1);
  88. this.tableLayoutPanel1.Controls.Add(this.detailColorComboBox, 1, 2);
  89. this.tableLayoutPanel1.Controls.Add(this.backgroundColorPanel, 2, 0);
  90. this.tableLayoutPanel1.Controls.Add(this.headerColorPanel, 2, 1);
  91. this.tableLayoutPanel1.Controls.Add(this.detailColorPanel, 2, 2);
  92. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
  94. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  95. this.tableLayoutPanel1.RowCount = 3;
  96. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  97. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  98. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
  99. this.tableLayoutPanel1.Size = new System.Drawing.Size(364, 85);
  100. this.tableLayoutPanel1.TabIndex = 0;
  101. //
  102. // label7
  103. //
  104. this.label7.AutoSize = true;
  105. this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.label7.Location = new System.Drawing.Point(3, 60);
  107. this.label7.Name = "label7";
  108. this.label7.Size = new System.Drawing.Size(125, 25);
  109. this.label7.TabIndex = 5;
  110. this.label7.Text = "Detail Text";
  111. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  112. //
  113. // label5
  114. //
  115. this.label5.AutoSize = true;
  116. this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.label5.Location = new System.Drawing.Point(3, 30);
  118. this.label5.Name = "label5";
  119. this.label5.Size = new System.Drawing.Size(125, 30);
  120. this.label5.TabIndex = 3;
  121. this.label5.Text = "Heading";
  122. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  123. //
  124. // label1
  125. //
  126. this.label1.AutoSize = true;
  127. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.label1.Location = new System.Drawing.Point(3, 0);
  129. this.label1.Name = "label1";
  130. this.label1.Size = new System.Drawing.Size(125, 30);
  131. this.label1.TabIndex = 0;
  132. this.label1.Text = "Background";
  133. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  134. //
  135. // backgroundColorComboBox
  136. //
  137. this.backgroundColorComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.backgroundColorComboBox.FormattingEnabled = true;
  139. this.backgroundColorComboBox.Location = new System.Drawing.Point(134, 3);
  140. this.backgroundColorComboBox.Name = "backgroundColorComboBox";
  141. this.backgroundColorComboBox.Size = new System.Drawing.Size(128, 21);
  142. this.backgroundColorComboBox.TabIndex = 6;
  143. this.backgroundColorComboBox.SelectedValueChanged += new System.EventHandler(this.OnBackgroundColorComboBoxSelectedValueChanged);
  144. //
  145. // headerColorComboBox
  146. //
  147. this.headerColorComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.headerColorComboBox.FormattingEnabled = true;
  149. this.headerColorComboBox.Location = new System.Drawing.Point(134, 33);
  150. this.headerColorComboBox.Name = "headerColorComboBox";
  151. this.headerColorComboBox.Size = new System.Drawing.Size(128, 21);
  152. this.headerColorComboBox.TabIndex = 7;
  153. this.headerColorComboBox.SelectedValueChanged += new System.EventHandler(this.OnHeaderColorComboBoxSelectedValueChanged);
  154. //
  155. // detailColorComboBox
  156. //
  157. this.detailColorComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.detailColorComboBox.FormattingEnabled = true;
  159. this.detailColorComboBox.Location = new System.Drawing.Point(134, 63);
  160. this.detailColorComboBox.Name = "detailColorComboBox";
  161. this.detailColorComboBox.Size = new System.Drawing.Size(128, 21);
  162. this.detailColorComboBox.TabIndex = 8;
  163. this.detailColorComboBox.SelectedValueChanged += new System.EventHandler(this.OnDetailColorComboBoxSelectedValueChanged);
  164. //
  165. // backgroundColorPanel
  166. //
  167. this.backgroundColorPanel.Location = new System.Drawing.Point(268, 3);
  168. this.backgroundColorPanel.Name = "backgroundColorPanel";
  169. this.backgroundColorPanel.Size = new System.Drawing.Size(87, 24);
  170. this.backgroundColorPanel.TabIndex = 9;
  171. //
  172. // headerColorPanel
  173. //
  174. this.headerColorPanel.Location = new System.Drawing.Point(268, 33);
  175. this.headerColorPanel.Name = "headerColorPanel";
  176. this.headerColorPanel.Size = new System.Drawing.Size(87, 24);
  177. this.headerColorPanel.TabIndex = 10;
  178. //
  179. // detailColorPanel
  180. //
  181. this.detailColorPanel.Location = new System.Drawing.Point(268, 63);
  182. this.detailColorPanel.Name = "detailColorPanel";
  183. this.detailColorPanel.Size = new System.Drawing.Size(87, 19);
  184. this.detailColorPanel.TabIndex = 11;
  185. //
  186. // groupBox2
  187. //
  188. this.groupBox2.Controls.Add(this.tableLayoutPanel2);
  189. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  190. this.groupBox2.Location = new System.Drawing.Point(0, 104);
  191. this.groupBox2.Name = "groupBox2";
  192. this.groupBox2.Size = new System.Drawing.Size(370, 104);
  193. this.groupBox2.TabIndex = 1;
  194. this.groupBox2.TabStop = false;
  195. this.groupBox2.Text = "Header Text Font Style";
  196. //
  197. // tableLayoutPanel2
  198. //
  199. this.tableLayoutPanel2.ColumnCount = 2;
  200. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81319F));
  201. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.18681F));
  202. this.tableLayoutPanel2.Controls.Add(this.label6, 0, 2);
  203. this.tableLayoutPanel2.Controls.Add(this.label4, 0, 1);
  204. this.tableLayoutPanel2.Controls.Add(this.label2, 0, 0);
  205. this.tableLayoutPanel2.Controls.Add(this.headerSizeNumericUpDown, 1, 2);
  206. this.tableLayoutPanel2.Controls.Add(this.headerFontFamilyComboBox, 1, 0);
  207. this.tableLayoutPanel2.Controls.Add(this.headerFontStyleComboBox, 1, 1);
  208. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
  210. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  211. this.tableLayoutPanel2.RowCount = 3;
  212. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  213. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  214. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
  215. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  216. this.tableLayoutPanel2.Size = new System.Drawing.Size(364, 85);
  217. this.tableLayoutPanel2.TabIndex = 1;
  218. //
  219. // label6
  220. //
  221. this.label6.AutoSize = true;
  222. this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
  223. this.label6.Location = new System.Drawing.Point(3, 58);
  224. this.label6.Name = "label6";
  225. this.label6.Size = new System.Drawing.Size(128, 27);
  226. this.label6.TabIndex = 4;
  227. this.label6.Text = "Font Size";
  228. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  229. //
  230. // label4
  231. //
  232. this.label4.AutoSize = true;
  233. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.label4.Location = new System.Drawing.Point(3, 29);
  235. this.label4.Name = "label4";
  236. this.label4.Size = new System.Drawing.Size(128, 29);
  237. this.label4.TabIndex = 3;
  238. this.label4.Text = "Font Style";
  239. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  240. //
  241. // label2
  242. //
  243. this.label2.AutoSize = true;
  244. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.label2.Location = new System.Drawing.Point(3, 0);
  246. this.label2.Name = "label2";
  247. this.label2.Size = new System.Drawing.Size(128, 29);
  248. this.label2.TabIndex = 2;
  249. this.label2.Text = "Font Family";
  250. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  251. //
  252. // headerSizeNumericUpDown
  253. //
  254. this.headerSizeNumericUpDown.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.headerSizeNumericUpDown.Location = new System.Drawing.Point(137, 61);
  256. this.headerSizeNumericUpDown.Name = "headerSizeNumericUpDown";
  257. this.headerSizeNumericUpDown.Size = new System.Drawing.Size(224, 20);
  258. this.headerSizeNumericUpDown.TabIndex = 5;
  259. this.headerSizeNumericUpDown.ValueChanged += new System.EventHandler(this.OnHeaderSizeNumericUpDownValueChanged);
  260. //
  261. // headerFontFamilyComboBox
  262. //
  263. this.headerFontFamilyComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  264. this.headerFontFamilyComboBox.FormattingEnabled = true;
  265. this.headerFontFamilyComboBox.Location = new System.Drawing.Point(137, 3);
  266. this.headerFontFamilyComboBox.Name = "headerFontFamilyComboBox";
  267. this.headerFontFamilyComboBox.Size = new System.Drawing.Size(224, 21);
  268. this.headerFontFamilyComboBox.TabIndex = 6;
  269. this.headerFontFamilyComboBox.SelectedValueChanged += new System.EventHandler(this.ComboBox_SelectedValueChanged);
  270. //
  271. // headerFontStyleComboBox
  272. //
  273. this.headerFontStyleComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  274. this.headerFontStyleComboBox.FormattingEnabled = true;
  275. this.headerFontStyleComboBox.Location = new System.Drawing.Point(137, 32);
  276. this.headerFontStyleComboBox.Name = "headerFontStyleComboBox";
  277. this.headerFontStyleComboBox.Size = new System.Drawing.Size(224, 21);
  278. this.headerFontStyleComboBox.TabIndex = 7;
  279. this.headerFontStyleComboBox.SelectedValueChanged += new System.EventHandler(this.ComboBox_SelectedValueChanged);
  280. //
  281. // groupBox3
  282. //
  283. this.groupBox3.Controls.Add(this.tableLayoutPanel3);
  284. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  285. this.groupBox3.Location = new System.Drawing.Point(0, 208);
  286. this.groupBox3.Name = "groupBox3";
  287. this.groupBox3.Size = new System.Drawing.Size(370, 105);
  288. this.groupBox3.TabIndex = 2;
  289. this.groupBox3.TabStop = false;
  290. this.groupBox3.Text = "Detail Text Font Style";
  291. //
  292. // tableLayoutPanel3
  293. //
  294. this.tableLayoutPanel3.ColumnCount = 2;
  295. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.26374F));
  296. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.73626F));
  297. this.tableLayoutPanel3.Controls.Add(this.label9, 0, 2);
  298. this.tableLayoutPanel3.Controls.Add(this.label8, 0, 1);
  299. this.tableLayoutPanel3.Controls.Add(this.label3, 0, 0);
  300. this.tableLayoutPanel3.Controls.Add(this.detailSizeNumericUpDown, 1, 2);
  301. this.tableLayoutPanel3.Controls.Add(this.detailFontFamilyComboBox, 1, 0);
  302. this.tableLayoutPanel3.Controls.Add(this.detailFontStyleComboBox, 1, 1);
  303. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
  305. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  306. this.tableLayoutPanel3.RowCount = 3;
  307. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  308. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  309. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  310. this.tableLayoutPanel3.Size = new System.Drawing.Size(364, 86);
  311. this.tableLayoutPanel3.TabIndex = 1;
  312. //
  313. // label9
  314. //
  315. this.label9.AutoSize = true;
  316. this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
  317. this.label9.Location = new System.Drawing.Point(3, 56);
  318. this.label9.Name = "label9";
  319. this.label9.Size = new System.Drawing.Size(126, 30);
  320. this.label9.TabIndex = 3;
  321. this.label9.Text = "Font Size";
  322. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  323. //
  324. // label8
  325. //
  326. this.label8.AutoSize = true;
  327. this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
  328. this.label8.Location = new System.Drawing.Point(3, 28);
  329. this.label8.Name = "label8";
  330. this.label8.Size = new System.Drawing.Size(126, 28);
  331. this.label8.TabIndex = 2;
  332. this.label8.Text = "Font Style";
  333. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  334. //
  335. // label3
  336. //
  337. this.label3.AutoSize = true;
  338. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  339. this.label3.Location = new System.Drawing.Point(3, 0);
  340. this.label3.Name = "label3";
  341. this.label3.Size = new System.Drawing.Size(126, 28);
  342. this.label3.TabIndex = 1;
  343. this.label3.Text = "Font Family";
  344. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  345. //
  346. // detailSizeNumericUpDown
  347. //
  348. this.detailSizeNumericUpDown.Dock = System.Windows.Forms.DockStyle.Fill;
  349. this.detailSizeNumericUpDown.Location = new System.Drawing.Point(135, 59);
  350. this.detailSizeNumericUpDown.Name = "detailSizeNumericUpDown";
  351. this.detailSizeNumericUpDown.Size = new System.Drawing.Size(226, 20);
  352. this.detailSizeNumericUpDown.TabIndex = 4;
  353. this.detailSizeNumericUpDown.ValueChanged += new System.EventHandler(this.OnDetailSizeNumericUpDownValueChanged);
  354. //
  355. // detailFontFamilyComboBox
  356. //
  357. this.detailFontFamilyComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.detailFontFamilyComboBox.FormattingEnabled = true;
  359. this.detailFontFamilyComboBox.Location = new System.Drawing.Point(135, 3);
  360. this.detailFontFamilyComboBox.Name = "detailFontFamilyComboBox";
  361. this.detailFontFamilyComboBox.Size = new System.Drawing.Size(226, 21);
  362. this.detailFontFamilyComboBox.TabIndex = 5;
  363. this.detailFontFamilyComboBox.SelectedValueChanged += new System.EventHandler(this.ComboBox_SelectedValueChanged);
  364. //
  365. // detailFontStyleComboBox
  366. //
  367. this.detailFontStyleComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  368. this.detailFontStyleComboBox.FormattingEnabled = true;
  369. this.detailFontStyleComboBox.Location = new System.Drawing.Point(135, 31);
  370. this.detailFontStyleComboBox.Name = "detailFontStyleComboBox";
  371. this.detailFontStyleComboBox.Size = new System.Drawing.Size(226, 21);
  372. this.detailFontStyleComboBox.TabIndex = 6;
  373. this.detailFontStyleComboBox.SelectedValueChanged += new System.EventHandler(this.ComboBox_SelectedValueChanged);
  374. //
  375. // resetStylesButton
  376. //
  377. this.resetStylesButton.Dock = System.Windows.Forms.DockStyle.Fill;
  378. this.resetStylesButton.Location = new System.Drawing.Point(0, 313);
  379. this.resetStylesButton.Name = "resetStylesButton";
  380. this.resetStylesButton.Size = new System.Drawing.Size(370, 38);
  381. this.resetStylesButton.TabIndex = 3;
  382. this.resetStylesButton.Text = "Reset";
  383. this.resetStylesButton.UseVisualStyleBackColor = true;
  384. this.resetStylesButton.Click += new System.EventHandler(this.OnResetStylesButtonClick);
  385. //
  386. // DetailDialogVisualSettings
  387. //
  388. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  389. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  390. this.ClientSize = new System.Drawing.Size(370, 351);
  391. this.Controls.Add(this.resetStylesButton);
  392. this.Controls.Add(this.groupBox3);
  393. this.Controls.Add(this.groupBox2);
  394. this.Controls.Add(this.groupBox1);
  395. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  396. this.Name = "DetailDialogVisualSettings";
  397. this.Text = "Detail Dialog Visual Settings";
  398. this.groupBox1.ResumeLayout(false);
  399. this.tableLayoutPanel1.ResumeLayout(false);
  400. this.tableLayoutPanel1.PerformLayout();
  401. this.groupBox2.ResumeLayout(false);
  402. this.tableLayoutPanel2.ResumeLayout(false);
  403. this.tableLayoutPanel2.PerformLayout();
  404. ((System.ComponentModel.ISupportInitialize)(this.headerSizeNumericUpDown)).EndInit();
  405. this.groupBox3.ResumeLayout(false);
  406. this.tableLayoutPanel3.ResumeLayout(false);
  407. this.tableLayoutPanel3.PerformLayout();
  408. ((System.ComponentModel.ISupportInitialize)(this.detailSizeNumericUpDown)).EndInit();
  409. this.ResumeLayout(false);
  410. }
  411. #endregion
  412. private System.Windows.Forms.GroupBox groupBox1;
  413. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  414. private System.Windows.Forms.Label label7;
  415. private System.Windows.Forms.Label label5;
  416. private System.Windows.Forms.Label label1;
  417. private System.Windows.Forms.GroupBox groupBox2;
  418. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  419. private System.Windows.Forms.Label label6;
  420. private System.Windows.Forms.Label label4;
  421. private System.Windows.Forms.Label label2;
  422. private System.Windows.Forms.NumericUpDown headerSizeNumericUpDown;
  423. private System.Windows.Forms.GroupBox groupBox3;
  424. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  425. private System.Windows.Forms.Label label9;
  426. private System.Windows.Forms.Label label8;
  427. private System.Windows.Forms.Label label3;
  428. private System.Windows.Forms.NumericUpDown detailSizeNumericUpDown;
  429. private System.Windows.Forms.Button resetStylesButton;
  430. private System.Windows.Forms.ComboBox backgroundColorComboBox;
  431. private System.Windows.Forms.ComboBox headerColorComboBox;
  432. private System.Windows.Forms.ComboBox detailColorComboBox;
  433. private System.Windows.Forms.Panel backgroundColorPanel;
  434. private System.Windows.Forms.Panel headerColorPanel;
  435. private System.Windows.Forms.Panel detailColorPanel;
  436. private System.Windows.Forms.ComboBox headerFontFamilyComboBox;
  437. private System.Windows.Forms.ComboBox headerFontStyleComboBox;
  438. private System.Windows.Forms.ComboBox detailFontFamilyComboBox;
  439. private System.Windows.Forms.ComboBox detailFontStyleComboBox;
  440. }
  441. }