namespace SelfHelpClient { partial class Template { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.titlePanel = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.logoPanel = new System.Windows.Forms.Panel(); this.mainPanel = new System.Windows.Forms.Panel(); this.titlePanel.SuspendLayout(); this.SuspendLayout(); // // titlePanel // this.titlePanel.BackgroundImage = global::SelfHelpClient.Properties.Resources.titleBg; this.titlePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.titlePanel.Controls.Add(this.label1); this.titlePanel.Controls.Add(this.logoPanel); this.titlePanel.Dock = System.Windows.Forms.DockStyle.Top; this.titlePanel.Location = new System.Drawing.Point(0, 0); this.titlePanel.Name = "titlePanel"; this.titlePanel.Size = new System.Drawing.Size(1000, 80); this.titlePanel.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(72, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(351, 24); this.label1.TabIndex = 1; this.label1.Text = "BWP B5 智慧生猪进厂管理系统"; // // logoPanel // this.logoPanel.BackColor = System.Drawing.Color.Transparent; this.logoPanel.BackgroundImage = global::SelfHelpClient.Properties.Resources.logo; this.logoPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.logoPanel.Location = new System.Drawing.Point(25, 20); this.logoPanel.Name = "logoPanel"; this.logoPanel.Size = new System.Drawing.Size(42, 42); this.logoPanel.TabIndex = 0; // // mainPanel // this.mainPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mainPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.mainPanel.Location = new System.Drawing.Point(6, 80); this.mainPanel.Name = "mainPanel"; this.mainPanel.Size = new System.Drawing.Size(988, 514); this.mainPanel.TabIndex = 5; // // Template // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(60)))), ((int)(((byte)(203))))); this.ClientSize = new System.Drawing.Size(1000, 600); this.Controls.Add(this.mainPanel); this.Controls.Add(this.titlePanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Template"; this.Text = "Template"; this.titlePanel.ResumeLayout(false); this.titlePanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel logoPanel; private System.Windows.Forms.Panel titlePanel; public System.Windows.Forms.Panel mainPanel; } }