namespace IndianHealthService.BMXNet.Forms { partial class RpmsLoginDialog { /// /// 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.verifyCodeEntry = new System.Windows.Forms.TextBox(); this.accessCodeEntry = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.connectionComboBox = new System.Windows.Forms.ComboBox(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.lblDescriptionResourceGroup = new System.Windows.Forms.Label(); this.grpDescriptionResourceGroup = new System.Windows.Forms.GroupBox(); this.useWindowAuthCheckbox = new System.Windows.Forms.CheckBox(); this.grpDescriptionResourceGroup.SuspendLayout(); this.SuspendLayout(); // // verifyCodeEntry // this.verifyCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.verifyCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.verifyCodeEntry.Location = new System.Drawing.Point(103, 87); this.verifyCodeEntry.Name = "verifyCodeEntry"; this.verifyCodeEntry.PasswordChar = '*'; this.verifyCodeEntry.Size = new System.Drawing.Size(244, 22); this.verifyCodeEntry.TabIndex = 15; // // accessCodeEntry // this.accessCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.accessCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.accessCodeEntry.Location = new System.Drawing.Point(103, 55); this.accessCodeEntry.Name = "accessCodeEntry"; this.accessCodeEntry.PasswordChar = '*'; this.accessCodeEntry.Size = new System.Drawing.Size(244, 22); this.accessCodeEntry.TabIndex = 13; this.accessCodeEntry.TextChanged += new System.EventHandler(this.txtAccess_TextChanged); // // label2 // this.label2.Location = new System.Drawing.Point(12, 92); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(85, 16); this.label2.TabIndex = 19; this.label2.Text = "&Verify Code:"; // // label1 // this.label1.Location = new System.Drawing.Point(12, 60); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(85, 16); this.label1.TabIndex = 18; this.label1.Text = "&Access Code:"; // // label4 // this.label4.Location = new System.Drawing.Point(12, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(85, 16); this.label4.TabIndex = 21; this.label4.Text = "RPMS Server:"; // // connectionComboBox // this.connectionComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.connectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.connectionComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.connectionComboBox.FormattingEnabled = true; this.connectionComboBox.Location = new System.Drawing.Point(103, 9); this.connectionComboBox.Name = "connectionComboBox"; this.connectionComboBox.Size = new System.Drawing.Size(246, 24); this.connectionComboBox.TabIndex = 22; this.connectionComboBox.SelectedIndexChanged += new System.EventHandler(this.connectionComboBox_SelectedIndexChanged); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.okButton.Location = new System.Drawing.Point(105, 155); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 25; this.okButton.Text = "&OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(186, 155); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 26; this.cancelButton.Text = "&Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // lblDescriptionResourceGroup // this.lblDescriptionResourceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblDescriptionResourceGroup.Location = new System.Drawing.Point(3, 16); this.lblDescriptionResourceGroup.Name = "lblDescriptionResourceGroup"; this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(334, 38); this.lblDescriptionResourceGroup.TabIndex = 0; this.lblDescriptionResourceGroup.Text = "Use this panel to enter the Access and Verify codes that you use to log in to the" + " RPMS server. "; // // grpDescriptionResourceGroup // this.grpDescriptionResourceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpDescriptionResourceGroup.Controls.Add(this.lblDescriptionResourceGroup); this.grpDescriptionResourceGroup.Location = new System.Drawing.Point(12, 184); this.grpDescriptionResourceGroup.Name = "grpDescriptionResourceGroup"; this.grpDescriptionResourceGroup.Size = new System.Drawing.Size(340, 57); this.grpDescriptionResourceGroup.TabIndex = 14; this.grpDescriptionResourceGroup.TabStop = false; this.grpDescriptionResourceGroup.Text = "Description"; // // useWindowAuthCheckbox // this.useWindowAuthCheckbox.AutoSize = true; this.useWindowAuthCheckbox.Location = new System.Drawing.Point(105, 116); this.useWindowAuthCheckbox.Name = "useWindowAuthCheckbox"; this.useWindowAuthCheckbox.Size = new System.Drawing.Size(163, 17); this.useWindowAuthCheckbox.TabIndex = 27; this.useWindowAuthCheckbox.Text = "Use Windows Authentication"; this.useWindowAuthCheckbox.UseVisualStyleBackColor = true; // // RpmsLoginDialog // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(362, 247); this.ControlBox = false; this.Controls.Add(this.useWindowAuthCheckbox); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.connectionComboBox); this.Controls.Add(this.label4); this.Controls.Add(this.grpDescriptionResourceGroup); this.Controls.Add(this.verifyCodeEntry); this.Controls.Add(this.accessCodeEntry); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "RpmsLoginDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Login to RPMS"; this.Load += new System.EventHandler(this.RpmsLoginDialog_Load); this.grpDescriptionResourceGroup.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox verifyCodeEntry; private System.Windows.Forms.TextBox accessCodeEntry; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox connectionComboBox; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Label lblDescriptionResourceGroup; private System.Windows.Forms.GroupBox grpDescriptionResourceGroup; private System.Windows.Forms.CheckBox useWindowAuthCheckbox; } }