namespace bzit.bomg { partial class PasswordForm { /// /// 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.button2 = new RyzStudio.Windows.ThemedForms.Button(); this.horizontalSeparator1 = new RyzStudio.Windows.Forms.HorizontalSeparator(); this.textBox1 = new RyzStudio.Windows.ThemedForms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.BackColor = System.Drawing.Color.Transparent; this.button2.DefaultImage = null; this.button2.DownImage = null; this.button2.LabelText = "&OK"; this.button2.Location = new System.Drawing.Point(264, 77); this.button2.Name = "button2"; this.button2.OverImage = null; this.button2.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3); this.button2.Size = new System.Drawing.Size(108, 32); this.button2.TabIndex = 1; this.button2.Click += new System.EventHandler(this.button2_Click); // // horizontalSeparator1 // this.horizontalSeparator1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.horizontalSeparator1.Location = new System.Drawing.Point(12, 62); this.horizontalSeparator1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.horizontalSeparator1.MaximumSize = new System.Drawing.Size(4920, 2); this.horizontalSeparator1.Name = "horizontalSeparator1"; this.horizontalSeparator1.Size = new System.Drawing.Size(360, 2); this.horizontalSeparator1.TabIndex = 73; // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.BackColor = System.Drawing.Color.Transparent; this.textBox1.Location = new System.Drawing.Point(96, 15); this.textBox1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6); this.textBox1.Name = "textBox1"; this.textBox1.Padding = new System.Windows.Forms.Padding(10, 10, 9, 9); this.textBox1.Size = new System.Drawing.Size(276, 32); this.textBox1.SubmitButton = this.button2; this.textBox1.TabIndex = 0; this.textBox1.UseSystemPasswordChar = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 25); this.label2.Margin = new System.Windows.Forms.Padding(3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 13); this.label2.TabIndex = 71; this.label2.Text = "Password"; // // PasswordForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(384, 121); this.Controls.Add(this.button2); this.Controls.Add(this.horizontalSeparator1); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Font = new System.Drawing.Font("Tahoma", 8.25F); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(400, 160); this.Name = "PasswordForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Password"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private RyzStudio.Windows.ThemedForms.Button button2; private RyzStudio.Windows.Forms.HorizontalSeparator horizontalSeparator1; private RyzStudio.Windows.ThemedForms.TextBox textBox1; private System.Windows.Forms.Label label2; } }