PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/FacetedSearch3/FacetedSearch3/FacetedSearch3/Searching/SearchFacetSpecifier.designer.cs

#
C# | 194 lines | 143 code | 7 blank | 44 comment | 3 complexity | 932104de55a5c132830129ea9e8c6b63 MD5 | raw file
Possible License(s): MIT
  1. namespace FacetedSearch3
  2. {
  3. partial class SearchFacetSpecifier
  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 Component 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.ButtonsPanel = new System.Windows.Forms.Panel();
  29. this.SearchSQLBtn = new System.Windows.Forms.Button();
  30. this.NextSQLBtn = new System.Windows.Forms.Button();
  31. this.SearchBtn = new System.Windows.Forms.Button();
  32. this.NextBtn = new System.Windows.Forms.Button();
  33. this.FacetTextBox = new System.Windows.Forms.TextBox();
  34. this.FacetTree = new System.Windows.Forms.TreeView();
  35. this.DeleteFacetBtn = new System.Windows.Forms.Button();
  36. this.SearchPanel = new System.Windows.Forms.Panel();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.ButtonsPanel.SuspendLayout();
  39. this.SearchPanel.SuspendLayout();
  40. this.panel1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // ButtonsPanel
  44. //
  45. this.ButtonsPanel.Controls.Add(this.SearchSQLBtn);
  46. this.ButtonsPanel.Controls.Add(this.NextSQLBtn);
  47. this.ButtonsPanel.Controls.Add(this.SearchBtn);
  48. this.ButtonsPanel.Controls.Add(this.NextBtn);
  49. this.ButtonsPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
  50. this.ButtonsPanel.Location = new System.Drawing.Point(0, 217);
  51. this.ButtonsPanel.Name = "ButtonsPanel";
  52. this.ButtonsPanel.Size = new System.Drawing.Size(250, 32);
  53. this.ButtonsPanel.TabIndex = 0;
  54. //
  55. // SearchSQLBtn
  56. //
  57. this.SearchSQLBtn.Dock = System.Windows.Forms.DockStyle.Left;
  58. this.SearchSQLBtn.Location = new System.Drawing.Point(184, 0);
  59. this.SearchSQLBtn.Margin = new System.Windows.Forms.Padding(5);
  60. this.SearchSQLBtn.Name = "SearchSQLBtn";
  61. this.SearchSQLBtn.Size = new System.Drawing.Size(65, 32);
  62. this.SearchSQLBtn.TabIndex = 3;
  63. this.SearchSQLBtn.Text = "Srch SQL";
  64. this.SearchSQLBtn.UseVisualStyleBackColor = true;
  65. this.SearchSQLBtn.Click += new System.EventHandler(this.SearchSQLBtn_Click);
  66. //
  67. // NextSQLBtn
  68. //
  69. this.NextSQLBtn.Dock = System.Windows.Forms.DockStyle.Left;
  70. this.NextSQLBtn.Location = new System.Drawing.Point(119, 0);
  71. this.NextSQLBtn.Margin = new System.Windows.Forms.Padding(5);
  72. this.NextSQLBtn.Name = "NextSQLBtn";
  73. this.NextSQLBtn.Size = new System.Drawing.Size(65, 32);
  74. this.NextSQLBtn.TabIndex = 2;
  75. this.NextSQLBtn.Text = "Next SQL";
  76. this.NextSQLBtn.UseVisualStyleBackColor = true;
  77. this.NextSQLBtn.Click += new System.EventHandler(this.NextSQLBtn_Click);
  78. //
  79. // SearchBtn
  80. //
  81. this.SearchBtn.Dock = System.Windows.Forms.DockStyle.Left;
  82. this.SearchBtn.Location = new System.Drawing.Point(61, 0);
  83. this.SearchBtn.Margin = new System.Windows.Forms.Padding(5);
  84. this.SearchBtn.Name = "SearchBtn";
  85. this.SearchBtn.Size = new System.Drawing.Size(58, 32);
  86. this.SearchBtn.TabIndex = 1;
  87. this.SearchBtn.Text = "Search";
  88. this.SearchBtn.UseVisualStyleBackColor = true;
  89. this.SearchBtn.Click += new System.EventHandler(this.SearchBtn_Click);
  90. //
  91. // NextBtn
  92. //
  93. this.NextBtn.Dock = System.Windows.Forms.DockStyle.Left;
  94. this.NextBtn.Location = new System.Drawing.Point(0, 0);
  95. this.NextBtn.Margin = new System.Windows.Forms.Padding(5);
  96. this.NextBtn.Name = "NextBtn";
  97. this.NextBtn.Size = new System.Drawing.Size(61, 32);
  98. this.NextBtn.TabIndex = 0;
  99. this.NextBtn.Text = "Next";
  100. this.NextBtn.UseVisualStyleBackColor = true;
  101. this.NextBtn.Click += new System.EventHandler(this.NextBtn_Click);
  102. //
  103. // FacetTextBox
  104. //
  105. this.FacetTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.FacetTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  107. this.FacetTextBox.Location = new System.Drawing.Point(0, 0);
  108. this.FacetTextBox.Margin = new System.Windows.Forms.Padding(0);
  109. this.FacetTextBox.Name = "FacetTextBox";
  110. this.FacetTextBox.Size = new System.Drawing.Size(219, 24);
  111. this.FacetTextBox.TabIndex = 0;
  112. this.FacetTextBox.TextChanged += new System.EventHandler(this.FacetTextBox_TextChanged);
  113. //
  114. // FacetTree
  115. //
  116. this.FacetTree.CheckBoxes = true;
  117. this.FacetTree.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.FacetTree.Location = new System.Drawing.Point(0, 0);
  119. this.FacetTree.Name = "FacetTree";
  120. this.FacetTree.ShowNodeToolTips = true;
  121. this.FacetTree.Size = new System.Drawing.Size(250, 188);
  122. this.FacetTree.TabIndex = 0;
  123. this.FacetTree.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.FacetTree_BeforeCheck);
  124. this.FacetTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.FacetTree_AfterCheck);
  125. //
  126. // DeleteFacetBtn
  127. //
  128. this.DeleteFacetBtn.Dock = System.Windows.Forms.DockStyle.Right;
  129. this.DeleteFacetBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  130. this.DeleteFacetBtn.Location = new System.Drawing.Point(219, 0);
  131. this.DeleteFacetBtn.Name = "DeleteFacetBtn";
  132. this.DeleteFacetBtn.Size = new System.Drawing.Size(31, 29);
  133. this.DeleteFacetBtn.TabIndex = 0;
  134. this.DeleteFacetBtn.Text = "X";
  135. this.DeleteFacetBtn.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  136. this.DeleteFacetBtn.UseVisualStyleBackColor = true;
  137. this.DeleteFacetBtn.Click += new System.EventHandler(this.DeleteFacetBtn_Click);
  138. //
  139. // SearchPanel
  140. //
  141. this.SearchPanel.Controls.Add(this.FacetTextBox);
  142. this.SearchPanel.Controls.Add(this.DeleteFacetBtn);
  143. this.SearchPanel.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.SearchPanel.Location = new System.Drawing.Point(0, 0);
  145. this.SearchPanel.Name = "SearchPanel";
  146. this.SearchPanel.Size = new System.Drawing.Size(250, 29);
  147. this.SearchPanel.TabIndex = 1;
  148. //
  149. // panel1
  150. //
  151. this.panel1.Controls.Add(this.FacetTree);
  152. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.panel1.Location = new System.Drawing.Point(0, 29);
  154. this.panel1.Name = "panel1";
  155. this.panel1.Size = new System.Drawing.Size(250, 188);
  156. this.panel1.TabIndex = 2;
  157. //
  158. // SearchFacetSpecifier
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  163. this.Controls.Add(this.panel1);
  164. this.Controls.Add(this.SearchPanel);
  165. this.Controls.Add(this.ButtonsPanel);
  166. this.MinimumSize = new System.Drawing.Size(250, 250);
  167. this.Name = "SearchFacetSpecifier";
  168. this.Size = new System.Drawing.Size(250, 249);
  169. this.ButtonsPanel.ResumeLayout(false);
  170. this.SearchPanel.ResumeLayout(false);
  171. this.SearchPanel.PerformLayout();
  172. this.panel1.ResumeLayout(false);
  173. this.ResumeLayout(false);
  174. }
  175. #endregion
  176. private System.Windows.Forms.Panel ButtonsPanel;
  177. private System.Windows.Forms.Button SearchSQLBtn;
  178. private System.Windows.Forms.Button NextSQLBtn;
  179. private System.Windows.Forms.Button SearchBtn;
  180. private System.Windows.Forms.Button NextBtn;
  181. private System.Windows.Forms.TextBox FacetTextBox;
  182. private System.Windows.Forms.TreeView FacetTree;
  183. private System.Windows.Forms.Button DeleteFacetBtn;
  184. private System.Windows.Forms.Panel SearchPanel;
  185. private System.Windows.Forms.Panel panel1;
  186. }
  187. }