106 lines
5.0 KiB
C#
106 lines
5.0 KiB
C#
|
|
namespace SOH.FenZhen.Client
|
|||
|
|
{
|
|||
|
|
partial class FrmCall
|
|||
|
|
{
|
|||
|
|
/// <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 Windows 窗体设计器生成的代码
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// 设计器支持所需的方法 - 不要修改
|
|||
|
|
/// 使用代码编辑器修改此方法的内容。
|
|||
|
|
/// </summary>
|
|||
|
|
private void InitializeComponent()
|
|||
|
|
{
|
|||
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCall));
|
|||
|
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// button1
|
|||
|
|
//
|
|||
|
|
this.button1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.button1.Location = new System.Drawing.Point(800, 2);
|
|||
|
|
this.button1.Name = "button1";
|
|||
|
|
this.button1.Size = new System.Drawing.Size(55, 23);
|
|||
|
|
this.button1.TabIndex = 2;
|
|||
|
|
this.button1.Text = "叫号";
|
|||
|
|
this.button1.UseVisualStyleBackColor = false;
|
|||
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
|
this.button1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button1_MouseMove);
|
|||
|
|
//
|
|||
|
|
// button2
|
|||
|
|
//
|
|||
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.button2.Location = new System.Drawing.Point(861, 2);
|
|||
|
|
this.button2.Name = "button2";
|
|||
|
|
this.button2.Size = new System.Drawing.Size(55, 23);
|
|||
|
|
this.button2.TabIndex = 3;
|
|||
|
|
this.button2.Text = "关闭";
|
|||
|
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
|
|||
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(3, 3);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(782, 23);
|
|||
|
|
this.label1.TabIndex = 4;
|
|||
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|||
|
|
//
|
|||
|
|
// FrmCall
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(921, 29);
|
|||
|
|
this.Controls.Add(this.label1);
|
|||
|
|
this.Controls.Add(this.button2);
|
|||
|
|
this.Controls.Add(this.button1);
|
|||
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
|
this.Name = "FrmCall";
|
|||
|
|
this.ShowInTaskbar = false;
|
|||
|
|
this.Text = "希望之星分诊程序";
|
|||
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCall_FormClosing);
|
|||
|
|
this.Load += new System.EventHandler(this.FrmCall_Load);
|
|||
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FrmCall_MouseDown);
|
|||
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FrmCall_MouseMove);
|
|||
|
|
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FrmCall_MouseUp);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Button button1;
|
|||
|
|
private System.Windows.Forms.Button button2;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|