123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344 |
- namespace HOZProject
- {
- partial class FormHOZMain
- {
- /// <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.plMain = new System.Windows.Forms.Panel();
- this.plFill = new System.Windows.Forms.Panel();
- this.plProcess = new System.Windows.Forms.Panel();
- this.plLeft = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.plLeftContent = new System.Windows.Forms.Panel();
- this.plTop = new System.Windows.Forms.Panel();
- this.pbStop = new System.Windows.Forms.PictureBox();
- this.pbPause = new System.Windows.Forms.PictureBox();
- this.pbStart = new System.Windows.Forms.PictureBox();
- this.pbMax = new System.Windows.Forms.PictureBox();
- this.pbMin = new System.Windows.Forms.PictureBox();
- this.pbClose = new System.Windows.Forms.PictureBox();
- this.pbLog = new System.Windows.Forms.PictureBox();
- this.pbInit = new System.Windows.Forms.PictureBox();
- this.pbSave = new System.Windows.Forms.PictureBox();
- this.pbNew = new System.Windows.Forms.PictureBox();
- this.pbOpen = new System.Windows.Forms.PictureBox();
- this.plMain.SuspendLayout();
- this.plFill.SuspendLayout();
- this.plLeft.SuspendLayout();
- this.plTop.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbStop)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbPause)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbStart)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbMax)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbMin)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbLog)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbInit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbSave)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbNew)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).BeginInit();
- this.SuspendLayout();
- //
- // plMain
- //
- this.plMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.plMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.plMain.Controls.Add(this.plFill);
- this.plMain.Controls.Add(this.plLeft);
- this.plMain.Controls.Add(this.plTop);
- this.plMain.Location = new System.Drawing.Point(12, 12);
- this.plMain.Name = "plMain";
- this.plMain.Size = new System.Drawing.Size(1000, 744);
- this.plMain.TabIndex = 1;
- //
- // plFill
- //
- this.plFill.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.plFill.BackColor = System.Drawing.Color.Black;
- this.plFill.Controls.Add(this.plProcess);
- this.plFill.Location = new System.Drawing.Point(106, 86);
- this.plFill.Name = "plFill";
- this.plFill.Size = new System.Drawing.Size(894, 658);
- this.plFill.TabIndex = 5;
- //
- // plProcess
- //
- this.plProcess.BackColor = System.Drawing.Color.White;
- this.plProcess.Location = new System.Drawing.Point(1, 1);
- this.plProcess.Name = "plProcess";
- this.plProcess.Size = new System.Drawing.Size(218, 100);
- this.plProcess.TabIndex = 2;
- this.plProcess.Visible = false;
- //
- // plLeft
- //
- this.plLeft.BackColor = System.Drawing.Color.Black;
- this.plLeft.Controls.Add(this.label1);
- this.plLeft.Controls.Add(this.plLeftContent);
- this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.plLeft.Location = new System.Drawing.Point(0, 80);
- this.plLeft.Name = "plLeft";
- this.plLeft.Size = new System.Drawing.Size(100, 664);
- this.plLeft.TabIndex = 4;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.Gainsboro;
- this.label1.Location = new System.Drawing.Point(15, 3);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(70, 12);
- this.label1.TabIndex = 1;
- this.label1.Text = "切入点列表";
- //
- // plLeftContent
- //
- this.plLeftContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.plLeftContent.AutoScroll = true;
- this.plLeftContent.Location = new System.Drawing.Point(5, 19);
- this.plLeftContent.Name = "plLeftContent";
- this.plLeftContent.Size = new System.Drawing.Size(90, 645);
- this.plLeftContent.TabIndex = 0;
- //
- // plTop
- //
- this.plTop.BackColor = System.Drawing.Color.Black;
- this.plTop.Controls.Add(this.pbStop);
- this.plTop.Controls.Add(this.pbPause);
- this.plTop.Controls.Add(this.pbStart);
- this.plTop.Controls.Add(this.pbMax);
- this.plTop.Controls.Add(this.pbMin);
- this.plTop.Controls.Add(this.pbClose);
- this.plTop.Controls.Add(this.pbLog);
- this.plTop.Controls.Add(this.pbInit);
- this.plTop.Controls.Add(this.pbSave);
- this.plTop.Controls.Add(this.pbNew);
- this.plTop.Controls.Add(this.pbOpen);
- this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.plTop.Location = new System.Drawing.Point(0, 0);
- this.plTop.Name = "plTop";
- this.plTop.Size = new System.Drawing.Size(1000, 80);
- this.plTop.TabIndex = 3;
- //
- // pbStop
- //
- this.pbStop.BackgroundImage = global::HOZProject.Properties.Resources.Stop;
- this.pbStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbStop.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbStop.Location = new System.Drawing.Point(523, 6);
- this.pbStop.Name = "pbStop";
- this.pbStop.Size = new System.Drawing.Size(68, 71);
- this.pbStop.TabIndex = 8;
- this.pbStop.TabStop = false;
- this.pbStop.Click += new System.EventHandler(this.pbStop_Click);
- //
- // pbPause
- //
- this.pbPause.BackgroundImage = global::HOZProject.Properties.Resources.Pause;
- this.pbPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbPause.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbPause.Location = new System.Drawing.Point(449, 6);
- this.pbPause.Name = "pbPause";
- this.pbPause.Size = new System.Drawing.Size(68, 71);
- this.pbPause.TabIndex = 8;
- this.pbPause.TabStop = false;
- //
- // pbStart
- //
- this.pbStart.BackgroundImage = global::HOZProject.Properties.Resources.Start;
- this.pbStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbStart.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbStart.Location = new System.Drawing.Point(375, 6);
- this.pbStart.Name = "pbStart";
- this.pbStart.Size = new System.Drawing.Size(68, 71);
- this.pbStart.TabIndex = 8;
- this.pbStart.TabStop = false;
- this.pbStart.Click += new System.EventHandler(this.pbStart_Click);
- //
- // pbMax
- //
- this.pbMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pbMax.BackgroundImage = global::HOZProject.Properties.Resources.Min_Gray;
- this.pbMax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbMax.Location = new System.Drawing.Point(935, 0);
- this.pbMax.Name = "pbMax";
- this.pbMax.Size = new System.Drawing.Size(28, 31);
- this.pbMax.TabIndex = 7;
- this.pbMax.TabStop = false;
- this.pbMax.Click += new System.EventHandler(this.pbMax_Click);
- //
- // pbMin
- //
- this.pbMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pbMin.BackgroundImage = global::HOZProject.Properties.Resources.Min_Gray;
- this.pbMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbMin.Location = new System.Drawing.Point(901, 0);
- this.pbMin.Name = "pbMin";
- this.pbMin.Size = new System.Drawing.Size(28, 31);
- this.pbMin.TabIndex = 7;
- this.pbMin.TabStop = false;
- this.pbMin.Click += new System.EventHandler(this.pbMin_Click);
- this.pbMin.MouseEnter += new System.EventHandler(this.pbMin_MouseEnter);
- this.pbMin.MouseLeave += new System.EventHandler(this.pbMin_MouseLeave);
- //
- // pbClose
- //
- this.pbClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
- this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbClose.Location = new System.Drawing.Point(969, 0);
- this.pbClose.Name = "pbClose";
- this.pbClose.Size = new System.Drawing.Size(28, 31);
- this.pbClose.TabIndex = 7;
- this.pbClose.TabStop = false;
- this.pbClose.Click += new System.EventHandler(this.pbClose_Click);
- this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
- this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
- //
- // pbLog
- //
- this.pbLog.BackgroundImage = global::HOZProject.Properties.Resources.Log;
- this.pbLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbLog.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbLog.Location = new System.Drawing.Point(301, 6);
- this.pbLog.Name = "pbLog";
- this.pbLog.Size = new System.Drawing.Size(68, 71);
- this.pbLog.TabIndex = 6;
- this.pbLog.TabStop = false;
- this.pbLog.Click += new System.EventHandler(this.pbLog_Click);
- //
- // pbInit
- //
- this.pbInit.BackgroundImage = global::HOZProject.Properties.Resources.init;
- this.pbInit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbInit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbInit.Location = new System.Drawing.Point(227, 6);
- this.pbInit.Name = "pbInit";
- this.pbInit.Size = new System.Drawing.Size(68, 71);
- this.pbInit.TabIndex = 5;
- this.pbInit.TabStop = false;
- this.pbInit.Click += new System.EventHandler(this.pbInit_Click);
- //
- // pbSave
- //
- this.pbSave.BackgroundImage = global::HOZProject.Properties.Resources.save;
- this.pbSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbSave.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbSave.Location = new System.Drawing.Point(153, 6);
- this.pbSave.Name = "pbSave";
- this.pbSave.Size = new System.Drawing.Size(68, 71);
- this.pbSave.TabIndex = 4;
- this.pbSave.TabStop = false;
- this.pbSave.Click += new System.EventHandler(this.pbSave_Click);
- //
- // pbNew
- //
- this.pbNew.BackgroundImage = global::HOZProject.Properties.Resources.New;
- this.pbNew.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbNew.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbNew.Location = new System.Drawing.Point(5, 6);
- this.pbNew.Name = "pbNew";
- this.pbNew.Size = new System.Drawing.Size(68, 71);
- this.pbNew.TabIndex = 3;
- this.pbNew.TabStop = false;
- this.pbNew.Click += new System.EventHandler(this.pbNew_Click);
- //
- // pbOpen
- //
- this.pbOpen.BackgroundImage = global::HOZProject.Properties.Resources.open;
- this.pbOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.pbOpen.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbOpen.Location = new System.Drawing.Point(79, 6);
- this.pbOpen.Name = "pbOpen";
- this.pbOpen.Size = new System.Drawing.Size(68, 71);
- this.pbOpen.TabIndex = 3;
- this.pbOpen.TabStop = false;
- this.pbOpen.Click += new System.EventHandler(this.pbOpen_Click);
- //
- // FormHOZMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.WindowFrame;
- this.ClientSize = new System.Drawing.Size(1024, 768);
- this.ControlBox = false;
- this.Controls.Add(this.plMain);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "FormHOZMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "FormHOZMain";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.FormHOZMain_Load);
- this.plMain.ResumeLayout(false);
- this.plFill.ResumeLayout(false);
- this.plLeft.ResumeLayout(false);
- this.plLeft.PerformLayout();
- this.plTop.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pbStop)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbPause)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbStart)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbMax)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbMin)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbLog)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbInit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbSave)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbNew)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel plMain;
- public System.Windows.Forms.Panel plProcess;
- private System.Windows.Forms.Panel plLeft;
- public System.Windows.Forms.Panel plTop;
- public System.Windows.Forms.Panel plFill;
- public System.Windows.Forms.Panel plLeftContent;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pbOpen;
- private System.Windows.Forms.PictureBox pbLog;
- private System.Windows.Forms.PictureBox pbInit;
- private System.Windows.Forms.PictureBox pbSave;
- private System.Windows.Forms.PictureBox pbMin;
- private System.Windows.Forms.PictureBox pbClose;
- private System.Windows.Forms.PictureBox pbMax;
- private System.Windows.Forms.PictureBox pbNew;
- private System.Windows.Forms.PictureBox pbStart;
- private System.Windows.Forms.PictureBox pbStop;
- private System.Windows.Forms.PictureBox pbPause;
- }
- }
|