64 lines
2.5 KiB
C#
64 lines
2.5 KiB
C#
namespace HL_FristAidPlatform_Frame
|
|
{
|
|
partial class Form_OperationManual
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_OperationManual));
|
|
this.pdfViewer = new DevExpress.XtraPdfViewer.PdfViewer();
|
|
this.SuspendLayout();
|
|
//
|
|
// pdfViewer
|
|
//
|
|
this.pdfViewer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pdfViewer.Location = new System.Drawing.Point(0, 0);
|
|
this.pdfViewer.Name = "pdfViewer";
|
|
this.pdfViewer.Size = new System.Drawing.Size(1264, 1008);
|
|
this.pdfViewer.TabIndex = 0;
|
|
this.pdfViewer.DocumentChanged += new DevExpress.XtraPdfViewer.PdfDocumentChangedEventHandler(this.pdfViewer_DocumentChanged);
|
|
//
|
|
// Form_OperationManual
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1264, 1008);
|
|
this.Controls.Add(this.pdfViewer);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Form_OperationManual";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "系统操作指南";
|
|
this.Load += new System.EventHandler(this.Form_OperationManual_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraPdfViewer.PdfViewer pdfViewer;
|
|
}
|
|
} |