252 lines
11 KiB
C#
252 lines
11 KiB
C#
|
|
namespace SOH.Queuing.Setting
|
|||
|
|
{
|
|||
|
|
partial class frm_BuJuView
|
|||
|
|
{
|
|||
|
|
/// <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(frm_BuJuView));
|
|||
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
|
this.pic_lc = new System.Windows.Forms.PictureBox();
|
|||
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
this.lab_wjwrs = new System.Windows.Forms.Label();
|
|||
|
|
this.label11 = new System.Windows.Forms.Label();
|
|||
|
|
this.lab_nanbrs = new System.Windows.Forms.Label();
|
|||
|
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
|
this.lab_nvbrs = new System.Windows.Forms.Label();
|
|||
|
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.lab_ydjrs = new System.Windows.Forms.Label();
|
|||
|
|
this.lab22 = new System.Windows.Forms.Label();
|
|||
|
|
this.btn_bj = new System.Windows.Forms.Button();
|
|||
|
|
this.comb_lc = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.ofd_bj = new System.Windows.Forms.OpenFileDialog();
|
|||
|
|
this.panel2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pic_lc)).BeginInit();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// panel2
|
|||
|
|
//
|
|||
|
|
this.panel2.AutoScroll = true;
|
|||
|
|
this.panel2.Controls.Add(this.pic_lc);
|
|||
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel2.Location = new System.Drawing.Point(0, 44);
|
|||
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.panel2.Name = "panel2";
|
|||
|
|
this.panel2.Size = new System.Drawing.Size(1304, 604);
|
|||
|
|
this.panel2.TabIndex = 3;
|
|||
|
|
//
|
|||
|
|
// pic_lc
|
|||
|
|
//
|
|||
|
|
this.pic_lc.Location = new System.Drawing.Point(16, 8);
|
|||
|
|
this.pic_lc.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.pic_lc.Name = "pic_lc";
|
|||
|
|
this.pic_lc.Size = new System.Drawing.Size(179, 108);
|
|||
|
|
this.pic_lc.TabIndex = 0;
|
|||
|
|
this.pic_lc.TabStop = false;
|
|||
|
|
this.pic_lc.Paint += new System.Windows.Forms.PaintEventHandler(this.pic_lc_Paint);
|
|||
|
|
this.pic_lc.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pic_lc_MouseDoubleClick);
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.Controls.Add(this.lab_wjwrs);
|
|||
|
|
this.panel1.Controls.Add(this.label11);
|
|||
|
|
this.panel1.Controls.Add(this.lab_nanbrs);
|
|||
|
|
this.panel1.Controls.Add(this.label8);
|
|||
|
|
this.panel1.Controls.Add(this.lab_nvbrs);
|
|||
|
|
this.panel1.Controls.Add(this.label5);
|
|||
|
|
this.panel1.Controls.Add(this.label4);
|
|||
|
|
this.panel1.Controls.Add(this.lab_ydjrs);
|
|||
|
|
this.panel1.Controls.Add(this.lab22);
|
|||
|
|
this.panel1.Controls.Add(this.btn_bj);
|
|||
|
|
this.panel1.Controls.Add(this.comb_lc);
|
|||
|
|
this.panel1.Controls.Add(this.label1);
|
|||
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(1304, 44);
|
|||
|
|
this.panel1.TabIndex = 2;
|
|||
|
|
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
|
|||
|
|
//
|
|||
|
|
// lab_wjwrs
|
|||
|
|
//
|
|||
|
|
this.lab_wjwrs.AutoSize = true;
|
|||
|
|
this.lab_wjwrs.Location = new System.Drawing.Point(635, 16);
|
|||
|
|
this.lab_wjwrs.Name = "lab_wjwrs";
|
|||
|
|
this.lab_wjwrs.Size = new System.Drawing.Size(0, 15);
|
|||
|
|
this.lab_wjwrs.TabIndex = 15;
|
|||
|
|
//
|
|||
|
|
// label11
|
|||
|
|
//
|
|||
|
|
this.label11.AutoSize = true;
|
|||
|
|
this.label11.Location = new System.Drawing.Point(571, 16);
|
|||
|
|
this.label11.Name = "label11";
|
|||
|
|
this.label11.Size = new System.Drawing.Size(60, 15);
|
|||
|
|
this.label11.TabIndex = 13;
|
|||
|
|
this.label11.Text = "未检完:";
|
|||
|
|
//
|
|||
|
|
// lab_nanbrs
|
|||
|
|
//
|
|||
|
|
this.lab_nanbrs.AutoSize = true;
|
|||
|
|
this.lab_nanbrs.Location = new System.Drawing.Point(862, 16);
|
|||
|
|
this.lab_nanbrs.Name = "lab_nanbrs";
|
|||
|
|
this.lab_nanbrs.Size = new System.Drawing.Size(0, 15);
|
|||
|
|
this.lab_nanbrs.TabIndex = 11;
|
|||
|
|
//
|
|||
|
|
// label8
|
|||
|
|
//
|
|||
|
|
this.label8.AutoSize = true;
|
|||
|
|
this.label8.Location = new System.Drawing.Point(819, 16);
|
|||
|
|
this.label8.Name = "label8";
|
|||
|
|
this.label8.Size = new System.Drawing.Size(37, 15);
|
|||
|
|
this.label8.TabIndex = 10;
|
|||
|
|
this.label8.Text = "男宾";
|
|||
|
|
//
|
|||
|
|
// lab_nvbrs
|
|||
|
|
//
|
|||
|
|
this.lab_nvbrs.AutoSize = true;
|
|||
|
|
this.lab_nvbrs.Location = new System.Drawing.Point(782, 16);
|
|||
|
|
this.lab_nvbrs.Name = "lab_nvbrs";
|
|||
|
|
this.lab_nvbrs.Size = new System.Drawing.Size(0, 15);
|
|||
|
|
this.lab_nvbrs.TabIndex = 8;
|
|||
|
|
//
|
|||
|
|
// label5
|
|||
|
|
//
|
|||
|
|
this.label5.AutoSize = true;
|
|||
|
|
this.label5.Location = new System.Drawing.Point(739, 16);
|
|||
|
|
this.label5.Name = "label5";
|
|||
|
|
this.label5.Size = new System.Drawing.Size(37, 15);
|
|||
|
|
this.label5.TabIndex = 7;
|
|||
|
|
this.label5.Text = "女宾";
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Location = new System.Drawing.Point(673, 16);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(60, 15);
|
|||
|
|
this.label4.TabIndex = 6;
|
|||
|
|
this.label4.Text = "未检完:";
|
|||
|
|
//
|
|||
|
|
// lab_ydjrs
|
|||
|
|
//
|
|||
|
|
this.lab_ydjrs.AutoSize = true;
|
|||
|
|
this.lab_ydjrs.Location = new System.Drawing.Point(535, 16);
|
|||
|
|
this.lab_ydjrs.Name = "lab_ydjrs";
|
|||
|
|
this.lab_ydjrs.Size = new System.Drawing.Size(0, 15);
|
|||
|
|
this.lab_ydjrs.TabIndex = 4;
|
|||
|
|
//
|
|||
|
|
// lab22
|
|||
|
|
//
|
|||
|
|
this.lab22.AutoSize = true;
|
|||
|
|
this.lab22.Location = new System.Drawing.Point(469, 16);
|
|||
|
|
this.lab22.Name = "lab22";
|
|||
|
|
this.lab22.Size = new System.Drawing.Size(60, 15);
|
|||
|
|
this.lab22.TabIndex = 3;
|
|||
|
|
this.lab22.Text = "已登记:";
|
|||
|
|
//
|
|||
|
|
// btn_bj
|
|||
|
|
//
|
|||
|
|
this.btn_bj.Location = new System.Drawing.Point(293, 5);
|
|||
|
|
this.btn_bj.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.btn_bj.Name = "btn_bj";
|
|||
|
|
this.btn_bj.Size = new System.Drawing.Size(65, 29);
|
|||
|
|
this.btn_bj.TabIndex = 2;
|
|||
|
|
this.btn_bj.Text = "刷新";
|
|||
|
|
this.btn_bj.UseVisualStyleBackColor = true;
|
|||
|
|
this.btn_bj.Click += new System.EventHandler(this.btn_bj_Click);
|
|||
|
|
//
|
|||
|
|
// comb_lc
|
|||
|
|
//
|
|||
|
|
this.comb_lc.DisplayMember = "lcmc";
|
|||
|
|
this.comb_lc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
|
this.comb_lc.FormattingEnabled = true;
|
|||
|
|
this.comb_lc.Location = new System.Drawing.Point(111, 8);
|
|||
|
|
this.comb_lc.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.comb_lc.Name = "comb_lc";
|
|||
|
|
this.comb_lc.Size = new System.Drawing.Size(160, 23);
|
|||
|
|
this.comb_lc.TabIndex = 1;
|
|||
|
|
this.comb_lc.ValueMember = "id";
|
|||
|
|
this.comb_lc.SelectedValueChanged += new System.EventHandler(this.comb_lc_SelectedValueChanged);
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(16, 11);
|
|||
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(82, 15);
|
|||
|
|
this.label1.TabIndex = 0;
|
|||
|
|
this.label1.Text = "选择楼层:";
|
|||
|
|
//
|
|||
|
|
// ofd_bj
|
|||
|
|
//
|
|||
|
|
this.ofd_bj.Filter = "图片文件|*.jpg";
|
|||
|
|
//
|
|||
|
|
// frm_BuJuView
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1304, 648);
|
|||
|
|
this.Controls.Add(this.panel2);
|
|||
|
|
this.Controls.Add(this.panel1);
|
|||
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.Name = "frm_BuJuView";
|
|||
|
|
this.Text = "布局浏览";
|
|||
|
|
this.Load += new System.EventHandler(this.frm_BuJuView_Load);
|
|||
|
|
this.panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pic_lc)).EndInit();
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
this.panel1.PerformLayout();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Panel panel2;
|
|||
|
|
private System.Windows.Forms.PictureBox pic_lc;
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private System.Windows.Forms.ComboBox comb_lc;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.OpenFileDialog ofd_bj;
|
|||
|
|
private System.Windows.Forms.Button btn_bj;
|
|||
|
|
private System.Windows.Forms.Label lab_nanbrs;
|
|||
|
|
private System.Windows.Forms.Label label8;
|
|||
|
|
private System.Windows.Forms.Label lab_nvbrs;
|
|||
|
|
private System.Windows.Forms.Label label5;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
private System.Windows.Forms.Label lab_ydjrs;
|
|||
|
|
private System.Windows.Forms.Label lab22;
|
|||
|
|
private System.Windows.Forms.Label lab_wjwrs;
|
|||
|
|
private System.Windows.Forms.Label label11;
|
|||
|
|
}
|
|||
|
|
}
|