namespace FastReport.FastQueryBuilder
{
internal partial class QueryDesigner
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.tbSql = new System.Windows.Forms.TextBox();
this.dgvResult = new System.Windows.Forms.DataGridView();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.btnDesign = new System.Windows.Forms.ToolStripButton();
this.btnResult = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btnOk = new System.Windows.Forms.ToolStripButton();
this.btnCancel = new System.Windows.Forms.ToolStripButton();
this.pageControl1 = new FastReport.Controls.PageControl();
this.pgDesigner = new FastReport.Controls.PageControlPage();
this.pgResult = new FastReport.Controls.PageControlPage();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.btnRunSql = new System.Windows.Forms.ToolStripButton();
this.splitter1 = new System.Windows.Forms.Splitter();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvResult)).BeginInit();
this.toolStrip1.SuspendLayout();
this.pageControl1.SuspendLayout();
this.pgDesigner.SuspendLayout();
this.pgResult.SuspendLayout();
this.toolStrip2.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(4, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(777, 477);
this.splitContainer1.SplitterDistance = 572;
this.splitContainer1.TabIndex = 1;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.splitContainer2.Size = new System.Drawing.Size(572, 477);
this.splitContainer2.SplitterDistance = 328;
this.splitContainer2.TabIndex = 0;
//
// tbSql
//
this.tbSql.Dock = System.Windows.Forms.DockStyle.Top;
this.tbSql.Location = new System.Drawing.Point(4, 0);
this.tbSql.Multiline = true;
this.tbSql.Name = "tbSql";
this.tbSql.Size = new System.Drawing.Size(777, 153);
this.tbSql.TabIndex = 0;
//
// dgvResult
//
dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
this.dgvResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvResult.BackgroundColor = System.Drawing.SystemColors.Control;
this.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvResult.ColumnHeadersVisible = false;
this.dgvResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvResult.GridColor = System.Drawing.SystemColors.Control;
this.dgvResult.Location = new System.Drawing.Point(4, 184);
this.dgvResult.Name = "dgvResult";
this.dgvResult.ReadOnly = true;
this.dgvResult.RowHeadersVisible = false;
this.dgvResult.Size = new System.Drawing.Size(777, 293);
this.dgvResult.TabIndex = 0;
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnDesign,
this.btnResult,
this.toolStripSeparator1,
this.btnOk,
this.btnCancel});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Padding = new System.Windows.Forms.Padding(4, 0, 1, 0);
this.toolStrip1.Size = new System.Drawing.Size(785, 28);
this.toolStrip1.TabIndex = 1;
//
// btnDesign
//
this.btnDesign.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnDesign.Name = "btnDesign";
this.btnDesign.Size = new System.Drawing.Size(47, 25);
this.btnDesign.Text = "Design";
this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
//
// btnResult
//
this.btnResult.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnResult.Name = "btnResult";
this.btnResult.Size = new System.Drawing.Size(43, 25);
this.btnResult.Text = "Result";
this.btnResult.Click += new System.EventHandler(this.btnResult_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 28);
//
// btnOk
//
this.btnOk.AutoSize = false;
this.btnOk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(23, 22);
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.AutoSize = false;
this.btnCancel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(23, 22);
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// pageControl1
//
this.pageControl1.Anchor = ((System.Windows.Forms.AnchorStyles)
((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom)));
this.pageControl1.Controls.Add(this.pgDesigner);
this.pageControl1.Controls.Add(this.pgResult);
//this.pageControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pageControl1.Location = new System.Drawing.Point(0, 28);
this.pageControl1.Name = "pageControl1";
this.pageControl1.SelectorWidth = 0;
this.pageControl1.Size = new System.Drawing.Size(785, 481);
this.pageControl1.TabIndex = 2;
this.pageControl1.Text = "pageControl1";
//
// pgDesigner
//
this.pgDesigner.BackColor = System.Drawing.SystemColors.Control;
this.pgDesigner.Controls.Add(this.splitContainer1);
this.pgDesigner.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgDesigner.Image = null;
this.pgDesigner.Location = new System.Drawing.Point(0, 0);
this.pgDesigner.Name = "pgDesigner";
this.pgDesigner.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4);
this.pgDesigner.Size = new System.Drawing.Size(785, 481);
this.pgDesigner.TabIndex = 0;
this.pgDesigner.Text = "Page1";
//
// pgResult
//
this.pgResult.BackColor = System.Drawing.SystemColors.Control;
this.pgResult.Controls.Add(this.dgvResult);
this.pgResult.Controls.Add(this.toolStrip2);
this.pgResult.Controls.Add(this.splitter1);
this.pgResult.Controls.Add(this.tbSql);
this.pgResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgResult.Image = null;
this.pgResult.Location = new System.Drawing.Point(0, 0);
this.pgResult.Name = "pgResult";
this.pgResult.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4);
this.pgResult.Size = new System.Drawing.Size(785, 481);
this.pgResult.TabIndex = 1;
this.pgResult.Text = "Page2";
//
// toolStrip2
//
this.toolStrip2.AutoSize = false;
this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnRunSql});
this.toolStrip2.Location = new System.Drawing.Point(4, 156);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(777, 28);
this.toolStrip2.TabIndex = 2;
this.toolStrip2.Text = "toolStrip2";
//
// btnRunSql
//
this.btnRunSql.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnRunSql.Name = "btnRunSql";
this.btnRunSql.Size = new System.Drawing.Size(56, 25);
this.btnRunSql.Text = "Run SQL";
this.btnRunSql.Click += new System.EventHandler(this.btnRunSql_Click);
//
// splitter1
//
this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
this.splitter1.Location = new System.Drawing.Point(4, 153);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(777, 3);
this.splitter1.TabIndex = 1;
this.splitter1.TabStop = false;
//
// QueryDesigner
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(785, 509);
this.Controls.Add(this.pageControl1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
this.Name = "QueryDesigner";
this.ShowIcon = false;
this.Text = "Query Designer";
this.splitContainer1.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvResult)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.pageControl1.ResumeLayout(false);
this.pgDesigner.ResumeLayout(false);
this.pgResult.ResumeLayout(false);
this.pgResult.PerformLayout();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.TextBox tbSql;
private System.Windows.Forms.DataGridView dgvResult;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton btnOk;
private System.Windows.Forms.ToolStripButton btnCancel;
private Controls.PageControl pageControl1;
private Controls.PageControlPage pgDesigner;
private Controls.PageControlPage pgResult;
private System.Windows.Forms.ToolStripButton btnDesign;
private System.Windows.Forms.ToolStripButton btnResult;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.ToolStripButton btnRunSql;
private System.Windows.Forms.Splitter splitter1;
}
}