Files
tj-tzhg/JJMediSys/ReadBarcode.Designer.cs

135 lines
6.5 KiB
C#
Raw Permalink Normal View History

2025-11-26 17:20:53 +08:00
namespace JJMediSys
{
partial class ReadBarcode
{
/// <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.components = new System.ComponentModel.Container();
this.LabTitle = new System.Windows.Forms.Label();
this.PicClose = new System.Windows.Forms.PictureBox();
this.TextInput = new Sunny.UI.UITextBox();
this.BYes = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.PicClose)).BeginInit();
this.SuspendLayout();
//
// LabTitle
//
this.LabTitle.BackColor = System.Drawing.Color.Transparent;
this.LabTitle.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabTitle.ForeColor = System.Drawing.Color.Orange;
this.LabTitle.Location = new System.Drawing.Point(101, 49);
this.LabTitle.Name = "LabTitle";
this.LabTitle.Size = new System.Drawing.Size(495, 40);
this.LabTitle.TabIndex = 2;
this.LabTitle.Text = "请扫试管,或输入试管条码号";
this.LabTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// PicClose
//
this.PicClose.BackColor = System.Drawing.Color.Transparent;
this.PicClose.BackgroundImage = global::JJMediSys.Properties.Resources.close;
this.PicClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.PicClose.Location = new System.Drawing.Point(670, 15);
this.PicClose.Name = "PicClose";
this.PicClose.Size = new System.Drawing.Size(30, 29);
this.PicClose.TabIndex = 3;
this.PicClose.TabStop = false;
this.PicClose.Click += new System.EventHandler(this.PicClose_Click);
//
// TextInput
//
this.TextInput.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
this.TextInput.Cursor = System.Windows.Forms.Cursors.IBeam;
this.TextInput.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextInput.ForeColor = System.Drawing.Color.Blue;
this.TextInput.Location = new System.Drawing.Point(176, 105);
this.TextInput.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.TextInput.MinimumSize = new System.Drawing.Size(1, 16);
this.TextInput.Name = "TextInput";
this.TextInput.Padding = new System.Windows.Forms.Padding(5);
this.TextInput.ShowText = false;
this.TextInput.Size = new System.Drawing.Size(370, 48);
this.TextInput.Style = Sunny.UI.UIStyle.Custom;
this.TextInput.TabIndex = 4;
this.TextInput.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.TextInput.Watermark = "";
this.TextInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextInput_KeyPress);
//
// BYes
//
this.BYes.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.BYes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BYes.FlatAppearance.BorderSize = 0;
this.BYes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BYes.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BYes.ForeColor = System.Drawing.Color.White;
this.BYes.Location = new System.Drawing.Point(292, 173);
this.BYes.Name = "BYes";
this.BYes.Size = new System.Drawing.Size(146, 50);
this.BYes.TabIndex = 4;
this.BYes.Text = "取 消";
this.BYes.UseVisualStyleBackColor = true;
this.BYes.Click += new System.EventHandler(this.BYes_Click);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// ReadBarcode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::JJMediSys.Properties.Resources.Background4;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(704, 235);
this.Controls.Add(this.BYes);
this.Controls.Add(this.TextInput);
this.Controls.Add(this.PicClose);
this.Controls.Add(this.LabTitle);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ReadBarcode";
this.Text = "ReadBarcode";
this.Load += new System.EventHandler(this.ReadBarcode_Load);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ReadBarcode_MouseDown);
((System.ComponentModel.ISupportInitialize)(this.PicClose)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label LabTitle;
private System.Windows.Forms.PictureBox PicClose;
private Sunny.UI.UITextBox TextInput;
private System.Windows.Forms.Button BYes;
private System.Windows.Forms.Timer timer1;
}
}