ab56a9bcf7
SVN-Revision: r240
152 lines
7.3 KiB
C#
152 lines
7.3 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class SignControlEx
|
|
{
|
|
/// <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.pl_top = new DevExpress.XtraEditors.PanelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.btnClear = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
|
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit();
|
|
this.pl_top.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pl_top
|
|
//
|
|
this.pl_top.Controls.Add(this.btnOk);
|
|
this.pl_top.Controls.Add(this.labelControl1);
|
|
this.pl_top.Controls.Add(this.textEdit1);
|
|
this.pl_top.Controls.Add(this.btnClear);
|
|
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_top.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_top.Name = "pl_top";
|
|
this.pl_top.Size = new System.Drawing.Size(453, 37);
|
|
this.pl_top.TabIndex = 0;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(9, 10);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl1.TabIndex = 1;
|
|
this.labelControl1.Text = "画笔宽度";
|
|
//
|
|
// textEdit1
|
|
//
|
|
this.textEdit1.EditValue = "5";
|
|
this.textEdit1.Location = new System.Drawing.Point(63, 7);
|
|
this.textEdit1.Name = "textEdit1";
|
|
this.textEdit1.Properties.DisplayFormat.FormatString = "d2";
|
|
this.textEdit1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.textEdit1.Properties.Mask.EditMask = "d";
|
|
this.textEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.textEdit1.Size = new System.Drawing.Size(28, 20);
|
|
this.textEdit1.TabIndex = 0;
|
|
this.textEdit1.EditValueChanged += new System.EventHandler(this.textEdit1_EditValueChanged);
|
|
//
|
|
// btnClear
|
|
//
|
|
this.btnClear.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClear.Appearance.Options.UseFont = true;
|
|
this.btnClear.Location = new System.Drawing.Point(375, 6);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(63, 24);
|
|
this.btnClear.TabIndex = 35;
|
|
this.btnClear.Text = "清空(&X)";
|
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.pictureEdit1);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 37);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(453, 258);
|
|
this.panelControl1.TabIndex = 1;
|
|
//
|
|
// pictureEdit1
|
|
//
|
|
this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureEdit1.Location = new System.Drawing.Point(2, 2);
|
|
this.pictureEdit1.Name = "pictureEdit1";
|
|
this.pictureEdit1.Properties.ShowMenu = false;
|
|
this.pictureEdit1.Size = new System.Drawing.Size(449, 254);
|
|
this.pictureEdit1.TabIndex = 0;
|
|
this.pictureEdit1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureEdit1_Paint);
|
|
this.pictureEdit1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureEdit1_MouseDown);
|
|
this.pictureEdit1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureEdit1_MouseMove);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOk.Appearance.Options.UseFont = true;
|
|
this.btnOk.Location = new System.Drawing.Point(306, 6);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(63, 24);
|
|
this.btnOk.TabIndex = 36;
|
|
this.btnOk.Text = "保存(&O)";
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// SignControlEx
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.pl_top);
|
|
this.Name = "SignControlEx";
|
|
this.Size = new System.Drawing.Size(453, 295);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
|
|
this.pl_top.ResumeLayout(false);
|
|
this.pl_top.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl pl_top;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btnClear;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
|
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
}
|
|
}
|