123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class MapForm
- {
- /// <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()
- {
- this.panel2 = new System.Windows.Forms.Panel();
- this.flowLayout = new System.Windows.Forms.FlowLayoutPanel();
- this.label1 = new System.Windows.Forms.Label();
- this.panel3 = new System.Windows.Forms.Panel();
- this.lblProject1 = new System.Windows.Forms.Label();
- this.panel5 = new System.Windows.Forms.Panel();
- this.lblProject3 = new System.Windows.Forms.Label();
- this.panel6 = new System.Windows.Forms.Panel();
- this.lblProject4 = new System.Windows.Forms.Label();
- this.panel4 = new System.Windows.Forms.Panel();
- this.lblProject2 = new System.Windows.Forms.Label();
- this.btnReturn = new System.Windows.Forms.Button();
- this.plCenter = new System.Windows.Forms.Panel();
- this.panel2.SuspendLayout();
- this.flowLayout.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel5.SuspendLayout();
- this.panel6.SuspendLayout();
- this.panel4.SuspendLayout();
- this.SuspendLayout();
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
- this.panel2.Controls.Add(this.flowLayout);
- this.panel2.Controls.Add(this.btnReturn);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1920, 39);
- this.panel2.TabIndex = 0;
- //
- // flowLayout
- //
- this.flowLayout.BackColor = System.Drawing.Color.Transparent;
- this.flowLayout.Controls.Add(this.label1);
- this.flowLayout.Controls.Add(this.panel3);
- this.flowLayout.Controls.Add(this.panel5);
- this.flowLayout.Controls.Add(this.panel6);
- this.flowLayout.Controls.Add(this.panel4);
- this.flowLayout.Dock = System.Windows.Forms.DockStyle.Fill;
- this.flowLayout.Location = new System.Drawing.Point(0, 0);
- this.flowLayout.Name = "flowLayout";
- this.flowLayout.Size = new System.Drawing.Size(1815, 39);
- this.flowLayout.TabIndex = 34;
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.label1.Location = new System.Drawing.Point(3, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(138, 39);
- this.label1.TabIndex = 1;
- this.label1.Text = "石板泉风机排布图";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.panel3.Controls.Add(this.lblProject1);
- this.panel3.Location = new System.Drawing.Point(147, 3);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(80, 36);
- this.panel3.TabIndex = 0;
- //
- // lblProject1
- //
- this.lblProject1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
- this.lblProject1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProject1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.lblProject1.Location = new System.Drawing.Point(1, 1);
- this.lblProject1.Name = "lblProject1";
- this.lblProject1.Size = new System.Drawing.Size(78, 34);
- this.lblProject1.TabIndex = 0;
- this.lblProject1.Text = "一 期";
- this.lblProject1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblProject1.Click += new System.EventHandler(this.lblProject_Click);
- this.lblProject1.MouseEnter += new System.EventHandler(this.lblProject_MouseEnter);
- this.lblProject1.MouseLeave += new System.EventHandler(this.lblProject_MouseLeave);
- //
- // panel5
- //
- this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.panel5.Controls.Add(this.lblProject3);
- this.panel5.Location = new System.Drawing.Point(233, 3);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(80, 36);
- this.panel5.TabIndex = 0;
- //
- // lblProject3
- //
- this.lblProject3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
- this.lblProject3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProject3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.lblProject3.Location = new System.Drawing.Point(1, 1);
- this.lblProject3.Name = "lblProject3";
- this.lblProject3.Size = new System.Drawing.Size(78, 34);
- this.lblProject3.TabIndex = 0;
- this.lblProject3.Text = "三 期";
- this.lblProject3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblProject3.Click += new System.EventHandler(this.lblProject_Click);
- this.lblProject3.MouseEnter += new System.EventHandler(this.lblProject_MouseEnter);
- this.lblProject3.MouseLeave += new System.EventHandler(this.lblProject_MouseLeave);
- //
- // panel6
- //
- this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.panel6.Controls.Add(this.lblProject4);
- this.panel6.Location = new System.Drawing.Point(319, 3);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(80, 36);
- this.panel6.TabIndex = 0;
- //
- // lblProject4
- //
- this.lblProject4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
- this.lblProject4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProject4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.lblProject4.Location = new System.Drawing.Point(1, 1);
- this.lblProject4.Name = "lblProject4";
- this.lblProject4.Size = new System.Drawing.Size(78, 34);
- this.lblProject4.TabIndex = 0;
- this.lblProject4.Text = "四 期";
- this.lblProject4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblProject4.Click += new System.EventHandler(this.lblProject_Click);
- this.lblProject4.MouseEnter += new System.EventHandler(this.lblProject_MouseEnter);
- this.lblProject4.MouseLeave += new System.EventHandler(this.lblProject_MouseLeave);
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.panel4.Controls.Add(this.lblProject2);
- this.panel4.Location = new System.Drawing.Point(405, 3);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(80, 36);
- this.panel4.TabIndex = 0;
- //
- // lblProject2
- //
- this.lblProject2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
- this.lblProject2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProject2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.lblProject2.Location = new System.Drawing.Point(1, 1);
- this.lblProject2.Name = "lblProject2";
- this.lblProject2.Size = new System.Drawing.Size(78, 34);
- this.lblProject2.TabIndex = 0;
- this.lblProject2.Text = "二 期";
- this.lblProject2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblProject2.Click += new System.EventHandler(this.lblProject_Click);
- this.lblProject2.MouseEnter += new System.EventHandler(this.lblProject_MouseEnter);
- this.lblProject2.MouseLeave += new System.EventHandler(this.lblProject_MouseLeave);
- //
- // btnReturn
- //
- this.btnReturn.BackColor = System.Drawing.Color.Transparent;
- this.btnReturn.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnReturn.FlatAppearance.BorderSize = 0;
- this.btnReturn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
- this.btnReturn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
- this.btnReturn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnReturn.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnReturn.ForeColor = System.Drawing.Color.White;
- this.btnReturn.Image = global::IntelligentControlForsx.Properties.Resources.B02;
- this.btnReturn.Location = new System.Drawing.Point(1815, 0);
- this.btnReturn.Name = "btnReturn";
- this.btnReturn.Size = new System.Drawing.Size(105, 39);
- this.btnReturn.TabIndex = 33;
- this.btnReturn.Text = "返 回";
- this.btnReturn.UseVisualStyleBackColor = false;
- this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
- //
- // plCenter
- //
- this.plCenter.BackColor = System.Drawing.Color.Transparent;
- this.plCenter.Location = new System.Drawing.Point(1, 46);
- this.plCenter.Name = "plCenter";
- this.plCenter.Size = new System.Drawing.Size(1918, 926);
- this.plCenter.TabIndex = 1;
- //
- // MapFormWXW
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
- this.ClientSize = new System.Drawing.Size(1920, 984);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.plCenter);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "MapFormWXW";
- this.Text = "MapForm";
- this.panel2.ResumeLayout(false);
- this.flowLayout.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel5.ResumeLayout(false);
- this.panel6.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Label lblProject1;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.Label lblProject4;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Label lblProject3;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Label lblProject2;
- private System.Windows.Forms.Button btnReturn;
- private System.Windows.Forms.Panel plCenter;
- private System.Windows.Forms.FlowLayoutPanel flowLayout;
- }
- }
|