123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- namespace IntelligentControlForsx.MyControls
- {
- partial class MatrixPanel
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- this.pnlTitle = new System.Windows.Forms.Panel();
- this.btnRecomm = new System.Windows.Forms.Button();
- this.lblTitle = new System.Windows.Forms.Label();
- this.pnlBottom = new System.Windows.Forms.Panel();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnConfirm = new System.Windows.Forms.Button();
- this.chkSelectAll = new System.Windows.Forms.CheckBox();
- this.pnlContent = new System.Windows.Forms.Panel();
- this.tlpDevices = new System.Windows.Forms.TableLayoutPanel();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.pnlTitle.SuspendLayout();
- this.pnlBottom.SuspendLayout();
- this.pnlContent.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlTitle
- //
- this.pnlTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
- this.pnlTitle.Controls.Add(this.btnRecomm);
- this.pnlTitle.Controls.Add(this.lblTitle);
- this.pnlTitle.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlTitle.Location = new System.Drawing.Point(0, 0);
- this.pnlTitle.Name = "pnlTitle";
- this.pnlTitle.Size = new System.Drawing.Size(382, 69);
- this.pnlTitle.TabIndex = 0;
- //
- // btnRecomm
- //
- this.btnRecomm.BackColor = System.Drawing.Color.Transparent;
- this.btnRecomm.FlatAppearance.BorderSize = 0;
- this.btnRecomm.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
- this.btnRecomm.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
- this.btnRecomm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRecomm.ForeColor = System.Drawing.Color.Transparent;
- this.btnRecomm.Image = global::IntelligentControlForsx.Properties.Resources.recommended;
- this.btnRecomm.Location = new System.Drawing.Point(347, 2);
- this.btnRecomm.Name = "btnRecomm";
- this.btnRecomm.Size = new System.Drawing.Size(32, 32);
- this.btnRecomm.TabIndex = 3;
- this.btnRecomm.UseVisualStyleBackColor = false;
- this.btnRecomm.Click += new System.EventHandler(this.btnRecomm_Click);
- this.btnRecomm.MouseLeave += new System.EventHandler(this.btnRecomm_MouseLeave);
- this.btnRecomm.MouseHover += new System.EventHandler(this.btnRecomm_MouseHover);
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
- this.lblTitle.Location = new System.Drawing.Point(122, 21);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(107, 26);
- this.lblTitle.TabIndex = 2;
- this.lblTitle.Text = "需启动风机";
- //
- // pnlBottom
- //
- this.pnlBottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
- this.pnlBottom.Controls.Add(this.btnCancel);
- this.pnlBottom.Controls.Add(this.btnConfirm);
- this.pnlBottom.Controls.Add(this.chkSelectAll);
- this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlBottom.Location = new System.Drawing.Point(0, 712);
- this.pnlBottom.Name = "pnlBottom";
- this.pnlBottom.Size = new System.Drawing.Size(382, 86);
- this.pnlBottom.TabIndex = 1;
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.FlatAppearance.BorderSize = 0;
- this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
- this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
- this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnCancel.Image = global::IntelligentControlForsx.Properties.Resources.btn_clear;
- this.btnCancel.Location = new System.Drawing.Point(95, 27);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(124, 32);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- this.btnCancel.MouseLeave += new System.EventHandler(this.btnCancel_MouseLeave);
- this.btnCancel.MouseHover += new System.EventHandler(this.btnCancel_MouseHover);
- //
- // btnConfirm
- //
- this.btnConfirm.BackColor = System.Drawing.Color.Transparent;
- this.btnConfirm.FlatAppearance.BorderSize = 0;
- this.btnConfirm.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
- this.btnConfirm.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
- this.btnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnConfirm.Image = global::IntelligentControlForsx.Properties.Resources.btn_send;
- this.btnConfirm.Location = new System.Drawing.Point(236, 27);
- this.btnConfirm.Name = "btnConfirm";
- this.btnConfirm.Size = new System.Drawing.Size(124, 32);
- this.btnConfirm.TabIndex = 2;
- this.btnConfirm.UseVisualStyleBackColor = false;
- this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
- this.btnConfirm.MouseLeave += new System.EventHandler(this.btnConfirm_MouseLeave);
- this.btnConfirm.MouseHover += new System.EventHandler(this.btnConfirm_MouseHover);
- //
- // chkSelectAll
- //
- this.chkSelectAll.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkSelectAll.ForeColor = System.Drawing.Color.White;
- this.chkSelectAll.Location = new System.Drawing.Point(12, 27);
- this.chkSelectAll.Name = "chkSelectAll";
- this.chkSelectAll.Size = new System.Drawing.Size(59, 32);
- this.chkSelectAll.TabIndex = 0;
- this.chkSelectAll.Text = "全选";
- this.chkSelectAll.UseVisualStyleBackColor = true;
- this.chkSelectAll.CheckedChanged += new System.EventHandler(this.chkSelectAll_CheckedChanged);
- //
- // pnlContent
- //
- this.pnlContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
- this.pnlContent.Controls.Add(this.tlpDevices);
- this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlContent.Location = new System.Drawing.Point(0, 69);
- this.pnlContent.Name = "pnlContent";
- this.pnlContent.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0);
- this.pnlContent.Size = new System.Drawing.Size(382, 643);
- this.pnlContent.TabIndex = 2;
- this.pnlContent.DragDrop += new System.Windows.Forms.DragEventHandler(this.MatrixPanel_DragDrop);
- this.pnlContent.DragEnter += new System.Windows.Forms.DragEventHandler(this.MatrixPanel_DragEnter);
- //
- // tlpDevices
- //
- this.tlpDevices.ColumnCount = 4;
- this.tlpDevices.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tlpDevices.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tlpDevices.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tlpDevices.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tlpDevices.Dock = System.Windows.Forms.DockStyle.Top;
- this.tlpDevices.Location = new System.Drawing.Point(3, 0);
- this.tlpDevices.Name = "tlpDevices";
- this.tlpDevices.RowCount = 1;
- this.tlpDevices.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
- this.tlpDevices.Size = new System.Drawing.Size(379, 100);
- this.tlpDevices.TabIndex = 0;
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 5000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // MatrixPanel
- //
- this.AllowDrop = true;
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.BackColor = System.Drawing.Color.Black;
- this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Controls.Add(this.pnlContent);
- this.Controls.Add(this.pnlBottom);
- this.Controls.Add(this.pnlTitle);
- this.Name = "MatrixPanel";
- this.Size = new System.Drawing.Size(382, 798);
- this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MatrixPanel_DragDrop);
- this.DragEnter += new System.Windows.Forms.DragEventHandler(this.MatrixPanel_DragEnter);
- this.pnlTitle.ResumeLayout(false);
- this.pnlTitle.PerformLayout();
- this.pnlBottom.ResumeLayout(false);
- this.pnlContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel pnlTitle;
- private System.Windows.Forms.Panel pnlBottom;
- private System.Windows.Forms.Panel pnlContent;
- private System.Windows.Forms.CheckBox chkSelectAll;
- private System.Windows.Forms.TableLayoutPanel tlpDevices;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Button btnRecomm;
- private System.Windows.Forms.Button btnConfirm;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.Timer timer1;
- }
- }
|