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

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

?? dataout.cs

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

namespace MKIms3
{
	/// <summary>
	/// DataOut 的摘要說明。
	/// </summary>
	public class DataOut : System.Windows.Forms.Form
	{
		string[] dateset;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		/// 
		public SuperMapLib.soDataPump myPump;
		private SuperMapLib.soExportParams myExport;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Button btn_url;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Button btn_ok;
		private System.Windows.Forms.Button btn_esc;
		private System.Windows.Forms.ColumnHeader 源數據集名;
		private System.Windows.Forms.ColumnHeader 目標數據集名;
		private System.Windows.Forms.ListView listView_data;
		private System.Windows.Forms.ComboBox comboBox_file;
		private System.Windows.Forms.TextBox txt_url;
		private System.Windows.Forms.ComboBox comboBox_unit;
		private System.Windows.Forms.Button btn_select_all;
		private System.Windows.Forms.Button btn_select_no;
		private System.Windows.Forms.ColumnHeader 狀態;
		private System.Windows.Forms.PictureBox pictureBox2;
		private System.ComponentModel.Container components = null;

		public DataOut(string[] dataset)
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

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

		/// <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()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DataOut));
			this.listView_data = new System.Windows.Forms.ListView();
			this.目標數據集名 = new System.Windows.Forms.ColumnHeader();
			this.源數據集名 = new System.Windows.Forms.ColumnHeader();
			this.狀態 = new System.Windows.Forms.ColumnHeader();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.btn_select_no = new System.Windows.Forms.Button();
			this.btn_select_all = new System.Windows.Forms.Button();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.comboBox_unit = new System.Windows.Forms.ComboBox();
			this.label5 = new System.Windows.Forms.Label();
			this.btn_url = new System.Windows.Forms.Button();
			this.txt_url = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.comboBox_file = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.btn_ok = new System.Windows.Forms.Button();
			this.btn_esc = new System.Windows.Forms.Button();
			this.pictureBox2 = new System.Windows.Forms.PictureBox();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// listView_data
			// 
			this.listView_data.CheckBoxes = true;
			this.listView_data.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																							this.目標數據集名,
																							this.源數據集名,
																							this.狀態});
			this.listView_data.LabelEdit = true;
			this.listView_data.LabelWrap = false;
			this.listView_data.Location = new System.Drawing.Point(8, 16);
			this.listView_data.Name = "listView_data";
			this.listView_data.Size = new System.Drawing.Size(328, 144);
			this.listView_data.TabIndex = 0;
			this.listView_data.View = System.Windows.Forms.View.Details;
			// 
			// 目標數據集名
			// 
			this.目標數據集名.Text = "目標數據集名";
			this.目標數據集名.Width = 123;
			// 
			// 源數據集名
			// 
			this.源數據集名.Text = "源數據集名";
			this.源數據集名.Width = 117;
			// 
			// 狀態
			// 
			this.狀態.Text = "狀態";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.btn_select_no);
			this.groupBox1.Controls.Add(this.btn_select_all);
			this.groupBox1.Controls.Add(this.listView_data);
			this.groupBox1.Location = new System.Drawing.Point(192, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(368, 168);
			this.groupBox1.TabIndex = 2;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "源數據集";
			// 
			// btn_select_no
			// 
			this.btn_select_no.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btn_select_no.Location = new System.Drawing.Point(338, 72);
			this.btn_select_no.Name = "btn_select_no";
			this.btn_select_no.Size = new System.Drawing.Size(24, 40);
			this.btn_select_no.TabIndex = 2;
			this.btn_select_no.Text = "反選";
			this.btn_select_no.Click += new System.EventHandler(this.btn_select_no_Click);
			// 
			// btn_select_all
			// 
			this.btn_select_all.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btn_select_all.Location = new System.Drawing.Point(338, 24);
			this.btn_select_all.Name = "btn_select_all";
			this.btn_select_all.Size = new System.Drawing.Size(24, 40);
			this.btn_select_all.TabIndex = 1;
			this.btn_select_all.Text = "全選";
			this.btn_select_all.Click += new System.EventHandler(this.btn_select_all_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.comboBox_unit);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.btn_url);
			this.groupBox2.Controls.Add(this.txt_url);
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Controls.Add(this.comboBox_file);
			this.groupBox2.Controls.Add(this.label3);
			this.groupBox2.Location = new System.Drawing.Point(192, 184);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(368, 80);
			this.groupBox2.TabIndex = 3;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "輸出";
			// 
			// comboBox_unit
			// 
			this.comboBox_unit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBox_unit.Items.AddRange(new object[] {
															   "度",
															   "毫米",
															   "厘米",
															   "英寸",
															   "分米",
															   "英尺",
															   "碼",
															   "米",
															   "千米",
															   "英里"});
			this.comboBox_unit.Location = new System.Drawing.Point(272, 17);
			this.comboBox_unit.Name = "comboBox_unit";
			this.comboBox_unit.Size = new System.Drawing.Size(88, 20);
			this.comboBox_unit.TabIndex = 6;
			this.comboBox_unit.SelectedIndexChanged += new System.EventHandler(this.comboBox_unit_SelectedIndexChanged);
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(240, 22);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(32, 16);
			this.label5.TabIndex = 5;
			this.label5.Text = "單位";
			// 
			// btn_url
			// 
			this.btn_url.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btn_url.Location = new System.Drawing.Point(318, 45);
			this.btn_url.Name = "btn_url";
			this.btn_url.Size = new System.Drawing.Size(40, 21);
			this.btn_url.TabIndex = 4;
			this.btn_url.Text = ">>";
			this.btn_url.Click += new System.EventHandler(this.btn_url_Click);
			// 
			// txt_url
			// 
			this.txt_url.Location = new System.Drawing.Point(72, 46);
			this.txt_url.Name = "txt_url";
			this.txt_url.Size = new System.Drawing.Size(240, 21);
			this.txt_url.TabIndex = 3;
			this.txt_url.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 51);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(56, 16);
			this.label4.TabIndex = 2;
			this.label4.Text = "輸出目錄";
			// 
			// comboBox_file
			// 
			this.comboBox_file.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBox_file.Items.AddRange(new object[] {
															   "MapInfo的mif文件(*.mif)",
															   "國標矢量文件 (*.VCT) ",
															   "AutoCAD的DXF(*.dxf)",
															   "mapgis明碼交換格式文件 ",
															   "ArcView的shp格式(*.shp)",
															   "ArcInfo的Coverage||ArcInfo交換格式E00(*.e00)",
															   "位圖文件(*.bmp)"});
			this.comboBox_file.Location = new System.Drawing.Point(72, 18);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲一区二区三区三| 成人av在线电影| 99精品欧美一区二区三区小说| 欧美日韩一区二区三区四区 | 欧美国产视频在线| 偷拍一区二区三区四区| 成人黄色小视频| 26uuu另类欧美亚洲曰本| 樱花草国产18久久久久| 国产91丝袜在线观看| 欧美一级片在线| 亚洲高清在线精品| av网站免费线看精品| 欧美精品一区二区三区蜜桃| 亚洲成人av一区二区| 在线观看亚洲专区| 中文字幕亚洲在| 成人精品高清在线| 国产偷国产偷精品高清尤物| 久久99久久99精品免视看婷婷| 91福利小视频| 亚洲午夜av在线| 欧美日韩精品专区| 亚洲一区在线视频| 在线精品视频免费观看| 亚洲视频在线观看三级| 成人av免费在线观看| 中文av一区二区| 国产成人精品影院| 国产午夜精品在线观看| 国产一区啦啦啦在线观看| 日韩午夜av一区| 激情文学综合插| 久久精品一二三| 国产成人精品一区二区三区四区 | 欧美人狂配大交3d怪物一区| 国产日本欧洲亚洲| 成人av电影在线观看| 亚洲国产成人私人影院tom| 国产成人av一区二区| 中文字幕精品—区二区四季| 成人激情文学综合网| 综合久久久久综合| 在线看国产一区| 蜜桃视频一区二区三区| 欧美一区二区久久久| 国产一区二区三区久久悠悠色av| 26uuu精品一区二区三区四区在线| 久久电影网站中文字幕| 久久精品视频网| 色婷婷久久久久swag精品| 午夜精品一区二区三区三上悠亚| 欧美三级在线视频| 久久成人av少妇免费| 亚洲国产精品成人久久综合一区 | 国产91露脸合集magnet| 亚洲国产精品二十页| 在线观看av一区| 日韩精品一二区| 国产三级一区二区三区| 一本色道久久加勒比精品| 日韩中文字幕1| 久久精品欧美日韩| 日本高清免费不卡视频| 久久国产人妖系列| 曰韩精品一区二区| 日韩视频中午一区| 91丨porny丨中文| 精品在线观看免费| 亚洲制服丝袜av| 久久久综合网站| 欧美电影在哪看比较好| 成人看片黄a免费看在线| 一级中文字幕一区二区| 久久综合狠狠综合| 在线观看国产一区二区| 国产精品自拍网站| 日日夜夜免费精品| 国产精品电影院| 久久人人超碰精品| 欧美另类z0zxhd电影| 国产精品88888| 蜜桃av噜噜一区| 亚洲激情中文1区| 久久精品一区四区| 正在播放一区二区| 在线观看欧美日本| av中文字幕亚洲| 激情久久五月天| 日本aⅴ精品一区二区三区| 亚洲精品日产精品乱码不卡| 精品乱人伦小说| 欧美日韩不卡一区二区| 91麻豆精品在线观看| 国内精品国产成人国产三级粉色 | 亚洲国产成人va在线观看天堂| 国产色爱av资源综合区| 欧美一级二级三级乱码| 色av一区二区| 99久久久久久| 国产999精品久久| 国产在线视频一区二区三区| 一区二区免费看| 亚洲精品自拍动漫在线| 国产精品久久久久久久久免费桃花 | 国产亚洲自拍一区| 欧美肥妇free| 欧美精品v日韩精品v韩国精品v| 在线观看三级视频欧美| 色偷偷久久一区二区三区| 成人手机电影网| av中文一区二区三区| 91亚洲资源网| 91免费国产视频网站| 91猫先生在线| 欧美偷拍一区二区| 欧美丝袜丝交足nylons| 欧美日韩一区二区在线观看| 欧美系列一区二区| 欧美色图12p| 91成人国产精品| 欧美系列日韩一区| 欧美日韩成人在线一区| 日韩精品专区在线影院重磅| 欧美一级欧美三级| 欧美一级片免费看| 久久综合精品国产一区二区三区 | 亚洲欧美综合网| 亚洲特黄一级片| 亚洲午夜久久久| 亚洲成va人在线观看| 蜜臀91精品一区二区三区| 国产资源精品在线观看| 黄页网站大全一区二区| 国产精品一区二区不卡| 成人av免费在线观看| 欧美日韩一本到| 精品av久久707| 国产精品成人一区二区三区夜夜夜| 国产精品乱人伦| 亚洲二区在线视频| 国产一区二区三区免费在线观看| 国产成人亚洲综合a∨猫咪| 91免费版在线| 91精品国产品国语在线不卡| 国产欧美一区二区精品秋霞影院| 亚洲婷婷国产精品电影人久久| 亚洲亚洲人成综合网络| 激情图区综合网| 成人精品亚洲人成在线| 欧美军同video69gay| 91精彩视频在线| 亚洲免费观看视频| 亚洲蜜臀av乱码久久精品| 一区二区三区小说| 日韩国产高清在线| 成人午夜短视频| 在线成人午夜影院| 国产精品情趣视频| 日韩vs国产vs欧美| 97超碰欧美中文字幕| 日韩三级av在线播放| 亚洲人成网站色在线观看| 日本一区中文字幕| 在线这里只有精品| 国产日韩欧美在线一区| 亚洲成人你懂的| 裸体歌舞表演一区二区| 欧美体内she精高潮| 国产精品入口麻豆九色| 日韩国产精品久久久久久亚洲| 99re在线精品| 久久久久久久综合日本| 视频一区欧美日韩| 色综合天天狠狠| 国产精品少妇自拍| 久88久久88久久久| 欧美精品日韩一区| 亚洲一区在线观看网站| 99re6这里只有精品视频在线观看 99re8在线精品视频免费播放 | 久久亚洲私人国产精品va媚药| 亚洲网友自拍偷拍| 色悠悠久久综合| 最新中文字幕一区二区三区| 国产精品一区在线| 欧美videossexotv100| 亚洲妇女屁股眼交7| 99国产精品一区| 国产精品国产三级国产普通话三级 | 亚洲激情图片qvod| 成人激情小说网站| 国产精品美女久久久久久久久久久 | 亚洲一本大道在线| 色欧美乱欧美15图片| 日韩美女视频一区二区| 91亚洲男人天堂| 亚洲日本成人在线观看| 91视视频在线观看入口直接观看www| 国产午夜一区二区三区| 丁香桃色午夜亚洲一区二区三区|