837099158ef0afe16d67a4b8c372be73020fa46b.svn-base 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace IControls_FireManager
  2. {
  3. partial class Form_ActiveReport_Viewer
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
  30. this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();
  31. this.viewer_Report = new DataDynamics.ActiveReports.Viewer.Viewer();
  32. this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
  33. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
  35. this.uiGroupBox.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // officeFormAdorner
  39. //
  40. this.officeFormAdorner.Form = this;
  41. this.officeFormAdorner.Office2007ColorScheme = Janus.Windows.Ribbon.Office2007ColorScheme.Custom;
  42. this.officeFormAdorner.Office2007CustomColor = System.Drawing.SystemColors.ActiveCaption;
  43. //
  44. // uiGroupBox
  45. //
  46. this.uiGroupBox.BackColor = System.Drawing.SystemColors.ActiveCaption;
  47. this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  48. this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
  49. this.uiGroupBox.Controls.Add(this.viewer_Report);
  50. this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
  52. this.uiGroupBox.Name = "uiGroupBox";
  53. this.uiGroupBox.Office2007CustomColor = System.Drawing.SystemColors.ActiveBorder;
  54. this.uiGroupBox.Size = new System.Drawing.Size(898, 505);
  55. this.uiGroupBox.TabIndex = 0;
  56. this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  57. //
  58. // viewer_Report
  59. //
  60. this.viewer_Report.BackColor = System.Drawing.SystemColors.Control;
  61. this.viewer_Report.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.viewer_Report.Document = new DataDynamics.ActiveReports.Document.Document("ARNet Document");
  63. this.viewer_Report.Location = new System.Drawing.Point(3, 8);
  64. this.viewer_Report.Name = "viewer_Report";
  65. this.viewer_Report.ReportViewer.CurrentPage = 0;
  66. this.viewer_Report.ReportViewer.MultiplePageCols = 3;
  67. this.viewer_Report.ReportViewer.MultiplePageRows = 2;
  68. this.viewer_Report.ReportViewer.ViewType = DataDynamics.ActiveReports.Viewer.ViewType.Normal;
  69. this.viewer_Report.Size = new System.Drawing.Size(892, 494);
  70. this.viewer_Report.TabIndex = 0;
  71. this.viewer_Report.TableOfContents.Text = "Table Of Contents";
  72. this.viewer_Report.TableOfContents.Width = 200;
  73. this.viewer_Report.TabTitleLength = 35;
  74. this.viewer_Report.Toolbar.Font = new System.Drawing.Font("굴림", 9F);
  75. //
  76. // Form_ActiveReport_Viewer
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(898, 505);
  81. this.Controls.Add(this.uiGroupBox);
  82. this.Name = "Form_ActiveReport_Viewer";
  83. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  84. this.Text = "보고서";
  85. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
  87. this.uiGroupBox.ResumeLayout(false);
  88. this.ResumeLayout(false);
  89. }
  90. #endregion
  91. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  92. private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
  93. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  94. private DataDynamics.ActiveReports.Viewer.Viewer viewer_Report;
  95. }
  96. }