📄 frmmain.cs
字号:
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource8"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource9"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource10"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource11"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource12"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource13"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource14"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource15"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource16"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource17"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource18"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource19"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource20"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource21"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource22"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource23"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource24"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource25"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource26"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource27"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource28"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource29"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource30"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource31"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource32"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource33"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource34"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource35"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource36"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource37"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource38"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource39"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource40"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource41"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource42"))));
this.imageList.Images.Add(((System.Drawing.Image)(resources.GetObject("resource43"))));
//
// openFileDialog
//
this.openFileDialog.Filter = "多道数据文件(*.dd)|*.dd|ToolKit文件(*.tka)|*.tka";
//
// saveFileDialog
//
this.saveFileDialog.FileName = "data.dd";
this.saveFileDialog.Filter = "多道数据文件(*.dd)|*.dd|ToolKit文件(*.tka)|*.tka";
//
// timer
//
this.timer.Interval = 1000;
this.timer.Tick += new System.EventHandler(this.timer_Tick);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Black;
this.panel3.Controls.Add(this.lbCount);
this.panel3.Controls.Add(this.pbCount);
this.panel3.Controls.Add(this.lbTime);
this.panel3.Controls.Add(this.pbTime);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(240, 16);
//
// lbCount
//
this.lbCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lbCount.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.lbCount.ForeColor = System.Drawing.Color.Lime;
this.lbCount.Location = new System.Drawing.Point(138, 0);
this.lbCount.Name = "lbCount";
this.lbCount.Size = new System.Drawing.Size(80, 15);
this.lbCount.Text = "0/------";
this.lbCount.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// pbCount
//
this.pbCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pbCount.Image = ((System.Drawing.Image)(resources.GetObject("pbCount.Image")));
this.pbCount.Location = new System.Drawing.Point(122, 0);
this.pbCount.Name = "pbCount";
this.pbCount.Size = new System.Drawing.Size(16, 16);
this.pbCount.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
//
// lbTime
//
this.lbTime.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.lbTime.ForeColor = System.Drawing.Color.Lime;
this.lbTime.Location = new System.Drawing.Point(42, 0);
this.lbTime.Name = "lbTime";
this.lbTime.Size = new System.Drawing.Size(80, 15);
this.lbTime.Text = "0/------";
this.lbTime.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// pbTime
//
this.pbTime.BackColor = System.Drawing.Color.Black;
this.pbTime.Image = ((System.Drawing.Image)(resources.GetObject("pbTime.Image")));
this.pbTime.Location = new System.Drawing.Point(26, 0);
this.pbTime.Name = "pbTime";
this.pbTime.Size = new System.Drawing.Size(16, 16);
this.pbTime.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
//
// panel4
//
this.panel4.Controls.Add(this.panel1);
this.panel4.Controls.Add(this.zdrawbox);
this.panel4.Controls.Add(this.panel13);
this.panel4.Controls.Add(this.panel6);
this.panel4.Controls.Add(this.panel5);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(0, 16);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(240, 252);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Black;
this.panel1.Controls.Add(this.ibtAnalyzer);
this.panel1.Controls.Add(this.ibtScale);
this.panel1.Controls.Add(this.ibtXextend);
this.panel1.Controls.Add(this.ibtMax);
this.panel1.Controls.Add(this.ibtzXnext);
this.panel1.Controls.Add(this.ibtzXlast);
this.panel1.Controls.Add(this.ibtzYshrink);
this.panel1.Controls.Add(this.ibtzYextend);
this.panel1.Location = new System.Drawing.Point(220, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(20, 160);
//
// ibtAnalyzer
//
this.ibtAnalyzer.BackColor = System.Drawing.Color.Black;
this.ibtAnalyzer.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtAnalyzer.Dock = System.Windows.Forms.DockStyle.Top;
this.ibtAnalyzer.FillColor = System.Drawing.Color.White;
this.ibtAnalyzer.Image = ((System.Drawing.Image)(resources.GetObject("ibtAnalyzer.Image")));
this.ibtAnalyzer.LineColor = System.Drawing.Color.Gray;
this.ibtAnalyzer.Location = new System.Drawing.Point(0, 140);
this.ibtAnalyzer.Name = "ibtAnalyzer";
this.ibtAnalyzer.ShadowColor = System.Drawing.Color.Gray;
this.ibtAnalyzer.ShowShadow = false;
this.ibtAnalyzer.Size = new System.Drawing.Size(20, 20);
this.ibtAnalyzer.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtAnalyzer.TabIndex = 15;
this.ibtAnalyzer.Text = "数据处理";
this.ibtAnalyzer.TipAnchor = Custom.TipAnchorStyles.Left;
this.ibtAnalyzer.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtAnalyzer_MouseUp);
//
// ibtScale
//
this.ibtScale.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtScale.Dock = System.Windows.Forms.DockStyle.Top;
this.ibtScale.FillColor = System.Drawing.Color.White;
this.ibtScale.Image = ((System.Drawing.Image)(resources.GetObject("ibtScale.Image")));
this.ibtScale.LineColor = System.Drawing.Color.Gray;
this.ibtScale.Location = new System.Drawing.Point(0, 120);
this.ibtScale.Name = "ibtScale";
this.ibtScale.ShadowColor = System.Drawing.Color.Gray;
this.ibtScale.ShowShadow = false;
this.ibtScale.Size = new System.Drawing.Size(20, 20);
this.ibtScale.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtScale.TabIndex = 14;
this.ibtScale.Text = "自动手动量程变换";
this.ibtScale.TipAnchor = Custom.TipAnchorStyles.Left;
this.ibtScale.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtScale_MouseUp);
//
// ibtXextend
//
this.ibtXextend.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtXextend.Dock = System.Windows.Forms.DockStyle.Top;
this.ibtXextend.FillColor = System.Drawing.Color.White;
this.ibtXextend.Image = ((System.Drawing.Image)(resources.GetObject("ibtXextend.Image")));
this.ibtXextend.LineColor = System.Drawing.Color.Gray;
this.ibtXextend.Location = new System.Drawing.Point(0, 100);
this.ibtXextend.Name = "ibtXextend";
this.ibtXextend.ShadowColor = System.Drawing.Color.Gray;
this.ibtXextend.ShowShadow = false;
this.ibtXextend.Size = new System.Drawing.Size(20, 20);
this.ibtXextend.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtXextend.TabIndex = 12;
this.ibtXextend.Text = "放大区道数扩展";
this.ibtXextend.TipAnchor = Custom.TipAnchorStyles.Left;
this.ibtXextend.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtXextend_MouseUp);
//
// ibtMax
//
this.ibtMax.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtMax.Dock = System.Windows.Forms.DockStyle.Top;
this.ibtMax.FillColor = System.Drawing.Color.White;
this.ibtMax.Image = ((System.Drawing.Image)(resources.GetObject("ibtMax.Image")));
this.ibtMax.LineColor = System.Drawing.Color.Gray;
this.ibtMax.Location = new System.Drawing.Point(0, 80);
this.ibtMax.Name = "ibtMax";
this.ibtMax.ShadowColor = System.Drawing.Color.Gray;
this.ibtMax.ShowShadow = false;
this.ibtMax.Size = new System.Drawing.Size(20, 20);
this.ibtMax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtMax.TabIndex = 11;
this.ibtMax.Text = "放大区最大化、还原";
this.ibtMax.TipAnchor = Custom.TipAnchorStyles.Left;
this.ibtMax.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtMax_MouseUp);
//
// ibtzXnext
//
this.ibtzXnext.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtzXnext.Dock = System.Windows.Forms.DockStyle.Top;
this.ibtzXnext.FillColor = System.Drawing.Color.White;
this.ibtzXnext.Image = ((System.Drawing.Image)(resources.GetObject("ibtzXnext.Image")));
this.ibtzXnext.LineColor = System.Drawing.Color.Gray;
this.ibtzXnext.Location = new System.Drawing.Point(0, 60);
this.ibtzXnext.Name = "ibtzXnext";
this.ibtzXnext.ShadowColor = System.Drawing.Color.Gray;
this.ibtzXnext.ShowShadow = false;
this.ibtzXnext.Size = new System.Drawing.Size(20, 20);
this.ibtzXnext.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtzXnext.TabIndex = 10;
this.ibtzXnext.Text = "放大区选择道右移";
this.ibtzXnext.TipAnchor = Custom.TipAnchorStyles.Left;
this.ibtzXnext.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtzXnext_MouseUp);
//
// ibtzXlast
//
this.ibtzXlast.BackColor = System.Drawing.Color.Black;
this.ibtzXlast.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtzXlast.Dock = System.Windows.Forms.DockStyle.Top;
this.ibtzXlast.FillColor = System.Drawing.Color.White;
this.ibtzXlast.Image = ((System.Drawing.Image)(resources.GetObject("ibtzXlast.Image")));
this.ibtzXlast.LineColor = System.Drawing.Color.Gray;
this.ibtzXlast.Location = new System.Drawing.Point(0, 40);
this.ibtzXlast.Name = "ibtzXlast";
this.ibtzXlast.ShadowColor = System.Drawing.Color.Gray;
this.ibtzXlast.ShowShadow = false;
this.ibtzXlast.Size = new System.Drawing.Size(20, 20);
this.ibtzXlast.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ibtzXlast.TabIndex = 9;
this.ibtzXlast.Text = "放大区选择道左移";
this.ibtzXlast.TipAnchor = Custom.TipAnchorStyles.Left;
this.ibtzXlast.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ibtzXlast_MouseUp);
//
// ibtzYshrink
//
this.ibtzYshrink.BackgroundPoint = new System.Drawing.Point(0, 0);
this.ibtzYshrink.Dock = System.Windows.Forms.DockStyle.Top;
this.ibtzYshrink.FillColor = System.Drawing.Color.White;
this.ibtzYshrink.Image = ((System.Drawing.Image)(resources.GetObject("ibtzYshrink.Image")));
this.ibtzYshrink.LineColor = System.Drawing.Color.Gray;
this.ibtzYshrink.Location = new System.Drawing.Point(0, 20);
this.ibtzYshrink.Name = "ibtzYshrink";
this.ibtzYshrink.ShadowColor = System.Drawing.Color.Gray;
this.ibtzYshrink.ShowShadow = false;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -