| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- namespace CarMeterSystem
- {
- partial class frmMain
- {
- /// <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.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
- this.panel1 = new System.Windows.Forms.Panel();
- this.lbVsersion = new System.Windows.Forms.Label();
- this.ucCarFormTopJXJG1 = new MeterModuleLibrary.uc.ucCarFormTopJXJG();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ucCarFormButtomJXJG1 = new MeterModuleLibrary.uc.ucCarFormButtomJXJG();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel8 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel5 = new System.Windows.Forms.Panel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel8.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.lbVsersion);
- this.panel1.Controls.Add(this.ucCarFormTopJXJG1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1280, 115);
- this.panel1.TabIndex = 0;
- //
- // lbVsersion
- //
- this.lbVsersion.AutoSize = true;
- this.lbVsersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(134)))), ((int)(((byte)(207)))));
- this.lbVsersion.Location = new System.Drawing.Point(5, 5);
- this.lbVsersion.Name = "lbVsersion";
- this.lbVsersion.Size = new System.Drawing.Size(35, 12);
- this.lbVsersion.TabIndex = 7;
- this.lbVsersion.Text = "v0.01";
- //
- // ucCarFormTopJXJG1
- //
- this.ucCarFormTopJXJG1.BackColor = System.Drawing.Color.Transparent;
- this.ucCarFormTopJXJG1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ucCarFormTopJXJG1.Location = new System.Drawing.Point(0, 0);
- this.ucCarFormTopJXJG1.Margin = new System.Windows.Forms.Padding(2);
- this.ucCarFormTopJXJG1.Name = "ucCarFormTopJXJG1";
- this.ucCarFormTopJXJG1.Size = new System.Drawing.Size(1280, 115);
- this.ucCarFormTopJXJG1.TabIndex = 8;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.ucCarFormButtomJXJG1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 909);
- this.panel2.Margin = new System.Windows.Forms.Padding(2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1280, 115);
- this.panel2.TabIndex = 3;
- //
- // ucCarFormButtomJXJG1
- //
- this.ucCarFormButtomJXJG1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ucCarFormButtomJXJG1.Location = new System.Drawing.Point(0, 0);
- this.ucCarFormButtomJXJG1.Margin = new System.Windows.Forms.Padding(2);
- this.ucCarFormButtomJXJG1.Name = "ucCarFormButtomJXJG1";
- this.ucCarFormButtomJXJG1.Size = new System.Drawing.Size(1280, 115);
- this.ucCarFormButtomJXJG1.TabIndex = 0;
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.White;
- this.panel3.Controls.Add(this.panel8);
- this.panel3.Controls.Add(this.panel5);
- this.panel3.Controls.Add(this.panel4);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 115);
- this.panel3.Margin = new System.Windows.Forms.Padding(2);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1280, 794);
- this.panel3.TabIndex = 4;
- //
- // panel8
- //
- this.panel8.Controls.Add(this.pictureBox1);
- this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel8.Location = new System.Drawing.Point(0, 10);
- this.panel8.Name = "panel8";
- this.panel8.Size = new System.Drawing.Size(1280, 774);
- this.panel8.TabIndex = 6;
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
- this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(1280, 774);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 13;
- this.pictureBox1.TabStop = false;
- //
- // panel5
- //
- this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel5.Location = new System.Drawing.Point(0, 784);
- this.panel5.Margin = new System.Windows.Forms.Padding(2);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(1280, 10);
- this.panel5.TabIndex = 2;
- //
- // panel4
- //
- this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Margin = new System.Windows.Forms.Padding(2);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(1280, 10);
- this.panel4.TabIndex = 0;
- //
- // timer1
- //
- this.timer1.Interval = 2000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // frmMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1280, 1024);
- this.ControlBox = false;
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
- this.Load += new System.EventHandler(this.frmMain_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel8.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.Panel panel5;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Panel panel8;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label lbVsersion;
- private System.Windows.Forms.Timer timer1;
- private MeterModuleLibrary.uc.ucCarFormButtomJXJG ucCarFormButtomJXJG1;
- private MeterModuleLibrary.uc.ucCarFormTopJXJG ucCarFormTopJXJG1;
- }
- }
|