tijian_jichuang/Code/SOH.Queuing.Setting/frm_BuJuWeiHu.Designer.cs
2025-02-20 11:54:48 +08:00

142 lines
6.1 KiB
C#

namespace SOH.Queuing.Setting
{
partial class frm_BuJuWeiHu
{
/// <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_BuJuWeiHu));
this.panel1 = new System.Windows.Forms.Panel();
this.btn_bj = new System.Windows.Forms.Button();
this.comb_lc = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.pic_lc = new System.Windows.Forms.PictureBox();
this.ofd_bj = new System.Windows.Forms.OpenFileDialog();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pic_lc)).BeginInit();
this.SuspendLayout();
//
// panel1
//
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.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1086, 35);
this.panel1.TabIndex = 0;
//
// btn_bj
//
this.btn_bj.Location = new System.Drawing.Point(220, 4);
this.btn_bj.Name = "btn_bj";
this.btn_bj.Size = new System.Drawing.Size(95, 23);
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(83, 6);
this.comb_lc.Name = "comb_lc";
this.comb_lc.Size = new System.Drawing.Size(121, 20);
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(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "选择楼层:";
//
// 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, 35);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1086, 397);
this.panel2.TabIndex = 1;
//
// pic_lc
//
this.pic_lc.Location = new System.Drawing.Point(12, 6);
this.pic_lc.Name = "pic_lc";
this.pic_lc.Size = new System.Drawing.Size(134, 86);
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.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pic_lc_MouseDown);
this.pic_lc.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pic_lc_MouseMove);
this.pic_lc.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pic_lc_MouseUp);
//
// ofd_bj
//
this.ofd_bj.Filter = "图片文件|*.jpg";
//
// frm_BuJuWeiHu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1086, 432);
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.Name = "frm_BuJuWeiHu";
this.Text = "布局维护";
this.Load += new System.EventHandler(this.frm_BuJuWeiHu_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pic_lc)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btn_bj;
private System.Windows.Forms.ComboBox comb_lc;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.PictureBox pic_lc;
private System.Windows.Forms.OpenFileDialog ofd_bj;
}
}