namespace CNAS_DBSync { partial class frmDatabaseParams { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pnlAll = new System.Windows.Forms.Panel(); this.pnlCenter = new System.Windows.Forms.Panel(); this.tabParamas = new System.Windows.Forms.TabControl(); this.tabInstrument = new System.Windows.Forms.TabPage(); this.label14 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.tabcDS = new System.Windows.Forms.TabControl(); this.tabExcel = new System.Windows.Forms.TabPage(); this.btnOpenFileExcel = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtInportExcel = new System.Windows.Forms.TextBox(); this.tabAccess = new System.Windows.Forms.TabPage(); this.txtAceessPwd = new System.Windows.Forms.TextBox(); this.txtAccessUser = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.btnOpenFileAccess = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtAccessPath = new System.Windows.Forms.TextBox(); this.tabSQLite = new System.Windows.Forms.TabPage(); this.txtSqlitePwd = new System.Windows.Forms.TextBox(); this.txtSqliteUser = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.btnOpenFileSQLite = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.txtSqlitePath = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tabCnas = new System.Windows.Forms.TabPage(); this.btnCNASTestLink = new System.Windows.Forms.Button(); this.txtDBName = new System.Windows.Forms.TextBox(); this.txtDBHost = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.txtDBPwd = new System.Windows.Forms.TextBox(); this.txtDBUser = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.pnlBottom = new System.Windows.Forms.Panel(); this.btnOK = new System.Windows.Forms.Button(); this.pnlTop = new System.Windows.Forms.Panel(); this.txtPort = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.pnlAll.SuspendLayout(); this.pnlCenter.SuspendLayout(); this.tabParamas.SuspendLayout(); this.tabInstrument.SuspendLayout(); this.tabcDS.SuspendLayout(); this.tabExcel.SuspendLayout(); this.tabAccess.SuspendLayout(); this.tabSQLite.SuspendLayout(); this.tabCnas.SuspendLayout(); this.pnlBottom.SuspendLayout(); this.SuspendLayout(); // // pnlAll // this.pnlAll.Controls.Add(this.pnlCenter); this.pnlAll.Controls.Add(this.pnlBottom); this.pnlAll.Controls.Add(this.pnlTop); this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlAll.Location = new System.Drawing.Point(0, 0); this.pnlAll.Name = "pnlAll"; this.pnlAll.Size = new System.Drawing.Size(612, 426); this.pnlAll.TabIndex = 0; // // pnlCenter // this.pnlCenter.Controls.Add(this.tabParamas); this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlCenter.Location = new System.Drawing.Point(0, 10); this.pnlCenter.Name = "pnlCenter"; this.pnlCenter.Size = new System.Drawing.Size(612, 374); this.pnlCenter.TabIndex = 4; // // tabParamas // this.tabParamas.Controls.Add(this.tabInstrument); this.tabParamas.Controls.Add(this.tabCnas); this.tabParamas.Dock = System.Windows.Forms.DockStyle.Fill; this.tabParamas.Location = new System.Drawing.Point(0, 0); this.tabParamas.Name = "tabParamas"; this.tabParamas.SelectedIndex = 0; this.tabParamas.Size = new System.Drawing.Size(612, 374); this.tabParamas.TabIndex = 1; // // tabInstrument // this.tabInstrument.Controls.Add(this.label14); this.tabInstrument.Controls.Add(this.textBox2); this.tabInstrument.Controls.Add(this.tabcDS); this.tabInstrument.Controls.Add(this.label2); this.tabInstrument.Location = new System.Drawing.Point(4, 22); this.tabInstrument.Name = "tabInstrument"; this.tabInstrument.Padding = new System.Windows.Forms.Padding(3); this.tabInstrument.Size = new System.Drawing.Size(604, 348); this.tabInstrument.TabIndex = 0; this.tabInstrument.Text = "仪器数据源"; this.tabInstrument.UseVisualStyleBackColor = true; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.Red; this.label14.Location = new System.Drawing.Point(287, 23); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(149, 12); this.label14.TabIndex = 8; this.label14.Text = "(暂时自动生成,不可更改)"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(76, 20); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(205, 21); this.textBox2.TabIndex = 7; // // tabcDS // this.tabcDS.Controls.Add(this.tabExcel); this.tabcDS.Controls.Add(this.tabAccess); this.tabcDS.Controls.Add(this.tabSQLite); this.tabcDS.Location = new System.Drawing.Point(8, 65); this.tabcDS.Name = "tabcDS"; this.tabcDS.SelectedIndex = 0; this.tabcDS.Size = new System.Drawing.Size(588, 277); this.tabcDS.TabIndex = 6; this.tabcDS.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabcDS_Selected); // // tabExcel // this.tabExcel.Controls.Add(this.btnOpenFileExcel); this.tabExcel.Controls.Add(this.label3); this.tabExcel.Controls.Add(this.txtInportExcel); this.tabExcel.Location = new System.Drawing.Point(4, 22); this.tabExcel.Name = "tabExcel"; this.tabExcel.Padding = new System.Windows.Forms.Padding(3); this.tabExcel.Size = new System.Drawing.Size(580, 251); this.tabExcel.TabIndex = 0; this.tabExcel.Text = "Excel"; this.tabExcel.UseVisualStyleBackColor = true; // // btnOpenFileExcel // this.btnOpenFileExcel.Location = new System.Drawing.Point(410, 80); this.btnOpenFileExcel.Name = "btnOpenFileExcel"; this.btnOpenFileExcel.Size = new System.Drawing.Size(60, 23); this.btnOpenFileExcel.TabIndex = 6; this.btnOpenFileExcel.Text = "浏览"; this.btnOpenFileExcel.UseVisualStyleBackColor = true; this.btnOpenFileExcel.Click += new System.EventHandler(this.btnOpenFileExcel_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 83); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 5; this.label3.Text = "路径:"; // // txtInportExcel // this.txtInportExcel.Location = new System.Drawing.Point(64, 80); this.txtInportExcel.Name = "txtInportExcel"; this.txtInportExcel.Size = new System.Drawing.Size(329, 21); this.txtInportExcel.TabIndex = 5; // // tabAccess // this.tabAccess.Controls.Add(this.txtAceessPwd); this.tabAccess.Controls.Add(this.txtAccessUser); this.tabAccess.Controls.Add(this.label15); this.tabAccess.Controls.Add(this.label16); this.tabAccess.Controls.Add(this.btnOpenFileAccess); this.tabAccess.Controls.Add(this.label4); this.tabAccess.Controls.Add(this.txtAccessPath); this.tabAccess.Location = new System.Drawing.Point(4, 22); this.tabAccess.Name = "tabAccess"; this.tabAccess.Padding = new System.Windows.Forms.Padding(3); this.tabAccess.Size = new System.Drawing.Size(580, 251); this.tabAccess.TabIndex = 1; this.tabAccess.Text = "Access"; this.tabAccess.UseVisualStyleBackColor = true; // // txtAceessPwd // this.txtAceessPwd.Location = new System.Drawing.Point(66, 109); this.txtAceessPwd.Name = "txtAceessPwd"; this.txtAceessPwd.PasswordChar = '*'; this.txtAceessPwd.Size = new System.Drawing.Size(329, 21); this.txtAceessPwd.TabIndex = 17; // // txtAccessUser // this.txtAccessUser.Location = new System.Drawing.Point(66, 65); this.txtAccessUser.Name = "txtAccessUser"; this.txtAccessUser.Size = new System.Drawing.Size(329, 21); this.txtAccessUser.TabIndex = 16; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(16, 109); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(41, 12); this.label15.TabIndex = 15; this.label15.Text = "密码:"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(6, 65); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(53, 12); this.label16.TabIndex = 14; this.label16.Text = "用户名:"; // // btnOpenFileAccess // this.btnOpenFileAccess.Location = new System.Drawing.Point(412, 21); this.btnOpenFileAccess.Name = "btnOpenFileAccess"; this.btnOpenFileAccess.Size = new System.Drawing.Size(60, 23); this.btnOpenFileAccess.TabIndex = 9; this.btnOpenFileAccess.Text = "浏览"; this.btnOpenFileAccess.UseVisualStyleBackColor = true; this.btnOpenFileAccess.Click += new System.EventHandler(this.btnOpenFileAccess_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(16, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 7; this.label4.Text = "路径:"; // // txtAccessPath // this.txtAccessPath.Location = new System.Drawing.Point(66, 21); this.txtAccessPath.Name = "txtAccessPath"; this.txtAccessPath.Size = new System.Drawing.Size(329, 21); this.txtAccessPath.TabIndex = 8; // // tabSQLite // this.tabSQLite.Controls.Add(this.txtSqlitePwd); this.tabSQLite.Controls.Add(this.txtSqliteUser); this.tabSQLite.Controls.Add(this.label7); this.tabSQLite.Controls.Add(this.label6); this.tabSQLite.Controls.Add(this.btnOpenFileSQLite); this.tabSQLite.Controls.Add(this.label5); this.tabSQLite.Controls.Add(this.txtSqlitePath); this.tabSQLite.Location = new System.Drawing.Point(4, 22); this.tabSQLite.Name = "tabSQLite"; this.tabSQLite.Size = new System.Drawing.Size(580, 251); this.tabSQLite.TabIndex = 2; this.tabSQLite.Text = "SQLLite"; this.tabSQLite.UseVisualStyleBackColor = true; // // txtSqlitePwd // this.txtSqlitePwd.Location = new System.Drawing.Point(81, 115); this.txtSqlitePwd.Name = "txtSqlitePwd"; this.txtSqlitePwd.PasswordChar = '*'; this.txtSqlitePwd.Size = new System.Drawing.Size(316, 21); this.txtSqlitePwd.TabIndex = 13; // // txtSqliteUser // this.txtSqliteUser.Location = new System.Drawing.Point(81, 71); this.txtSqliteUser.Name = "txtSqliteUser"; this.txtSqliteUser.Size = new System.Drawing.Size(316, 21); this.txtSqliteUser.TabIndex = 12; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(18, 115); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(41, 12); this.label7.TabIndex = 11; this.label7.Text = "密码:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(18, 71); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 10; this.label6.Text = "用户名:"; // // btnOpenFileSQLite // this.btnOpenFileSQLite.Location = new System.Drawing.Point(414, 23); this.btnOpenFileSQLite.Name = "btnOpenFileSQLite"; this.btnOpenFileSQLite.Size = new System.Drawing.Size(60, 23); this.btnOpenFileSQLite.TabIndex = 9; this.btnOpenFileSQLite.Text = "浏览"; this.btnOpenFileSQLite.UseVisualStyleBackColor = true; this.btnOpenFileSQLite.Click += new System.EventHandler(this.btnOpenFileSQLite_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(18, 26); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 7; this.label5.Text = "路径:"; // // txtSqlitePath // this.txtSqlitePath.Location = new System.Drawing.Point(81, 23); this.txtSqlitePath.Name = "txtSqlitePath"; this.txtSqlitePath.Size = new System.Drawing.Size(316, 21); this.txtSqlitePath.TabIndex = 8; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 4; this.label2.Text = "进程名:"; // // tabCnas // this.tabCnas.Controls.Add(this.txtPort); this.tabCnas.Controls.Add(this.label1); this.tabCnas.Controls.Add(this.btnCNASTestLink); this.tabCnas.Controls.Add(this.txtDBName); this.tabCnas.Controls.Add(this.txtDBHost); this.tabCnas.Controls.Add(this.label11); this.tabCnas.Controls.Add(this.label10); this.tabCnas.Controls.Add(this.txtDBPwd); this.tabCnas.Controls.Add(this.txtDBUser); this.tabCnas.Controls.Add(this.label8); this.tabCnas.Controls.Add(this.label9); this.tabCnas.Location = new System.Drawing.Point(4, 22); this.tabCnas.Name = "tabCnas"; this.tabCnas.Padding = new System.Windows.Forms.Padding(3); this.tabCnas.Size = new System.Drawing.Size(604, 348); this.tabCnas.TabIndex = 1; this.tabCnas.Text = "CNAS数据库"; this.tabCnas.UseVisualStyleBackColor = true; // // btnCNASTestLink // this.btnCNASTestLink.Location = new System.Drawing.Point(444, 237); this.btnCNASTestLink.Name = "btnCNASTestLink"; this.btnCNASTestLink.Size = new System.Drawing.Size(79, 24); this.btnCNASTestLink.TabIndex = 22; this.btnCNASTestLink.Text = "测试连接"; this.btnCNASTestLink.UseVisualStyleBackColor = true; this.btnCNASTestLink.Click += new System.EventHandler(this.btnCNASTestLink_Click); // // txtDBName // this.txtDBName.Location = new System.Drawing.Point(96, 73); this.txtDBName.Name = "txtDBName"; this.txtDBName.Size = new System.Drawing.Size(316, 21); this.txtDBName.TabIndex = 21; // // txtDBHost // this.txtDBHost.Location = new System.Drawing.Point(96, 27); this.txtDBHost.Name = "txtDBHost"; this.txtDBHost.Size = new System.Drawing.Size(316, 21); this.txtDBHost.TabIndex = 20; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(51, 77); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(41, 12); this.label11.TabIndex = 19; this.label11.Text = "实例:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(40, 30); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 12); this.label10.TabIndex = 18; this.label10.Text = "服务器:"; // // txtDBPwd // this.txtDBPwd.Location = new System.Drawing.Point(96, 164); this.txtDBPwd.Name = "txtDBPwd"; this.txtDBPwd.PasswordChar = '*'; this.txtDBPwd.Size = new System.Drawing.Size(316, 21); this.txtDBPwd.TabIndex = 17; // // txtDBUser // this.txtDBUser.Location = new System.Drawing.Point(96, 120); this.txtDBUser.Name = "txtDBUser"; this.txtDBUser.Size = new System.Drawing.Size(316, 21); this.txtDBUser.TabIndex = 16; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(51, 168); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(41, 12); this.label8.TabIndex = 15; this.label8.Text = "密码:"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(39, 124); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 14; this.label9.Text = "用户名:"; // // pnlBottom // this.pnlBottom.Controls.Add(this.btnOK); this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlBottom.Location = new System.Drawing.Point(0, 384); this.pnlBottom.Name = "pnlBottom"; this.pnlBottom.Size = new System.Drawing.Size(612, 42); this.pnlBottom.TabIndex = 3; // // btnOK // this.btnOK.Location = new System.Drawing.Point(522, 4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 35); this.btnOK.TabIndex = 0; this.btnOK.Text = "确认"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // pnlTop // this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTop.Location = new System.Drawing.Point(0, 0); this.pnlTop.Name = "pnlTop"; this.pnlTop.Size = new System.Drawing.Size(612, 10); this.pnlTop.TabIndex = 2; // // txtPort // this.txtPort.Location = new System.Drawing.Point(96, 205); this.txtPort.Name = "txtPort"; this.txtPort.PasswordChar = '*'; this.txtPort.Size = new System.Drawing.Size(316, 21); this.txtPort.TabIndex = 24; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(51, 209); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 23; this.label1.Text = "端口:"; // // frmDatabaseParams // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(612, 426); this.Controls.Add(this.pnlAll); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmDatabaseParams"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "仪表数据库配置"; this.Load += new System.EventHandler(this.frmDatabaseParams_Load); this.pnlAll.ResumeLayout(false); this.pnlCenter.ResumeLayout(false); this.tabParamas.ResumeLayout(false); this.tabInstrument.ResumeLayout(false); this.tabInstrument.PerformLayout(); this.tabcDS.ResumeLayout(false); this.tabExcel.ResumeLayout(false); this.tabExcel.PerformLayout(); this.tabAccess.ResumeLayout(false); this.tabAccess.PerformLayout(); this.tabSQLite.ResumeLayout(false); this.tabSQLite.PerformLayout(); this.tabCnas.ResumeLayout(false); this.tabCnas.PerformLayout(); this.pnlBottom.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlAll; private System.Windows.Forms.Panel pnlCenter; private System.Windows.Forms.TabControl tabParamas; private System.Windows.Forms.TabPage tabInstrument; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TabControl tabcDS; private System.Windows.Forms.TabPage tabExcel; private System.Windows.Forms.Button btnOpenFileExcel; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtInportExcel; private System.Windows.Forms.TabPage tabAccess; private System.Windows.Forms.TextBox txtAceessPwd; private System.Windows.Forms.TextBox txtAccessUser; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Button btnOpenFileAccess; private System.Windows.Forms.Label label4; private System.Windows.Forms.TabPage tabSQLite; private System.Windows.Forms.TextBox txtSqlitePwd; private System.Windows.Forms.TextBox txtSqliteUser; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnOpenFileSQLite; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtSqlitePath; private System.Windows.Forms.Label label2; private System.Windows.Forms.TabPage tabCnas; private System.Windows.Forms.Button btnCNASTestLink; private System.Windows.Forms.TextBox txtDBName; private System.Windows.Forms.TextBox txtDBHost; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtDBPwd; private System.Windows.Forms.TextBox txtDBUser; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel pnlBottom; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Panel pnlTop; private System.Windows.Forms.TextBox txtAccessPath; private System.Windows.Forms.TextBox txtPort; private System.Windows.Forms.Label label1; } }