基线 SVN r240

SVN-Revision: r240
This commit is contained in:
cyf
2025-02-06 06:46:06 +00:00
commit ab56a9bcf7
5317 changed files with 902274 additions and 0 deletions
+100
View File
@@ -0,0 +1,100 @@
namespace Lskj.SweepCode.Control
{
partial class SweepAutoEdit
{
/// <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.plRight = new System.Windows.Forms.Panel();
this.btnEdit = new DevExpress.XtraEditors.ButtonEdit();
this.lbTitle = new System.Windows.Forms.Label();
this.plRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// plRight
//
this.plRight.Controls.Add(this.btnEdit);
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 = 8;
//
// btnEdit
//
this.btnEdit.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnEdit.Location = new System.Drawing.Point(114, 0);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Properties.Appearance.BackColor = System.Drawing.Color.White;
this.btnEdit.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
this.btnEdit.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
this.btnEdit.Properties.Appearance.Options.UseBackColor = true;
this.btnEdit.Properties.Appearance.Options.UseFont = true;
this.btnEdit.Properties.Appearance.Options.UseForeColor = true;
this.btnEdit.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.SweepCode.Properties.Resources.sweepCode, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
this.btnEdit.Size = new System.Drawing.Size(386, 38);
this.btnEdit.TabIndex = 4;
this.btnEdit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.buttonEdit1_KeyDown);
//
// 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", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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;
//
// SweepAutoEdit
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.plRight);
this.Name = "SweepAutoEdit";
this.Size = new System.Drawing.Size(500, 38);
this.plRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.btnEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel plRight;
private DevExpress.XtraEditors.ButtonEdit btnEdit;
private System.Windows.Forms.Label lbTitle;
}
}