153 lines
7.0 KiB
C#
153 lines
7.0 KiB
C#
namespace dccdc.hujiao
|
||
{
|
||
partial class frm_main
|
||
{
|
||
/// <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(frm_main));
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.lbl_dqhm = new System.Windows.Forms.Label();
|
||
this.btn_xyw = new System.Windows.Forms.Button();
|
||
this.btn_ch = new System.Windows.Forms.Button();
|
||
this.btn_gh = new System.Windows.Forms.Button();
|
||
this.btn_lb = new System.Windows.Forms.Button();
|
||
this.btn_exit = new System.Windows.Forms.Button();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.BackColor = System.Drawing.Color.Transparent;
|
||
this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(10, 14);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(107, 26);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "当前号码:";
|
||
//
|
||
// lbl_dqhm
|
||
//
|
||
this.lbl_dqhm.BackColor = System.Drawing.Color.Transparent;
|
||
this.lbl_dqhm.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lbl_dqhm.ForeColor = System.Drawing.Color.White;
|
||
this.lbl_dqhm.Location = new System.Drawing.Point(123, 14);
|
||
this.lbl_dqhm.Name = "lbl_dqhm";
|
||
this.lbl_dqhm.Size = new System.Drawing.Size(101, 26);
|
||
this.lbl_dqhm.TabIndex = 1;
|
||
this.lbl_dqhm.Text = "0001";
|
||
this.lbl_dqhm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// btn_xyw
|
||
//
|
||
this.btn_xyw.BackgroundImage = global::dccdc.hujiao.Properties.Resources.下一位;
|
||
this.btn_xyw.Location = new System.Drawing.Point(243, 8);
|
||
this.btn_xyw.Name = "btn_xyw";
|
||
this.btn_xyw.Size = new System.Drawing.Size(85, 35);
|
||
this.btn_xyw.TabIndex = 2;
|
||
this.btn_xyw.UseVisualStyleBackColor = true;
|
||
this.btn_xyw.Click += new System.EventHandler(this.btn_xyw_Click);
|
||
//
|
||
// btn_ch
|
||
//
|
||
this.btn_ch.BackgroundImage = global::dccdc.hujiao.Properties.Resources.重呼;
|
||
this.btn_ch.Location = new System.Drawing.Point(334, 8);
|
||
this.btn_ch.Name = "btn_ch";
|
||
this.btn_ch.Size = new System.Drawing.Size(85, 35);
|
||
this.btn_ch.TabIndex = 3;
|
||
this.btn_ch.UseVisualStyleBackColor = true;
|
||
this.btn_ch.Click += new System.EventHandler(this.btn_ch_Click);
|
||
//
|
||
// btn_gh
|
||
//
|
||
this.btn_gh.BackgroundImage = global::dccdc.hujiao.Properties.Resources.过号;
|
||
this.btn_gh.Location = new System.Drawing.Point(425, 8);
|
||
this.btn_gh.Name = "btn_gh";
|
||
this.btn_gh.Size = new System.Drawing.Size(85, 35);
|
||
this.btn_gh.TabIndex = 4;
|
||
this.btn_gh.UseVisualStyleBackColor = true;
|
||
this.btn_gh.Click += new System.EventHandler(this.btn_gh_Click);
|
||
//
|
||
// btn_lb
|
||
//
|
||
this.btn_lb.BackgroundImage = global::dccdc.hujiao.Properties.Resources.列表;
|
||
this.btn_lb.Location = new System.Drawing.Point(516, 8);
|
||
this.btn_lb.Name = "btn_lb";
|
||
this.btn_lb.Size = new System.Drawing.Size(85, 35);
|
||
this.btn_lb.TabIndex = 5;
|
||
this.btn_lb.UseVisualStyleBackColor = true;
|
||
this.btn_lb.Click += new System.EventHandler(this.btn_lb_Click);
|
||
//
|
||
// btn_exit
|
||
//
|
||
this.btn_exit.BackgroundImage = global::dccdc.hujiao.Properties.Resources.退出;
|
||
this.btn_exit.Location = new System.Drawing.Point(616, 15);
|
||
this.btn_exit.Name = "btn_exit";
|
||
this.btn_exit.Size = new System.Drawing.Size(20, 20);
|
||
this.btn_exit.TabIndex = 6;
|
||
this.btn_exit.UseVisualStyleBackColor = true;
|
||
this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click);
|
||
//
|
||
// frm_main
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackgroundImage = global::dccdc.hujiao.Properties.Resources.叫号背景;
|
||
this.ClientSize = new System.Drawing.Size(648, 60);
|
||
this.Controls.Add(this.btn_exit);
|
||
this.Controls.Add(this.btn_lb);
|
||
this.Controls.Add(this.btn_gh);
|
||
this.Controls.Add(this.btn_ch);
|
||
this.Controls.Add(this.btn_xyw);
|
||
this.Controls.Add(this.lbl_dqhm);
|
||
this.Controls.Add(this.label1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Name = "frm_main";
|
||
this.Text = "Form1";
|
||
this.Load += new System.EventHandler(this.frm_main_Load);
|
||
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.frm_main_MouseClick);
|
||
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frm_main_MouseDown);
|
||
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frm_main_MouseMove);
|
||
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.frm_main_MouseUp);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label lbl_dqhm;
|
||
private System.Windows.Forms.Button btn_xyw;
|
||
private System.Windows.Forms.Button btn_ch;
|
||
private System.Windows.Forms.Button btn_gh;
|
||
private System.Windows.Forms.Button btn_lb;
|
||
private System.Windows.Forms.Button btn_exit;
|
||
}
|
||
}
|
||
|