namespace Quasar.Server.Forms { partial class FrmVisitWebsite { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmVisitWebsite)); this.chkVisitHidden = new System.Windows.Forms.CheckBox(); this.lblURL = new System.Windows.Forms.Label(); this.txtURL = new System.Windows.Forms.TextBox(); this.btnVisitWebsite = new System.Windows.Forms.Button(); this.lblQuick = new System.Windows.Forms.Label(); this.btnQ1 = new System.Windows.Forms.Button(); this.btnQ2 = new System.Windows.Forms.Button(); this.btnQ3 = new System.Windows.Forms.Button(); this.btnQ4 = new System.Windows.Forms.Button(); this.btnQ5 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // chkVisitHidden // this.chkVisitHidden.AutoSize = true; this.chkVisitHidden.Checked = true; this.chkVisitHidden.CheckState = System.Windows.Forms.CheckState.Checked; this.chkVisitHidden.Location = new System.Drawing.Point(48, 38); this.chkVisitHidden.Name = "chkVisitHidden"; this.chkVisitHidden.Size = new System.Drawing.Size(170, 17); this.chkVisitHidden.TabIndex = 2; this.chkVisitHidden.Text = "Visit hidden (recommended)"; this.chkVisitHidden.UseVisualStyleBackColor = true; // // lblURL // this.lblURL.AutoSize = true; this.lblURL.Location = new System.Drawing.Point(12, 9); this.lblURL.Name = "lblURL"; this.lblURL.Size = new System.Drawing.Size(30, 13); this.lblURL.TabIndex = 0; this.lblURL.Text = "URL:"; // // txtURL // this.txtURL.Location = new System.Drawing.Point(48, 6); this.txtURL.Name = "txtURL"; this.txtURL.Size = new System.Drawing.Size(336, 22); this.txtURL.TabIndex = 1; // // btnVisitWebsite // this.btnVisitWebsite.Location = new System.Drawing.Point(246, 34); this.btnVisitWebsite.Name = "btnVisitWebsite"; this.btnVisitWebsite.Size = new System.Drawing.Size(138, 23); this.btnVisitWebsite.TabIndex = 3; this.btnVisitWebsite.Text = "Visit Website"; this.btnVisitWebsite.UseVisualStyleBackColor = true; this.btnVisitWebsite.Click += new System.EventHandler(this.btnVisitWebsite_Click); // // lblQuick // this.lblQuick.AutoSize = true; this.lblQuick.Location = new System.Drawing.Point(12, 68); this.lblQuick.Name = "lblQuick"; this.lblQuick.Size = new System.Drawing.Size(38, 13); this.lblQuick.TabIndex = 10; this.lblQuick.Text = "Quick:"; // // btnQ1 - PHub Gay // this.btnQ1.Location = new System.Drawing.Point(55, 64); this.btnQ1.Name = "btnQ1"; this.btnQ1.Size = new System.Drawing.Size(63, 22); this.btnQ1.TabIndex = 11; this.btnQ1.Text = "PHub Gay"; this.btnQ1.UseVisualStyleBackColor = true; this.btnQ1.Click += new System.EventHandler(this.btnQ1_Click); // // btnQ2 - NiggaFart // this.btnQ2.Location = new System.Drawing.Point(121, 64); this.btnQ2.Name = "btnQ2"; this.btnQ2.Size = new System.Drawing.Size(63, 22); this.btnQ2.TabIndex = 12; this.btnQ2.Text = "NiggaFart"; this.btnQ2.UseVisualStyleBackColor = true; this.btnQ2.Click += new System.EventHandler(this.btnQ2_Click); // // btnQ3 - MeatSpin // this.btnQ3.Location = new System.Drawing.Point(187, 64); this.btnQ3.Name = "btnQ3"; this.btnQ3.Size = new System.Drawing.Size(63, 22); this.btnQ3.TabIndex = 13; this.btnQ3.Text = "LemonParty"; this.btnQ3.UseVisualStyleBackColor = true; this.btnQ3.Click += new System.EventHandler(this.btnQ3_Click); // // btnQ4 - NHentai // this.btnQ4.Location = new System.Drawing.Point(253, 64); this.btnQ4.Name = "btnQ4"; this.btnQ4.Size = new System.Drawing.Size(63, 22); this.btnQ4.TabIndex = 14; this.btnQ4.Text = "NHentai"; this.btnQ4.UseVisualStyleBackColor = true; this.btnQ4.Click += new System.EventHandler(this.btnQ4_Click); // // btnQ5 - E621 // this.btnQ5.Location = new System.Drawing.Point(319, 64); this.btnQ5.Name = "btnQ5"; this.btnQ5.Size = new System.Drawing.Size(63, 22); this.btnQ5.TabIndex = 15; this.btnQ5.Text = "E621 (furry)"; this.btnQ5.UseVisualStyleBackColor = true; this.btnQ5.Click += new System.EventHandler(this.btnQ5_Click); // // FrmVisitWebsite // this.AcceptButton = this.btnVisitWebsite; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(396, 96); this.Controls.Add(this.chkVisitHidden); this.Controls.Add(this.lblURL); this.Controls.Add(this.txtURL); this.Controls.Add(this.btnVisitWebsite); this.Controls.Add(this.lblQuick); this.Controls.Add(this.btnQ1); this.Controls.Add(this.btnQ2); this.Controls.Add(this.btnQ3); this.Controls.Add(this.btnQ4); this.Controls.Add(this.btnQ5); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmVisitWebsite"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Visit Website []"; this.Load += new System.EventHandler(this.FrmVisitWebsite_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox chkVisitHidden; private System.Windows.Forms.Label lblURL; private System.Windows.Forms.TextBox txtURL; private System.Windows.Forms.Button btnVisitWebsite; private System.Windows.Forms.Label lblQuick; private System.Windows.Forms.Button btnQ1; private System.Windows.Forms.Button btnQ2; private System.Windows.Forms.Button btnQ3; private System.Windows.Forms.Button btnQ4; private System.Windows.Forms.Button btnQ5; } }