123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- namespace PMSUI
- {
- 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.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.treeViewEx1 = new System.Windows.Forms.TreeViewEx();
- this.arrowImageList = new System.Windows.Forms.ImageList(this.components);
- this.imageList1 = new System.Windows.Forms.ImageList(this.components);
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.timer_CheckForm = new System.Windows.Forms.Timer(this.components);
- this.toolStripContainer1.ContentPanel.SuspendLayout();
- this.toolStripContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // statusStrip1
- //
- this.statusStrip1.Location = new System.Drawing.Point(0, 375);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(966, 22);
- this.statusStrip1.TabIndex = 11;
- this.statusStrip1.Text = "statusStrip1";
- //
- // menuStrip1
- //
- this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
- this.menuStrip1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(966, 24);
- this.menuStrip1.TabIndex = 12;
- this.menuStrip1.Text = "menuStrip1";
- //
- // toolStripContainer1
- //
- //
- // toolStripContainer1.ContentPanel
- //
- this.toolStripContainer1.ContentPanel.BackColor = System.Drawing.Color.Transparent;
- this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
- this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(966, 326);
- this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.toolStripContainer1.Location = new System.Drawing.Point(0, 24);
- this.toolStripContainer1.Name = "toolStripContainer1";
- this.toolStripContainer1.Size = new System.Drawing.Size(966, 351);
- this.toolStripContainer1.TabIndex = 13;
- this.toolStripContainer1.Text = "toolStripContainer1";
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.IsSplitterFixed = true;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.treeViewEx1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
- this.splitContainer1.Size = new System.Drawing.Size(966, 326);
- this.splitContainer1.SplitterDistance = 155;
- this.splitContainer1.TabIndex = 1;
- //
- // treeViewEx1
- //
- this.treeViewEx1.arrowImageList = this.arrowImageList;
- this.treeViewEx1.BackColor = System.Drawing.Color.White;
- this.treeViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.treeViewEx1.ColorEx = System.Drawing.SystemColors.GradientInactiveCaption;
- this.treeViewEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.treeViewEx1.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
- this.treeViewEx1.Font = new System.Drawing.Font("微软雅黑", 9.7F);
- this.treeViewEx1.ForeColor = System.Drawing.Color.Black;
- this.treeViewEx1.FullRowSelect = true;
- this.treeViewEx1.HideSelection = false;
- this.treeViewEx1.HotTracking = true;
- this.treeViewEx1.ImageIndex = 0;
- this.treeViewEx1.ImageList = this.imageList1;
- this.treeViewEx1.Location = new System.Drawing.Point(0, 0);
- this.treeViewEx1.Name = "treeViewEx1";
- this.treeViewEx1.SelectColor = System.Drawing.Color.DodgerBlue;
- this.treeViewEx1.SelectColor2 = System.Drawing.Color.LightSkyBlue;
- this.treeViewEx1.SelectedImageIndex = 0;
- this.treeViewEx1.ShowLines = false;
- this.treeViewEx1.Size = new System.Drawing.Size(155, 326);
- this.treeViewEx1.TabIndex = 1;
- this.treeViewEx1.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.treeViewEx1_AfterExpand);
- this.treeViewEx1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewEx1_AfterSelect);
- //
- // arrowImageList
- //
- this.arrowImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("arrowImageList.ImageStream")));
- this.arrowImageList.TransparentColor = System.Drawing.Color.Transparent;
- this.arrowImageList.Images.SetKeyName(0, "1.png");
- this.arrowImageList.Images.SetKeyName(1, "2.png");
- this.arrowImageList.Images.SetKeyName(2, "3.png");
- this.arrowImageList.Images.SetKeyName(3, "4.png");
- //
- // imageList1
- //
- this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
- this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
- this.imageList1.Images.SetKeyName(0, "0.png");
- this.imageList1.Images.SetKeyName(1, "1.png");
- this.imageList1.Images.SetKeyName(2, "2.png");
- this.imageList1.Images.SetKeyName(3, "3.png");
- this.imageList1.Images.SetKeyName(4, "4.png");
- this.imageList1.Images.SetKeyName(5, "5.png");
- this.imageList1.Images.SetKeyName(6, "6.png");
- this.imageList1.Images.SetKeyName(7, "8.png");
- this.imageList1.Images.SetKeyName(8, "9.png");
- this.imageList1.Images.SetKeyName(9, "10.png");
- this.imageList1.Images.SetKeyName(10, "11.png");
- this.imageList1.Images.SetKeyName(11, "12.png");
- this.imageList1.Images.SetKeyName(12, "13.png");
- this.imageList1.Images.SetKeyName(13, "14.png");
- this.imageList1.Images.SetKeyName(14, "15.png");
- //
- // tabControl1
- //
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Multiline = true;
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.ShowToolTips = true;
- this.tabControl1.Size = new System.Drawing.Size(807, 326);
- this.tabControl1.TabIndex = 0;
- this.tabControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseClick);
- this.tabControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseDoubleClick);
- //
- // timer1
- //
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // timer_CheckForm
- //
- this.timer_CheckForm.Tick += new System.EventHandler(this.timer_CheckForm_Tick);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(966, 397);
- this.Controls.Add(this.toolStripContainer1);
- this.Controls.Add(this.menuStrip1);
- this.Controls.Add(this.statusStrip1);
- this.Name = "MainForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "PMS";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingForm_FormClosed);
- this.Load += new System.EventHandler(this.SettingForm_Load);
- this.toolStripContainer1.ContentPanel.ResumeLayout(false);
- this.toolStripContainer1.ResumeLayout(false);
- this.toolStripContainer1.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripContainer toolStripContainer1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TreeViewEx treeViewEx1;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Timer timer_CheckForm;
- protected System.Windows.Forms.ImageList arrowImageList;
- private System.Windows.Forms.ImageList imageList1;
- }
- }
|