123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- using System;
- using System.Windows.Media;
- using System.Windows.Media.Imaging;
- namespace IntelligentControlForsx.MyControls
- {
- partial class Title2
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Title2));
- this.panelTop = new System.Windows.Forms.Panel();
- this.panelTopLeft = new System.Windows.Forms.Panel();
- this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
- this.panelTopRight = new System.Windows.Forms.Panel();
- this.pictureBoxControl = new System.Windows.Forms.PictureBox();
- this.panelTop.SuspendLayout();
- this.panelTopLeft.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
- this.panelTopRight.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).BeginInit();
- this.SuspendLayout();
- //
- // panelTop
- //
- this.panelTop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelTop.BackgroundImage")));
- this.panelTop.Controls.Add(this.panelTopLeft);
- this.panelTop.Controls.Add(this.panelTopRight);
- this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelTop.Location = new System.Drawing.Point(0, 0);
- this.panelTop.Name = "panelTop";
- this.panelTop.Size = new System.Drawing.Size(1904, 71);
- this.panelTop.TabIndex = 1;
- //
- // panelTopLeft
- //
- this.panelTopLeft.BackColor = System.Drawing.Color.Transparent;
- this.panelTopLeft.Controls.Add(this.pictureBoxLogo);
- this.panelTopLeft.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelTopLeft.Location = new System.Drawing.Point(0, 0);
- this.panelTopLeft.Name = "panelTopLeft";
- this.panelTopLeft.Size = new System.Drawing.Size(631, 71);
- this.panelTopLeft.TabIndex = 3;
- //
- // pictureBoxLogo
- //
- this.pictureBoxLogo.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.logo;
- this.pictureBoxLogo.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBoxLogo.Location = new System.Drawing.Point(0, 0);
- this.pictureBoxLogo.Name = "pictureBoxLogo";
- this.pictureBoxLogo.Size = new System.Drawing.Size(623, 71);
- this.pictureBoxLogo.TabIndex = 2;
- this.pictureBoxLogo.TabStop = false;
- //
- // panelTopRight
- //
- this.panelTopRight.BackColor = System.Drawing.Color.Transparent;
- this.panelTopRight.Controls.Add(this.pictureBoxControl);
- this.panelTopRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.panelTopRight.Location = new System.Drawing.Point(631, 0);
- this.panelTopRight.Name = "panelTopRight";
- this.panelTopRight.Size = new System.Drawing.Size(1273, 71);
- this.panelTopRight.TabIndex = 2;
- //
- // pictureBoxControl
- //
- this.pictureBoxControl.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxControl.BackgroundImage")));
- this.pictureBoxControl.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBoxControl.Location = new System.Drawing.Point(0, 0);
- this.pictureBoxControl.Name = "pictureBoxControl";
- this.pictureBoxControl.Size = new System.Drawing.Size(132, 71);
- this.pictureBoxControl.TabIndex = 4;
- this.pictureBoxControl.TabStop = false;
- this.pictureBoxControl.Click += new System.EventHandler(this.pictureBox_Click);
- this.pictureBoxControl.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
- this.pictureBoxControl.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
- //
- // Title2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panelTop);
- this.Name = "Title2";
- this.Size = new System.Drawing.Size(1904, 71);
- this.panelTop.ResumeLayout(false);
- this.panelTopLeft.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
- this.panelTopRight.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panelTop;
- private System.Windows.Forms.Panel panelTopLeft;
- private System.Windows.Forms.Panel panelTopRight;
- private System.Windows.Forms.PictureBox pictureBoxControl;
- private System.Windows.Forms.PictureBox pictureBoxLogo;
- }
- }
|