Query_ShowPDF.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. namespace UAS_MES.Query
  2. {
  3. partial class Query_ShowPDF
  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.PageView = new O2S.Components.PDFView4NET.PDFPageView();
  30. this.PDFDocument = new O2S.Components.PDFView4NET.PDFDocument(this.components);
  31. this.PDFOperater = new UAS_MES.CustomControl.PDFOperater();
  32. this.SuspendLayout();
  33. //
  34. // PageView
  35. //
  36. this.PageView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  37. | System.Windows.Forms.AnchorStyles.Left)
  38. | System.Windows.Forms.AnchorStyles.Right)));
  39. this.PageView.AutoScroll = true;
  40. this.PageView.BackColor = System.Drawing.SystemColors.Window;
  41. this.PageView.DefaultEllipseAnnotationBorderWidth = 1D;
  42. this.PageView.DefaultHighlightAnnotationColor = System.Drawing.Color.OliveDrab;
  43. this.PageView.DefaultInkAnnotationWidth = 1D;
  44. this.PageView.DefaultRectangleAnnotationBorderWidth = 1D;
  45. this.PageView.Document = this.PDFDocument;
  46. this.PageView.DownscaleLargeImages = false;
  47. this.PageView.EnableRepeatedKeys = false;
  48. this.PageView.Location = new System.Drawing.Point(0, 30);
  49. this.PageView.Name = "PageView";
  50. this.PageView.PageDisplayLayout = O2S.Components.PDFView4NET.PDFPageDisplayLayout.OneColumn;
  51. this.PageView.PageNumber = 0;
  52. this.PageView.RenderingProgressColor = System.Drawing.Color.Empty;
  53. this.PageView.RequiredFormFieldHighlightColor = System.Drawing.Color.Empty;
  54. this.PageView.ScrollPosition = new System.Drawing.Point(0, 0);
  55. this.PageView.Size = new System.Drawing.Size(1006, 570);
  56. this.PageView.SubstituteFonts = null;
  57. this.PageView.TabIndex = 204;
  58. this.PageView.VerticalPageSpacing = 5;
  59. this.PageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.PanAndScan;
  60. //
  61. // PDFDocument
  62. //
  63. this.PDFDocument.Metadata = null;
  64. this.PDFDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
  65. this.PDFDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
  66. //
  67. // PDFOperater
  68. //
  69. this.PDFOperater.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  70. this.PDFOperater.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.PDFOperater.Location = new System.Drawing.Point(0, 0);
  72. this.PDFOperater.Name = "PDFOperater";
  73. this.PDFOperater.PageView = this.PageView;
  74. this.PDFOperater.Size = new System.Drawing.Size(1006, 30);
  75. this.PDFOperater.TabIndex = 203;
  76. this.PDFOperater.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PDFOperater_KeyDown);
  77. //
  78. // Query_ShowPDF
  79. //
  80. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  81. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  82. this.ClientSize = new System.Drawing.Size(1006, 600);
  83. this.Controls.Add(this.PDFOperater);
  84. this.Controls.Add(this.PageView);
  85. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  86. this.Name = "Query_ShowPDF";
  87. this.Tag = "Query!ShowInstruction";
  88. this.Text = "作业指导书";
  89. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  90. this.Load += new System.EventHandler(this.Query_ShowPDF_Load);
  91. this.ResumeLayout(false);
  92. }
  93. #endregion
  94. private O2S.Components.PDFView4NET.PDFPageView PageView;
  95. private O2S.Components.PDFView4NET.PDFDocument PDFDocument;
  96. private CustomControl.PDFOperater PDFOperater;
  97. }
  98. }