private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpPrintPreview));
     this._printPreviewControl2 = new OpenDental.UI.ODPrintPreviewControl();
     this.butNext = new OpenDental.UI.Button();
     this.butPrev = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // printPreviewControl2
     //
     this._printPreviewControl2.AutoZoom = false;
     this._printPreviewControl2.Location = new System.Drawing.Point(0, 0);
     this._printPreviewControl2.Name     = "printPreviewControl2";
     this._printPreviewControl2.Size     = new System.Drawing.Size(842, 538);
     this._printPreviewControl2.TabIndex = 7;
     this._printPreviewControl2.Zoom     = 1D;
     //
     // button1
     //
     this.butNext.Location = new System.Drawing.Point(323, 709);
     this.butNext.Name     = "button1";
     this.butNext.Size     = new System.Drawing.Size(75, 23);
     this.butNext.TabIndex = 8;
     this.butNext.Text     = "Next Page";
     this.butNext.Click   += new System.EventHandler(this.butNext_Click);
     //
     // button2
     //
     this.butPrev.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butPrev.Location = new System.Drawing.Point(12, 709);
     this.butPrev.Name     = "button2";
     this.butPrev.Size     = new System.Drawing.Size(75, 23);
     this.butPrev.TabIndex = 9;
     this.butPrev.Text     = "Prev. Page";
     this.butPrev.Click   += new System.EventHandler(this.butPrev_Click);
     //
     // FormRpPrintPreview
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = true;
     this.ClientSize        = new System.Drawing.Size(842, 746);
     this.Controls.Add(this.butPrev);
     this.Controls.Add(this.butNext);
     this.Controls.Add(this._printPreviewControl2);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormRpPrintPreview";
     this.ShowInTaskbar = false;
     this.Text          = "FormRpPrintPreview";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.FormRpPrintPreview_Load);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPrintPreview));
     this.ToolBarMain          = new OpenDental.UI.ODToolBar();
     this.imageListMain        = new System.Windows.Forms.ImageList(this.components);
     this.printPreviewControl2 = new OpenDental.UI.ODPrintPreviewControl();
     this.SuspendLayout();
     //
     // ToolBarMain
     //
     this.ToolBarMain.Dock         = System.Windows.Forms.DockStyle.Top;
     this.ToolBarMain.ImageList    = this.imageListMain;
     this.ToolBarMain.Location     = new System.Drawing.Point(0, 0);
     this.ToolBarMain.Name         = "ToolBarMain";
     this.ToolBarMain.Size         = new System.Drawing.Size(831, 25);
     this.ToolBarMain.TabIndex     = 5;
     this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick);
     //
     // imageListMain
     //
     this.imageListMain.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMain.ImageStream")));
     this.imageListMain.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListMain.Images.SetKeyName(0, "");
     this.imageListMain.Images.SetKeyName(1, "");
     this.imageListMain.Images.SetKeyName(2, "");
     //
     // printPreviewControl2
     //
     this.printPreviewControl2.AutoZoom = false;
     this.printPreviewControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.printPreviewControl2.Location = new System.Drawing.Point(0, 0);
     this.printPreviewControl2.Name     = "printPreviewControl2";
     this.printPreviewControl2.Size     = new System.Drawing.Size(831, 570);
     this.printPreviewControl2.TabIndex = 6;
     //
     // FormPrintPreview
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(831, 570);
     this.Controls.Add(this.ToolBarMain);
     this.Controls.Add(this.printPreviewControl2);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormPrintPreview";
     this.ShowInTaskbar = false;
     this.Text          = "Print Preview";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.FormPrintPreview_Load);
     this.Layout       += new System.Windows.Forms.LayoutEventHandler(this.FormReport_Layout);
     this.ResumeLayout(false);
 }