namespace IndianHealthService.BMXNet.WinForm.Forms
{
partial class RpmsServerConnectionPropertiesDialog
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.connectionNameEntry = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.defaultConnectionCheckbox = new System.Windows.Forms.CheckBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.useDefaultNameSpaceCheck = new System.Windows.Forms.CheckBox();
this.useWindowsCheckbox = new System.Windows.Forms.CheckBox();
this.testButton = new System.Windows.Forms.Button();
this.txtNamespace = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.portEntry = new System.Windows.Forms.TextBox();
this.serverEntry = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// connectionNameEntry
//
this.connectionNameEntry.Location = new System.Drawing.Point(137, 14);
this.connectionNameEntry.Name = "connectionNameEntry";
this.connectionNameEntry.Size = new System.Drawing.Size(260, 20);
this.connectionNameEntry.TabIndex = 0;
this.connectionNameEntry.TextChanged += new System.EventHandler(this.entry_TextChanged);
//
// label4
//
this.label4.Location = new System.Drawing.Point(10, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(121, 16);
this.label4.TabIndex = 19;
this.label4.Text = "Connection Name:";
//
// defaultConnectionCheckbox
//
this.defaultConnectionCheckbox.AutoSize = true;
this.defaultConnectionCheckbox.Location = new System.Drawing.Point(137, 40);
this.defaultConnectionCheckbox.Name = "defaultConnectionCheckbox";
this.defaultConnectionCheckbox.Size = new System.Drawing.Size(185, 17);
this.defaultConnectionCheckbox.TabIndex = 1;
this.defaultConnectionCheckbox.Text = "Default RPMS Server Connection";
this.defaultConnectionCheckbox.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.useDefaultNameSpaceCheck);
this.groupBox1.Controls.Add(this.useWindowsCheckbox);
this.groupBox1.Controls.Add(this.testButton);
this.groupBox1.Controls.Add(this.txtNamespace);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.portEntry);
this.groupBox1.Controls.Add(this.serverEntry);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 68);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(396, 162);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "RPMS Connection Properties";
//
// useDefaultNameSpaceCheck
//
this.useDefaultNameSpaceCheck.AutoSize = true;
this.useDefaultNameSpaceCheck.Location = new System.Drawing.Point(247, 79);
this.useDefaultNameSpaceCheck.Name = "useDefaultNameSpaceCheck";
this.useDefaultNameSpaceCheck.Size = new System.Drawing.Size(138, 17);
this.useDefaultNameSpaceCheck.TabIndex = 3;
this.useDefaultNameSpaceCheck.Text = "Use default namespace";
this.useDefaultNameSpaceCheck.UseVisualStyleBackColor = true;
this.useDefaultNameSpaceCheck.CheckedChanged += new System.EventHandler(this.useDefaultNameSpaceCheck_CheckedChanged);
//
// useWindowsCheckbox
//
this.useWindowsCheckbox.AutoSize = true;
this.useWindowsCheckbox.Location = new System.Drawing.Point(125, 103);
this.useWindowsCheckbox.Name = "useWindowsCheckbox";
this.useWindowsCheckbox.Size = new System.Drawing.Size(163, 17);
this.useWindowsCheckbox.TabIndex = 4;
this.useWindowsCheckbox.Text = "Use Windows Authentication";
this.useWindowsCheckbox.UseVisualStyleBackColor = true;
//
// testButton
//
this.testButton.Location = new System.Drawing.Point(125, 126);
this.testButton.Name = "testButton";
this.testButton.Size = new System.Drawing.Size(117, 23);
this.testButton.TabIndex = 5;
this.testButton.Text = "&Test Connection...";
this.testButton.UseVisualStyleBackColor = true;
this.testButton.Click += new System.EventHandler(this.testButton_Click);
//
// txtNamespace
//
this.txtNamespace.Location = new System.Drawing.Point(125, 77);
this.txtNamespace.Name = "txtNamespace";
this.txtNamespace.Size = new System.Drawing.Size(97, 20);
this.txtNamespace.TabIndex = 2;
this.txtNamespace.TextChanged += new System.EventHandler(this.txtNamespace_TextChanged);
//
// label3
//
this.label3.Location = new System.Drawing.Point(6, 80);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(113, 16);
this.label3.TabIndex = 23;
this.label3.Text = "Server Namespace:";
//
// portEntry
//
this.portEntry.Location = new System.Drawing.Point(125, 51);
this.portEntry.Name = "portEntry";
this.portEntry.Size = new System.Drawing.Size(97, 20);
this.portEntry.TabIndex = 1;
this.portEntry.TextChanged += new System.EventHandler(this.entry_TextChanged);
//
// serverEntry
//
this.serverEntry.Location = new System.Drawing.Point(125, 25);
this.serverEntry.Name = "serverEntry";
this.serverEntry.Size = new System.Drawing.Size(260, 20);
this.serverEntry.TabIndex = 0;
this.serverEntry.TextChanged += new System.EventHandler(this.entry_TextChanged);
//
// label2
//
this.label2.Location = new System.Drawing.Point(6, 54);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 16);
this.label2.TabIndex = 20;
this.label2.Text = "Server Port:";
//
// label1
//
this.label1.Location = new System.Drawing.Point(6, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(129, 16);
this.label1.TabIndex = 19;
this.label1.Text = "Server Address/Name:";
//
// okButton
//
this.okButton.Location = new System.Drawing.Point(247, 236);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 23);
this.okButton.TabIndex = 3;
this.okButton.Text = "&OK";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// cancelButton
//
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(328, 236);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 4;
this.cancelButton.Text = "&Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// RpmsServerConnectionPropertiesDialog
//
this.AcceptButton = this.okButton;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(420, 270);
this.ControlBox = false;
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.connectionNameEntry);
this.Controls.Add(this.defaultConnectionCheckbox);
this.Controls.Add(this.label4);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "RpmsServerConnectionPropertiesDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Edit RPMS Server Connection";
this.Load += new System.EventHandler(this.RpmsServerConnectionPropertiesDialog_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox defaultConnectionCheckbox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button testButton;
private System.Windows.Forms.TextBox txtNamespace;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox portEntry;
private System.Windows.Forms.TextBox serverEntry;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.CheckBox useWindowsCheckbox;
private System.Windows.Forms.CheckBox useDefaultNameSpaceCheck;
private System.Windows.Forms.TextBox connectionNameEntry;
}
}