⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.cs

📁 煤矿信息管理系统是基于SuperMap Object
💻 CS
📖 第 1 页 / 共 5 页
字号:
			((System.ComponentModel.ISupportInitialize)(this.axSuperWkspManager1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.toolControl2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axSuperMap2)).BeginInit();
			this.panel_query_other.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.axSuperWorkspace1)).BeginInit();
			this.SuspendLayout();
			// 
			// panel_legend
			// 
			this.panel_legend.Controls.Add(this.axSuperLegend1);
			this.panel_legend.Controls.Add(this.axSuperMap1);
			this.panel_legend.Location = new System.Drawing.Point(456, 88);
			this.panel_legend.Name = "panel_legend";
			this.panel_legend.Size = new System.Drawing.Size(168, 232);
			this.panel_legend.TabIndex = 10;
			// 
			// axSuperLegend1
			// 
			this.axSuperLegend1.ContainingControl = this;
			this.axSuperLegend1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.axSuperLegend1.Enabled = true;
			this.axSuperLegend1.Location = new System.Drawing.Point(0, 144);
			this.axSuperLegend1.Name = "axSuperLegend1";
			this.axSuperLegend1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSuperLegend1.OcxState")));
			this.axSuperLegend1.Size = new System.Drawing.Size(168, 88);
			this.axSuperLegend1.TabIndex = 1;
			this.axSuperLegend1.Modified += new System.EventHandler(this.axSuperLegend1_Modified);
			// 
			// axSuperMap1
			// 
			this.axSuperMap1.ContainingControl = this;
			this.axSuperMap1.Dock = System.Windows.Forms.DockStyle.Top;
			this.axSuperMap1.Enabled = true;
			this.axSuperMap1.Location = new System.Drawing.Point(0, 0);
			this.axSuperMap1.Name = "axSuperMap1";
			this.axSuperMap1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSuperMap1.OcxState")));
			this.axSuperMap1.Size = new System.Drawing.Size(168, 144);
			this.axSuperMap1.TabIndex = 0;
			this.axSuperMap1.MouseDownEvent += new AxSuperMapLib._DSuperMapEvents_MouseDownEventHandler(this.axSuperMap1_MouseDownEvent);
			// 
			// menu_Main
			// 
			this.menu_Main.AllowLayered = true;
			this.menu_Main.AnimateStyle = Crownwood.DotNetMagic.Menus.Animation.System;
			this.menu_Main.AnimateTime = 100;
			this.menu_Main.BackColor = System.Drawing.SystemColors.Control;
			this.menu_Main.Cursor = System.Windows.Forms.Cursors.Arrow;
			this.menu_Main.Direction = Crownwood.DotNetMagic.Common.LayoutDirection.Horizontal;
			this.menu_Main.Dock = System.Windows.Forms.DockStyle.Top;
			this.menu_Main.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((System.Byte)(134)));
			this.menu_Main.HighlightBackColor = System.Drawing.SystemColors.Highlight;
			this.menu_Main.HighlightTextColor = System.Drawing.SystemColors.MenuText;
			this.menu_Main.IgnoreF10 = false;
			this.menu_Main.Location = new System.Drawing.Point(0, 0);
			this.menu_Main.MenuCommands.AddRange(new Crownwood.DotNetMagic.Menus.MenuCommand[] {
																								   this.menuCommand_sys,
																								   this.menu_kong,
																								   this.menu_map_manage,
																								   this.menu_yan_manage,
																								   this.menu_tool,
																								   this.menu_view,
																								   this.menuCommand1});
			this.menu_Main.Name = "menu_Main";
			this.menu_Main.PlainSelectedTextColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.menu_Main.SelectedBackColor = System.Drawing.SystemColors.Control;
			this.menu_Main.SelectedTextColor = System.Drawing.SystemColors.MenuText;
			this.menu_Main.Size = new System.Drawing.Size(832, 25);
			this.menu_Main.Style = Crownwood.DotNetMagic.Common.VisualStyle.IDE2005;
			this.menu_Main.TabIndex = 0;
			this.menu_Main.TabStop = false;
			this.menu_Main.Text = "menu_Mian";
			this.menu_Main.TextColor = System.Drawing.SystemColors.MenuText;
			// 
			// menuCommand_sys
			// 
			this.menuCommand_sys.Description = "Menu";
			this.menuCommand_sys.MenuCommands.AddRange(new Crownwood.DotNetMagic.Menus.MenuCommand[] {
																										 this.menu_pwd_change,
																										 this.menu_user_manage,
																										 this.menu_logout});
			this.menuCommand_sys.Text = "  系统管理 (&S)";
			// 
			// menu_pwd_change
			// 
			this.menu_pwd_change.Description = "Menu";
			this.menu_pwd_change.Text = "密码修改";
			this.menu_pwd_change.Click += new System.EventHandler(this.menu_pwd_change_Click);
			// 
			// menu_user_manage
			// 
			this.menu_user_manage.Description = "Menu";
			this.menu_user_manage.Text = "用户管理";
			this.menu_user_manage.Click += new System.EventHandler(this.menu_user_manage_Click);
			// 
			// menu_logout
			// 
			this.menu_logout.Description = "Menu";
			this.menu_logout.Text = "退出登陆";
			this.menu_logout.Click += new System.EventHandler(this.menu_logout_Click);
			// 
			// menu_kong
			// 
			this.menu_kong.Description = "Menu";
			this.menu_kong.MenuCommands.AddRange(new Crownwood.DotNetMagic.Menus.MenuCommand[] {
																								   this.menu_data_out,
																								   this.menu_kong_query,
																								   this.menuCommand19,
																								   this.menu_kong_add});
			this.menu_kong.Text = "钻孔管理(&K)";
			// 
			// menu_data_out
			// 
			this.menu_data_out.Description = "Menu";
			this.menu_data_out.Text = "钻孔数据导出";
			this.menu_data_out.Click += new System.EventHandler(this.menu_data_out_Click);
			// 
			// menu_kong_query
			// 
			this.menu_kong_query.Description = "Menu";
			this.menu_kong_query.Text = "钻孔数据浏览";
			this.menu_kong_query.Click += new System.EventHandler(this.menu_kong_query_Click);
			// 
			// menuCommand19
			// 
			this.menuCommand19.Description = "Menu";
			this.menuCommand19.Text = "-";
			// 
			// menu_kong_add
			// 
			this.menu_kong_add.Description = "Menu";
			this.menu_kong_add.MenuCommands.AddRange(new Crownwood.DotNetMagic.Menus.MenuCommand[] {
																									   this.menuCommand_k_addDATA,
																									   this.menuCommand_k_addMAP});
			this.menu_kong_add.Text = "钻孔数据添加";
			// 
			// menuCommand_k_addDATA
			// 
			this.menuCommand_k_addDATA.Description = "Menu";
			this.menuCommand_k_addDATA.Text = "直接录入";
			this.menuCommand_k_addDATA.Click += new System.EventHandler(this.menuCommand_k_addDATA_Click);
			// 
			// menuCommand_k_addMAP
			// 
			this.menuCommand_k_addMAP.Description = "Menu";
			this.menuCommand_k_addMAP.Text = "图上添加";
			this.menuCommand_k_addMAP.Click += new System.EventHandler(this.menuCommand_k_addMAP_Click);
			// 
			// menu_map_manage
			// 
			this.menu_map_manage.Description = "Menu";
			this.menu_map_manage.MenuCommands.AddRange(new Crownwood.DotNetMagic.Menus.MenuCommand[] {
																										 this.menu_map_out,
																										 this.menu_map_print});
			this.menu_map_manage.Text = "地图管理(&M)";
			// 
			// menu_map_out
			// 
			this.menu_map_out.Description = "Menu";
			this.menu_map_out.Text = "当前数据集导出";
			this.menu_map_out.Click += new System.EventHandler(this.menu_map_out_Click);
			// 
			// menu_map_print
			// 
			this.menu_map_print.Description = "Menu";
			this.menu_map_print.Text = "地图打印输出";
			this.menu_map_print.Click += new System.EventHandler(this.menu_map_print_Click);
			// 
			// menu_yan_manage
			// 
			this.menu_yan_manage.Description = "Menu";
			this.menu_yan_manage.MenuCommands.AddRange(new Crownwood.DotNetMagic.Menus.MenuCommand[] {
																										 this.menu_fill_edit,
																										 this.menu_yan_edit});
			this.menu_yan_manage.Text = "岩性管理(&R)";
			// 
			// menu_fill_edit
			// 
			this.menu_fill_edit.Description = "Menu";
			this.menu_fill_edit.Text = "填充库编辑";
			this.menu_fill_edit.Click += new System.EventHandler(this.menu_fill_edit_Click);
			// 
			// menu_yan_edit
			// 
			this.menu_yan_edit.Description = "Menu";
			this.menu_yan_edit.Text = "岩性库编辑";
			this.menu_yan_edit.Click += new System.EventHandler(this.menu_yan_edit_Click);
			// 
			// menu_tool
			// 
			this.menu_tool.Description = "Menu";
			this.menu_tool.MenuCommands.AddRange(new Crownwood.DotNetMagic.Menus.MenuCommand[] {
																								   this.menuCommand_null,
																								   this.menu_zoom_in,
																								   this.menu_zoom_out,
																								   this.menuCommand_free,
																								   this.menu_pan,
																								   this.menu_full_view});
			this.menu_tool.Text = "工具(&T)";
			// 
			// menuCommand_null
			// 
			this.menuCommand_null.Description = "Menu";
			this.menuCommand_null.Text = "置空";
			this.menuCommand_null.Click += new System.EventHandler(this.menuCommand_null_Click);
			// 
			// menu_zoom_in
			// 
			this.menu_zoom_in.Description = "Menu";
			this.menu_zoom_in.Text = "放大";
			this.menu_zoom_in.Click += new System.EventHandler(this.buttonCommand_in_Click);
			// 
			// menu_zoom_out
			// 
			this.menu_zoom_out.Description = "Menu";
			this.menu_zoom_out.Text = "缩小";
			this.menu_zoom_out.Click += new System.EventHandler(this.buttonCommand_out_Click);
			// 
			// menuCommand_free
			// 
			this.menuCommand_free.Description = "Menu";
			this.menuCommand_free.Text = "自由缩放";
			this.menuCommand_free.Click += new System.EventHandler(this.menuCommand_free_Click);
			// 
			// menu_pan
			// 
			this.menu_pan.Description = "Menu";
			this.menu_pan.Text = "漫游";
			this.menu_pan.Click += new System.EventHandler(this.buttonCommand_pan_Click);
			// 
			// menu_full_view
			// 
			this.menu_full_view.Description = "Menu";
			this.menu_full_view.Text = "全图显示";
			this.menu_full_view.Click += new System.EventHandler(this.buttonCommand_full_Click);
			// 
			// menu_view
			// 
			this.menu_view.Description = "Menu";
			this.menu_view.MenuCommands.AddRange(new Crownwood.DotNetMagic.Menus.MenuCommand[] {
																								   this.menu_mianban_kong,
																								   this.menu_mianban_map,
																								   this.menu_mianban_legend,
																								   this.menuCommand_query_other,
																								   this.menu_mianban_all,
																								   this.menu_mianban_close});
			this.menu_view.Text = "视图(&V)";
			// 
			// menu_mianban_kong
			// 
			this.menu_mianban_kong.Description = "Menu";
			this.menu_mianban_kong.Text = "钻孔信息查询";
			this.menu_mianban_kong.Click += new System.EventHandler(this.menu_mianban_kong_Click);
			this.menu_mianban_kong.Update += new System.EventHandler(this.menu_mianban_kong_Update);
			// 
			// menu_mianban_map
			// 
			this.menu_mianban_map.Description = "Menu";
			this.menu_mianban_map.Text = "地图数据管理";
			this.menu_mianban_map.Click += new System.EventHandler(this.menu_mianban_map_Click);
			this.menu_mianban_map.Update += new System.EventHandler(this.menu_mianban_map_Update);
			// 
			// menu_mianban_legend
			// 
			this.menu_mianban_legend.Description = "Menu";
			this.menu_mianban_legend.Text = "图例导航";
			this.menu_mianban_legend.Click += new System.EventHandler(this.menu_mianban_legend_Click);
			this.menu_mianban_legend.Update += new System.EventHandler(this.menu_mianban_legend_Update);
			// 
			// menuCommand_query_other
			// 
			this.menuCommand_query_other.Description = "Menu";
			this.menuCommand_query_other.Text = "其他查询";
			this.menuCommand_query_other.Click += new System.EventHandler(this.menuCommand_query_other_Click);
			this.menuCommand_query_other.Update += new System.EventHandler(this.menuCommand_query_other_Update);
			// 
			// menu_mianban_all
			// 
			this.menu_mianban_all.Description = "Menu";
			this.menu_mianban_all.Text = "显示所有面板";
			this.menu_mianban_all.Click += new System.EventHandler(this.menu_mianban_all_Click);
			// 
			// menu_mianban_close
			// 
			this.menu_mianban_close.Description = "Menu";
			this.menu_mianban_close.Text = "关闭所有面板";
			this.menu_mianban_close.Click += new System.EventHandler(this.menu_mianban_close_Click);
			// 
			// menuCommand1
			// 
			this.menuCommand1.Description = "Menu";
			this.menuCommand1.MenuCommands.AddRange(new Crownwood.DotNetMagic.Menus.MenuCommand[] {
																									  this.menuCommand_help,
																									  this.menuCommand_about});
			this.menuCommand1.Text = "帮助 (&H)";
			// 
			// menuCommand_help
			// 
			this.menuCommand_help.Description = "Menu";
			this.menuCommand_help.Shortcut = System.Windows.Forms.Shortcut.F1;
			this.menuCommand_help.Text = "系统帮助";
			this.menuCommand_help.Click += new System.EventHandler(this.menuCommand_help_Click);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -