如何用C#来部署数据库__教程 |
|
日期:2007-5-9 18:49:54 人气:206 [大 中 小] |
|
|
|
// InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // } ///<summary> /// Clean up any resources being used. ///</summary> protected override void Dispose( bool disposing ) { if( disposing ) { if (components != null) { components.Dispose(); } } base.Dispose( disposing ); } #region Windows Form Designer generated code ///<summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. ///</summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.txtServerName = new System.Windows.Forms.TextBox(); this.txtUserName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); |
|
出处:本站原创 作者:佚名 |
|
|