namespace ButcherFactory.Controls { partial class FormTemplate { /// /// 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.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.dateLbl = new System.Windows.Forms.Label(); this.closeBtn = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.timeLbl = new System.Windows.Forms.Label(); this.roundPanel2 = new ButcherFactory.Controls.RoundPanel(this.components); this.TitleLbl = new System.Windows.Forms.Label(); this.titlePanel = new System.Windows.Forms.Panel(); this.logoPanel = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.roundPanel1 = new ButcherFactory.Controls.RoundPanel(this.components); this.panel1.SuspendLayout(); this.roundPanel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.dateLbl); this.panel1.Controls.Add(this.closeBtn); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.timeLbl); this.panel1.Controls.Add(this.roundPanel2); this.panel1.Controls.Add(this.titlePanel); this.panel1.Controls.Add(this.logoPanel); 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(1212, 53); this.panel1.TabIndex = 0; // // dateLbl // this.dateLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.dateLbl.AutoSize = true; this.dateLbl.BackColor = System.Drawing.Color.Transparent; this.dateLbl.Font = new System.Drawing.Font("黑体", 10F); this.dateLbl.ForeColor = System.Drawing.Color.White; this.dateLbl.Location = new System.Drawing.Point(991, 30); this.dateLbl.Name = "dateLbl"; this.dateLbl.Size = new System.Drawing.Size(154, 14); this.dateLbl.TabIndex = 13; this.dateLbl.Text = "2018年10月29日/星期五"; // // closeBtn // this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.closeBtn.BackgroundImage = global::ButcherFactory.Properties.Resources.closeImg; this.closeBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.closeBtn.Location = new System.Drawing.Point(1174, 14); this.closeBtn.Name = "closeBtn"; this.closeBtn.Size = new System.Drawing.Size(30, 26); this.closeBtn.TabIndex = 12; this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click); // // panel3 // this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.panel3.BackColor = System.Drawing.Color.White; this.panel3.Location = new System.Drawing.Point(1157, 5); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1, 42); this.panel3.TabIndex = 11; // // timeLbl // this.timeLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.timeLbl.AutoSize = true; this.timeLbl.BackColor = System.Drawing.Color.Transparent; this.timeLbl.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Bold); this.timeLbl.ForeColor = System.Drawing.Color.White; this.timeLbl.Location = new System.Drawing.Point(1013, 9); this.timeLbl.Name = "timeLbl"; this.timeLbl.Size = new System.Drawing.Size(112, 16); this.timeLbl.TabIndex = 10; this.timeLbl.Text = "下午:17:20"; // // roundPanel2 // this.roundPanel2._setRoundRadius = 40; this.roundPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(70)))), ((int)(((byte)(173))))); this.roundPanel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.roundPanel2.Controls.Add(this.TitleLbl); this.roundPanel2.Location = new System.Drawing.Point(308, 10); this.roundPanel2.Margin = new System.Windows.Forms.Padding(0); this.roundPanel2.Name = "roundPanel2"; this.roundPanel2.Size = new System.Drawing.Size(97, 37); this.roundPanel2.TabIndex = 9; // // TitleLbl // this.TitleLbl.AutoSize = true; this.TitleLbl.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TitleLbl.ForeColor = System.Drawing.Color.White; this.TitleLbl.Location = new System.Drawing.Point(14, 10); this.TitleLbl.Name = "TitleLbl"; this.TitleLbl.Size = new System.Drawing.Size(56, 16); this.TitleLbl.TabIndex = 0; this.TitleLbl.Text = "label1"; // // titlePanel // this.titlePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.titlePanel.Location = new System.Drawing.Point(57, 12); this.titlePanel.Name = "titlePanel"; this.titlePanel.Size = new System.Drawing.Size(122, 28); this.titlePanel.TabIndex = 8; // // logoPanel // this.logoPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.logoPanel.Location = new System.Drawing.Point(12, 12); this.logoPanel.Name = "logoPanel"; this.logoPanel.Size = new System.Drawing.Size(36, 30); this.logoPanel.TabIndex = 7; // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.BackColor = System.Drawing.Color.White; this.panel2.Location = new System.Drawing.Point(0, 53); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1212, 1); this.panel2.TabIndex = 1; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("黑体", 10F); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(495, 579); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(231, 14); this.label3.TabIndex = 4; this.label3.Text = "版权归青花瓷(北京)有限公司所有"; // // roundPanel1 // this.roundPanel1._setRoundRadius = 15; this.roundPanel1.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.roundPanel1.BackColor = System.Drawing.Color.White; this.roundPanel1.Location = new System.Drawing.Point(12, 61); this.roundPanel1.Margin = new System.Windows.Forms.Padding(0); this.roundPanel1.Name = "roundPanel1"; this.roundPanel1.Size = new System.Drawing.Size(1187, 510); this.roundPanel1.TabIndex = 2; // // FormTemplate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(88)))), ((int)(((byte)(217))))); this.ClientSize = new System.Drawing.Size(1212, 600); this.Controls.Add(this.label3); this.Controls.Add(this.roundPanel1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormTemplate"; this.Text = "FormTemplate"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.roundPanel2.ResumeLayout(false); this.roundPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private RoundPanel roundPanel2; private System.Windows.Forms.Panel titlePanel; private System.Windows.Forms.Panel logoPanel; private System.Windows.Forms.Label dateLbl; private System.Windows.Forms.Panel closeBtn; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label timeLbl; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label TitleLbl; protected RoundPanel roundPanel1; protected System.Windows.Forms.Label label3; } }