Files
lserp_cs_5.0/插件库/Lskj.MyControl/FrmImageDialog.Designer.cs
T
2026-07-10 15:25:05 +08:00

70 lines
2.9 KiB
C#

namespace Lskj.MyControl
{
partial class FrmImageDialog
{
/// <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()
{
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;
}
}