📄 form1.cs
字号:
// m_Edit_New_Line
//
this.m_Edit_New_Line.Index = 1;
this.m_Edit_New_Line.Text = "线";
this.m_Edit_New_Line.Click += new System.EventHandler(this.m_Edit_New_Line_Click);
//
// m_Edit_New_Area
//
this.m_Edit_New_Area.Index = 2;
this.m_Edit_New_Area.Text = "面";
this.m_Edit_New_Area.Click += new System.EventHandler(this.m_Edit_New_Area_Click);
//
// m_Edit_Delete
//
this.m_Edit_Delete.Index = 1;
this.m_Edit_Delete.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.m_Delete_Point,
this.m_Delete_Line,
this.m_Delete_Area});
this.m_Edit_Delete.Text = "删除";
//
// m_Delete_Point
//
this.m_Delete_Point.Index = 0;
this.m_Delete_Point.Text = "点";
this.m_Delete_Point.Click += new System.EventHandler(this.m_Delete_Point_Click);
//
// m_Delete_Line
//
this.m_Delete_Line.Index = 1;
this.m_Delete_Line.Text = "线";
this.m_Delete_Line.Click += new System.EventHandler(this.m_Delete_Line_Click);
//
// m_Delete_Area
//
this.m_Delete_Area.Index = 2;
this.m_Delete_Area.Text = "面";
this.m_Delete_Area.Click += new System.EventHandler(this.m_Delete_Area_Click);
//
// m_Edit_Move
//
this.m_Edit_Move.Index = 2;
this.m_Edit_Move.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.m_Edit_Move_Point,
this.m_Edit_Move_Line,
this.m_Edit_Move_Area});
this.m_Edit_Move.Text = "移动";
//
// m_Edit_Move_Point
//
this.m_Edit_Move_Point.Index = 0;
this.m_Edit_Move_Point.Text = "点";
this.m_Edit_Move_Point.Click += new System.EventHandler(this.m_Edit_Move_Point_Click);
//
// m_Edit_Move_Line
//
this.m_Edit_Move_Line.Index = 1;
this.m_Edit_Move_Line.Text = "线";
this.m_Edit_Move_Line.Click += new System.EventHandler(this.m_Edit_Move_Line_Click);
//
// m_Edit_Move_Area
//
this.m_Edit_Move_Area.Index = 2;
this.m_Edit_Move_Area.Text = "面";
this.m_Edit_Move_Area.Click += new System.EventHandler(this.m_Edit_Move_Area_Click);
//
// m_Edit_Vertex
//
this.m_Edit_Vertex.Index = 3;
this.m_Edit_Vertex.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.m_Edit_Vertex_Line,
this.m_Edit_Vertex_Area});
this.m_Edit_Vertex.Text = "节点";
//
// m_Edit_Vertex_Line
//
this.m_Edit_Vertex_Line.Index = 0;
this.m_Edit_Vertex_Line.Text = "线";
this.m_Edit_Vertex_Line.Click += new System.EventHandler(this.m_Edit_Vertex_Line_Click);
//
// m_Edit_Vertex_Area
//
this.m_Edit_Vertex_Area.Index = 1;
this.m_Edit_Vertex_Area.Text = "面";
this.m_Edit_Vertex_Area.Click += new System.EventHandler(this.m_Edit_Vertex_Area_Click);
//
// m_Tool
//
this.m_Tool.Index = 3;
this.m_Tool.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.m_Tool_Length,
this.m_Tool_Area,
this.m_Tool_Angle,
this.menuItem34,
this.m_Tool_Refresh});
this.m_Tool.Text = "工具";
//
// m_Tool_Length
//
this.m_Tool_Length.Index = 0;
this.m_Tool_Length.Text = "距离量算";
this.m_Tool_Length.Click += new System.EventHandler(this.m_Tool_Length_Click);
//
// m_Tool_Area
//
this.m_Tool_Area.Index = 1;
this.m_Tool_Area.Text = "面积量算";
this.m_Tool_Area.Click += new System.EventHandler(this.m_Tool_Area_Click);
//
// m_Tool_Angle
//
this.m_Tool_Angle.Index = 2;
this.m_Tool_Angle.Text = "角度量算";
this.m_Tool_Angle.Click += new System.EventHandler(this.m_Tool_Angle_Click);
//
// menuItem34
//
this.menuItem34.Index = 3;
this.menuItem34.Text = "-";
//
// m_Tool_Refresh
//
this.m_Tool_Refresh.Index = 4;
this.m_Tool_Refresh.Text = "清屏";
this.m_Tool_Refresh.Click += new System.EventHandler(this.m_Tool_Refresh_Click);
//
// m_Theme
//
this.m_Theme.Index = 4;
this.m_Theme.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.m_Theme_Lable,
this.menuItem19,
this.m_Theme_BreakClass,
this.m_Theme_UniqueValue,
this.m_Theme_DotDensity,
this.m_Theme_BarChart});
this.m_Theme.Text = "专题图";
//
// m_Theme_Lable
//
this.m_Theme_Lable.Index = 0;
this.m_Theme_Lable.Text = "标簦专题图";
this.m_Theme_Lable.Click += new System.EventHandler(this.m_Theme_Lable_Click);
//
// menuItem19
//
this.menuItem19.Index = 1;
this.menuItem19.Text = "-";
//
// m_Theme_BreakClass
//
this.m_Theme_BreakClass.Index = 2;
this.m_Theme_BreakClass.Text = "分段专题图";
this.m_Theme_BreakClass.Click += new System.EventHandler(this.m_Theme_BreakClass_Click);
//
// m_Theme_UniqueValue
//
this.m_Theme_UniqueValue.Index = 3;
this.m_Theme_UniqueValue.Text = "单值专题图";
this.m_Theme_UniqueValue.Click += new System.EventHandler(this.m_Theme_UniqueValue_Click);
//
// m_Theme_DotDensity
//
this.m_Theme_DotDensity.Index = 4;
this.m_Theme_DotDensity.Text = "点密度专题图";
this.m_Theme_DotDensity.Click += new System.EventHandler(this.m_Theme_DotDensity_Click);
//
// m_Theme_BarChart
//
this.m_Theme_BarChart.Index = 5;
this.m_Theme_BarChart.Text = "柱状专题图";
this.m_Theme_BarChart.Click += new System.EventHandler(this.m_Theme_BarChart_Click);
//
// statusBar1
//
this.statusBar1.Location = new System.Drawing.Point(0, 467);
this.statusBar1.Name = "statusBar1";
this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.statusBarPanel1,
this.statusBarPanel2,
this.statusBarPanel3,
this.statusBarPanel4});
this.statusBar1.ShowPanels = true;
this.statusBar1.Size = new System.Drawing.Size(712, 22);
this.statusBar1.TabIndex = 0;
//
// statusBarPanel1
//
this.statusBarPanel1.Width = 300;
//
// statusBarPanel2
//
this.statusBarPanel2.Width = 150;
//
// statusBarPanel3
//
this.statusBarPanel3.Width = 150;
//
// statusBarPanel4
//
this.statusBarPanel4.Width = 150;
//
// imageList1
//
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// toolBar1
//
this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarPrint,
this.toolBarExit,
this.toolBarButton3,
this.toolBarSelect,
this.toolBarZoomIn,
this.toolBarZoomOut,
this.toolBarPan,
this.toolBarViewEntire,
this.toolBarButton9,
this.toolBarLength,
this.toolBarArea,
this.toolBaAngle,
this.toolBarRefresh,
this.toolBarButton14,
this.toolBarNewPoint,
this.toolBarNewLine,
this.toolBarNewArea,
this.toolBarButton21,
this.toolBarMove,
this.toolBarButton22,
this.toolBarDelete,
this.toolBarButton23,
this.toolBarVertex});
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Location = new System.Drawing.Point(0, 0);
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(712, 28);
this.toolBar1.TabIndex = 1;
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// toolBarPrint
//
this.toolBarPrint.ImageIndex = 0;
//
// toolBarExit
//
this.toolBarExit.ImageIndex = 1;
//
// toolBarButton3
//
this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarSelect
//
this.toolBarSelect.ImageIndex = 2;
this.toolBarSelect.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBarZoomIn
//
this.toolBarZoomIn.ImageIndex = 3;
this.toolBarZoomIn.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBarZoomOut
//
this.toolBarZoomOut.ImageIndex = 4;
this.toolBarZoomOut.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBarPan
//
this.toolBarPan.ImageIndex = 5;
this.toolBarPan.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBarViewEntire
//
this.toolBarViewEntire.ImageIndex = 6;
//
// toolBarButton9
//
this.toolBarButton9.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarLength
//
this.toolBarLength.ImageIndex = 7;
this.toolBarLength.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBarArea
//
this.toolBarArea.ImageIndex = 8;
this.toolBarArea.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBaAngle
//
this.toolBaAngle.ImageIndex = 9;
this.toolBaAngle.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBarRefresh
//
this.toolBarRefresh.ImageIndex = 10;
//
// toolBarButton14
//
this.toolBarButton14.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarNewPoint
//
this.toolBarNewPoint.ImageIndex = 11;
this.toolBarNewPoint.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBarNewLine
//
this.toolBarNewLine.ImageIndex = 12;
this.toolBarNewLine.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBarNewArea
//
this.toolBarNewArea.ImageIndex = 13;
this.toolBarNewArea.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
//
// toolBarButton21
//
this.toolBarButton21.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarMove
//
this.toolBarMove.DropDownMenu = this.m_Move;
this.toolBarMove.ImageIndex = 14;
this.toolBarMove.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
//
// m_Move
//
this.m_Move.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.m_MovePoint,
this.m_MoveLine,
this.m_MoveArea});
//
// m_MovePoint
//
this.m_MovePoint.Index = 0;
this.m_MovePoint.Text = "点";
this.m_MovePoint.Click += new System.EventHandler(this.m_Edit_Move_Point_Click);
//
// m_MoveLine
//
this.m_MoveLine.Index = 1;
this.m_MoveLine.Text = "线";
this.m_MoveLine.Click += new System.EventHandler(this.m_Edit_Move_Line_Click);
//
// m_MoveArea
//
this.m_MoveArea.Index = 2;
this.m_MoveArea.Text = "面";
this.m_MoveArea.Click += new System.EventHandler(this.m_Edit_Move_Area_Click);
//
// toolBarButton22
//
this.toolBarButton22.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarDelete
//
this.toolBarDelete.DropDownMenu = this.m_Delete;
this.toolBarDelete.ImageIndex = 17;
this.toolBarDelete.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
//
// m_Delete
//
this.m_Delete.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.m_DeletePoint,
this.m_DeleteLine,
this.m_DeleteArea});
//
// m_DeletePoint
//
this.m_DeletePoint.Index = 0;
this.m_DeletePoint.Text = "点";
this.m_DeletePoint.Click += new System.EventHandler(this.m_Delete_Point_Click);
//
// m_DeleteLine
//
this.m_DeleteLine.Index = 1;
this.m_DeleteLine.Text = "线";
this.m_DeleteLine.Click += new System.EventHandler(this.m_Delete_Line_Click);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -