/*
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-2012
*/
namespace inet.Viewer
{
partial class ReportViewerExampleTest
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportViewerExampleTest));
this.txtFile = new System.Windows.Forms.TextBox();
this.btnShow = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.btnUrl = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.groupTreeView1 = new inet.Viewer.WinForms.GroupTreeView();
this.reportViewer2 = new inet.Viewer.WinForms.ReportViewer();
this.reportViewer1 = new inet.Viewer.HTML.ReportViewer();
this.btnShow.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// txtFile
//
this.txtFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtFile.Location = new System.Drawing.Point(99, 10);
this.txtFile.Name = "txtFile";
this.txtFile.Size = new System.Drawing.Size(855, 20);
this.txtFile.TabIndex = 1;
this.txtFile.Text = "http://localhost:9000/?report=file:C:\\Users\\michaels\\Documents\\Reports\\Subreport3" +
".rpt";
this.txtFile.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFile_KeyDown);
//
// btnShow
//
this.btnShow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnShow.Controls.Add(this.button1);
this.btnShow.Controls.Add(this.btnUrl);
this.btnShow.Controls.Add(this.label1);
this.btnShow.Controls.Add(this.txtFile);
this.btnShow.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnShow.Location = new System.Drawing.Point(0, 814);
this.btnShow.Name = "btnShow";
this.btnShow.Size = new System.Drawing.Size(1161, 40);
this.btnShow.TabIndex = 7;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(1038, 8);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(107, 23);
this.button1.TabIndex = 11;
this.button1.Text = "show report";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btnShow_Click);
//
// btnUrl
//
this.btnUrl.Location = new System.Drawing.Point(973, 8);
this.btnUrl.Name = "btnUrl";
this.btnUrl.Size = new System.Drawing.Size(41, 23);
this.btnUrl.TabIndex = 10;
this.btnUrl.Text = "Url";
this.btnUrl.UseVisualStyleBackColor = true;
this.btnUrl.Click += new System.EventHandler(this.btnUrl_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 13);
this.label1.TabIndex = 8;
this.label1.Text = "Report location:";
//
// toolTip1
//
this.toolTip1.ToolTipTitle = "TooltipTitle";
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
//
// pictureBox1
//
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Location = new System.Drawing.Point(465, 281);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(390, 527);
this.pictureBox1.TabIndex = 8;
this.pictureBox1.TabStop = false;
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.groupTreeView1);
this.panel1.Controls.Add(this.reportViewer2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 50, 3, 3);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
this.panel1.Size = new System.Drawing.Size(1161, 814);
this.panel1.TabIndex = 9;
//
// panel2
//
this.panel2.Location = new System.Drawing.Point(68, 80);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(642, 221);
this.panel2.TabIndex = 11;
this.panel2.TabStop = true;
//
// groupTreeView1
//
this.groupTreeView1.Location = new System.Drawing.Point(64, 430);
this.groupTreeView1.Name = "groupTreeView1";
this.groupTreeView1.Size = new System.Drawing.Size(207, 340);
this.groupTreeView1.TabIndex = 9;
//
// reportViewer2
//
this.reportViewer2.AutoSize = true;
this.reportViewer2.CurrentReportView = null;
this.reportViewer2.Location = new System.Drawing.Point(0, 0);
this.reportViewer2.Name = "reportViewer2";
this.reportViewer2.ShowToolbar = true;
this.reportViewer2.Size = new System.Drawing.Size(1060, 582);
this.reportViewer2.TabIndex = 10;
this.reportViewer2.Tag = "ttt";
//
// reportViewer1
//
this.reportViewer1.AutoSize = true;
this.reportViewer1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.reportViewer1.CurrentView = null;
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Margin = new System.Windows.Forms.Padding(10, 3, 3, 10);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 40);
this.reportViewer1.ShowToolbar = true;
this.reportViewer1.Size = new System.Drawing.Size(1161, 854);
this.reportViewer1.TabIndex = 0;
this.reportViewer1.Tag = "ttt";
//
// ReportViewerExampleTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1161, 854);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnShow);
this.Controls.Add(this.reportViewer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ReportViewerExampleTest";
this.Text = ".Net Report Viewer";
this.btnShow.ResumeLayout(false);
this.btnShow.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private inet.Viewer.HTML.ReportViewer reportViewer1;
private System.Windows.Forms.TextBox txtFile;
private System.Windows.Forms.Panel btnShow;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Button btnUrl;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel1;
private WinForms.GroupTreeView groupTreeView1;
private WinForms.ReportViewer reportViewer2;
private System.Windows.Forms.Panel panel2;
}
}