Files
2018-12-21 10:31:41 +03:00

68 lines
2.9 KiB
C#

namespace DevExpress.DevAV.Modules {
partial class EmployeesPrint {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if(disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
this.previewControl = new DevExpress.DevAV.ReportPreviewControl();
this.printSettingsControl = new DevExpress.DevAV.ReportPrintControl();
this.SuspendLayout();
//
// previewControl
//
this.previewControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.previewControl.Location = new System.Drawing.Point(310, 0);
this.previewControl.Name = "previewControl";
this.previewControl.Size = new System.Drawing.Size(714, 600);
this.previewControl.TabIndex = 0;
this.previewControl.Visible = false;
//
// printSettingsControl
//
this.printSettingsControl.Dock = System.Windows.Forms.DockStyle.Left;
this.printSettingsControl.Location = new System.Drawing.Point(0, 0);
this.printSettingsControl.Name = "printSettingsControl";
this.printSettingsControl.SelectedPrinterName = "";
this.printSettingsControl.Size = new System.Drawing.Size(310, 600);
this.printSettingsControl.TabIndex = 1;
this.printSettingsControl.PrintClick += new System.EventHandler(this.settingsControl_PrintClick);
this.printSettingsControl.PrintOptionsClick += new System.EventHandler(this.settingsControl_PrintOptionsClick);
//
// EmployeesPrint
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.previewControl);
this.Controls.Add(this.printSettingsControl);
this.Name = "EmployeesPrint";
this.Size = new System.Drawing.Size(1024, 600);
this.ResumeLayout(false);
}
#endregion
private ReportPreviewControl previewControl;
private ReportPrintControl printSettingsControl;
}
}