QueryDesigner.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. namespace FastReport.FastQueryBuilder
  2. {
  3. internal partial class QueryDesigner
  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. System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Table1", 0);
  29. System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("table 2", 0);
  30. System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("table 3");
  31. System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Table4");
  32. System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Table 5");
  33. this.tabControl1 = new System.Windows.Forms.TabControl();
  34. this.tabPage1 = new System.Windows.Forms.TabPage();
  35. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  36. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  37. this.tabControl2 = new System.Windows.Forms.TabControl();
  38. this.tabPage4 = new System.Windows.Forms.TabPage();
  39. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  40. this.tabPage5 = new System.Windows.Forms.TabPage();
  41. this.linkView = new System.Windows.Forms.DataGridView();
  42. this.tabPage6 = new System.Windows.Forms.TabPage();
  43. this.button2 = new System.Windows.Forms.Button();
  44. this.button1 = new System.Windows.Forms.Button();
  45. this.groupedList = new System.Windows.Forms.ListBox();
  46. this.listView1 = new System.Windows.Forms.ListView();
  47. this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
  48. this.tabPage2 = new System.Windows.Forms.TabPage();
  49. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  50. this.tabPage3 = new System.Windows.Forms.TabPage();
  51. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  52. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  53. this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  54. this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
  55. this.tabControl1.SuspendLayout();
  56. this.tabPage1.SuspendLayout();
  57. this.splitContainer1.Panel1.SuspendLayout();
  58. this.splitContainer1.Panel2.SuspendLayout();
  59. this.splitContainer1.SuspendLayout();
  60. this.splitContainer2.Panel2.SuspendLayout();
  61. this.splitContainer2.SuspendLayout();
  62. this.tabControl2.SuspendLayout();
  63. this.tabPage4.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  65. this.tabPage5.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.linkView)).BeginInit();
  67. this.tabPage6.SuspendLayout();
  68. this.tabPage2.SuspendLayout();
  69. this.tabPage3.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  71. this.toolStrip1.SuspendLayout();
  72. this.SuspendLayout();
  73. //
  74. // tabControl1
  75. //
  76. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  77. | System.Windows.Forms.AnchorStyles.Left)
  78. | System.Windows.Forms.AnchorStyles.Right)));
  79. this.tabControl1.Controls.Add(this.tabPage1);
  80. this.tabControl1.Controls.Add(this.tabPage2);
  81. this.tabControl1.Controls.Add(this.tabPage3);
  82. this.tabControl1.Location = new System.Drawing.Point(0, 28);
  83. this.tabControl1.Name = "tabControl1";
  84. this.tabControl1.SelectedIndex = 0;
  85. this.tabControl1.Size = new System.Drawing.Size(785, 481);
  86. this.tabControl1.TabIndex = 0;
  87. this.tabControl1.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Selecting);
  88. //
  89. // tabPage1
  90. //
  91. this.tabPage1.Controls.Add(this.splitContainer1);
  92. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  93. this.tabPage1.Name = "tabPage1";
  94. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  95. this.tabPage1.Size = new System.Drawing.Size(777, 455);
  96. this.tabPage1.TabIndex = 0;
  97. this.tabPage1.Text = "Designer";
  98. this.tabPage1.UseVisualStyleBackColor = true;
  99. //
  100. // splitContainer1
  101. //
  102. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.splitContainer1.Location = new System.Drawing.Point(3, 3);
  104. this.splitContainer1.Name = "splitContainer1";
  105. //
  106. // splitContainer1.Panel1
  107. //
  108. this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
  109. //
  110. // splitContainer1.Panel2
  111. //
  112. this.splitContainer1.Panel2.Controls.Add(this.listView1);
  113. this.splitContainer1.Size = new System.Drawing.Size(771, 449);
  114. this.splitContainer1.SplitterDistance = 566;
  115. this.splitContainer1.TabIndex = 1;
  116. //
  117. // splitContainer2
  118. //
  119. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  121. this.splitContainer2.Name = "splitContainer2";
  122. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  123. //
  124. // splitContainer2.Panel1
  125. //
  126. this.splitContainer2.Panel1.AllowDrop = true;
  127. this.splitContainer2.Panel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
  128. this.splitContainer2.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer2_Panel1_Paint);
  129. this.splitContainer2.Panel1.DragOver += new System.Windows.Forms.DragEventHandler(this.splitContainer2_Panel1_DragOver);
  130. this.splitContainer2.Panel1.DragDrop += new System.Windows.Forms.DragEventHandler(this.splitContainer2_Panel1_DragDrop);
  131. //
  132. // splitContainer2.Panel2
  133. //
  134. this.splitContainer2.Panel2.Controls.Add(this.tabControl2);
  135. this.splitContainer2.Size = new System.Drawing.Size(566, 449);
  136. this.splitContainer2.SplitterDistance = 300;
  137. this.splitContainer2.TabIndex = 0;
  138. //
  139. // tabControl2
  140. //
  141. this.tabControl2.Controls.Add(this.tabPage4);
  142. this.tabControl2.Controls.Add(this.tabPage5);
  143. this.tabControl2.Controls.Add(this.tabPage6);
  144. this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.tabControl2.Location = new System.Drawing.Point(0, 0);
  146. this.tabControl2.Name = "tabControl2";
  147. this.tabControl2.SelectedIndex = 0;
  148. this.tabControl2.Size = new System.Drawing.Size(566, 145);
  149. this.tabControl2.TabIndex = 0;
  150. //
  151. // tabPage4
  152. //
  153. this.tabPage4.Controls.Add(this.dataGridView1);
  154. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  155. this.tabPage4.Name = "tabPage4";
  156. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  157. this.tabPage4.Size = new System.Drawing.Size(558, 119);
  158. this.tabPage4.TabIndex = 0;
  159. this.tabPage4.Text = "Select";
  160. this.tabPage4.UseVisualStyleBackColor = true;
  161. //
  162. // dataGridView1
  163. //
  164. this.dataGridView1.AllowUserToAddRows = false;
  165. this.dataGridView1.AllowUserToDeleteRows = false;
  166. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  167. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.dataGridView1.Location = new System.Drawing.Point(3, 3);
  169. this.dataGridView1.Name = "dataGridView1";
  170. this.dataGridView1.RowHeadersWidth = 22;
  171. this.dataGridView1.Size = new System.Drawing.Size(552, 113);
  172. this.dataGridView1.TabIndex = 0;
  173. this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
  174. //
  175. // tabPage5
  176. //
  177. this.tabPage5.Controls.Add(this.linkView);
  178. this.tabPage5.Location = new System.Drawing.Point(4, 22);
  179. this.tabPage5.Name = "tabPage5";
  180. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  181. this.tabPage5.Size = new System.Drawing.Size(558, 119);
  182. this.tabPage5.TabIndex = 1;
  183. this.tabPage5.Text = "Joins";
  184. this.tabPage5.UseVisualStyleBackColor = true;
  185. //
  186. // linkView
  187. //
  188. this.linkView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  189. this.linkView.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.linkView.Location = new System.Drawing.Point(3, 3);
  191. this.linkView.Name = "linkView";
  192. this.linkView.Size = new System.Drawing.Size(552, 113);
  193. this.linkView.TabIndex = 0;
  194. this.linkView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.linkView_DataError);
  195. this.linkView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.linkView_CellContentClick);
  196. //
  197. // tabPage6
  198. //
  199. this.tabPage6.Controls.Add(this.button2);
  200. this.tabPage6.Controls.Add(this.button1);
  201. this.tabPage6.Controls.Add(this.groupedList);
  202. this.tabPage6.Location = new System.Drawing.Point(4, 22);
  203. this.tabPage6.Name = "tabPage6";
  204. this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
  205. this.tabPage6.Size = new System.Drawing.Size(558, 119);
  206. this.tabPage6.TabIndex = 2;
  207. this.tabPage6.Text = "Group";
  208. this.tabPage6.UseVisualStyleBackColor = true;
  209. //
  210. // button2
  211. //
  212. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  213. this.button2.Location = new System.Drawing.Point(531, 31);
  214. this.button2.Name = "button2";
  215. this.button2.Size = new System.Drawing.Size(20, 18);
  216. this.button2.TabIndex = 2;
  217. this.button2.UseVisualStyleBackColor = true;
  218. this.button2.Click += new System.EventHandler(this.button2_Click);
  219. //
  220. // button1
  221. //
  222. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  223. this.button1.Location = new System.Drawing.Point(531, 7);
  224. this.button1.Name = "button1";
  225. this.button1.Size = new System.Drawing.Size(20, 18);
  226. this.button1.TabIndex = 1;
  227. this.button1.UseVisualStyleBackColor = true;
  228. this.button1.Click += new System.EventHandler(this.button1_Click);
  229. //
  230. // groupedList
  231. //
  232. this.groupedList.Dock = System.Windows.Forms.DockStyle.Left;
  233. this.groupedList.FormattingEnabled = true;
  234. this.groupedList.Items.AddRange(new object[] {
  235. "thdsq",
  236. "anjhjq",
  237. "nhtnbq",
  238. "sagafg",
  239. "thjjyte",
  240. "gdfhji"});
  241. this.groupedList.Location = new System.Drawing.Point(3, 3);
  242. this.groupedList.Name = "groupedList";
  243. this.groupedList.Size = new System.Drawing.Size(522, 108);
  244. this.groupedList.TabIndex = 0;
  245. //
  246. // listView1
  247. //
  248. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  249. this.columnHeader1});
  250. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  251. this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  252. listViewItem1,
  253. listViewItem2,
  254. listViewItem3,
  255. listViewItem4,
  256. listViewItem5});
  257. this.listView1.Location = new System.Drawing.Point(0, 0);
  258. this.listView1.MultiSelect = false;
  259. this.listView1.Name = "listView1";
  260. this.listView1.Size = new System.Drawing.Size(201, 449);
  261. this.listView1.TabIndex = 0;
  262. this.listView1.UseCompatibleStateImageBehavior = false;
  263. this.listView1.View = System.Windows.Forms.View.List;
  264. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  265. this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
  266. this.listView1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseMove);
  267. this.listView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDown);
  268. //
  269. // columnHeader1
  270. //
  271. this.columnHeader1.Text = "Tables";
  272. this.columnHeader1.Width = 0;
  273. //
  274. // tabPage2
  275. //
  276. this.tabPage2.Controls.Add(this.richTextBox1);
  277. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  278. this.tabPage2.Name = "tabPage2";
  279. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  280. this.tabPage2.Size = new System.Drawing.Size(777, 455);
  281. this.tabPage2.TabIndex = 1;
  282. this.tabPage2.Text = "SQL";
  283. this.tabPage2.UseVisualStyleBackColor = true;
  284. //
  285. // richTextBox1
  286. //
  287. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  288. this.richTextBox1.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  289. this.richTextBox1.Location = new System.Drawing.Point(3, 3);
  290. this.richTextBox1.Name = "richTextBox1";
  291. this.richTextBox1.ReadOnly = true;
  292. this.richTextBox1.Size = new System.Drawing.Size(771, 449);
  293. this.richTextBox1.TabIndex = 0;
  294. this.richTextBox1.Text = "";
  295. //
  296. // tabPage3
  297. //
  298. this.tabPage3.Controls.Add(this.dataGridView2);
  299. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  300. this.tabPage3.Name = "tabPage3";
  301. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  302. this.tabPage3.Size = new System.Drawing.Size(777, 455);
  303. this.tabPage3.TabIndex = 2;
  304. this.tabPage3.Text = "Result";
  305. this.tabPage3.UseVisualStyleBackColor = true;
  306. //
  307. // dataGridView2
  308. //
  309. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  310. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  311. this.dataGridView2.Location = new System.Drawing.Point(3, 3);
  312. this.dataGridView2.Name = "dataGridView2";
  313. this.dataGridView2.ReadOnly = true;
  314. this.dataGridView2.Size = new System.Drawing.Size(771, 449);
  315. this.dataGridView2.TabIndex = 0;
  316. //
  317. // toolStrip1
  318. //
  319. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  320. this.toolStripButton5,
  321. this.toolStripButton6});
  322. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  323. this.toolStrip1.Name = "toolStrip1";
  324. this.toolStrip1.Size = new System.Drawing.Size(785, 25);
  325. this.toolStrip1.TabIndex = 1;
  326. this.toolStrip1.Text = "toolStrip1";
  327. //
  328. // toolStripButton5
  329. //
  330. this.toolStripButton5.Name = "toolStripButton5";
  331. this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
  332. this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton1_Click);
  333. //
  334. // toolStripButton6
  335. //
  336. this.toolStripButton6.Name = "toolStripButton6";
  337. this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
  338. this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton2_Click);
  339. //
  340. // QueryDesigner
  341. //
  342. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  343. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  344. this.ClientSize = new System.Drawing.Size(785, 509);
  345. this.Controls.Add(this.toolStrip1);
  346. this.Controls.Add(this.tabControl1);
  347. this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  348. this.MinimizeBox = false;
  349. this.Name = "QueryDesigner";
  350. this.ShowIcon = false;
  351. this.ShowInTaskbar = false;
  352. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  353. this.Text = "Query Designer";
  354. this.Resize += new System.EventHandler(this.QueryDesigner_Resize);
  355. this.tabControl1.ResumeLayout(false);
  356. this.tabPage1.ResumeLayout(false);
  357. this.splitContainer1.Panel1.ResumeLayout(false);
  358. this.splitContainer1.Panel2.ResumeLayout(false);
  359. this.splitContainer1.ResumeLayout(false);
  360. this.splitContainer2.Panel2.ResumeLayout(false);
  361. this.splitContainer2.ResumeLayout(false);
  362. this.tabControl2.ResumeLayout(false);
  363. this.tabPage4.ResumeLayout(false);
  364. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  365. this.tabPage5.ResumeLayout(false);
  366. ((System.ComponentModel.ISupportInitialize)(this.linkView)).EndInit();
  367. this.tabPage6.ResumeLayout(false);
  368. this.tabPage2.ResumeLayout(false);
  369. this.tabPage3.ResumeLayout(false);
  370. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  371. this.toolStrip1.ResumeLayout(false);
  372. this.toolStrip1.PerformLayout();
  373. this.ResumeLayout(false);
  374. this.PerformLayout();
  375. }
  376. #endregion
  377. private System.Windows.Forms.TabControl tabControl1;
  378. private System.Windows.Forms.TabPage tabPage1;
  379. private System.Windows.Forms.TabPage tabPage2;
  380. private System.Windows.Forms.TabPage tabPage3;
  381. private System.Windows.Forms.SplitContainer splitContainer1;
  382. private System.Windows.Forms.SplitContainer splitContainer2;
  383. private System.Windows.Forms.DataGridView dataGridView1;
  384. private System.Windows.Forms.RichTextBox richTextBox1;
  385. private System.Windows.Forms.DataGridView dataGridView2;
  386. private System.Windows.Forms.ToolStrip toolStrip1;
  387. private System.Windows.Forms.ToolStripButton toolStripButton5;
  388. private System.Windows.Forms.ToolStripButton toolStripButton6;
  389. private System.Windows.Forms.ListView listView1;
  390. private System.Windows.Forms.ColumnHeader columnHeader1;
  391. private System.Windows.Forms.TabControl tabControl2;
  392. private System.Windows.Forms.TabPage tabPage4;
  393. private System.Windows.Forms.TabPage tabPage5;
  394. private System.Windows.Forms.TabPage tabPage6;
  395. private System.Windows.Forms.ListBox groupedList;
  396. private System.Windows.Forms.Button button1;
  397. private System.Windows.Forms.Button button2;
  398. private System.Windows.Forms.DataGridView linkView;
  399. }
  400. }