namespace FPER {
partial class FormLogPrint {
///
/// 필수 디자이너 변수입니다.
///
private System.ComponentModel.IContainer components = null;
///
/// 사용 중인 모든 리소스를 정리합니다.
///
/// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
///
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
///
private void InitializeComponent() {
this.viewer2 = new DataDynamics.ActiveReports.Viewer.Viewer();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.xlsExport1 = new DataDynamics.ActiveReports.Export.Xls.XlsExport();
this.pdfExport1 = new DataDynamics.ActiveReports.Export.Pdf.PdfExport();
this.SuspendLayout();
//
// viewer2
//
this.viewer2.BackColor = System.Drawing.SystemColors.Control;
this.viewer2.Dock = System.Windows.Forms.DockStyle.Top;
this.viewer2.Document = new DataDynamics.ActiveReports.Document.Document("ARNet Document");
this.viewer2.Location = new System.Drawing.Point(0, 0);
this.viewer2.Name = "viewer2";
this.viewer2.ReportViewer.CurrentPage = 0;
this.viewer2.ReportViewer.MultiplePageCols = 3;
this.viewer2.ReportViewer.MultiplePageRows = 2;
this.viewer2.ReportViewer.ViewType = DataDynamics.ActiveReports.Viewer.ViewType.Normal;
this.viewer2.Size = new System.Drawing.Size(1083, 715);
this.viewer2.TabIndex = 0;
this.viewer2.TableOfContents.Text = "Table Of Contents";
this.viewer2.TableOfContents.Width = 200;
this.viewer2.TabTitleLength = 35;
this.viewer2.Toolbar.Font = new System.Drawing.Font("맑은 고딕", 9F);
//
// button1
//
this.button1.Location = new System.Drawing.Point(223, 714);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(102, 36);
this.button1.TabIndex = 1;
this.button1.Text = "닫기";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(7, 714);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(102, 36);
this.button2.TabIndex = 2;
this.button2.Text = "인쇄";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(115, 714);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(102, 36);
this.button3.TabIndex = 3;
this.button3.Text = "파일로 저장";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// xlsExport1
//
this.xlsExport1.Tweak = 0;
//
// FormLogPrint
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1083, 762);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.viewer2);
this.MinimumSize = new System.Drawing.Size(900, 800);
this.Name = "FormLogPrint";
this.Text = "FormLogPrint";
this.Resize += new System.EventHandler(this.FormLogPrint_Resize);
this.ResumeLayout(false);
}
#endregion
private DataDynamics.ActiveReports.Viewer.Viewer viewer2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private DataDynamics.ActiveReports.Export.Xls.XlsExport xlsExport1;
private DataDynamics.ActiveReports.Export.Pdf.PdfExport pdfExport1;
}
}