Form1.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. namespace UAS_MES
  2. {
  3. partial class Form1
  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.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.document = new O2S.Components.PDFView4NET.PDFDocument(this.components);
  32. this.pageView = new O2S.Components.PDFView4NET.PDFPageView();
  33. this.timer1 = new System.Windows.Forms.Timer(this.components);
  34. this.SuspendLayout();
  35. //
  36. // button1
  37. //
  38. this.button1.Location = new System.Drawing.Point(255, 181);
  39. this.button1.Margin = new System.Windows.Forms.Padding(4);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(100, 29);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "button1";
  44. this.button1.UseVisualStyleBackColor = true;
  45. //
  46. // button2
  47. //
  48. this.button2.Location = new System.Drawing.Point(416, 181);
  49. this.button2.Margin = new System.Windows.Forms.Padding(4);
  50. this.button2.Name = "button2";
  51. this.button2.Size = new System.Drawing.Size(100, 29);
  52. this.button2.TabIndex = 1;
  53. this.button2.Text = "button2";
  54. this.button2.UseVisualStyleBackColor = true;
  55. //
  56. // document
  57. //
  58. this.document.Metadata = null;
  59. this.document.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
  60. this.document.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
  61. //
  62. // pageView
  63. //
  64. this.pageView.AutoScroll = true;
  65. this.pageView.BackColor = System.Drawing.SystemColors.Window;
  66. this.pageView.DefaultEllipseAnnotationBorderWidth = 1D;
  67. this.pageView.DefaultInkAnnotationWidth = 1D;
  68. this.pageView.DefaultRectangleAnnotationBorderWidth = 1D;
  69. this.pageView.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.pageView.Document = this.document;
  71. this.pageView.DownscaleLargeImages = false;
  72. this.pageView.EnableRepeatedKeys = false;
  73. this.pageView.Location = new System.Drawing.Point(0, 0);
  74. this.pageView.Name = "pageView";
  75. this.pageView.PageDisplayLayout = O2S.Components.PDFView4NET.PDFPageDisplayLayout.OneColumn;
  76. this.pageView.PageNumber = 0;
  77. this.pageView.RenderingProgressColor = System.Drawing.Color.Empty;
  78. this.pageView.RequiredFormFieldHighlightColor = System.Drawing.Color.Empty;
  79. this.pageView.ScrollPosition = new System.Drawing.Point(0, 0);
  80. this.pageView.Size = new System.Drawing.Size(929, 590);
  81. this.pageView.SubstituteFonts = null;
  82. this.pageView.TabIndex = 2;
  83. this.pageView.VerticalPageSpacing = 5;
  84. this.pageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.PanAndScan;
  85. //
  86. // Form1
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.ClientSize = new System.Drawing.Size(929, 590);
  91. this.Controls.Add(this.pageView);
  92. this.Name = "Form1";
  93. this.Tag = "123123";
  94. this.Text = "Form1";
  95. this.Load += new System.EventHandler(this.Form1_Load);
  96. this.ResumeLayout(false);
  97. }
  98. #endregion
  99. private System.Windows.Forms.Button button1;
  100. private System.Windows.Forms.Button button2;
  101. private CustomControl.ButtonUtil.NormalButton normalButton1;
  102. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
  103. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  104. private O2S.Components.PDFView4NET.PDFDocument document;
  105. private O2S.Components.PDFView4NET.PDFPageView pageView;
  106. private System.Windows.Forms.Timer timer1;
  107. }
  108. }