123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- 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.image_pictureBox = new System.Windows.Forms.PictureBox();
- this.player_panel = new System.Windows.Forms.Panel();
- this.axWindowsMediaPlayer = new AxWMPLib.AxWindowsMediaPlayer();
- this.button_panel = new System.Windows.Forms.Panel();
- this.date_label_1 = new System.Windows.Forms.Label();
- this.time_label = new System.Windows.Forms.Label();
- this.tip_label = new System.Windows.Forms.Label();
- this.fetchingBtn = new System.Windows.Forms.Button();
- this.weather_panel = new System.Windows.Forms.Panel();
- this.date_label_2 = new System.Windows.Forms.Label();
- this.weather_label = new System.Windows.Forms.Label();
- this.temperature_label = new System.Windows.Forms.Label();
- this.weather_pictureBox = new System.Windows.Forms.PictureBox();
- this.terminal_number_english_label = new System.Windows.Forms.Label();
- this.terminal_number_label = new System.Windows.Forms.Label();
- this.zhixiang_pictureBox = new System.Windows.Forms.PictureBox();
- this.image_panel = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.image_pictureBox)).BeginInit();
- this.player_panel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer)).BeginInit();
- this.button_panel.SuspendLayout();
- this.weather_panel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.weather_pictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.zhixiang_pictureBox)).BeginInit();
- this.image_panel.SuspendLayout();
- this.SuspendLayout();
- //
- // image_pictureBox
- //
- this.image_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.image_pictureBox.Location = new System.Drawing.Point(0, 0);
- this.image_pictureBox.Name = "image_pictureBox";
- this.image_pictureBox.Size = new System.Drawing.Size(1080, 507);
- this.image_pictureBox.TabIndex = 0;
- this.image_pictureBox.TabStop = false;
- //
- // player_panel
- //
- this.player_panel.Controls.Add(this.axWindowsMediaPlayer);
- this.player_panel.Location = new System.Drawing.Point(4, 1091);
- this.player_panel.Name = "player_panel";
- this.player_panel.Size = new System.Drawing.Size(1080, 769);
- this.player_panel.TabIndex = 2;
- //
- // axWindowsMediaPlayer
- //
- this.axWindowsMediaPlayer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.axWindowsMediaPlayer.Enabled = true;
- this.axWindowsMediaPlayer.Location = new System.Drawing.Point(0, 0);
- this.axWindowsMediaPlayer.Name = "axWindowsMediaPlayer";
- this.axWindowsMediaPlayer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer.OcxState")));
- this.axWindowsMediaPlayer.Size = new System.Drawing.Size(1080, 769);
- this.axWindowsMediaPlayer.TabIndex = 0;
- this.axWindowsMediaPlayer.MouseDownEvent += new AxWMPLib._WMPOCXEvents_MouseDownEventHandler(this.axWindowsMediaPlayer1_MouseDownEvent);
- //
- // button_panel
- //
- this.button_panel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_panel.BackgroundImage")));
- this.button_panel.Controls.Add(this.date_label_1);
- this.button_panel.Controls.Add(this.time_label);
- this.button_panel.Controls.Add(this.tip_label);
- this.button_panel.Controls.Add(this.fetchingBtn);
- this.button_panel.Controls.Add(this.weather_panel);
- this.button_panel.Controls.Add(this.terminal_number_english_label);
- this.button_panel.Controls.Add(this.terminal_number_label);
- this.button_panel.Controls.Add(this.zhixiang_pictureBox);
- this.button_panel.Location = new System.Drawing.Point(4, 431);
- this.button_panel.Name = "button_panel";
- this.button_panel.Size = new System.Drawing.Size(1080, 662);
- this.button_panel.TabIndex = 1;
- //
- // date_label_1
- //
- this.date_label_1.AutoSize = true;
- this.date_label_1.BackColor = System.Drawing.Color.Transparent;
- this.date_label_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.date_label_1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.date_label_1.Location = new System.Drawing.Point(779, 59);
- this.date_label_1.Name = "date_label_1";
- this.date_label_1.Size = new System.Drawing.Size(176, 19);
- this.date_label_1.TabIndex = 4;
- this.date_label_1.Text = "2019-07-05 星期五";
- //
- // time_label
- //
- this.time_label.AutoSize = true;
- this.time_label.BackColor = System.Drawing.Color.Transparent;
- this.time_label.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.time_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.time_label.Location = new System.Drawing.Point(550, 55);
- this.time_label.Name = "time_label";
- this.time_label.Size = new System.Drawing.Size(151, 33);
- this.time_label.TabIndex = 3;
- this.time_label.Text = "16:16:16";
- //
- // tip_label
- //
- this.tip_label.BackColor = System.Drawing.Color.Transparent;
- this.tip_label.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tip_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.tip_label.Location = new System.Drawing.Point(59, 133);
- this.tip_label.Name = "tip_label";
- this.tip_label.Size = new System.Drawing.Size(981, 40);
- this.tip_label.TabIndex = 8;
- this.tip_label.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // fetchingBtn
- //
- this.fetchingBtn.BackColor = System.Drawing.SystemColors.ButtonHighlight;
- this.fetchingBtn.BackgroundImage = global::chutian_parking_terminal.Properties.Resources.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(556, 188);
- 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);
- //
- // weather_panel
- //
- this.weather_panel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(93)))), ((int)(((byte)(188)))));
- this.weather_panel.Controls.Add(this.date_label_2);
- this.weather_panel.Controls.Add(this.weather_label);
- this.weather_panel.Controls.Add(this.temperature_label);
- this.weather_panel.Controls.Add(this.weather_pictureBox);
- this.weather_panel.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.weather_panel.Location = new System.Drawing.Point(186, 188);
- this.weather_panel.Name = "weather_panel";
- this.weather_panel.Size = new System.Drawing.Size(307, 389);
- this.weather_panel.TabIndex = 5;
- //
- // date_label_2
- //
- this.date_label_2.AutoSize = true;
- this.date_label_2.BackColor = System.Drawing.Color.Transparent;
- this.date_label_2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.date_label_2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.date_label_2.Location = new System.Drawing.Point(11, 283);
- this.date_label_2.Name = "date_label_2";
- this.date_label_2.Size = new System.Drawing.Size(183, 21);
- this.date_label_2.TabIndex = 3;
- this.date_label_2.Text = "2019-07-05星期五";
- //
- // weather_label
- //
- this.weather_label.AutoSize = true;
- this.weather_label.BackColor = System.Drawing.Color.Transparent;
- this.weather_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.weather_label.Location = new System.Drawing.Point(146, 97);
- this.weather_label.Name = "weather_label";
- this.weather_label.Size = new System.Drawing.Size(76, 22);
- this.weather_label.TabIndex = 1;
- this.weather_label.Text = "天气:";
- //
- // temperature_label
- //
- this.temperature_label.AutoSize = true;
- this.temperature_label.BackColor = System.Drawing.Color.Transparent;
- this.temperature_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.temperature_label.Location = new System.Drawing.Point(146, 174);
- this.temperature_label.Name = "temperature_label";
- this.temperature_label.Size = new System.Drawing.Size(76, 22);
- this.temperature_label.TabIndex = 2;
- this.temperature_label.Text = "气温:";
- //
- // weather_pictureBox
- //
- this.weather_pictureBox.Image = ((System.Drawing.Image)(resources.GetObject("weather_pictureBox.Image")));
- this.weather_pictureBox.Location = new System.Drawing.Point(7, 97);
- this.weather_pictureBox.Name = "weather_pictureBox";
- this.weather_pictureBox.Size = new System.Drawing.Size(133, 99);
- this.weather_pictureBox.TabIndex = 0;
- this.weather_pictureBox.TabStop = false;
- //
- // terminal_number_english_label
- //
- this.terminal_number_english_label.AutoSize = true;
- this.terminal_number_english_label.BackColor = System.Drawing.Color.Transparent;
- this.terminal_number_english_label.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.terminal_number_english_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.terminal_number_english_label.Location = new System.Drawing.Point(127, 78);
- this.terminal_number_english_label.Name = "terminal_number_english_label";
- this.terminal_number_english_label.Size = new System.Drawing.Size(281, 10);
- this.terminal_number_english_label.TabIndex = 2;
- this.terminal_number_english_label.Text = " Intelligent elephant Parking Terminal NO.";
- //
- // terminal_number_label
- //
- this.terminal_number_label.AutoSize = true;
- this.terminal_number_label.BackColor = System.Drawing.Color.Transparent;
- this.terminal_number_label.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.terminal_number_label.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.terminal_number_label.Location = new System.Drawing.Point(127, 37);
- this.terminal_number_label.Name = "terminal_number_label";
- this.terminal_number_label.Size = new System.Drawing.Size(236, 24);
- this.terminal_number_label.TabIndex = 1;
- this.terminal_number_label.Text = "智象泊车终端05号机";
- //
- // zhixiang_pictureBox
- //
- this.zhixiang_pictureBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("zhixiang_pictureBox.BackgroundImage")));
- this.zhixiang_pictureBox.Location = new System.Drawing.Point(52, 36);
- this.zhixiang_pictureBox.Name = "zhixiang_pictureBox";
- this.zhixiang_pictureBox.Size = new System.Drawing.Size(69, 60);
- this.zhixiang_pictureBox.TabIndex = 0;
- this.zhixiang_pictureBox.TabStop = false;
- //
- // image_panel
- //
- this.image_panel.Controls.Add(this.image_pictureBox);
- this.image_panel.Location = new System.Drawing.Point(4, -72);
- this.image_panel.Name = "image_panel";
- this.image_panel.Size = new System.Drawing.Size(1080, 507);
- this.image_panel.TabIndex = 9;
- //
- // action_window
- //
- this.AllowDrop = true;
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(1090, 1100);
- this.Controls.Add(this.player_panel);
- this.Controls.Add(this.button_panel);
- this.Controls.Add(this.image_panel);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- 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.SizeChanged += new System.EventHandler(this.action_window_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.image_pictureBox)).EndInit();
- this.player_panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer)).EndInit();
- this.button_panel.ResumeLayout(false);
- this.button_panel.PerformLayout();
- this.weather_panel.ResumeLayout(false);
- this.weather_panel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.weather_pictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.zhixiang_pictureBox)).EndInit();
- this.image_panel.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel button_panel;
- private System.Windows.Forms.Panel player_panel;
- private System.Windows.Forms.PictureBox image_pictureBox;
- private System.Windows.Forms.PictureBox zhixiang_pictureBox;
- private System.Windows.Forms.Label terminal_number_english_label;
- private System.Windows.Forms.Label terminal_number_label;
- private System.Windows.Forms.Button fetchingBtn;
- private System.Windows.Forms.Panel weather_panel;
- private System.Windows.Forms.PictureBox weather_pictureBox;
- private System.Windows.Forms.Label date_label_2;
- private System.Windows.Forms.Label temperature_label;
- private System.Windows.Forms.Label weather_label;
- private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer;
- private System.Windows.Forms.Label date_label_1;
- private System.Windows.Forms.Label time_label;
- private System.Windows.Forms.Label tip_label;
- private System.Windows.Forms.Panel image_panel;
- }
- }
|