0d07ed6aa1268bc999f5b46ec1a65fc67e9f8c18.svn-base 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. namespace FPER {
  2. partial class FormLogPrint {
  3. /// <summary>
  4. /// 필수 디자이너 변수입니다.
  5. /// </summary>
  6. private System.ComponentModel.IContainer components = null;
  7. /// <summary>
  8. /// 사용 중인 모든 리소스를 정리합니다.
  9. /// </summary>
  10. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
  11. protected override void Dispose(bool disposing) {
  12. if (disposing && (components != null)) {
  13. components.Dispose();
  14. }
  15. base.Dispose(disposing);
  16. }
  17. #region Windows Form 디자이너에서 생성한 코드
  18. /// <summary>
  19. /// 디자이너 지원에 필요한 메서드입니다.
  20. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  21. /// </summary>
  22. private void InitializeComponent() {
  23. this.viewer2 = new DataDynamics.ActiveReports.Viewer.Viewer();
  24. this.button1 = new System.Windows.Forms.Button();
  25. this.button2 = new System.Windows.Forms.Button();
  26. this.button3 = new System.Windows.Forms.Button();
  27. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  28. this.xlsExport1 = new DataDynamics.ActiveReports.Export.Xls.XlsExport();
  29. this.pdfExport1 = new DataDynamics.ActiveReports.Export.Pdf.PdfExport();
  30. this.SuspendLayout();
  31. //
  32. // viewer2
  33. //
  34. this.viewer2.BackColor = System.Drawing.SystemColors.Control;
  35. this.viewer2.Dock = System.Windows.Forms.DockStyle.Top;
  36. this.viewer2.Document = new DataDynamics.ActiveReports.Document.Document("ARNet Document");
  37. this.viewer2.Location = new System.Drawing.Point(0, 0);
  38. this.viewer2.Name = "viewer2";
  39. this.viewer2.ReportViewer.CurrentPage = 0;
  40. this.viewer2.ReportViewer.MultiplePageCols = 3;
  41. this.viewer2.ReportViewer.MultiplePageRows = 2;
  42. this.viewer2.ReportViewer.ViewType = DataDynamics.ActiveReports.Viewer.ViewType.Normal;
  43. this.viewer2.Size = new System.Drawing.Size(1083, 715);
  44. this.viewer2.TabIndex = 0;
  45. this.viewer2.TableOfContents.Text = "Table Of Contents";
  46. this.viewer2.TableOfContents.Width = 200;
  47. this.viewer2.TabTitleLength = 35;
  48. this.viewer2.Toolbar.Font = new System.Drawing.Font("맑은 고딕", 9F);
  49. //
  50. // button1
  51. //
  52. this.button1.Location = new System.Drawing.Point(223, 714);
  53. this.button1.Name = "button1";
  54. this.button1.Size = new System.Drawing.Size(102, 36);
  55. this.button1.TabIndex = 1;
  56. this.button1.Text = "닫기";
  57. this.button1.UseVisualStyleBackColor = true;
  58. this.button1.Click += new System.EventHandler(this.button1_Click);
  59. //
  60. // button2
  61. //
  62. this.button2.Location = new System.Drawing.Point(7, 714);
  63. this.button2.Name = "button2";
  64. this.button2.Size = new System.Drawing.Size(102, 36);
  65. this.button2.TabIndex = 2;
  66. this.button2.Text = "인쇄";
  67. this.button2.UseVisualStyleBackColor = true;
  68. this.button2.Click += new System.EventHandler(this.button2_Click);
  69. //
  70. // button3
  71. //
  72. this.button3.Location = new System.Drawing.Point(115, 714);
  73. this.button3.Name = "button3";
  74. this.button3.Size = new System.Drawing.Size(102, 36);
  75. this.button3.TabIndex = 3;
  76. this.button3.Text = "파일로 저장";
  77. this.button3.UseVisualStyleBackColor = true;
  78. this.button3.Click += new System.EventHandler(this.button3_Click);
  79. //
  80. // xlsExport1
  81. //
  82. this.xlsExport1.Tweak = 0;
  83. //
  84. // FormLogPrint
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.ClientSize = new System.Drawing.Size(1083, 762);
  89. this.Controls.Add(this.button3);
  90. this.Controls.Add(this.button2);
  91. this.Controls.Add(this.button1);
  92. this.Controls.Add(this.viewer2);
  93. this.MinimumSize = new System.Drawing.Size(900, 800);
  94. this.Name = "FormLogPrint";
  95. this.Text = "FormLogPrint";
  96. this.Resize += new System.EventHandler(this.FormLogPrint_Resize);
  97. this.ResumeLayout(false);
  98. }
  99. #endregion
  100. private DataDynamics.ActiveReports.Viewer.Viewer viewer2;
  101. private System.Windows.Forms.Button button1;
  102. private System.Windows.Forms.Button button2;
  103. private System.Windows.Forms.Button button3;
  104. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  105. private DataDynamics.ActiveReports.Export.Xls.XlsExport xlsExport1;
  106. private DataDynamics.ActiveReports.Export.Pdf.PdfExport pdfExport1;
  107. }
  108. }