Query_ShowInstruction.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace UAS_MES.Query
  2. {
  3. partial class Query_ShowInstruction
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_ShowInstruction));
  30. this.PicBox = new System.Windows.Forms.PictureBox();
  31. this.PageView = new O2S.Components.PDFView4NET.PDFPageView();
  32. this.PDFDocument = new O2S.Components.PDFView4NET.PDFDocument(this.components);
  33. this.MediaPlayer = new AxWMPLib.AxWindowsMediaPlayer();
  34. ((System.ComponentModel.ISupportInitialize)(this.PicBox)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.MediaPlayer)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // PicBox
  39. //
  40. this.PicBox.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.PicBox.Image = global::UAS_MES.Properties.Resources.LoginBG;
  42. this.PicBox.Location = new System.Drawing.Point(0, 0);
  43. this.PicBox.Name = "PicBox";
  44. this.PicBox.Size = new System.Drawing.Size(1006, 600);
  45. this.PicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  46. this.PicBox.TabIndex = 203;
  47. this.PicBox.TabStop = false;
  48. this.PicBox.Visible = false;
  49. //
  50. // PageView
  51. //
  52. this.PageView.AutoScroll = true;
  53. this.PageView.BackColor = System.Drawing.SystemColors.Window;
  54. this.PageView.DefaultEllipseAnnotationBorderWidth = 1D;
  55. this.PageView.DefaultInkAnnotationWidth = 1D;
  56. this.PageView.DefaultRectangleAnnotationBorderWidth = 1D;
  57. this.PageView.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.PageView.Document = this.PDFDocument;
  59. this.PageView.DownscaleLargeImages = false;
  60. this.PageView.EnableRepeatedKeys = false;
  61. this.PageView.Location = new System.Drawing.Point(0, 0);
  62. this.PageView.Name = "PageView";
  63. this.PageView.PageDisplayLayout = O2S.Components.PDFView4NET.PDFPageDisplayLayout.OneColumn;
  64. this.PageView.PageNumber = 0;
  65. this.PageView.RenderingProgressColor = System.Drawing.Color.Empty;
  66. this.PageView.RequiredFormFieldHighlightColor = System.Drawing.Color.Empty;
  67. this.PageView.ScrollPosition = new System.Drawing.Point(0, 0);
  68. this.PageView.Size = new System.Drawing.Size(1006, 600);
  69. this.PageView.SubstituteFonts = null;
  70. this.PageView.TabIndex = 204;
  71. this.PageView.VerticalPageSpacing = 5;
  72. this.PageView.Visible = false;
  73. this.PageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.PanAndScan;
  74. //
  75. // PDFDocument
  76. //
  77. this.PDFDocument.Metadata = null;
  78. this.PDFDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
  79. this.PDFDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
  80. //
  81. // MediaPlayer
  82. //
  83. this.MediaPlayer.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.MediaPlayer.Enabled = true;
  85. this.MediaPlayer.Location = new System.Drawing.Point(0, 0);
  86. this.MediaPlayer.Name = "MediaPlayer";
  87. this.MediaPlayer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MediaPlayer.OcxState")));
  88. this.MediaPlayer.Size = new System.Drawing.Size(1006, 600);
  89. this.MediaPlayer.TabIndex = 205;
  90. this.MediaPlayer.Visible = false;
  91. //
  92. // Query_ShowInstruction
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(1006, 600);
  97. this.Controls.Add(this.MediaPlayer);
  98. this.Controls.Add(this.PageView);
  99. this.Controls.Add(this.PicBox);
  100. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  101. this.Name = "Query_ShowInstruction";
  102. this.Tag = "Query!ShowInstruction";
  103. this.Text = "作业指导书";
  104. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  105. this.Load += new System.EventHandler(this.Quert_ShowInstruction_Load);
  106. ((System.ComponentModel.ISupportInitialize)(this.PicBox)).EndInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.MediaPlayer)).EndInit();
  108. this.ResumeLayout(false);
  109. }
  110. #endregion
  111. private System.Windows.Forms.PictureBox PicBox;
  112. private O2S.Components.PDFView4NET.PDFPageView PageView;
  113. private O2S.Components.PDFView4NET.PDFDocument PDFDocument;
  114. private AxWMPLib.AxWindowsMediaPlayer MediaPlayer;
  115. }
  116. }