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

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

?? zkshow.cs

?? 煤礦信息管理系統是基于SuperMap Object
?? CS
?? 第 1 頁 / 共 4 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;

namespace MKIms3
{
	/// <summary>
	/// ZKShow 的摘要說明。
	/// </summary>
	public class ZKShow : System.Windows.Forms.Form
	{
		private double k_x;
		private double k_y;
		private double k_z;
		private double k_h;
		private string k_com;
		private DateTime k_date;
		private string k_other;
		private string k_lay;

		private int kong_id; //鉆孔在數據庫中的編號,用來更新用。
		private string k_id; //鉆孔的文字編號 *-*;
		private DataSet Ceng_DataSet;
		private DataGridTableStyle GridTableStyle;
		private SuperMapLib.soRecordset myRecordset;  //剖面示意圖的紀錄集

		/// <summary>
		/// 煤層的上下兩層填充物
		/// </summary>
		public struct lay_Region
		{
			public int ding; //頂板填充代碼
			public int di;   //底板填充代碼
			public SuperMapLib.soGeoRegion lay_up_Region; //上下兩層填充物
			public SuperMapLib.soGeoRegion lay_down_Region; //上下兩層填充物
			public lay_Region(int ding,int di)
			{
				this.ding = ding ;
				this.di = di;
				this.lay_down_Region = new SuperMapLib.soGeoRegionClass();
				this.lay_up_Region = new SuperMapLib.soGeoRegionClass();
			}

		}


