namespace ProjectBase.Controls.DocViewer { partial class FrmWordView { /// /// 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.richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl(); this.btnOpenFile = new DevExpress.XtraEditors.SimpleButton(); this.btnSaveFile = new DevExpress.XtraEditors.SimpleButton(); this.btnSaveAs = new DevExpress.XtraEditors.SimpleButton(); this.btnPreview = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.SuspendLayout(); // // richEditControl1 // this.richEditControl1.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.richEditControl1.Location = new System.Drawing.Point(3, 3); this.richEditControl1.Name = "richEditControl1"; this.richEditControl1.ReadOnly = true; this.richEditControl1.Size = new System.Drawing.Size(810, 483); this.richEditControl1.TabIndex = 8; // // 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(388, 505); this.btnOpenFile.Name = "btnOpenFile"; this.btnOpenFile.Size = new System.Drawing.Size(82, 29); this.btnOpenFile.TabIndex = 9; this.btnOpenFile.Text = "打开文件"; this.btnOpenFile.Visible = false; this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click); // // btnSaveFile // this.btnSaveFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSaveFile.Location = new System.Drawing.Point(476, 505); this.btnSaveFile.Name = "btnSaveFile"; this.btnSaveFile.Size = new System.Drawing.Size(82, 29); this.btnSaveFile.TabIndex = 11; this.btnSaveFile.Text = "保存文件"; this.btnSaveFile.Visible = false; this.btnSaveFile.Click += new System.EventHandler(this.btnSaveFile_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, 505); this.btnSaveAs.Name = "btnSaveAs"; this.btnSaveAs.Size = new System.Drawing.Size(82, 29); this.btnSaveAs.TabIndex = 10; this.btnSaveAs.Text = "另存为"; this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_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, 505); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(82, 29); this.btnPreview.TabIndex = 12; this.btnPreview.Text = "打印预览"; this.btnPreview.Click += new System.EventHandler(this.btnPreview_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(740, 505); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(73, 29); this.btnClose.TabIndex = 13; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // FrmWordView // 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.btnSaveFile); this.Controls.Add(this.btnSaveAs); this.Controls.Add(this.btnOpenFile); this.Controls.Add(this.richEditControl1); this.Name = "FrmWordView"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Word文档查看"; this.TopMost = true; this.Load += new System.EventHandler(this.FrmWordView_Load); this.ResumeLayout(false); } #endregion private DevExpress.XtraRichEdit.RichEditControl richEditControl1; private DevExpress.XtraEditors.SimpleButton btnOpenFile; private DevExpress.XtraEditors.SimpleButton btnSaveFile; private DevExpress.XtraEditors.SimpleButton btnSaveAs; private DevExpress.XtraEditors.SimpleButton btnPreview; private DevExpress.XtraEditors.SimpleButton btnClose; } }