访问地址 http://www.qqread.com/csharp/y238457.html
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace CProgramManage
{
/// <summary>
/// Summary description for FrmConfigure.
/// </summary>
public class FrmConfigure : System.Windows.Forms.Form
{
private Microsoft.Win32.RegistryKey parentKey;
private bool bolExistKey;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtLServer;
private System.Windows.Forms.TextBox txtLDataBase;
private System.Windows.Forms.TextBox txtLLoginID;
private System.Windows.Forms.CheckBox chkLNtLogin;
private System.Windows.Forms.LinkLabel LinkCancel;
private System.Windows.Forms.LinkLabel LinkOK;
private System.Windows.Forms.LinkLabel LinkDefault;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.CheckBox chkRNtLogin;
private System.Windows.Forms.TextBox txtRLoginID;
private System.Windows.Forms.TextBox txtRDataBase;
private System.Windows.Forms.TextBox txtRServer;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.Container components = null;
public FrmConfigure()
{
//
// Required for Windows Form Designer support
//
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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.chkLNtLogin = new System.Windows.Forms.CheckBox();
this.txtLLoginID = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtLDataBase = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtLServer = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.chkRNtLogin = new System.Windows.Forms.CheckBox();
this.txtRLogin
更多内容请看注册表知识手册、注册表操作专题、.NET移动与嵌入式技术专题,或进入讨论组讨论。
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace CProgramManage
{
/// <summary>
/// Summary description for FrmConfigure.
/// </summary>
public class FrmConfigure : System.Windows.Forms.Form
{
private Microsoft.Win32.RegistryKey parentKey;
private bool bolExistKey;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtLServer;
private System.Windows.Forms.TextBox txtLDataBase;
private System.Windows.Forms.TextBox txtLLoginID;
private System.Windows.Forms.CheckBox chkLNtLogin;
private System.Windows.Forms.LinkLabel LinkCancel;
private System.Windows.Forms.LinkLabel LinkOK;
private System.Windows.Forms.LinkLabel LinkDefault;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.CheckBox chkRNtLogin;
private System.Windows.Forms.TextBox txtRLoginID;
private System.Windows.Forms.TextBox txtRDataBase;
private System.Windows.Forms.TextBox txtRServer;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.Container components = null;
public FrmConfigure()
{
//
// Required for Windows Form Designer support
//
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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.chkLNtLogin = new System.Windows.Forms.CheckBox();
this.txtLLoginID = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtLDataBase = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtLServer = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.chkRNtLogin = new System.Windows.Forms.CheckBox();
this.txtRLogin
相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
相关专题
- 注册表知识手册 (768篇文章)
- 注册表操作专题 (768篇文章)
- .NET移动与嵌入式技术 (5882篇文章)
- .NET开发手册 (5587篇文章)
- 注册表操作 (310篇文章)
- 注册表修复 (192篇文章)
- 网页恶意代码清除&修复 (212篇文章)
- VB系统编程 (33篇文章)
- C#版的网站新闻发布系统 (690次浏览)
- VC#初学入门:第一个Windows程序 (536次浏览)
- C# WinForm中DataGrid列设置 (534次浏览)
- C#程序设计入门经典之C#的基本语法 (526次浏览)
- C# 编程规范 (519次浏览)
- .net中webform和winform连接sql server 2000 (316次浏览)
- 如何向某网址Post信息,并直接通过验证 (304次浏览)
- 多线程在Visual C#网络编程中的应用(1) (298次浏览)
- 获取主机的IP地址 (170次浏览)
- C# 参考之访问关键字:base、this (144次浏览)



