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.
78 lines
3.4 KiB
78 lines
3.4 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSDrawingShow
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSDrawingShow));
|
|
this.axAcroPDF1 = new AxAcroPDFLib.AxAcroPDF();
|
|
this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
|
|
((System.ComponentModel.ISupportInitialize)(this.axAcroPDF1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// axAcroPDF1
|
|
//
|
|
this.axAcroPDF1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.axAcroPDF1.Enabled = true;
|
|
this.axAcroPDF1.Location = new System.Drawing.Point(1, 0);
|
|
this.axAcroPDF1.Name = "axAcroPDF1";
|
|
this.axAcroPDF1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axAcroPDF1.OcxState")));
|
|
this.axAcroPDF1.Size = new System.Drawing.Size(382, 362);
|
|
this.axAcroPDF1.TabIndex = 3;
|
|
//
|
|
// fileSystemWatcher1
|
|
//
|
|
this.fileSystemWatcher1.EnableRaisingEvents = true;
|
|
this.fileSystemWatcher1.SynchronizingObject = this;
|
|
//
|
|
// FormICSDrawingShow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(384, 362);
|
|
this.Controls.Add(this.axAcroPDF1);
|
|
this.Location = new System.Drawing.Point(900, 300);
|
|
this.Name = "FormICSDrawingShow";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "图纸";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormICSDrawingShow_FormClosing);
|
|
((System.ComponentModel.ISupportInitialize)(this.axAcroPDF1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private AxAcroPDFLib.AxAcroPDF axAcroPDF1;
|
|
private System.IO.FileSystemWatcher fileSystemWatcher1;
|
|
}
|
|
}
|