/* 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 TestReportViewPanel { /// /// 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.reportViewPanel1 = new Inet.Viewer.WinForms.ReportContentView(); this.SuspendLayout(); // // reportViewPanel1 // this.reportViewPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.reportViewPanel1.Location = new System.Drawing.Point(0, 0); this.reportViewPanel1.Name = "reportViewPanel1"; this.reportViewPanel1.Size = new System.Drawing.Size(849, 654); this.reportViewPanel1.TabIndex = 0; this.reportViewPanel1.Text = "reportViewPanel1"; this.reportViewPanel1.AutoSize = false; this.reportViewPanel1.AutoScroll = true; // // TestReportViewPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(849, 654); this.Controls.Add(this.reportViewPanel1); this.Name = "TestReportViewPanel"; this.Text = "TestReportViewPanel"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private ReportContentView reportViewPanel1; } }