亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? zkshow.cs

?? 煤礦信息管理系統是基于SuperMap Object
?? CS
?? 第 1 頁 / 共 4 頁
字號:
			this.label1.TabIndex = 18;
			this.label1.Text = "鉆孔編號";
			// 
			// txt_No
			// 
			this.txt_No.Location = new System.Drawing.Point(80, 23);
			this.txt_No.Name = "txt_No";
			this.txt_No.ReadOnly = true;
			this.txt_No.Size = new System.Drawing.Size(114, 21);
			this.txt_No.TabIndex = 27;
			this.txt_No.Text = "";
			// 
			// txt_lay
			// 
			this.txt_lay.Location = new System.Drawing.Point(264, 48);
			this.txt_lay.Name = "txt_lay";
			this.txt_lay.Size = new System.Drawing.Size(128, 21);
			this.txt_lay.TabIndex = 30;
			this.txt_lay.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(208, 54);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(56, 16);
			this.label5.TabIndex = 22;
			this.label5.Text = "終孔層位";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(14, 53);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(66, 17);
			this.label7.TabIndex = 24;
			this.label7.Text = "孔口坐標X";
			// 
			// toolBarButton_xiao
			// 
			this.toolBarButton_xiao.ImageIndex = 1;
			this.toolBarButton_xiao.ToolTipText = "縮小";
			// 
			// toolBarButton_da
			// 
			this.toolBarButton_da.ImageIndex = 0;
			this.toolBarButton_da.ToolTipText = "放大";
			// 
			// toolBarButton_pan
			// 
			this.toolBarButton_pan.ImageIndex = 2;
			this.toolBarButton_pan.ToolTipText = "平移";
			// 
			// imageList_tool
			// 
			this.imageList_tool.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList_tool.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_tool.ImageStream")));
			this.imageList_tool.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// groupBox_ceng
			// 
			this.groupBox_ceng.Controls.Add(this.dataGrid_lay);
			this.groupBox_ceng.Location = new System.Drawing.Point(8, 200);
			this.groupBox_ceng.Name = "groupBox_ceng";
			this.groupBox_ceng.Size = new System.Drawing.Size(408, 192);
			this.groupBox_ceng.TabIndex = 5;
			this.groupBox_ceng.TabStop = false;
			this.groupBox_ceng.Text = "鉆孔煤層信息";
			// 
			// dataGrid_lay
			// 
			this.dataGrid_lay.AlternatingBackColor = System.Drawing.SystemColors.Info;
			this.dataGrid_lay.CaptionText = "F  ";
			this.dataGrid_lay.CaptionVisible = false;
			this.dataGrid_lay.DataMember = "";
			this.dataGrid_lay.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dataGrid_lay.FlatMode = true;
			this.dataGrid_lay.GridLineStyle = System.Windows.Forms.DataGridLineStyle.None;
			this.dataGrid_lay.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid_lay.Location = new System.Drawing.Point(3, 17);
			this.dataGrid_lay.Name = "dataGrid_lay";
			this.dataGrid_lay.Size = new System.Drawing.Size(402, 172);
			this.dataGrid_lay.TabIndex = 0;
			// 
			// toolBarButton_full
			// 
			this.toolBarButton_full.ImageIndex = 3;
			this.toolBarButton_full.ToolTipText = "全屏";
			// 
			// groupBox_pou
			// 
			this.groupBox_pou.Controls.Add(this.axSuperMap1);
			this.groupBox_pou.Controls.Add(this.panel1);
			this.groupBox_pou.Controls.Add(this.axSuperWorkspace1);
			this.groupBox_pou.Location = new System.Drawing.Point(420, 8);
			this.groupBox_pou.Name = "groupBox_pou";
			this.groupBox_pou.Size = new System.Drawing.Size(320, 409);
			this.groupBox_pou.TabIndex = 6;
			this.groupBox_pou.TabStop = false;
			this.groupBox_pou.Text = "鉆孔剖面示意圖";
			// 
			// axSuperMap1
			// 
			this.axSuperMap1.ContainingControl = this;
			this.axSuperMap1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.axSuperMap1.Enabled = true;
			this.axSuperMap1.Location = new System.Drawing.Point(3, 48);
			this.axSuperMap1.Name = "axSuperMap1";
			this.axSuperMap1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSuperMap1.OcxState")));
			this.axSuperMap1.Size = new System.Drawing.Size(314, 358);
			this.axSuperMap1.TabIndex = 1;
			this.axSuperMap1.MouseWheelEvent += new AxSuperMapLib._DSuperMapEvents_MouseWheelEventHandler(this.axSuperMap1_MouseWheelEvent);
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.toolBar_tool);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(3, 17);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(314, 31);
			this.panel1.TabIndex = 3;
			// 
			// toolBar_tool
			// 
			this.toolBar_tool.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
			this.toolBar_tool.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.toolBar_tool.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																							this.toolBarButton_da,
																							this.toolBarButton_xiao,
																							this.toolBarButton_pan,
																							this.toolBarButton_full});
			this.toolBar_tool.ButtonSize = new System.Drawing.Size(16, 16);
			this.toolBar_tool.DropDownArrows = true;
			this.toolBar_tool.ImageList = this.imageList_tool;
			this.toolBar_tool.Location = new System.Drawing.Point(0, 0);
			this.toolBar_tool.Name = "toolBar_tool";
			this.toolBar_tool.ShowToolTips = true;
			this.toolBar_tool.Size = new System.Drawing.Size(314, 29);
			this.toolBar_tool.TabIndex = 2;
			this.toolBar_tool.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_tool_ButtonClick);
			// 
			// axSuperWorkspace1
			// 
			this.axSuperWorkspace1.ContainingControl = this;
			this.axSuperWorkspace1.Enabled = true;
			this.axSuperWorkspace1.Location = new System.Drawing.Point(64, 128);
			this.axSuperWorkspace1.Name = "axSuperWorkspace1";
			this.axSuperWorkspace1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSuperWorkspace1.OcxState")));
			this.axSuperWorkspace1.Size = new System.Drawing.Size(32, 32);
			this.axSuperWorkspace1.TabIndex = 4;
			// 
			// btn_ok
			// 
			this.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btn_ok.Location = new System.Drawing.Point(337, 396);
			this.btn_ok.Name = "btn_ok";
			this.btn_ok.Size = new System.Drawing.Size(71, 25);
			this.btn_ok.TabIndex = 7;
			this.btn_ok.Text = "提交修改";
			this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(8, 403);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(328, 23);
			this.label10.TabIndex = 8;
			this.label10.Text = "系統提示:如果您修改了有關數據,請單擊右邊的按鈕提交";
			// 
			// ZKShow
			// 
			this.AcceptButton = this.btn_ok;
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(746, 421);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.btn_ok);
			this.Controls.Add(this.groupBox_kong);
			this.Controls.Add(this.groupBox_ceng);
			this.Controls.Add(this.groupBox_pou);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "ZKShow";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "鉆孔詳細信息";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.ZKShow_Closing);
			this.Load += new System.EventHandler(this.ZKShow_Load);
			this.groupBox_kong.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown_h)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown_z)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown_y)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown_x)).EndInit();
			this.groupBox_ceng.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGrid_lay)).EndInit();
			this.groupBox_pou.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.axSuperMap1)).EndInit();
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.axSuperWorkspace1)).EndInit();
			this.ResumeLayout(false);

		}
		#endregion

		private void ZKShow_Load(object sender, System.EventArgs e)
		{
			if(App.u_flag!=(int)flag.admin)
			{
				user_admin();
			}
			get_fill_file();
		 	get_kong_info(k_id);
			get_ceng_info(k_id);
			Draw_lay(Ceng_DataSet);
			theme();
			this.axSuperMap1.ViewEntire();
			this.axSuperMap1.CtlRefresh();
		}


		private void toolBar_tool_ButtonClick(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e)
		{
			switch(this.toolBar_tool.Buttons.IndexOf(e.Button))
			{
				case 0:
					this.axSuperMap1.Action = SuperMapLib.seAction.scaZoomIn;
					break;
				case 1:
					this.axSuperMap1.Action = SuperMapLib.seAction.scaZoomOut;
					break;
				case 2:
					this.axSuperMap1.Action = SuperMapLib.seAction.scaPan;
					break;
				case 3:
					this.axSuperMap1.ViewEntire();;
					break;
			}
		}


		private void axSuperMap1_MouseWheelEvent(object sender, AxSuperMapLib._DSuperMapEvents_MouseWheelEvent e)
		{
			if((int)e.zDelta > 0 )
			{
				this.axSuperMap1.Zoom(1.2);
				this.axSuperMap1.CtlRefresh();
			}
			else
			{
				this.axSuperMap1.Zoom(0.8);
				this.axSuperMap1.CtlRefresh();
			}
		}


		private void ZKShow_Closing(object sender, System.ComponentModel.CancelEventArgs e)
		{
			this.axSuperMap1.Disconnect();
			this.axSuperWorkspace1.Close();
		}


		private void btn_ok_Click(object sender, System.EventArgs e)
		{
			get_value();//先得到需要的信息
			if(kong_change() && lay_change())
			{
				MessageBox.Show("鉆孔信息修改成功!","提示信息",MessageBoxButtons.OK,MessageBoxIcon.Information);
			}
		}

		#region 根據傳遞過來的鉆孔編號得到鉆孔的基本信息
		/// <summary>
		/// 得到鉆孔的基本信息
		/// </summary>
		/// <param name="k_id">鉆孔的文字標號</param>
		private void get_kong_info(string k_id)
		{
			DataBase myDB = new DataBase();
			SqlDataReader myReader;
			SqlParameter[] myParamers={new SqlParameter("@k_id",SqlDbType.Char,10)} ;
			myParamers[0].Value = k_id;
			myReader = myDB.RunProcedure("up_get_kong_info",myParamers);
			if(myReader!=null)
			{
				//開始填充相關地圖  
				if(myReader.HasRows == true)
				{   
					myReader.Read();
					this.kong_id = Convert.ToInt32(myReader["序號"]);
					this.txt_other.Text = myReader["備注"].ToString().Trim();
					this.txt_No.Text = myReader["鉆孔編號"].ToString().Trim();
					this.txt_lay.Text = myReader["終孔層位"].ToString().Trim();
					this.txt_com.Text = myReader["施工單位"].ToString().Trim();
					this.numericUpDown_x.Value = Convert.ToDecimal(myReader["孔口X坐標"]);
					this.numericUpDown_y.Value = Convert.ToDecimal(myReader["孔口Y坐標"]);
					this.numericUpDown_z.Value = Convert.ToDecimal(myReader["孔口Z坐標"]);
					this.numericUpDown_h.Value = Convert.ToDecimal(myReader["終孔深度"]);
					this.dateTimePicker_data.Value = (DateTime)myReader["施工時間"];
					myReader.Close();
				}
				else
				{
					MessageBox.Show("沒有該鉆孔的相關信息","錯誤信息",MessageBoxButtons.OK,MessageBoxIcon.Warning);
				}
			}
		}


		/// <summary>
		/// 顯示相關鉆孔的煤層信息,填充datagrid
		/// </summary>
		/// <param name="k_id"></param>
		private void get_ceng_info(string k_id)
		{
			DataBase myDB = new DataBase();
			Ceng_DataSet = new DataSet();
			SqlParameter[] myParamers={new SqlParameter("@k_id",SqlDbType.Char,10)} ;
			myParamers[0].Value = k_id;
			Ceng_DataSet = myDB.RunProcedure("up_get_ceng_info",myParamers,"cenginfo");
			if(Ceng_DataSet!=null)
			{
				this.Ceng_DataSet.Tables[0].Columns["鉆孔序號"].DefaultValue = this.kong_id;
				addstyle(Ceng_DataSet);
				this.dataGrid_lay.SetDataBinding(Ceng_DataSet,"cenginfo");
			}		
			else
			{
				MessageBox.Show("沒有該鉆孔的相關信息");
			}
		}


		/// <summary>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日产精品久久久久久久性色| 九九视频精品免费| 色婷婷av一区二区三区大白胸 | 欧美精品在欧美一区二区少妇| 日韩一区在线播放| 91在线无精精品入口| 国产精品国产a级| 国产成人精品综合在线观看| 五月综合激情日本mⅴ| 91久久精品一区二区三区| 国产精品成人免费精品自在线观看| 国产不卡一区视频| 国产片一区二区三区| 成人精品鲁一区一区二区| www国产亚洲精品久久麻豆| 成人午夜视频在线| 青娱乐精品在线视频| 精品日本一线二线三线不卡 | 亚洲一区二区精品3399| 岛国av在线一区| 亚洲va欧美va人人爽| 精品1区2区在线观看| 欧美天天综合网| 国产成人啪免费观看软件| 日韩国产精品久久久久久亚洲| 国产精品少妇自拍| 精品国产电影一区二区| 欧美视频中文字幕| 91麻豆视频网站| 99天天综合性| av亚洲精华国产精华精| 久久91精品久久久久久秒播| 欧美日韩国产bt| 韩国在线一区二区| 久久99精品一区二区三区 | 国产乱码精品一区二区三| 午夜不卡av免费| 国产又黄又大久久| 91福利视频在线| 欧美日韩精品一区二区| 91精品欧美综合在线观看最新| 日韩一二三四区| 国产精品不卡一区| 樱花影视一区二区| 久久99久久99| 91福利在线播放| 欧美国产激情二区三区| 欧美日韩国产三级| 一区视频在线播放| 亚洲黄色尤物视频| 日本怡春院一区二区| 国产91清纯白嫩初高中在线观看 | 国产精品美女一区二区三区 | 亚洲成a人片在线不卡一二三区| 精品一区二区三区免费毛片爱| 欧美亚洲综合久久| 亚洲欧洲一区二区在线播放| 久久99久久精品| 91精品国产91久久久久久最新毛片 | 国产精品久久影院| 蜜臀91精品一区二区三区| 色综合网站在线| 国产精品欧美经典| 久久99久久99| 欧美经典一区二区| 视频一区二区三区在线| 懂色中文一区二区在线播放| 欧美色区777第一页| 国产欧美一区二区三区在线看蜜臀 | 国产精品996| 欧美一区二区三区免费在线看| 欧美va日韩va| 一区二区三区加勒比av| 日本高清无吗v一区| 一区二区三区**美女毛片| 婷婷久久综合九色国产成人 | 国产白丝网站精品污在线入口| 宅男在线国产精品| 天堂成人国产精品一区| 91精品欧美福利在线观看| 一区二区不卡在线播放| 日本韩国欧美国产| 亚洲成av人影院| 欧美一区二区三区免费| 成人激情av网| 亚洲bt欧美bt精品777| 久久久久国产精品厨房| 一本久久a久久免费精品不卡| 秋霞影院一区二区| 亚洲视频中文字幕| www激情久久| 欧美无砖砖区免费| 亚洲一区中文日韩| 欧美一区二区三区在线看| 黄色精品一二区| 国产精品久久久久影院色老大| 色呦呦一区二区三区| 亚洲成人av一区二区三区| 精品三级av在线| 不卡一二三区首页| 中文字幕一区二区三区av| 91在线精品一区二区| 美美哒免费高清在线观看视频一区二区 | 精品国产亚洲在线| 91视频国产资源| 亚洲一级二级在线| 717成人午夜免费福利电影| 日本vs亚洲vs韩国一区三区二区| 欧美videos大乳护士334| 国产成人免费在线视频| 国产精品无遮挡| 欧美日韩国产另类一区| 国产精品99久久久久久似苏梦涵| 国产精品护士白丝一区av| 日本高清不卡在线观看| 日韩高清在线一区| 国产精品毛片久久久久久久| 欧美影片第一页| 国产黄色精品视频| 亚洲午夜精品网| 国产亚洲女人久久久久毛片| 色婷婷久久久久swag精品| 韩国女主播一区| 亚洲另类在线一区| 精品国产一区二区三区四区四| 99re在线视频这里只有精品| 日韩精品五月天| 亚洲蜜臀av乱码久久精品| 精品久久久久一区二区国产| 91丨porny丨蝌蚪视频| 天堂蜜桃91精品| 亚洲天堂网中文字| 久久久久久综合| 91麻豆精品国产无毒不卡在线观看| av成人免费在线观看| 日韩 欧美一区二区三区| 中文字幕在线播放不卡一区| 欧美肥妇毛茸茸| 欧美亚一区二区| 北岛玲一区二区三区四区| 经典三级视频一区| 日韩精品一二区| 亚洲二区视频在线| 亚洲激情av在线| 亚洲日本在线视频观看| 国产日韩精品久久久| ww亚洲ww在线观看国产| 日韩亚洲欧美在线| 91精品久久久久久蜜臀| 欧美另类高清zo欧美| 欧美在线免费播放| 精品视频全国免费看| 91搞黄在线观看| 欧美日韩在线播放三区四区| 91黄色免费看| 欧美日韩精品福利| 日韩午夜av一区| 日韩一级片网站| 精品国产1区2区3区| 久久影院午夜片一区| 欧美国产日韩a欧美在线观看| 欧美精品一区男女天堂| 国产欧美日韩一区二区三区在线观看| 精品日本一线二线三线不卡| 日韩午夜在线观看视频| 精品国产乱码久久久久久闺蜜| 精品国内二区三区| 国产免费观看久久| 一区二区三区在线视频观看58| 亚洲最大的成人av| 一区二区三区高清| 日韩福利视频导航| 国产999精品久久| 色综合一区二区| 欧美成人女星排行榜| 亚洲国产精品精华液ab| 一区二区欧美国产| 久久精品国产亚洲高清剧情介绍 | 国产免费成人在线视频| 亚洲黄色在线视频| 国产精品白丝jk白祙喷水网站| 一本大道av一区二区在线播放| 日韩无一区二区| 国产精品久久99| 久久成人免费电影| va亚洲va日韩不卡在线观看| 欧美人成免费网站| 国产精品网曝门| 日本午夜精品一区二区三区电影| 国产精品一区免费在线观看| 欧美三级日韩三级国产三级| 久久久久久久综合日本| 午夜激情一区二区三区| 成人久久久精品乱码一区二区三区 | 国产精品大尺度| 国产尤物一区二区在线 | 色综合久久综合| 国产欧美日韩视频一区二区 | 欧美一区二区三区婷婷月色 | 日韩精品一区在线观看|