123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- namespace CCDCount.Forms
- {
- partial class MainForm
- {
- /// <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.bodypanel = new System.Windows.Forms.Panel();
- this.Mainpanel = new System.Windows.Forms.Panel();
- this.menupanel = new System.Windows.Forms.Panel();
- this.SettingFromBtn = new System.Windows.Forms.Button();
- this.HistoryFormBtn = new System.Windows.Forms.Button();
- this.MenuSwitchBtn = new System.Windows.Forms.Button();
- this.IdentifyFormBtn = new System.Windows.Forms.Button();
- this.bodypanel.SuspendLayout();
- this.menupanel.SuspendLayout();
- this.SuspendLayout();
- //
- // bodypanel
- //
- this.bodypanel.BackColor = System.Drawing.Color.Transparent;
- this.bodypanel.Controls.Add(this.Mainpanel);
- this.bodypanel.Controls.Add(this.menupanel);
- this.bodypanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.bodypanel.Location = new System.Drawing.Point(0, 0);
- this.bodypanel.Name = "bodypanel";
- this.bodypanel.Size = new System.Drawing.Size(1074, 652);
- this.bodypanel.TabIndex = 0;
- //
- // Mainpanel
- //
- this.Mainpanel.BackColor = System.Drawing.Color.Transparent;
- this.Mainpanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Mainpanel.Location = new System.Drawing.Point(200, 0);
- this.Mainpanel.Name = "Mainpanel";
- this.Mainpanel.Size = new System.Drawing.Size(874, 652);
- this.Mainpanel.TabIndex = 1;
- //
- // menupanel
- //
- this.menupanel.BackColor = System.Drawing.Color.Transparent;
- this.menupanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.menupanel.Controls.Add(this.SettingFromBtn);
- this.menupanel.Controls.Add(this.HistoryFormBtn);
- this.menupanel.Controls.Add(this.MenuSwitchBtn);
- this.menupanel.Controls.Add(this.IdentifyFormBtn);
- this.menupanel.Dock = System.Windows.Forms.DockStyle.Left;
- this.menupanel.Location = new System.Drawing.Point(0, 0);
- this.menupanel.Name = "menupanel";
- this.menupanel.Size = new System.Drawing.Size(200, 652);
- this.menupanel.TabIndex = 0;
- //
- // SettingFromBtn
- //
- this.SettingFromBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.SettingFromBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
- this.SettingFromBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.SettingFromBtn.ForeColor = System.Drawing.Color.White;
- this.SettingFromBtn.Location = new System.Drawing.Point(0, 140);
- this.SettingFromBtn.Name = "SettingFromBtn";
- this.SettingFromBtn.Size = new System.Drawing.Size(198, 70);
- this.SettingFromBtn.TabIndex = 3;
- this.SettingFromBtn.Text = "参 数 设 置";
- this.SettingFromBtn.UseVisualStyleBackColor = false;
- this.SettingFromBtn.Click += new System.EventHandler(this.SettingFromBtn_Click);
- //
- // HistoryFormBtn
- //
- this.HistoryFormBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.HistoryFormBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
- this.HistoryFormBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.HistoryFormBtn.ForeColor = System.Drawing.Color.White;
- this.HistoryFormBtn.Location = new System.Drawing.Point(0, 0);
- this.HistoryFormBtn.Name = "HistoryFormBtn";
- this.HistoryFormBtn.Size = new System.Drawing.Size(198, 70);
- this.HistoryFormBtn.TabIndex = 2;
- this.HistoryFormBtn.Text = "数 据 界 面";
- this.HistoryFormBtn.UseVisualStyleBackColor = false;
- this.HistoryFormBtn.Click += new System.EventHandler(this.HistoryFormBtn_Click);
- //
- // MenuSwitchBtn
- //
- this.MenuSwitchBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.MenuSwitchBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
- this.MenuSwitchBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.MenuSwitchBtn.Location = new System.Drawing.Point(0, 577);
- this.MenuSwitchBtn.Name = "MenuSwitchBtn";
- this.MenuSwitchBtn.Size = new System.Drawing.Size(198, 70);
- this.MenuSwitchBtn.TabIndex = 4;
- this.MenuSwitchBtn.UseVisualStyleBackColor = false;
- this.MenuSwitchBtn.Click += new System.EventHandler(this.MenuSwitchBtn_Click);
- //
- // IdentifyFormBtn
- //
- this.IdentifyFormBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.IdentifyFormBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
- this.IdentifyFormBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.IdentifyFormBtn.ForeColor = System.Drawing.Color.White;
- this.IdentifyFormBtn.Location = new System.Drawing.Point(0, 70);
- this.IdentifyFormBtn.Name = "IdentifyFormBtn";
- this.IdentifyFormBtn.Size = new System.Drawing.Size(198, 70);
- this.IdentifyFormBtn.TabIndex = 1;
- this.IdentifyFormBtn.Text = "识 别 界 面";
- this.IdentifyFormBtn.UseVisualStyleBackColor = false;
- this.IdentifyFormBtn.Click += new System.EventHandler(this.IdentifyFormBtn_Click);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
- this.BackgroundImage = global::CCDCount.Properties.Resources.HLHY;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.ClientSize = new System.Drawing.Size(1074, 652);
- this.Controls.Add(this.bodypanel);
- this.MinimumSize = new System.Drawing.Size(1092, 699);
- this.Name = "MainForm";
- this.Text = "MainForm";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
- this.Load += new System.EventHandler(this.MainForm_Load);
- this.Resize += new System.EventHandler(this.MainForm_Resize);
- this.bodypanel.ResumeLayout(false);
- this.menupanel.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel bodypanel;
- private System.Windows.Forms.Panel menupanel;
- private System.Windows.Forms.Panel Mainpanel;
- private System.Windows.Forms.Button IdentifyFormBtn;
- private System.Windows.Forms.Button MenuSwitchBtn;
- private System.Windows.Forms.Button HistoryFormBtn;
- private System.Windows.Forms.Button SettingFromBtn;
- }
- }
|