namespace ProjectBase.Controls.DocViewer { partial class FrmPDFView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pdfViewer1 = new DevExpress.XtraPdfViewer.PdfViewer(); this.btnOpenFile = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnPreview = new DevExpress.XtraEditors.SimpleButton(); this.btnSaveAs = new DevExpress.XtraEditors.SimpleButton(); this.SuspendLayout(); // // pdfViewer1 // this.pdfViewer1.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.pdfViewer1.Location = new System.Drawing.Point(12, 12); this.pdfViewer1.Name = "pdfViewer1"; this.pdfViewer1.Size = new System.Drawing.Size(792, 473); this.pdfViewer1.TabIndex = 0; // // btnOpenFile // this.btnOpenFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnOpenFile.Location = new System.Drawing.Point(12, 502); this.btnOpenFile.Name = "btnOpenFile"; this.btnOpenFile.Size = new System.Drawing.Size(82, 29); this.btnOpenFile.TabIndex = 1; this.btnOpenFile.Text = "打开文件"; this.btnOpenFile.Visible = false; this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Location = new System.Drawing.Point(731, 502); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(73, 29); this.btnClose.TabIndex = 2; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnPreview // this.btnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnPreview.Location = new System.Drawing.Point(652, 502); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(73, 29); this.btnPreview.TabIndex = 1; this.btnPreview.Text = "打印预览"; this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click); // // btnSaveAs // this.btnSaveAs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSaveAs.Location = new System.Drawing.Point(564, 502); this.btnSaveAs.Name = "btnSaveAs"; this.btnSaveAs.Size = new System.Drawing.Size(82, 29); this.btnSaveAs.TabIndex = 1; this.btnSaveAs.Text = "另存为"; this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click); // // FrmPDFView // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(816, 546); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnPreview); this.Controls.Add(this.btnSaveAs); this.Controls.Add(this.btnOpenFile); this.Controls.Add(this.pdfViewer1); this.Name = "FrmPDFView"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PDF文档查看"; this.TopMost = true; this.Load += new System.EventHandler(this.FrmPDFView_Load); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnOpenFile; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.SimpleButton btnPreview; private DevExpress.XtraEditors.SimpleButton btnSaveAs; public DevExpress.XtraPdfViewer.PdfViewer pdfViewer1; } }