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

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

?? form1.cs

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

namespace serversetup
{
	/// <summary>
	/// Form1 的摘要說明。
	/// </summary>
	public class Form1 : System.Windows.Forms.Form
	{


		
		private string[,] database_name;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Button btn_esc;
		private System.Windows.Forms.Button btn_ok;
		private System.Windows.Forms.TextBox txt_user;
		private System.Windows.Forms.TextBox txt_pwd;
		private System.Windows.Forms.TextBox txt_ip;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label1;
		private AxSuperMapLib.AxSuperWorkspace axSuperWorkspace1;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.GroupBox groupBox2;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public Form1()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

		/// <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(Form1));
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.btn_esc = new System.Windows.Forms.Button();
			this.btn_ok = new System.Windows.Forms.Button();
			this.txt_user = new System.Windows.Forms.TextBox();
			this.txt_pwd = new System.Windows.Forms.TextBox();
			this.txt_ip = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.axSuperWorkspace1 = new AxSuperMapLib.AxSuperWorkspace();
			this.label5 = new System.Windows.Forms.Label();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			((System.ComponentModel.ISupportInitialize)(this.axSuperWorkspace1)).BeginInit();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// pictureBox1
			// 
			this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.pictureBox1.Location = new System.Drawing.Point(8, 184);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(560, 4);
			this.pictureBox1.TabIndex = 19;
			this.pictureBox1.TabStop = false;
			// 
			// btn_esc
			// 
			this.btn_esc.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btn_esc.Location = new System.Drawing.Point(456, 192);
			this.btn_esc.Name = "btn_esc";
			this.btn_esc.TabIndex = 18;
			this.btn_esc.Text = "關閉";
			this.btn_esc.Click += new System.EventHandler(this.btn_esc_Click);
			// 
			// btn_ok
			// 
			this.btn_ok.Enabled = false;
			this.btn_ok.Location = new System.Drawing.Point(344, 192);
			this.btn_ok.Name = "btn_ok";
			this.btn_ok.TabIndex = 17;
			this.btn_ok.Text = "確定";
			this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
			// 
			// txt_user
			// 
			this.txt_user.Location = new System.Drawing.Point(96, 56);
			this.txt_user.Name = "txt_user";
			this.txt_user.Size = new System.Drawing.Size(158, 21);
			this.txt_user.TabIndex = 13;
			this.txt_user.Text = "";
			// 
			// txt_pwd
			// 
			this.txt_pwd.Location = new System.Drawing.Point(96, 88);
			this.txt_pwd.Name = "txt_pwd";
			this.txt_pwd.PasswordChar = '*';
			this.txt_pwd.Size = new System.Drawing.Size(158, 21);
			this.txt_pwd.TabIndex = 15;
			this.txt_pwd.Text = "";
			// 
			// txt_ip
			// 
			this.txt_ip.Location = new System.Drawing.Point(96, 24);
			this.txt_ip.Name = "txt_ip";
			this.txt_ip.Size = new System.Drawing.Size(158, 21);
			this.txt_ip.TabIndex = 11;
			this.txt_ip.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(8, 24);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(80, 23);
			this.label3.TabIndex = 16;
			this.label3.Text = "服務器IP地址";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(16, 88);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72, 24);
			this.label2.TabIndex = 14;
			this.label2.Text = "用戶密碼";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 56);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(80, 23);
			this.label1.TabIndex = 12;
			this.label1.Text = "數據庫用戶名";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// axSuperWorkspace1
			// 
			this.axSuperWorkspace1.Enabled = true;
			this.axSuperWorkspace1.Location = new System.Drawing.Point(176, 144);
			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 = 22;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(40, 160);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(520, 16);
			this.label5.TabIndex = 23;
			this.label5.Text = "提示信息";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(8, 16);
			this.textBox1.Multiline = true;
			this.textBox1.Name = "textBox1";
			this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.textBox1.Size = new System.Drawing.Size(264, 96);
			this.textBox1.TabIndex = 24;
			this.textBox1.Text = "系統將創建以下數據庫,如果系統中有同名的庫,將被覆蓋。 此操作將不可撤消,您確認執行本次操作?\r\n\r\n數據庫列表:\r\n    workspace   pm1x  " +
				"pm2x   pm3x   pm4x  pm5x  pm6x  pm7x  pm8x  pm9x  pm10x  pm11x  pm12x  pm13x  pm" +
				"14x   pm112x  pm113x  wu8  wu910  ji1617   geng20  ding56  ding4  diban\r\n   ";
			// 
			// checkBox1
			// 
			this.checkBox1.ForeColor = System.Drawing.Color.Red;
			this.checkBox1.Location = new System.Drawing.Point(24, 114);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(240, 24);
			this.checkBox1.TabIndex = 26;
			this.checkBox1.Text = "我已經仔細閱讀了警告,確認執行操作";
			this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.checkBox1);
			this.groupBox1.Controls.Add(this.textBox1);
			this.groupBox1.ForeColor = System.Drawing.Color.Red;
			this.groupBox1.Location = new System.Drawing.Point(16, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(280, 144);
			this.groupBox1.TabIndex = 27;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "警告";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.txt_pwd);
			this.groupBox2.Controls.Add(this.txt_ip);
			this.groupBox2.Controls.Add(this.label3);
			this.groupBox2.Controls.Add(this.label2);
			this.groupBox2.Controls.Add(this.label1);
			this.groupBox2.Controls.Add(this.txt_user);
			this.groupBox2.Location = new System.Drawing.Point(304, 8);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(264, 144);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精品免费在线| 成人av一区二区三区| 成人免费三级在线| 欧美中文字幕一区二区三区| 久久久久国产一区二区三区四区| 亚洲免费伊人电影| 国产剧情一区在线| 正在播放亚洲一区| 亚洲综合免费观看高清完整版在线| 国产一区二区伦理片| 欧美群妇大交群中文字幕| 亚洲欧洲综合另类| 成人久久久精品乱码一区二区三区| 91精品一区二区三区在线观看| 亚洲三级在线免费| 成人久久18免费网站麻豆| 久久久久久亚洲综合影院红桃| 婷婷六月综合亚洲| 欧美日韩成人综合在线一区二区| 亚洲欧美怡红院| av不卡免费在线观看| 久久久久久久久97黄色工厂| 久久99精品久久只有精品| 91麻豆精品91久久久久同性| 亚洲综合一区二区三区| 99在线精品视频| 国产精品久99| 91免费观看在线| 亚洲免费观看高清完整版在线观看熊| 国产成人av电影| 国产精品网站一区| 成人中文字幕电影| 国产欧美日韩三区| 波多野结衣在线一区| 国产精品少妇自拍| 色噜噜狠狠色综合欧洲selulu| 国产精品久久久久久久久久免费看| 国产盗摄精品一区二区三区在线| 国产亚洲自拍一区| 97精品视频在线观看自产线路二| 亚洲激情成人在线| 精品视频999| 青青草一区二区三区| 久久亚洲一区二区三区四区| 国产一区二区三区不卡在线观看| 国产欧美精品在线观看| 99久久免费精品| 亚洲国产精品久久人人爱| 宅男在线国产精品| 国产在线精品一区在线观看麻豆| 久久精品人人做| 在线看国产一区二区| 香港成人在线视频| 精品99一区二区| av不卡在线播放| 日韩精品成人一区二区在线| 久久无码av三级| 色综合天天综合在线视频| 亚洲成人av电影| 久久精品视频一区| 欧美自拍丝袜亚洲| 国内精品免费在线观看| 国产精品色在线| 欧美精品免费视频| 国产精品综合av一区二区国产馆| 中文字幕一区二区三区四区不卡| 91麻豆精品国产91| 成人污污视频在线观看| 丝袜美腿一区二区三区| 欧美激情综合五月色丁香| 欧美日韩国产高清一区二区三区 | 欧美一区二区日韩一区二区| 国产成人自拍网| 亚洲在线观看免费| 久久久久九九视频| 在线播放91灌醉迷j高跟美女| 国产高清亚洲一区| 性欧美大战久久久久久久久| 中文字幕不卡三区| 精品免费一区二区三区| 欧美性感一区二区三区| 丁香婷婷综合网| 美国欧美日韩国产在线播放| 亚洲精品大片www| 国产网站一区二区| 777色狠狠一区二区三区| 91在线视频免费91| 国产精品18久久久久久久久| 亚洲成av人影院在线观看网| 国产精品色呦呦| 久久久精品免费网站| 日韩久久久精品| 欧美丰满美乳xxx高潮www| 99麻豆久久久国产精品免费优播| 精一区二区三区| 亚洲大尺度视频在线观看| 国产精品第13页| 亚洲国产精华液网站w| 日韩欧美激情在线| 在线成人av网站| 欧美剧在线免费观看网站| 91高清在线观看| 色哟哟在线观看一区二区三区| 久久国产乱子精品免费女| 偷拍亚洲欧洲综合| 舔着乳尖日韩一区| 日日夜夜精品视频天天综合网| 亚洲国产精品麻豆| 午夜精品免费在线| 视频一区二区三区在线| 亚洲成人手机在线| 午夜精品123| 五月婷婷激情综合网| 日韩经典一区二区| 另类小说图片综合网| 精品制服美女久久| 国产黄色成人av| 波多野结衣中文一区| 色欧美片视频在线观看| 在线精品亚洲一区二区不卡| 欧美色图天堂网| 欧美一区二区成人| 久久久亚洲精品一区二区三区 | 日韩午夜激情电影| 欧美成人一区二区三区| 国产日韩欧美精品电影三级在线| 国产网红主播福利一区二区| 国产精品萝li| 亚洲综合色自拍一区| 日韩av在线免费观看不卡| 老司机精品视频一区二区三区| 精品午夜一区二区三区在线观看| 国产剧情一区二区三区| 99久久国产综合色|国产精品| 在线免费av一区| 精品三级在线看| 中文字幕一区二区三中文字幕| 一区二区在线免费观看| 美国欧美日韩国产在线播放| 国产 欧美在线| 欧美丝袜丝nylons| 久久久久久久久久久久电影| 亚洲欧美电影院| 蜜臀av性久久久久蜜臀aⅴ| 国产成人av电影在线播放| 在线免费一区三区| 欧美大胆人体bbbb| 日韩久久一区二区| 美女脱光内衣内裤视频久久影院| 高清成人在线观看| 欧美日韩国产a| 欧美极品美女视频| 日日夜夜一区二区| 成人精品免费视频| 欧美放荡的少妇| 中文乱码免费一区二区| 日本特黄久久久高潮| 91同城在线观看| 欧美大片在线观看一区二区| 亚洲女同一区二区| 久久99精品久久久| 欧美色图片你懂的| 国产精品不卡在线| 老汉av免费一区二区三区| 日本二三区不卡| 国产午夜精品一区二区三区视频| 亚洲成人激情av| 91蜜桃免费观看视频| 精品1区2区在线观看| 天堂影院一区二区| 91视频免费看| 欧美激情一区二区三区全黄| 秋霞影院一区二区| 欧美日韩久久久久久| 亚洲免费观看在线观看| 国产成人午夜精品5599 | 色999日韩国产欧美一区二区| 精品久久久久香蕉网| 一区二区三区在线观看欧美 | 波多野结衣91| 国产偷国产偷亚洲高清人白洁| 日本va欧美va精品发布| 91片在线免费观看| 国产欧美精品在线观看| 韩国毛片一区二区三区| 宅男在线国产精品| 日av在线不卡| 欧美一区二区三区免费视频| 五月天久久比比资源色| 精品视频在线视频| 污片在线观看一区二区| 欧美电影一区二区三区| 亚洲福利视频三区| 欧美精选一区二区| 亚洲一区二区三区在线播放| 欧洲亚洲精品在线| 亚洲国产人成综合网站| 欧美群妇大交群中文字幕| 日韩国产一区二| 欧美一区二区视频在线观看|