namespace Lskj.MyControl { partial class FrmImageDialog { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmImageDialog)); this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // pictureEdit1 // this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureEdit1.Location = new System.Drawing.Point(0, 0); this.pictureEdit1.Name = "pictureEdit1"; this.pictureEdit1.Properties.ShowMenu = false; this.pictureEdit1.Properties.ShowScrollBars = true; this.pictureEdit1.Size = new System.Drawing.Size(814, 626); this.pictureEdit1.TabIndex = 0; // // FrmImageDialog // this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(814, 626); this.Controls.Add(this.pictureEdit1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003; this.Name = "FrmImageDialog"; this.Text = "图片预览"; this.TopMost = true; this.Load += new System.EventHandler(this.FrmImageDialog_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PictureEdit pictureEdit1; } }