Query_OperationInstruction.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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.sn_label = new System.Windows.Forms.Label();
  31. this.FileList_label = new System.Windows.Forms.Label();
  32. this.PDFDocument = new O2S.Components.PDFView4NET.PDFDocument(this.components);
  33. this.OpenFile = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  34. this.FileList = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  35. this.SnCode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  36. this.SuspendLayout();
  37. //
  38. // sn_label
  39. //
  40. this.sn_label.Anchor = System.Windows.Forms.AnchorStyles.Left;
  41. this.sn_label.AutoSize = true;
  42. this.sn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.sn_label.Location = new System.Drawing.Point(12, 18);
  44. this.sn_label.Name = "sn_label";
  45. this.sn_label.Size = new System.Drawing.Size(32, 21);
  46. this.sn_label.TabIndex = 198;
  47. this.sn_label.Text = "SN";
  48. //
  49. // FileList_label
  50. //
  51. this.FileList_label.Anchor = System.Windows.Forms.AnchorStyles.Left;
  52. this.FileList_label.AutoSize = true;
  53. this.FileList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.FileList_label.Location = new System.Drawing.Point(245, 18);
  55. this.FileList_label.Name = "FileList_label";
  56. this.FileList_label.Size = new System.Drawing.Size(74, 21);
  57. this.FileList_label.TabIndex = 200;
  58. this.FileList_label.Text = "文件列表";
  59. //
  60. // PDFDocument
  61. //
  62. this.PDFDocument.Metadata = null;
  63. this.PDFDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
  64. this.PDFDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
  65. //
  66. // OpenFile
  67. //
  68. this.OpenFile.AllPower = null;
  69. this.OpenFile.BackColor = System.Drawing.Color.Transparent;
  70. this.OpenFile.DownImage = ((System.Drawing.Image)(resources.GetObject("OpenFile.DownImage")));
  71. this.OpenFile.Image = null;
  72. this.OpenFile.IsShowBorder = true;
  73. this.OpenFile.Location = new System.Drawing.Point(566, 14);
  74. this.OpenFile.MoveImage = ((System.Drawing.Image)(resources.GetObject("OpenFile.MoveImage")));
  75. this.OpenFile.Name = "OpenFile";
  76. this.OpenFile.NormalImage = ((System.Drawing.Image)(resources.GetObject("OpenFile.NormalImage")));
  77. this.OpenFile.Power = null;
  78. this.OpenFile.Size = new System.Drawing.Size(75, 28);
  79. this.OpenFile.TabIndex = 201;
  80. this.OpenFile.Text = "打开文件";
  81. this.OpenFile.UseVisualStyleBackColor = false;
  82. this.OpenFile.Click += new System.EventHandler(this.OpenFile_Click);
  83. //
  84. // FileList
  85. //
  86. this.FileList.Anchor = System.Windows.Forms.AnchorStyles.Left;
  87. this.FileList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  88. this.FileList.FormattingEnabled = true;
  89. this.FileList.Items.AddRange(new object[] {
  90. "1.mp4",
  91. "H:\\PDFView4NET 5.0.1 WinForms Edition\\SupportFiles\\multicolumntextandimages.pdf",
  92. "H:\\UAS_WinForm\\UAS_MES_NEW\\Resources\\LoginBG.jpg",
  93. "4.jpeg"});
  94. this.FileList.Location = new System.Drawing.Point(325, 18);
  95. this.FileList.Name = "FileList";
  96. this.FileList.Size = new System.Drawing.Size(192, 20);
  97. this.FileList.TabIndex = 199;
  98. //
  99. // SnCode
  100. //
  101. this.SnCode.AllPower = null;
  102. this.SnCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
  103. this.SnCode.BackColor = System.Drawing.Color.White;
  104. this.SnCode.ID = null;
  105. this.SnCode.Location = new System.Drawing.Point(54, 18);
  106. this.SnCode.Name = "SnCode";
  107. this.SnCode.Power = null;
  108. this.SnCode.Size = new System.Drawing.Size(176, 21);
  109. this.SnCode.Str = null;
  110. this.SnCode.Str1 = null;
  111. this.SnCode.Str2 = null;
  112. this.SnCode.TabIndex = 1;
  113. this.SnCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SnCode_KeyDown);
  114. //
  115. // Query_OperationInstruction
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(1012, 624);
  120. this.Controls.Add(this.OpenFile);
  121. this.Controls.Add(this.FileList_label);
  122. this.Controls.Add(this.FileList);
  123. this.Controls.Add(this.sn_label);
  124. this.Controls.Add(this.SnCode);
  125. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  126. this.Name = "Query_OperationInstruction";
  127. this.Tag = "Query!OperationInstruction";
  128. this.Text = "作业指导书";
  129. this.Load += new System.EventHandler(this.Query_OperationInstruction_Load);
  130. this.SizeChanged += new System.EventHandler(this.Query_OperationInstruction_SizeChanged);
  131. this.ResumeLayout(false);
  132. this.PerformLayout();
  133. }
  134. #endregion
  135. private CustomControl.TextBoxWithIcon.SnCollectionBox SnCode;
  136. private System.Windows.Forms.Label sn_label;
  137. private CustomControl.ComBoxWithFocus.ComBoxWithFocus FileList;
  138. private System.Windows.Forms.Label FileList_label;
  139. private O2S.Components.PDFView4NET.PDFDocument PDFDocument;
  140. private CustomControl.ButtonUtil.NormalButton OpenFile;
  141. }
  142. }