QueryDesigner.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  31. this.tbSql = new System.Windows.Forms.TextBox();
  32. this.dgvResult = new System.Windows.Forms.DataGridView();
  33. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  34. this.btnDesign = new System.Windows.Forms.ToolStripButton();
  35. this.btnResult = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.btnOk = new System.Windows.Forms.ToolStripButton();
  38. this.btnCancel = new System.Windows.Forms.ToolStripButton();
  39. this.pageControl1 = new FastReport.Controls.PageControl();
  40. this.pgDesigner = new FastReport.Controls.PageControlPage();
  41. this.pgResult = new FastReport.Controls.PageControlPage();
  42. this.toolStrip2 = new System.Windows.Forms.ToolStrip();
  43. this.btnRunSql = new System.Windows.Forms.ToolStripButton();
  44. this.splitter1 = new System.Windows.Forms.Splitter();
  45. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  46. this.splitContainer1.Panel1.SuspendLayout();
  47. this.splitContainer1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  49. this.splitContainer2.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvResult)).BeginInit();
  51. this.toolStrip1.SuspendLayout();
  52. this.pageControl1.SuspendLayout();
  53. this.pgDesigner.SuspendLayout();
  54. this.pgResult.SuspendLayout();
  55. this.toolStrip2.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // splitContainer1
  59. //
  60. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  62. this.splitContainer1.Location = new System.Drawing.Point(4, 0);
  63. this.splitContainer1.Name = "splitContainer1";
  64. //
  65. // splitContainer1.Panel1
  66. //
  67. this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
  68. this.splitContainer1.Size = new System.Drawing.Size(777, 477);
  69. this.splitContainer1.SplitterDistance = 572;
  70. this.splitContainer1.TabIndex = 1;
  71. //
  72. // splitContainer2
  73. //
  74. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  76. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  77. this.splitContainer2.Name = "splitContainer2";
  78. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  79. this.splitContainer2.Size = new System.Drawing.Size(572, 477);
  80. this.splitContainer2.SplitterDistance = 328;
  81. this.splitContainer2.TabIndex = 0;
  82. //
  83. // tbSql
  84. //
  85. this.tbSql.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.tbSql.Location = new System.Drawing.Point(4, 0);
  87. this.tbSql.Multiline = true;
  88. this.tbSql.Name = "tbSql";
  89. this.tbSql.Size = new System.Drawing.Size(777, 153);
  90. this.tbSql.TabIndex = 0;
  91. //
  92. // dgvResult
  93. //
  94. dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
  95. this.dgvResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  96. this.dgvResult.BackgroundColor = System.Drawing.SystemColors.Control;
  97. this.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  98. this.dgvResult.ColumnHeadersVisible = false;
  99. this.dgvResult.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.dgvResult.GridColor = System.Drawing.SystemColors.Control;
  101. this.dgvResult.Location = new System.Drawing.Point(4, 184);
  102. this.dgvResult.Name = "dgvResult";
  103. this.dgvResult.ReadOnly = true;
  104. this.dgvResult.RowHeadersVisible = false;
  105. this.dgvResult.Size = new System.Drawing.Size(777, 293);
  106. this.dgvResult.TabIndex = 0;
  107. //
  108. // toolStrip1
  109. //
  110. this.toolStrip1.AutoSize = false;
  111. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  112. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  113. this.btnDesign,
  114. this.btnResult,
  115. this.toolStripSeparator1,
  116. this.btnOk,
  117. this.btnCancel});
  118. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  119. this.toolStrip1.Name = "toolStrip1";
  120. this.toolStrip1.Padding = new System.Windows.Forms.Padding(4, 0, 1, 0);
  121. this.toolStrip1.Size = new System.Drawing.Size(785, 28);
  122. this.toolStrip1.TabIndex = 1;
  123. //
  124. // btnDesign
  125. //
  126. this.btnDesign.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  127. this.btnDesign.Name = "btnDesign";
  128. this.btnDesign.Size = new System.Drawing.Size(47, 25);
  129. this.btnDesign.Text = "Design";
  130. this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
  131. //
  132. // btnResult
  133. //
  134. this.btnResult.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  135. this.btnResult.Name = "btnResult";
  136. this.btnResult.Size = new System.Drawing.Size(43, 25);
  137. this.btnResult.Text = "Result";
  138. this.btnResult.Click += new System.EventHandler(this.btnResult_Click);
  139. //
  140. // toolStripSeparator1
  141. //
  142. this.toolStripSeparator1.Name = "toolStripSeparator1";
  143. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 28);
  144. //
  145. // btnOk
  146. //
  147. this.btnOk.AutoSize = false;
  148. this.btnOk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  149. this.btnOk.Name = "btnOk";
  150. this.btnOk.Size = new System.Drawing.Size(23, 22);
  151. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  152. //
  153. // btnCancel
  154. //
  155. this.btnCancel.AutoSize = false;
  156. this.btnCancel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  157. this.btnCancel.Name = "btnCancel";
  158. this.btnCancel.Size = new System.Drawing.Size(23, 22);
  159. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  160. //
  161. // pageControl1
  162. //
  163. this.pageControl1.Anchor = ((System.Windows.Forms.AnchorStyles)
  164. ((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom)));
  165. this.pageControl1.Controls.Add(this.pgDesigner);
  166. this.pageControl1.Controls.Add(this.pgResult);
  167. //this.pageControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.pageControl1.Location = new System.Drawing.Point(0, 28);
  169. this.pageControl1.Name = "pageControl1";
  170. this.pageControl1.SelectorWidth = 0;
  171. this.pageControl1.Size = new System.Drawing.Size(785, 481);
  172. this.pageControl1.TabIndex = 2;
  173. this.pageControl1.Text = "pageControl1";
  174. //
  175. // pgDesigner
  176. //
  177. this.pgDesigner.BackColor = System.Drawing.SystemColors.Control;
  178. this.pgDesigner.Controls.Add(this.splitContainer1);
  179. this.pgDesigner.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.pgDesigner.Image = null;
  181. this.pgDesigner.Location = new System.Drawing.Point(0, 0);
  182. this.pgDesigner.Name = "pgDesigner";
  183. this.pgDesigner.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4);
  184. this.pgDesigner.Size = new System.Drawing.Size(785, 481);
  185. this.pgDesigner.TabIndex = 0;
  186. this.pgDesigner.Text = "Page1";
  187. //
  188. // pgResult
  189. //
  190. this.pgResult.BackColor = System.Drawing.SystemColors.Control;
  191. this.pgResult.Controls.Add(this.dgvResult);
  192. this.pgResult.Controls.Add(this.toolStrip2);
  193. this.pgResult.Controls.Add(this.splitter1);
  194. this.pgResult.Controls.Add(this.tbSql);
  195. this.pgResult.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.pgResult.Image = null;
  197. this.pgResult.Location = new System.Drawing.Point(0, 0);
  198. this.pgResult.Name = "pgResult";
  199. this.pgResult.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4);
  200. this.pgResult.Size = new System.Drawing.Size(785, 481);
  201. this.pgResult.TabIndex = 1;
  202. this.pgResult.Text = "Page2";
  203. //
  204. // toolStrip2
  205. //
  206. this.toolStrip2.AutoSize = false;
  207. this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  208. this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  209. this.btnRunSql});
  210. this.toolStrip2.Location = new System.Drawing.Point(4, 156);
  211. this.toolStrip2.Name = "toolStrip2";
  212. this.toolStrip2.Size = new System.Drawing.Size(777, 28);
  213. this.toolStrip2.TabIndex = 2;
  214. this.toolStrip2.Text = "toolStrip2";
  215. //
  216. // btnRunSql
  217. //
  218. this.btnRunSql.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  219. this.btnRunSql.Name = "btnRunSql";
  220. this.btnRunSql.Size = new System.Drawing.Size(56, 25);
  221. this.btnRunSql.Text = "Run SQL";
  222. this.btnRunSql.Click += new System.EventHandler(this.btnRunSql_Click);
  223. //
  224. // splitter1
  225. //
  226. this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
  227. this.splitter1.Location = new System.Drawing.Point(4, 153);
  228. this.splitter1.Name = "splitter1";
  229. this.splitter1.Size = new System.Drawing.Size(777, 3);
  230. this.splitter1.TabIndex = 1;
  231. this.splitter1.TabStop = false;
  232. //
  233. // QueryDesigner
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  237. this.ClientSize = new System.Drawing.Size(785, 509);
  238. this.Controls.Add(this.pageControl1);
  239. this.Controls.Add(this.toolStrip1);
  240. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
  241. this.Name = "QueryDesigner";
  242. this.ShowIcon = false;
  243. this.Text = "Query Designer";
  244. this.splitContainer1.Panel1.ResumeLayout(false);
  245. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  246. this.splitContainer1.ResumeLayout(false);
  247. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  248. this.splitContainer2.ResumeLayout(false);
  249. ((System.ComponentModel.ISupportInitialize)(this.dgvResult)).EndInit();
  250. this.toolStrip1.ResumeLayout(false);
  251. this.toolStrip1.PerformLayout();
  252. this.pageControl1.ResumeLayout(false);
  253. this.pgDesigner.ResumeLayout(false);
  254. this.pgResult.ResumeLayout(false);
  255. this.pgResult.PerformLayout();
  256. this.toolStrip2.ResumeLayout(false);
  257. this.toolStrip2.PerformLayout();
  258. this.ResumeLayout(false);
  259. }
  260. #endregion
  261. private System.Windows.Forms.SplitContainer splitContainer1;
  262. private System.Windows.Forms.SplitContainer splitContainer2;
  263. private System.Windows.Forms.TextBox tbSql;
  264. private System.Windows.Forms.DataGridView dgvResult;
  265. private System.Windows.Forms.ToolStrip toolStrip1;
  266. private System.Windows.Forms.ToolStripButton btnOk;
  267. private System.Windows.Forms.ToolStripButton btnCancel;
  268. private Controls.PageControl pageControl1;
  269. private Controls.PageControlPage pgDesigner;
  270. private Controls.PageControlPage pgResult;
  271. private System.Windows.Forms.ToolStripButton btnDesign;
  272. private System.Windows.Forms.ToolStripButton btnResult;
  273. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  274. private System.Windows.Forms.ToolStrip toolStrip2;
  275. private System.Windows.Forms.ToolStripButton btnRunSql;
  276. private System.Windows.Forms.Splitter splitter1;
  277. }
  278. }