锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
3.4 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSDrawingShow
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSDrawingShow));
  29. this.axAcroPDF1 = new AxAcroPDFLib.AxAcroPDF();
  30. this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
  31. ((System.ComponentModel.ISupportInitialize)(this.axAcroPDF1)).BeginInit();
  32. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // axAcroPDF1
  36. //
  37. this.axAcroPDF1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  38. | System.Windows.Forms.AnchorStyles.Left)
  39. | System.Windows.Forms.AnchorStyles.Right)));
  40. this.axAcroPDF1.Enabled = true;
  41. this.axAcroPDF1.Location = new System.Drawing.Point(1, 0);
  42. this.axAcroPDF1.Name = "axAcroPDF1";
  43. this.axAcroPDF1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axAcroPDF1.OcxState")));
  44. this.axAcroPDF1.Size = new System.Drawing.Size(382, 362);
  45. this.axAcroPDF1.TabIndex = 3;
  46. //
  47. // fileSystemWatcher1
  48. //
  49. this.fileSystemWatcher1.EnableRaisingEvents = true;
  50. this.fileSystemWatcher1.SynchronizingObject = this;
  51. //
  52. // FormICSDrawingShow
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.ClientSize = new System.Drawing.Size(384, 362);
  57. this.Controls.Add(this.axAcroPDF1);
  58. this.Location = new System.Drawing.Point(900, 300);
  59. this.Name = "FormICSDrawingShow";
  60. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  61. this.Text = "图纸";
  62. this.TopMost = true;
  63. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormICSDrawingShow_FormClosing);
  64. ((System.ComponentModel.ISupportInitialize)(this.axAcroPDF1)).EndInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
  66. this.ResumeLayout(false);
  67. }
  68. #endregion
  69. private AxAcroPDFLib.AxAcroPDF axAcroPDF1;
  70. private System.IO.FileSystemWatcher fileSystemWatcher1;
  71. }
  72. }