/*
/// i-net software provides programming examples for illustration only, without warranty
/// either expressed or implied, including, but not limited to, the implied warranties
/// of merchantability and/or fitness for a particular purpose. This programming example
/// assumes that you are familiar with the programming language being demonstrated and
/// the tools used to create and debug procedures. i-net software support professionals
/// can help explain the functionality of a particular procedure, but they will not modify
/// these examples to provide added functionality or construct procedures to meet your
/// specific needs.
///
/// © i-net software 1998-2013
///*/
namespace Inet.Viewer.WinForms
{
partial class ReportViewer
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components;
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.imgListTabIconsSize = new System.Windows.Forms.ImageList(this.components);
this.allPagesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.searchPanel = new Inet.Viewer.WinForms.SearchPanel();
this.viewerToolbar1 = new Inet.Viewer.WinForms.ViewerToolbar();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
this.toolStripMenuItem1.Text = "currentPage";
//
// tabControl1
//
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.tabControl1.ImageList = this.imgListTabIconsSize;
this.tabControl1.ItemSize = new System.Drawing.Size(200, 19);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1024, 743);
this.tabControl1.TabIndex = 8;
this.tabControl1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.tabControl1_DrawItem);
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
this.tabControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseClick);
//
// imgListTabIconsSize
//
this.imgListTabIconsSize.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
this.imgListTabIconsSize.ImageSize = new System.Drawing.Size(16, 16);
this.imgListTabIconsSize.TransparentColor = System.Drawing.Color.Transparent;
//
// allPagesToolStripMenuItem1
//
this.allPagesToolStripMenuItem1.Name = "allPagesToolStripMenuItem1";
this.allPagesToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.allPagesToolStripMenuItem1.Text = "Alle Seiten";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 25);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(0, 35, 0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.tabControl1);
this.splitContainer1.Panel1MinSize = 100;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.searchPanel);
this.splitContainer1.Panel2Collapsed = true;
this.splitContainer1.Panel2MinSize = 50;
this.splitContainer1.Size = new System.Drawing.Size(1024, 743);
this.splitContainer1.SplitterDistance = 100;
this.splitContainer1.TabIndex = 10;
//
// searchPanel
//
this.searchPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.searchPanel.Location = new System.Drawing.Point(0, 0);
this.searchPanel.MaximumSize = new System.Drawing.Size(1000, 1000);
this.searchPanel.Name = "searchPanel";
this.searchPanel.Size = new System.Drawing.Size(46, 100);
this.searchPanel.TabIndex = 0;
this.searchPanel.CloseClick += new System.EventHandler(this.searchPanel_CloseClick);
//
// viewerToolbar1
//
this.viewerToolbar1.AutoSize = true;
this.viewerToolbar1.Dock = System.Windows.Forms.DockStyle.Top;
this.viewerToolbar1.Location = new System.Drawing.Point(0, 0);
this.viewerToolbar1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 35);
this.viewerToolbar1.Name = "viewerToolbar1";
this.viewerToolbar1.ReportView = null;
this.viewerToolbar1.Size = new System.Drawing.Size(1024, 25);
this.viewerToolbar1.TabIndex = 7;
//
// ReportViewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.viewerToolbar1);
this.Name = "ReportViewer";
this.Size = new System.Drawing.Size(1024, 768);
this.Tag = "";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.ImageList imgListTabIconsSize;
private System.Windows.Forms.ToolStripMenuItem allPagesToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private Inet.Viewer.WinForms.ViewerToolbar viewerToolbar1;
private System.Windows.Forms.SplitContainer splitContainer1;
private SearchPanel searchPanel;
}
}