示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SQLConnectForm));
     this.sqlConnectControl = new MOG_Server_Loader.SQLConnectControl();
     this.SuspendLayout();
     //
     // sqlConnectControl
     //
     this.sqlConnectControl.ButtonsVisible         = true;
     this.sqlConnectControl.Cursor                 = System.Windows.Forms.Cursors.Default;
     this.sqlConnectControl.DatabaseName           = "mog16";
     this.sqlConnectControl.DataSource             = "NEMESIS";
     this.sqlConnectControl.InitialCatalog         = "mog";
     this.sqlConnectControl.Location               = new System.Drawing.Point(0, 0);
     this.sqlConnectControl.Name                   = "sqlConnectControl";
     this.sqlConnectControl.OKButtonVisible        = true;
     this.sqlConnectControl.ServerName             = "NEMESIS";
     this.sqlConnectControl.Size                   = new System.Drawing.Size(312, 328);
     this.sqlConnectControl.SQLCancelButtonVisible = true;
     this.sqlConnectControl.SQLTestButtonVisible   = true;
     this.sqlConnectControl.TabIndex               = 0;
     this.sqlConnectControl.Load                  += new System.EventHandler(this.sqlConnectControl_Load);
     //
     // newSQLConnectForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(312, 326);
     this.Controls.Add(this.sqlConnectControl);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "newSQLConnectForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Create SQL Connection";
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tbNewRepositoryLocation      = new System.Windows.Forms.TextBox();
     this.btnBrowseNewRepository       = new System.Windows.Forms.Button();
     this.btnBrowseExistingRepository  = new System.Windows.Forms.Button();
     this.tbExistingRepositoryLocation = new System.Windows.Forms.TextBox();
     this.rbCreateNewRepository        = new System.Windows.Forms.RadioButton();
     this.rbSelectExistingRepository   = new System.Windows.Forms.RadioButton();
     this.folderBrowserDialog          = new System.Windows.Forms.FolderBrowserDialog();
     this.sqlConnectControl            = new MOG_Server_Loader.SQLConnectControl();
     this.btnOK             = new System.Windows.Forms.Button();
     this.tbRepositoryName  = new System.Windows.Forms.TextBox();
     this.lblRepositoryName = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // tbNewRepositoryLocation
     //
     this.tbNewRepositoryLocation.Location = new System.Drawing.Point(48, 144);
     this.tbNewRepositoryLocation.Name     = "tbNewRepositoryLocation";
     this.tbNewRepositoryLocation.Size     = new System.Drawing.Size(296, 20);
     this.tbNewRepositoryLocation.TabIndex = 0;
     this.tbNewRepositoryLocation.Text     = "";
     //
     // btnBrowseNewRepository
     //
     this.btnBrowseNewRepository.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnBrowseNewRepository.Location = new System.Drawing.Point(352, 144);
     this.btnBrowseNewRepository.Name     = "btnBrowseNewRepository";
     this.btnBrowseNewRepository.Size     = new System.Drawing.Size(24, 23);
     this.btnBrowseNewRepository.TabIndex = 1;
     this.btnBrowseNewRepository.Text     = "...";
     this.btnBrowseNewRepository.Click   += new System.EventHandler(this.btnBrowseNewRepository_Click);
     //
     // btnBrowseExistingRepository
     //
     this.btnBrowseExistingRepository.Enabled  = false;
     this.btnBrowseExistingRepository.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnBrowseExistingRepository.Location = new System.Drawing.Point(352, 192);
     this.btnBrowseExistingRepository.Name     = "btnBrowseExistingRepository";
     this.btnBrowseExistingRepository.Size     = new System.Drawing.Size(24, 23);
     this.btnBrowseExistingRepository.TabIndex = 3;
     this.btnBrowseExistingRepository.Text     = "...";
     this.btnBrowseExistingRepository.Click   += new System.EventHandler(this.btnBrowseExistingRepository_Click);
     //
     // tbExistingRepositoryLocation
     //
     this.tbExistingRepositoryLocation.Enabled  = false;
     this.tbExistingRepositoryLocation.Location = new System.Drawing.Point(48, 192);
     this.tbExistingRepositoryLocation.Name     = "tbExistingRepositoryLocation";
     this.tbExistingRepositoryLocation.Size     = new System.Drawing.Size(296, 20);
     this.tbExistingRepositoryLocation.TabIndex = 2;
     this.tbExistingRepositoryLocation.Text     = "";
     //
     // rbCreateNewRepository
     //
     this.rbCreateNewRepository.Checked         = true;
     this.rbCreateNewRepository.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbCreateNewRepository.Location        = new System.Drawing.Point(32, 128);
     this.rbCreateNewRepository.Name            = "rbCreateNewRepository";
     this.rbCreateNewRepository.Size            = new System.Drawing.Size(184, 16);
     this.rbCreateNewRepository.TabIndex        = 4;
     this.rbCreateNewRepository.TabStop         = true;
     this.rbCreateNewRepository.Text            = "Create a new MOG Repository";
     this.rbCreateNewRepository.CheckedChanged += new System.EventHandler(this.rbCreateNewRepository_CheckedChanged);
     //
     // rbSelectExistingRepository
     //
     this.rbSelectExistingRepository.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbSelectExistingRepository.Location        = new System.Drawing.Point(32, 176);
     this.rbSelectExistingRepository.Name            = "rbSelectExistingRepository";
     this.rbSelectExistingRepository.Size            = new System.Drawing.Size(216, 16);
     this.rbSelectExistingRepository.TabIndex        = 5;
     this.rbSelectExistingRepository.Text            = "Select an existing MOG Repository";
     this.rbSelectExistingRepository.CheckedChanged += new System.EventHandler(this.rbSelectExistingRepository_CheckedChanged);
     //
     // sqlConnectControl
     //
     this.sqlConnectControl.ButtonsVisible         = false;
     this.sqlConnectControl.Cursor                 = System.Windows.Forms.Cursors.Default;
     this.sqlConnectControl.DatabaseName           = "mog16";
     this.sqlConnectControl.DataSource             = "NEMESIS";
     this.sqlConnectControl.InitialCatalog         = "mog";
     this.sqlConnectControl.Location               = new System.Drawing.Point(408, 40);
     this.sqlConnectControl.Name                   = "sqlConnectControl";
     this.sqlConnectControl.OKButtonVisible        = false;
     this.sqlConnectControl.ServerName             = "NEMESIS";
     this.sqlConnectControl.Size                   = new System.Drawing.Size(312, 328);
     this.sqlConnectControl.SQLCancelButtonVisible = false;
     this.sqlConnectControl.SQLTestButtonVisible   = true;
     this.sqlConnectControl.TabIndex               = 6;
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(648, 392);
     this.btnOK.Name     = "btnOK";
     this.btnOK.TabIndex = 7;
     this.btnOK.Text     = "OK";
     this.btnOK.Click   += new System.EventHandler(this.btnOK_Click);
     //
     // tbRepositoryName
     //
     this.tbRepositoryName.Location = new System.Drawing.Point(48, 240);
     this.tbRepositoryName.Name     = "tbRepositoryName";
     this.tbRepositoryName.Size     = new System.Drawing.Size(184, 20);
     this.tbRepositoryName.TabIndex = 8;
     this.tbRepositoryName.Text     = "NewRepository";
     //
     // lblRepositoryName
     //
     this.lblRepositoryName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblRepositoryName.Location = new System.Drawing.Point(32, 224);
     this.lblRepositoryName.Name     = "lblRepositoryName";
     this.lblRepositoryName.Size     = new System.Drawing.Size(104, 16);
     this.lblRepositoryName.TabIndex = 9;
     this.lblRepositoryName.Text     = "Repository Name";
     //
     // ConfigWizard
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(744, 446);
     this.ControlBox        = false;
     this.Controls.Add(this.lblRepositoryName);
     this.Controls.Add(this.tbRepositoryName);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.sqlConnectControl);
     this.Controls.Add(this.rbSelectExistingRepository);
     this.Controls.Add(this.rbCreateNewRepository);
     this.Controls.Add(this.btnBrowseExistingRepository);
     this.Controls.Add(this.tbExistingRepositoryLocation);
     this.Controls.Add(this.btnBrowseNewRepository);
     this.Controls.Add(this.tbNewRepositoryLocation);
     this.Name          = "ConfigWizard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Config Wizard";
     this.ResumeLayout(false);
 }