日期:2009-05-02  浏览次数:20594 次

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