StableVersion4.3/HL_FristAidPlatform_Frame/Main/Form_ScanTime.Designer.cs

82 lines
3.6 KiB
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_Frame
{
partial class Form_ScanTime
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ScanTime));
this.txt_TxmCode = new DevExpress.XtraEditors.TextEdit();
this.labelControl_Message = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.txt_TxmCode.Properties)).BeginInit();
this.SuspendLayout();
//
// txt_TxmCode
//
this.txt_TxmCode.Location = new System.Drawing.Point(14, 24);
this.txt_TxmCode.Name = "txt_TxmCode";
this.txt_TxmCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txt_TxmCode.Properties.Appearance.Options.UseFont = true;
this.txt_TxmCode.Size = new System.Drawing.Size(514, 50);
this.txt_TxmCode.TabIndex = 0;
this.txt_TxmCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_TxmCode_KeyDown);
//
// labelControl_Message
//
this.labelControl_Message.Appearance.ForeColor = System.Drawing.Color.Green;
this.labelControl_Message.Appearance.Options.UseForeColor = true;
this.labelControl_Message.Location = new System.Drawing.Point(16, 81);
this.labelControl_Message.Name = "labelControl_Message";
this.labelControl_Message.Size = new System.Drawing.Size(0, 14);
this.labelControl_Message.TabIndex = 1;
//
// ScanTime
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(542, 101);
this.Controls.Add(this.labelControl_Message);
this.Controls.Add(this.txt_TxmCode);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ScanTime";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "开始接诊扫码";
this.TopMost = true;
this.Load += new System.EventHandler(this.Form_ScanTime_Load);
((System.ComponentModel.ISupportInitialize)(this.txt_TxmCode.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.TextEdit txt_TxmCode;
private DevExpress.XtraEditors.LabelControl labelControl_Message;
}
}