Form1.Designer.cs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 
  2. namespace EapMainFrame
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
  30. this.CrystalReport11 = new EapMainFrame.CrystalReport1();
  31. this.SuspendLayout();
  32. //
  33. // crystalReportViewer1
  34. //
  35. this.crystalReportViewer1.ActiveViewIndex = 0;
  36. this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  37. this.crystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default;
  38. this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
  39. this.crystalReportViewer1.Location = new System.Drawing.Point(0, 0);
  40. this.crystalReportViewer1.Name = "crystalReportViewer1";
  41. this.crystalReportViewer1.ReportSource = this.CrystalReport11;
  42. this.crystalReportViewer1.Size = new System.Drawing.Size(800, 450);
  43. this.crystalReportViewer1.TabIndex = 0;
  44. //
  45. // Form1
  46. //
  47. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  48. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  49. this.ClientSize = new System.Drawing.Size(800, 450);
  50. this.Controls.Add(this.crystalReportViewer1);
  51. this.Name = "Form1";
  52. this.Text = "Form1";
  53. this.Load += new System.EventHandler(this.Form1_Load);
  54. this.ResumeLayout(false);
  55. }
  56. #endregion
  57. private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
  58. private CrystalReport1 CrystalReport11;
  59. }
  60. }