ab56a9bcf7
SVN-Revision: r240
101 lines
4.8 KiB
C#
101 lines
4.8 KiB
C#
namespace Lskj.SweepCodeExe.Control
|
|
{
|
|
partial class SweepControl
|
|
{
|
|
/// <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()
|
|
{
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
this.lbTitle = new System.Windows.Forms.Label();
|
|
this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.plRight = new System.Windows.Forms.Panel();
|
|
((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
|
|
this.plRight.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lbTitle
|
|
//
|
|
this.lbTitle.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.lbTitle.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Bold);
|
|
this.lbTitle.ForeColor = System.Drawing.Color.Black;
|
|
this.lbTitle.Location = new System.Drawing.Point(0, 0);
|
|
this.lbTitle.Name = "lbTitle";
|
|
this.lbTitle.Size = new System.Drawing.Size(114, 38);
|
|
this.lbTitle.TabIndex = 3;
|
|
this.lbTitle.Text = "扫码识别信息";
|
|
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// buttonEdit1
|
|
//
|
|
this.buttonEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonEdit1.Location = new System.Drawing.Point(114, 0);
|
|
this.buttonEdit1.Name = "buttonEdit1";
|
|
this.buttonEdit1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F);
|
|
this.buttonEdit1.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.buttonEdit1.Properties.Appearance.Options.UseFont = true;
|
|
this.buttonEdit1.Properties.Appearance.Options.UseForeColor = true;
|
|
serializableAppearanceObject1.Font = new System.Drawing.Font("Tahoma", 10.5F);
|
|
serializableAppearanceObject1.Options.UseFont = true;
|
|
this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, global::Lskj.SweepCodeExe.Properties.Resources.sweepCode, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
|
|
this.buttonEdit1.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.buttonEdit1.Size = new System.Drawing.Size(386, 38);
|
|
this.buttonEdit1.TabIndex = 4;
|
|
this.buttonEdit1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.buttonEdit1_KeyDown);
|
|
//
|
|
// plRight
|
|
//
|
|
this.plRight.Controls.Add(this.buttonEdit1);
|
|
this.plRight.Controls.Add(this.lbTitle);
|
|
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plRight.Location = new System.Drawing.Point(0, 0);
|
|
this.plRight.Name = "plRight";
|
|
this.plRight.Size = new System.Drawing.Size(500, 38);
|
|
this.plRight.TabIndex = 7;
|
|
//
|
|
// SweepControl
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.plRight);
|
|
this.Name = "SweepControl";
|
|
this.Size = new System.Drawing.Size(500, 38);
|
|
((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
|
|
this.plRight.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lbTitle;
|
|
private DevExpress.XtraEditors.ButtonEdit buttonEdit1;
|
|
private System.Windows.Forms.Panel plRight;
|
|
|
|
|
|
}
|
|
}
|