namespace ProjectBase.Controls.DocViewer { partial class FrmImageView { /// /// 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.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // pictureEdit1 // this.pictureEdit1.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.pictureEdit1.Cursor = System.Windows.Forms.Cursors.Default; this.pictureEdit1.Location = new System.Drawing.Point(12, 12); this.pictureEdit1.Name = "pictureEdit1"; this.pictureEdit1.Properties.ShowMenu = false; this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom; this.pictureEdit1.Properties.ZoomAccelerationFactor = 1D; this.pictureEdit1.Properties.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureEdit1_Properties_MouseUp); this.pictureEdit1.Size = new System.Drawing.Size(395, 543); this.pictureEdit1.TabIndex = 0; // // 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(332, 572); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 1; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // FrmImageView // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(419, 607); this.Controls.Add(this.btnClose); this.Controls.Add(this.pictureEdit1); this.Name = "FrmImageView"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "图片查看"; ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion public DevExpress.XtraEditors.PictureEdit pictureEdit1; private DevExpress.XtraEditors.SimpleButton btnClose; } }