ab56a9bcf7
SVN-Revision: r240
80 lines
3.5 KiB
C#
80 lines
3.5 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class AttachControlEx
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label_fileName = new DevExpress.XtraEditors.LabelControl();
|
|
this.picFile = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.picFile)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label_fileName
|
|
//
|
|
this.label_fileName.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.label_fileName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.label_fileName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
|
|
this.label_fileName.Location = new System.Drawing.Point(8, 73);
|
|
this.label_fileName.Name = "label_fileName";
|
|
this.label_fileName.Size = new System.Drawing.Size(82, 12);
|
|
this.label_fileName.TabIndex = 1;
|
|
this.label_fileName.Text = "XXX.png";
|
|
this.label_fileName.MouseClick += new System.Windows.Forms.MouseEventHandler(this.AttachControl_MouseClick);
|
|
this.label_fileName.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.AttachControl_MouseDoubleClick);
|
|
//
|
|
// picFile
|
|
//
|
|
this.picFile.Location = new System.Drawing.Point(16, 7);
|
|
this.picFile.Name = "picFile";
|
|
this.picFile.Size = new System.Drawing.Size(64, 62);
|
|
this.picFile.TabIndex = 2;
|
|
this.picFile.TabStop = false;
|
|
this.picFile.Paint += new System.Windows.Forms.PaintEventHandler(this.LockPaint);
|
|
this.picFile.MouseClick += new System.Windows.Forms.MouseEventHandler(this.AttachControl_MouseClick);
|
|
this.picFile.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.AttachControl_MouseDoubleClick);
|
|
//
|
|
// AttachControlEx
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.picFile);
|
|
this.Controls.Add(this.label_fileName);
|
|
this.Name = "AttachControlEx";
|
|
this.Size = new System.Drawing.Size(97, 110);
|
|
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.AttachControl_MouseClick);
|
|
this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.AttachControl_MouseDoubleClick);
|
|
((System.ComponentModel.ISupportInitialize)(this.picFile)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl label_fileName;
|
|
private System.Windows.Forms.PictureBox picFile;
|
|
}
|
|
}
|