		#region 系統自己定義的字段
		private System.Windows.Forms.GroupBox groupBox_kong;
		private System.Windows.Forms.TextBox txt_other;
		private System.Windows.Forms.TextBox txt_com;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TextBox txt_No;
		private System.Windows.Forms.TextBox txt_lay;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.ToolBarButton toolBarButton_xiao;
		private System.Windows.Forms.ToolBarButton toolBarButton_da;
		private System.Windows.Forms.ToolBarButton toolBarButton_pan;
		private System.Windows.Forms.ImageList imageList_tool;
		private System.Windows.Forms.GroupBox groupBox_ceng;
		private System.Windows.Forms.ToolBarButton toolBarButton_full;
		private System.Windows.Forms.GroupBox groupBox_pou;
		private AxSuperMapLib.AxSuperMap axSuperMap1;
		private System.Windows.Forms.Button btn_ok;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.DataGrid dataGrid_lay;
		private System.Windows.Forms.ToolBar toolBar_tool;
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.NumericUpDown numericUpDown_x;
		private System.Windows.Forms.NumericUpDown numericUpDown_y;
		private System.Windows.Forms.NumericUpDown numericUpDown_z;
		private System.Windows.Forms.NumericUpDown numericUpDown_h;
		private System.Windows.Forms.DateTimePicker dateTimePicker_data;
		private AxSuperMapLib.AxSuperWorkspace axSuperWorkspace1;
		private System.ComponentModel.IContainer components;
		#endregion
		public ZKShow(string k_id)
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
			this.k_id = k_id;
		}


		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}


		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ZKShow));
			this.groupBox_kong = new System.Windows.Forms.GroupBox();
			this.dateTimePicker_data = new System.Windows.Forms.DateTimePicker();
			this.numericUpDown_h = new System.Windows.Forms.NumericUpDown();
			this.numericUpDown_z = new System.Windows.Forms.NumericUpDown();
			this.numericUpDown_y = new System.Windows.Forms.NumericUpDown();
			this.numericUpDown_x = new System.Windows.Forms.NumericUpDown();
			this.txt_other = new System.Windows.Forms.TextBox();
			this.txt_com = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.txt_No = new System.Windows.Forms.TextBox();
			this.txt_lay = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.toolBarButton_xiao = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton_da = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton_pan = new System.Windows.Forms.ToolBarButton();
			this.imageList_tool = new System.Windows.Forms.ImageList(this.components);
			this.groupBox_ceng = new System.Windows.Forms.GroupBox();
			this.dataGrid_lay = new System.Windows.Forms.DataGrid();
			this.toolBarButton_full = new System.Windows.Forms.ToolBarButton();
			this.groupBox_pou = new System.Windows.Forms.GroupBox();
			this.axSuperMap1 = new AxSuperMapLib.AxSuperMap();
			this.panel1 = new System.Windows.Forms.Panel();
			this.toolBar_tool = new System.Windows.Forms.ToolBar();
			this.axSuperWorkspace1 = new AxSuperMapLib.AxSuperWorkspace();
			this.btn_ok = new System.Windows.Forms.Button();
			this.label10 = new System.Windows.Forms.Label();
			this.groupBox_kong.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown_h)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown_z)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown_y)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown_x)).BeginInit();
			this.groupBox_ceng.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid_lay)).BeginInit();
			this.groupBox_pou.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.axSuperMap1)).BeginInit();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.axSuperWorkspace1)).BeginInit();
			this.SuspendLayout();
			// 
			// groupBox_kong
			// 
			this.groupBox_kong.Controls.Add(this.dateTimePicker_data);
			this.groupBox_kong.Controls.Add(this.numericUpDown_h);
			this.groupBox_kong.Controls.Add(this.numericUpDown_z);
			this.groupBox_kong.Controls.Add(this.numericUpDown_y);
			this.groupBox_kong.Controls.Add(this.numericUpDown_x);
			this.groupBox_kong.Controls.Add(this.txt_other);
			this.groupBox_kong.Controls.Add(this.txt_com);
			this.groupBox_kong.Controls.Add(this.label6);
			this.groupBox_kong.Controls.Add(this.label3);
			this.groupBox_kong.Controls.Add(this.label2);
			this.groupBox_kong.Controls.Add(this.label8);
			this.groupBox_kong.Controls.Add(this.label9);
			this.groupBox_kong.Controls.Add(this.label4);
			this.groupBox_kong.Controls.Add(this.label1);
			this.groupBox_kong.Controls.Add(this.txt_No);
			this.groupBox_kong.Controls.Add(this.txt_lay);
			this.groupBox_kong.Controls.Add(this.label5);
			this.groupBox_kong.Controls.Add(this.label7);
			this.groupBox_kong.Location = new System.Drawing.Point(8, 8);
			this.groupBox_kong.Name = "groupBox_kong";
			this.groupBox_kong.Size = new System.Drawing.Size(408, 184);
			this.groupBox_kong.TabIndex = 3;
			this.groupBox_kong.TabStop = false;
			this.groupBox_kong.Text = "鉆孔基本信息";
			// 
			// dateTimePicker_data
			// 
			this.dateTimePicker_data.Location = new System.Drawing.Point(264, 99);
			this.dateTimePicker_data.Name = "dateTimePicker_data";
			this.dateTimePicker_data.Size = new System.Drawing.Size(112, 21);
			this.dateTimePicker_data.TabIndex = 40;
			// 
			// numericUpDown_h
			// 
			this.numericUpDown_h.DecimalPlaces = 2;
			this.numericUpDown_h.Location = new System.Drawing.Point(264, 24);
			this.numericUpDown_h.Maximum = new System.Decimal(new int[] {
																			1410065407,
																			2,
																			0,
																			0});
			this.numericUpDown_h.Name = "numericUpDown_h";
			this.numericUpDown_h.Size = new System.Drawing.Size(128, 21);
			this.numericUpDown_h.TabIndex = 39;
			this.numericUpDown_h.ThousandsSeparator = true;
			// 
			// numericUpDown_z
			// 
			this.numericUpDown_z.DecimalPlaces = 2;
			this.numericUpDown_z.Location = new System.Drawing.Point(80, 96);
			this.numericUpDown_z.Maximum = new System.Decimal(new int[] {
																			1410065407,
																			2,
																			0,
																			0});
			this.numericUpDown_z.Name = "numericUpDown_z";
			this.numericUpDown_z.Size = new System.Drawing.Size(114, 21);
			this.numericUpDown_z.TabIndex = 38;
			this.numericUpDown_z.ThousandsSeparator = true;
			// 
			// numericUpDown_y
			// 
			this.numericUpDown_y.DecimalPlaces = 2;
			this.numericUpDown_y.Location = new System.Drawing.Point(80, 72);
			this.numericUpDown_y.Maximum = new System.Decimal(new int[] {
																			1410065407,
																			2,
																			0,
																			0});
			this.numericUpDown_y.Name = "numericUpDown_y";
			this.numericUpDown_y.Size = new System.Drawing.Size(114, 21);
			this.numericUpDown_y.TabIndex = 37;
			this.numericUpDown_y.ThousandsSeparator = true;
			// 
			// numericUpDown_x
			// 
			this.numericUpDown_x.DecimalPlaces = 2;
			this.numericUpDown_x.Location = new System.Drawing.Point(80, 48);
			this.numericUpDown_x.Maximum = new System.Decimal(new int[] {
																			1410065407,
																			2,
																			0,
																			0});
			this.numericUpDown_x.Name = "numericUpDown_x";
			this.numericUpDown_x.Size = new System.Drawing.Size(114, 21);
			this.numericUpDown_x.TabIndex = 36;
			this.numericUpDown_x.ThousandsSeparator = true;
			// 
			// txt_other
			// 
			this.txt_other.Location = new System.Drawing.Point(80, 128);
			this.txt_other.Multiline = true;
			this.txt_other.Name = "txt_other";
			this.txt_other.Size = new System.Drawing.Size(312, 48);
			this.txt_other.TabIndex = 35;
			this.txt_other.Text = "";
			// 
			// txt_com
			// 
			this.txt_com.Location = new System.Drawing.Point(264, 73);
			this.txt_com.Name = "txt_com";
			this.txt_com.Size = new System.Drawing.Size(128, 21);
			this.txt_com.TabIndex = 28;
			this.txt_com.Text = "";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(32, 144);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(32, 16);
			this.label6.TabIndex = 23;
			this.label6.Text = "備注";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(208, 81);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(56, 16);
			this.label3.TabIndex = 20;
			this.label3.Text = "施工單位";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(208, 104);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(56, 16);
			this.label2.TabIndex = 19;
			this.label2.Text = "施工時間";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(13, 77);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(64, 16);
			this.label8.TabIndex = 25;
			this.label8.Text = "孔口坐標Y";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(12, 102);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(62, 16);
			this.label9.TabIndex = 26;
			this.label9.Text = "孔口坐標Z";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(208, 30);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(56, 16);
			this.label4.TabIndex = 21;
			this.label4.Text = "終孔深度";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(22, 29);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(56, 17);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人一区二区三区在线观看| 波多野结衣在线一区| 亚洲一区二区三区在线看| 国产精品久久久久影院| 国产精品久久一级| 国产一二精品视频| 欧美国产日产图区| 国产欧美视频一区二区| 国产日韩欧美一区二区三区乱码 | 在线精品观看国产| 在线中文字幕不卡| 欧美日韩在线免费视频| 欧美视频日韩视频在线观看| 欧美日韩成人综合在线一区二区| 欧美喷潮久久久xxxxx| 欧美欧美午夜aⅴ在线观看| 欧美丰满少妇xxxxx高潮对白 | 国产人伦精品一区二区| 国产网红主播福利一区二区| 国产精品麻豆一区二区 | 国产成人av电影| 白白色亚洲国产精品| 国产精品无圣光一区二区| 国产精品你懂的在线欣赏| |精品福利一区二区三区| 日韩一区在线免费观看| 中文字幕一区二区三区色视频 | 欧美日韩一级二级三级| 91视视频在线观看入口直接观看www | 韩国av一区二区三区四区 | 亚洲色图一区二区三区| 亚洲摸摸操操av| 亚洲国产精品久久人人爱蜜臀| 亚洲最大成人网4388xx| 亚洲成人精品在线观看| 日韩黄色在线观看| 麻豆精品一区二区综合av| 亚洲成人在线网站| 亚洲宅男天堂在线观看无病毒| 天堂蜜桃91精品| 亚洲第一主播视频| 卡一卡二国产精品| 国产精品小仙女| 91免费在线视频观看| 在线观看日韩电影| 91精品国产综合久久久久久久| 91精品国产高清一区二区三区| 日韩午夜三级在线| 午夜视频一区二区三区| |精品福利一区二区三区| 一区二区三区在线观看网站| 午夜影视日本亚洲欧洲精品| 麻豆成人久久精品二区三区红 | 精品一区二区三区在线播放| 国产精品1区2区3区在线观看| 成人av影视在线观看| 欧洲av在线精品| 777色狠狠一区二区三区| 久久久久久久网| 一区二区三区在线播| 日本欧美一区二区三区乱码| 国产剧情一区在线| 色一情一伦一子一伦一区| 91精品国产综合久久精品app| 久久综合99re88久久爱| 亚洲制服丝袜在线| 国产精品一线二线三线| 99精品久久只有精品| 欧美视频精品在线观看| 久久综合久久综合亚洲| 亚洲一区视频在线| 国产精品一区在线| 在线观看亚洲精品| 欧美一区二区三区视频免费播放| 中文字幕日韩欧美一区二区三区| 三级久久三级久久| www.99精品| 精品日产卡一卡二卡麻豆| 亚洲麻豆国产自偷在线| 久久99国产精品久久| 在线欧美一区二区| 2欧美一区二区三区在线观看视频| 亚洲色图欧美在线| 国内成人免费视频| 欧美日韩一区二区三区不卡| 久久久精品人体av艺术| 午夜亚洲国产au精品一区二区| 国产不卡高清在线观看视频| 欧美精品乱码久久久久久按摩| 国产精品女主播av| 极品少妇一区二区三区精品视频| 欧美亚洲综合一区| 国产精品欧美极品| 日韩国产高清在线| 成人网在线播放| 国产亚洲欧美激情| 欧美a级一区二区| 欧美日韩亚洲另类| 中文字幕一区在线| 国产毛片精品国产一区二区三区| 91精品啪在线观看国产60岁| 国产亚洲成av人在线观看导航 | 欧美日韩你懂的| 亚洲人成7777| 成人短视频下载| 国产欧美一区二区三区网站| 秋霞午夜av一区二区三区| 99re热视频这里只精品| 日韩欧美国产综合一区| 亚洲自拍都市欧美小说| 91香蕉国产在线观看软件| 国产精品久久久久久久午夜片| 国产精品主播直播| 欧美videossexotv100| 爽好久久久欧美精品| 欧美日韩国产不卡| 亚洲精品国产精华液| 99麻豆久久久国产精品免费 | 日韩毛片视频在线看| 成人午夜激情视频| 中文字幕不卡的av| 激情欧美一区二区| 久久久久久免费网| 国产成人av一区二区三区在线| 精品国产免费久久| 激情综合网av| 久久久精品tv| 丁香天五香天堂综合| 久久伊99综合婷婷久久伊| 另类小说图片综合网| 亚洲精品一区二区三区精华液| 免费观看91视频大全| 欧美一区二区三区不卡| 极品销魂美女一区二区三区| 久久精品一区八戒影视| 成人黄页毛片网站| 国产偷国产偷精品高清尤物 | 欧美性生活一区| 日日夜夜一区二区| 精品日本一线二线三线不卡| 国产精品一区二区久激情瑜伽| 国产情人综合久久777777| 99久久精品国产网站| 国产精品久久久久久亚洲毛片| 国产美女精品一区二区三区| 精品污污网站免费看| 亚洲成a人v欧美综合天堂下载| 色综合中文字幕国产| 一区二区三区日本| 在线播放中文字幕一区| 国内精品伊人久久久久影院对白| 国产亚洲视频系列| 成人av在线电影| 亚洲成人av中文| 欧美videossexotv100| 成人深夜视频在线观看| 亚洲综合成人在线| 精品三级在线看| 国产mv日韩mv欧美| 亚洲一区在线视频观看| 日韩欧美电影在线| av亚洲精华国产精华精| 午夜av一区二区| 国产日韩精品一区二区三区| 色婷婷综合久久久中文字幕| 日韩av成人高清| 精品国产不卡一区二区三区| 一本久久精品一区二区| 美国av一区二区| 亚洲免费三区一区二区| 欧美不卡视频一区| av一二三不卡影片| 日本va欧美va欧美va精品| 国产精品乱码一区二三区小蝌蚪| 色综合久久综合| 日韩中文字幕亚洲一区二区va在线| 欧美激情一区二区三区全黄| 欧美剧情片在线观看| 成人av网在线| 麻豆精品在线播放| 亚洲免费在线观看| 精品成人佐山爱一区二区| 91视频你懂的| 日本不卡视频一二三区| 欧美国产日韩亚洲一区| 久久亚洲精品小早川怜子| 日韩欧美的一区二区| 国产蜜臀97一区二区三区| 99九九99九九九视频精品| 国产拍揄自揄精品视频麻豆| 国产精品网站在线观看| 欧美极品少妇xxxxⅹ高跟鞋| 美美哒免费高清在线观看视频一区二区| 国产成人午夜99999| 国产午夜亚洲精品羞羞网站| 亚洲精品视频在线| 韩日av一区二区| 欧美色男人天堂| 全国精品久久少妇| 久久精品欧美一区二区三区不卡|