tijian_tieying/web/dccdc.Selfhelp/frm_bgcx.Designer.cs

97 lines
4.4 KiB
C#
Raw Permalink Normal View History

2025-02-20 12:14:39 +08:00
namespace dccdc.Selfhelp
{
partial class frm_bgcx
{
/// <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_bgcx));
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(237)))), ((int)(((byte)(240)))));
this.label1.Font = new System.Drawing.Font("微软雅黑", 13.5F);
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(186)))), ((int)(((byte)(191)))));
this.label1.Location = new System.Drawing.Point(664, 863);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(139, 24);
this.label1.TabIndex = 4;
this.label1.Text = "0534-2267110";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox1.Location = new System.Drawing.Point(828, 510);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(471, 35);
this.textBox1.TabIndex = 5;
this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
//
// label2
//
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(797, 618);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(364, 47);
this.label2.TabIndex = 6;
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// frm_bgcx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.;
this.ClientSize = new System.Drawing.Size(1440, 900);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frm_bgcx";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "报告查询";
this.Load += new System.EventHandler(this.frm_bgcx_Load);
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.frm_bgcx_MouseClick);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frm_bgcx_MouseMove);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label2;
}
}