Query_OperationInstruction.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace UAS_MES.Query
  2. {
  3. partial class Query_OperationInstruction
  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_OperationInstruction));
  30. this.MediaPlayer = new AxWMPLib.AxWindowsMediaPlayer();
  31. this.sn_label = new System.Windows.Forms.Label();
  32. this.FileList_label = new System.Windows.Forms.Label();
  33. this.PageView = new O2S.Components.PDFView4NET.PDFPageView();
  34. this.PDFDocument = new O2S.Components.PDFView4NET.PDFDocument(this.components);
  35. this.PicBox = new System.Windows.Forms.PictureBox();
  36. this.FileList = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  37. this.SnCode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  38. ((System.ComponentModel.ISupportInitialize)(this.MediaPlayer)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.PicBox)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // MediaPlayer
  43. //
  44. this.MediaPlayer.Enabled = true;
  45. this.MediaPlayer.Location = new System.Drawing.Point(0, 52);
  46. this.MediaPlayer.Name = "MediaPlayer";
  47. this.MediaPlayer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MediaPlayer.OcxState")));
  48. this.MediaPlayer.Size = new System.Drawing.Size(1012, 571);
  49. this.MediaPlayer.TabIndex = 0;
  50. this.MediaPlayer.Visible = false;
  51. //
  52. // sn_label
  53. //
  54. this.sn_label.Anchor = System.Windows.Forms.AnchorStyles.Left;
  55. this.sn_label.AutoSize = true;
  56. this.sn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.sn_label.Location = new System.Drawing.Point(12, 9);
  58. this.sn_label.Name = "sn_label";
  59. this.sn_label.Size = new System.Drawing.Size(32, 21);
  60. this.sn_label.TabIndex = 198;
  61. this.sn_label.Text = "SN";
  62. //
  63. // FileList_label
  64. //
  65. this.FileList_label.Anchor = System.Windows.Forms.AnchorStyles.Left;
  66. this.FileList_label.AutoSize = true;
  67. this.FileList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.FileList_label.Location = new System.Drawing.Point(245, 9);
  69. this.FileList_label.Name = "FileList_label";
  70. this.FileList_label.Size = new System.Drawing.Size(74, 21);
  71. this.FileList_label.TabIndex = 200;
  72. this.FileList_label.Text = "文件列表";
  73. //
  74. // PageView
  75. //
  76. this.PageView.AutoScroll = true;
  77. this.PageView.BackColor = System.Drawing.SystemColors.Window;
  78. this.PageView.DefaultEllipseAnnotationBorderWidth = 1D;
  79. this.PageView.DefaultInkAnnotationWidth = 1D;
  80. this.PageView.DefaultRectangleAnnotationBorderWidth = 1D;
  81. this.PageView.Document = this.PDFDocument;
  82. this.PageView.DownscaleLargeImages = false;
  83. this.PageView.EnableRepeatedKeys = false;
  84. this.PageView.Location = new System.Drawing.Point(0, 52);
  85. this.PageView.Name = "PageView";
  86. this.PageView.PageDisplayLayout = O2S.Components.PDFView4NET.PDFPageDisplayLayout.OneColumn;
  87. this.PageView.PageNumber = 0;
  88. this.PageView.RenderingProgressColor = System.Drawing.Color.Empty;
  89. this.PageView.RequiredFormFieldHighlightColor = System.Drawing.Color.Empty;
  90. this.PageView.ScrollPosition = new System.Drawing.Point(0, 0);
  91. this.PageView.Size = new System.Drawing.Size(1012, 571);
  92. this.PageView.SubstituteFonts = null;
  93. this.PageView.TabIndex = 201;
  94. this.PageView.VerticalPageSpacing = 5;
  95. this.PageView.Visible = false;
  96. this.PageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.PanAndScan;
  97. //
  98. // PDFDocument
  99. //
  100. this.PDFDocument.Metadata = null;
  101. this.PDFDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
  102. this.PDFDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
  103. //
  104. // PicBox
  105. //
  106. this.PicBox.Image = global::UAS_MES.Properties.Resources.LoginBG;
  107. this.PicBox.Location = new System.Drawing.Point(0, 52);
  108. this.PicBox.Name = "PicBox";
  109. this.PicBox.Size = new System.Drawing.Size(1012, 571);
  110. this.PicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  111. this.PicBox.TabIndex = 202;
  112. this.PicBox.TabStop = false;
  113. this.PicBox.Visible = false;
  114. //
  115. // FileList
  116. //
  117. this.FileList.Anchor = System.Windows.Forms.AnchorStyles.Left;
  118. this.FileList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  119. this.FileList.FormattingEnabled = true;
  120. this.FileList.Items.AddRange(new object[] {
  121. "1.mp4",
  122. "2.pdf",
  123. "3.jpg",
  124. "4.jpeg"});
  125. this.FileList.Location = new System.Drawing.Point(325, 9);
  126. this.FileList.Name = "FileList";
  127. this.FileList.Size = new System.Drawing.Size(192, 20);
  128. this.FileList.TabIndex = 199;
  129. this.FileList.SelectedIndexChanged += new System.EventHandler(this.FileList_SelectedIndexChanged);
  130. //
  131. // SnCode
  132. //
  133. this.SnCode.AllPower = null;
  134. this.SnCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
  135. this.SnCode.BackColor = System.Drawing.Color.White;
  136. this.SnCode.ID = null;
  137. this.SnCode.Location = new System.Drawing.Point(54, 9);
  138. this.SnCode.Name = "SnCode";
  139. this.SnCode.Power = null;
  140. this.SnCode.Size = new System.Drawing.Size(176, 21);
  141. this.SnCode.Str = null;
  142. this.SnCode.Str1 = null;
  143. this.SnCode.Str2 = null;
  144. this.SnCode.TabIndex = 1;
  145. this.SnCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SnCode_KeyDown);
  146. //
  147. // Query_OperationInstruction
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.ClientSize = new System.Drawing.Size(1012, 624);
  152. this.Controls.Add(this.PicBox);
  153. this.Controls.Add(this.PageView);
  154. this.Controls.Add(this.FileList_label);
  155. this.Controls.Add(this.FileList);
  156. this.Controls.Add(this.sn_label);
  157. this.Controls.Add(this.SnCode);
  158. this.Controls.Add(this.MediaPlayer);
  159. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  160. this.Name = "Query_OperationInstruction";
  161. this.Tag = "Query!OperationInstruction";
  162. this.Text = "作业指导书";
  163. this.Load += new System.EventHandler(this.Query_OperationInstruction_Load);
  164. this.SizeChanged += new System.EventHandler(this.Query_OperationInstruction_SizeChanged);
  165. ((System.ComponentModel.ISupportInitialize)(this.MediaPlayer)).EndInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.PicBox)).EndInit();
  167. this.ResumeLayout(false);
  168. this.PerformLayout();
  169. }
  170. #endregion
  171. private AxWMPLib.AxWindowsMediaPlayer MediaPlayer;
  172. private CustomControl.TextBoxWithIcon.SnCollectionBox SnCode;
  173. private System.Windows.Forms.Label sn_label;
  174. private CustomControl.ComBoxWithFocus.ComBoxWithFocus FileList;
  175. private System.Windows.Forms.Label FileList_label;
  176. private O2S.Components.PDFView4NET.PDFPageView PageView;
  177. private O2S.Components.PDFView4NET.PDFDocument PDFDocument;
  178. private System.Windows.Forms.PictureBox PicBox;
  179. }
  180. }