打包数据库 联系客服

发布时间 : 星期日 文章打包数据库更新完毕开始阅读d7d9310f763231126edb111b

this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));

this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;

this.btnCancel.Location = new System.Drawing.Point(287, 395); this.btnCancel.Name = \

this.btnCancel.Size = new System.Drawing.Size(75, 21); this.btnCancel.TabIndex = 9; this.btnCancel.Text = \取消\

this.btnCancel.UseVisualStyleBackColor = true;

this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK //

this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));

this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Enabled = false;

this.btnOK.Location = new System.Drawing.Point(206, 395); this.btnOK.Name = \

this.btnOK.Size = new System.Drawing.Size(75, 21); this.btnOK.TabIndex = 8; this.btnOK.Text = \确定\

this.btnOK.UseVisualStyleBackColor = true;

this.btnOK.Click += new System.EventHandler(this.btnOK_Click); //

// btnTestConnection //

this.btnTestConnection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));

this.btnTestConnection.Location = new System.Drawing.Point(12, 395); this.btnTestConnection.Name = \

this.btnTestConnection.Size = new System.Drawing.Size(100, 21); this.btnTestConnection.TabIndex = 7;

this.btnTestConnection.Text = \测试连接(&T)\

this.btnTestConnection.UseVisualStyleBackColor = true;

this.btnTestConnection.Click += new System.EventHandler(this.btnTestConnection_Click);

// // lblSplit //

this.lblSplit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)

| System.Windows.Forms.AnchorStyles.Right)));

this.lblSplit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblSplit.Location = new System.Drawing.Point(12, 387); this.lblSplit.Name = \

this.lblSplit.Size = new System.Drawing.Size(350, 2); this.lblSplit.TabIndex = 6; //

// txtConnectionString //

this.txtConnectionString.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)

| System.Windows.Forms.AnchorStyles.Right)));

this.txtConnectionString.Location = new System.Drawing.Point(12, 360);

this.txtConnectionString.Name = \ this.txtConnectionString.ReadOnly = true;

this.txtConnectionString.Size = new System.Drawing.Size(224, 21); this.txtConnectionString.TabIndex = 4; //

// frmConnectionConfig //

this.AcceptButton = this.btnOK;

this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel;

this.ClientSize = new System.Drawing.Size(374, 428); this.Controls.Add(this.txtConnectionString); this.Controls.Add(this.lblSplit);

this.Controls.Add(this.btnTestConnection); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel);

this.Controls.Add(this.btnGetConnectionString); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.lblServer); this.Controls.Add(this.tcServerInfo); this.Controls.Add(this.cboSqlDataSource); this.HelpButton = true; this.MaximizeBox = false; this.MinimizeBox = false;

this.MinimumSize = new System.Drawing.Size(382, 455); this.Name = \ this.ShowIcon = false;

this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;

this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;

this.Text = \数据库连接配置\

this.tcServerInfo.ResumeLayout(false); this.tpConnectionInfo.ResumeLayout(false); this.gbConnectToADataBase.ResumeLayout(false); this.gbConnectToADataBase.PerformLayout(); this.gbLogOnToTheServer.ResumeLayout(false); this.gbLogOnToTheServer.PerformLayout(); this.tpServerInfo.ResumeLayout(false);

((System.ComponentModel.ISupportInitialize)(this.dgvServerInfo)).EndInit();

this.ResumeLayout(false); this.PerformLayout(); }

#endregion

private System.Windows.Forms.ComboBox cboSqlDataSource; private System.Windows.Forms.TabControl tcServerInfo; private System.Windows.Forms.TabPage tpConnectionInfo; private System.Windows.Forms.TabPage tpServerInfo; private System.Windows.Forms.DataGridView dgvServerInfo; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.Label lblServer; private System.Windows.Forms.Button btnRefresh;

private System.Windows.Forms.GroupBox gbLogOnToTheServer; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.TextBox txtUserName;

private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.Label lblUserName;

private System.Windows.Forms.RadioButton rdoValidateBySQLServer; private System.Windows.Forms.RadioButton rdoValidateByWindows; private System.Windows.Forms.GroupBox gbConnectToADataBase; private System.Windows.Forms.RadioButton rdoAttachADataBaseFile; private System.Windows.Forms.RadioButton rdoSelectOrEnterADataBaseName;

private System.Windows.Forms.Button btnGetConnectionString; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK;

private System.Windows.Forms.Button btnTestConnection; private System.Windows.Forms.ComboBox cboDataBaseName; private System.Windows.Forms.TextBox txtDataBaseFilePath; private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.TextBox txtLogicalName; private System.Windows.Forms.Label lblLogicalName; private System.Windows.Forms.Label lblSplit;

private System.Windows.Forms.TextBox txtConnectionString; } }