ab56a9bcf7
SVN-Revision: r240
116 lines
4.9 KiB
C#
116 lines
4.9 KiB
C#
|
|
namespace Lskj.SweepCode
|
|
{
|
|
partial class FrmCode
|
|
{
|
|
/// <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()
|
|
{
|
|
this.txt_advice = new Lskj.Control.LabelRemarkEdit();
|
|
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
|
|
this.pl_bottom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// txt_advice
|
|
//
|
|
this.txt_advice.BackColor = System.Drawing.Color.Transparent;
|
|
this.txt_advice.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txt_advice.EditText = "";
|
|
this.txt_advice.FontSize = 0F;
|
|
this.txt_advice.LabelText = "扫码信息";
|
|
this.txt_advice.Location = new System.Drawing.Point(0, 0);
|
|
this.txt_advice.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txt_advice.Model = null;
|
|
this.txt_advice.Name = "txt_advice";
|
|
this.txt_advice.NullText = "";
|
|
this.txt_advice.ReadOnly = false;
|
|
this.txt_advice.Required = false;
|
|
this.txt_advice.Size = new System.Drawing.Size(403, 198);
|
|
this.txt_advice.TabIndex = 13;
|
|
this.txt_advice.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_advice_KeyDown);
|
|
//
|
|
// pl_bottom
|
|
//
|
|
this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_bottom.Controls.Add(this.btnCancel);
|
|
this.pl_bottom.Controls.Add(this.btnOk);
|
|
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_bottom.Location = new System.Drawing.Point(0, 198);
|
|
this.pl_bottom.Name = "pl_bottom";
|
|
this.pl_bottom.Size = new System.Drawing.Size(403, 40);
|
|
this.pl_bottom.TabIndex = 12;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnCancel.Appearance.Options.UseFont = true;
|
|
this.btnCancel.Location = new System.Drawing.Point(324, 6);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(72, 26);
|
|
this.btnCancel.TabIndex = 1;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancelClick);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnOk.Appearance.Options.UseFont = true;
|
|
this.btnOk.Location = new System.Drawing.Point(246, 6);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(72, 26);
|
|
this.btnOk.TabIndex = 0;
|
|
this.btnOk.Text = "确定";
|
|
this.btnOk.Click += new System.EventHandler(this.btnOkClick);
|
|
//
|
|
// FrmCode
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
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(403, 238);
|
|
this.Controls.Add(this.txt_advice);
|
|
this.Controls.Add(this.pl_bottom);
|
|
this.Name = "FrmCode";
|
|
this.Text = "扫码";
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
|
|
this.pl_bottom.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Lskj.Control.LabelRemarkEdit txt_advice;
|
|
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
}
|
|
} |