提交当前本机整理版本
This commit is contained in:
Generated
+24
-1
@@ -191,4 +191,27 @@
|
||||
this.Name = "FrmConfig";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "数据库连接配置";
|
||||
this.Load += new Syste
|
||||
this.Load += new System.EventHandler(this.FrmConfig_Load);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||||
private DevExpress.XtraEditors.SimpleButton btnConnect;
|
||||
private System.Windows.Forms.TextBox txtDBName;
|
||||
private System.Windows.Forms.TextBox txtServerName;
|
||||
private DevExpress.XtraEditors.SimpleButton btnSave;
|
||||
private DevExpress.XtraEditors.SimpleButton btnExit;
|
||||
private System.Windows.Forms.TextBox txtServerNameInternal;
|
||||
private System.Windows.Forms.RadioButton radioOutside;
|
||||
private System.Windows.Forms.RadioButton radioWithin;
|
||||
private System.Windows.Forms.ComboBox serverType;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user