123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- namespace chutian_parking_terminal
- {
- partial class action_window
- {
- /// <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 Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(action_window));
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.tip_label = new System.Windows.Forms.Label();
- this.fetchingBtn = new System.Windows.Forms.Button();
- this.parkingBtn = new System.Windows.Forms.Button();
- this.panel4 = new System.Windows.Forms.Panel();
- this.dateLab1 = new System.Windows.Forms.Label();
- this.temperatureLab = new System.Windows.Forms.Label();
- this.weatherLab = new System.Windows.Forms.Label();
- this.weatherPicture = new System.Windows.Forms.PictureBox();
- this.dateLab = new System.Windows.Forms.Label();
- this.timeLab = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel2.SuspendLayout();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.weatherPicture)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1080, 497);
- this.panel1.TabIndex = 0;
- //
- // pictureBox1
- //
- this.pictureBox1.Location = new System.Drawing.Point(-12, -6);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(1080, 497);
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // panel2
- //
- this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
- this.panel2.Controls.Add(this.tip_label);
- this.panel2.Controls.Add(this.fetchingBtn);
- this.panel2.Controls.Add(this.parkingBtn);
- this.panel2.Controls.Add(this.panel4);
- this.panel2.Controls.Add(this.dateLab);
- this.panel2.Controls.Add(this.timeLab);
- this.panel2.Controls.Add(this.label2);
- this.panel2.Controls.Add(this.label1);
- this.panel2.Controls.Add(this.pictureBox2);
- this.panel2.Location = new System.Drawing.Point(0, 491);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1080, 662);
- this.panel2.TabIndex = 1;
- //
- // tip_label
- //
- this.tip_label.BackColor = System.Drawing.Color.Transparent;
- this.tip_label.Font = new System.Drawing.Font("宋体", 31F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.tip_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.tip_label.Location = new System.Drawing.Point(56, 113);
- this.tip_label.Name = "tip_label";
- this.tip_label.Size = new System.Drawing.Size(976, 44);
- this.tip_label.TabIndex = 8;
- this.tip_label.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // fetchingBtn
- //
- this.fetchingBtn.BackColor = System.Drawing.SystemColors.ButtonHighlight;
- this.fetchingBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("fetchingBtn.BackgroundImage")));
- this.fetchingBtn.FlatAppearance.BorderSize = 0;
- this.fetchingBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
- this.fetchingBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
- this.fetchingBtn.Location = new System.Drawing.Point(752, 189);
- this.fetchingBtn.Name = "fetchingBtn";
- this.fetchingBtn.Size = new System.Drawing.Size(280, 389);
- this.fetchingBtn.TabIndex = 7;
- this.fetchingBtn.UseVisualStyleBackColor = false;
- this.fetchingBtn.Click += new System.EventHandler(this.fetchingBtn_Click);
- //
- // parkingBtn
- //
- this.parkingBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("parkingBtn.BackgroundImage")));
- this.parkingBtn.FlatAppearance.BorderSize = 0;
- this.parkingBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
- this.parkingBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
- this.parkingBtn.Location = new System.Drawing.Point(453, 189);
- this.parkingBtn.Name = "parkingBtn";
- this.parkingBtn.Size = new System.Drawing.Size(280, 389);
- this.parkingBtn.TabIndex = 6;
- this.parkingBtn.UseVisualStyleBackColor = true;
- this.parkingBtn.Click += new System.EventHandler(this.parkingBtn_Click);
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(93)))), ((int)(((byte)(188)))));
- this.panel4.Controls.Add(this.dateLab1);
- this.panel4.Controls.Add(this.temperatureLab);
- this.panel4.Controls.Add(this.weatherLab);
- this.panel4.Controls.Add(this.weatherPicture);
- this.panel4.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.panel4.Location = new System.Drawing.Point(56, 189);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(380, 389);
- this.panel4.TabIndex = 5;
- //
- // dateLab1
- //
- this.dateLab1.BackColor = System.Drawing.Color.Transparent;
- this.dateLab1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.dateLab1.Location = new System.Drawing.Point(103, 217);
- this.dateLab1.Name = "dateLab1";
- this.dateLab1.Size = new System.Drawing.Size(197, 22);
- this.dateLab1.TabIndex = 3;
- this.dateLab1.Text = "2019-07-05星期五";
- //
- // temperatureLab
- //
- this.temperatureLab.BackColor = System.Drawing.Color.Transparent;
- this.temperatureLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.temperatureLab.Location = new System.Drawing.Point(196, 156);
- this.temperatureLab.Name = "temperatureLab";
- this.temperatureLab.Size = new System.Drawing.Size(181, 25);
- this.temperatureLab.TabIndex = 2;
- this.temperatureLab.Text = "气温:";
- //
- // weatherLab
- //
- this.weatherLab.BackColor = System.Drawing.Color.Transparent;
- this.weatherLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.weatherLab.Location = new System.Drawing.Point(191, 112);
- this.weatherLab.Name = "weatherLab";
- this.weatherLab.Size = new System.Drawing.Size(186, 25);
- this.weatherLab.TabIndex = 1;
- this.weatherLab.Text = "天气:";
- //
- // weatherPicture
- //
- this.weatherPicture.Image = ((System.Drawing.Image)(resources.GetObject("weatherPicture.Image")));
- this.weatherPicture.Location = new System.Drawing.Point(74, 112);
- this.weatherPicture.Name = "weatherPicture";
- this.weatherPicture.Size = new System.Drawing.Size(87, 69);
- this.weatherPicture.TabIndex = 0;
- this.weatherPicture.TabStop = false;
- //
- // dateLab
- //
- this.dateLab.BackColor = System.Drawing.Color.Transparent;
- this.dateLab.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
- this.dateLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.dateLab.Location = new System.Drawing.Point(835, 69);
- this.dateLab.Name = "dateLab";
- this.dateLab.Size = new System.Drawing.Size(179, 20);
- this.dateLab.TabIndex = 4;
- this.dateLab.Text = "2019-07-05 星期五";
- //
- // timeLab
- //
- this.timeLab.BackColor = System.Drawing.Color.Transparent;
- this.timeLab.Font = new System.Drawing.Font("宋体", 46F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.timeLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.timeLab.Location = new System.Drawing.Point(684, 56);
- this.timeLab.Name = "timeLab";
- this.timeLab.Size = new System.Drawing.Size(140, 46);
- this.timeLab.TabIndex = 3;
- this.timeLab.Text = "16:16";
- //
- // label2
- //
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label2.Location = new System.Drawing.Point(141, 86);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(314, 16);
- this.label2.TabIndex = 2;
- this.label2.Text = " Intelligent elephant Parking Terminal NO.";
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 31F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label1.Location = new System.Drawing.Point(141, 42);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(314, 44);
- this.label1.TabIndex = 1;
- this.label1.Text = "智象泊车终端01号机";
- //
- // pictureBox2
- //
- this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
- this.pictureBox2.Location = new System.Drawing.Point(75, 43);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(100, 50);
- this.pictureBox2.TabIndex = 0;
- this.pictureBox2.TabStop = false;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.axWindowsMediaPlayer1);
- this.panel3.Location = new System.Drawing.Point(0, 1153);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1080, 761);
- this.panel3.TabIndex = 2;
- //
- // axWindowsMediaPlayer1
- //
- this.axWindowsMediaPlayer1.Enabled = true;
- this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(0, 0);
- this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
- this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
- this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(1080, 761);
- this.axWindowsMediaPlayer1.TabIndex = 0;
- this.axWindowsMediaPlayer1.MouseDownEvent += new AxWMPLib._WMPOCXEvents_MouseDownEventHandler(this.axWindowsMediaPlayer1_MouseDownEvent);
- //
- // action_window
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(1063, 1100);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Name = "action_window";
- this.Text = "智象泊车终端01号机";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.action_window_FormClosing);
- this.Load += new System.EventHandler(this.action_window_Load);
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.weatherPicture)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.panel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label dateLab;
- private System.Windows.Forms.Label timeLab;
- private System.Windows.Forms.Button fetchingBtn;
- private System.Windows.Forms.Button parkingBtn;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.PictureBox weatherPicture;
- private System.Windows.Forms.Label dateLab1;
- private System.Windows.Forms.Label temperatureLab;
- private System.Windows.Forms.Label weatherLab;
- private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
- private System.Windows.Forms.Label tip_label;
- }
- }
|