namespace TracingDB.Forms { partial class TrivialLoginDlg { /// /// 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.passwordGroupBox = new System.Windows.Forms.GroupBox(); this.passwordTextBox = new System.Windows.Forms.TextBox(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.passwordGroupBox.SuspendLayout(); this.SuspendLayout(); // // passwordGroupBox // this.passwordGroupBox.Controls.Add(this.passwordTextBox); this.passwordGroupBox.Location = new System.Drawing.Point(12, 10); this.passwordGroupBox.Name = "passwordGroupBox"; this.passwordGroupBox.Size = new System.Drawing.Size(200, 49); this.passwordGroupBox.TabIndex = 0; this.passwordGroupBox.TabStop = false; this.passwordGroupBox.Text = "Heslo"; // // passwordTextBox // this.passwordTextBox.Location = new System.Drawing.Point(51, 18); this.passwordTextBox.Name = "passwordTextBox"; this.passwordTextBox.PasswordChar = '*'; this.passwordTextBox.Size = new System.Drawing.Size(100, 20); this.passwordTextBox.TabIndex = 0; // // okButton // this.okButton.Location = new System.Drawing.Point(237, 18); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 39); this.okButton.TabIndex = 1; 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(330, 18); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 39); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // LoginDlg // 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(426, 73); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.passwordGroupBox); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LoginDlg"; this.Text = "LoginDlg"; this.passwordGroupBox.ResumeLayout(false); this.passwordGroupBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox passwordGroupBox; private System.Windows.Forms.TextBox passwordTextBox; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; } }