ab56a9bcf7
SVN-Revision: r240
107 lines
4.4 KiB
C#
107 lines
4.4 KiB
C#
namespace Lskj.MesStart
|
|
{
|
|
partial class FrmScan
|
|
{
|
|
/// <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.lblTip = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtScan = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtScan.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblTip
|
|
//
|
|
this.lblTip.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
|
|
this.lblTip.Appearance.ForeColor = System.Drawing.Color.Red;
|
|
this.lblTip.Location = new System.Drawing.Point(12, 85);
|
|
this.lblTip.Name = "lblTip";
|
|
this.lblTip.Size = new System.Drawing.Size(0, 28);
|
|
this.lblTip.TabIndex = 3;
|
|
this.lblTip.Visible = false;
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Location = new System.Drawing.Point(315, 21);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(75, 43);
|
|
this.btnOk.TabIndex = 2;
|
|
this.btnOk.Text = "确定";
|
|
this.btnOk.Click += new System.EventHandler(this.OnBtnOkClick);
|
|
//
|
|
// txtScan
|
|
//
|
|
this.txtScan.Location = new System.Drawing.Point(84, 22);
|
|
this.txtScan.Name = "txtScan";
|
|
this.txtScan.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 20F);
|
|
this.txtScan.Properties.Appearance.Options.UseFont = true;
|
|
this.txtScan.Properties.NullText = "请输入条码";
|
|
this.txtScan.Size = new System.Drawing.Size(225, 42);
|
|
this.txtScan.TabIndex = 1;
|
|
this.txtScan.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnTxtScanKeyDown);
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
|
|
this.labelControl1.Location = new System.Drawing.Point(12, 25);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(66, 30);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "扫码:";
|
|
//
|
|
// FrmScan
|
|
//
|
|
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, 159);
|
|
this.Controls.Add(this.lblTip);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.txtScan);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "FrmScan";
|
|
this.Text = "";
|
|
this.Load += new System.EventHandler(this.OnFrmScanLoad);
|
|
((System.ComponentModel.ISupportInitialize)(this.txtScan.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtScan;
|
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
private DevExpress.XtraEditors.LabelControl lblTip;
|
|
|
|
}
|
|
} |