namespace FilterController { partial class Main { /// /// 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(Main)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.CharInfo = new System.Windows.Forms.DataGridView(); this.Value = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.Disconnect = new System.Windows.Forms.Button(); this.Login_Disallow = new System.Windows.Forms.Button(); this.Login_Allow = new System.Windows.Forms.Button(); this.Block_LIP = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CharInfo)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BackgroundImage = global::FilterController.Properties.Resources.Echo; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(169, 238); this.pictureBox1.TabIndex = 7; this.pictureBox1.TabStop = false; // // CharInfo // this.CharInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.CharInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.CharInfo.Location = new System.Drawing.Point(169, 20); this.CharInfo.Name = "CharInfo"; this.CharInfo.ReadOnly = true; this.CharInfo.Size = new System.Drawing.Size(415, 218); this.CharInfo.TabIndex = 9; // // Value // this.Value.Dock = System.Windows.Forms.DockStyle.Top; this.Value.Location = new System.Drawing.Point(169, 0); this.Value.Name = "Value"; this.Value.Size = new System.Drawing.Size(415, 20); this.Value.TabIndex = 8; this.Value.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.Value.TextChanged += new System.EventHandler(this.Value_TextChanged); // // panel1 // this.panel1.Controls.Add(this.Block_LIP); this.panel1.Controls.Add(this.Login_Allow); this.panel1.Controls.Add(this.Login_Disallow); this.panel1.Controls.Add(this.Disconnect); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 238); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(584, 38); this.panel1.TabIndex = 10; // // Disconnect // this.Disconnect.Location = new System.Drawing.Point(12, 6); this.Disconnect.Name = "Disconnect"; this.Disconnect.Size = new System.Drawing.Size(75, 23); this.Disconnect.TabIndex = 0; this.Disconnect.Text = "Disconnect"; this.Disconnect.UseVisualStyleBackColor = true; this.Disconnect.Click += new System.EventHandler(this.Disconnect_Click); // // Login_Disallow // this.Login_Disallow.Location = new System.Drawing.Point(93, 6); this.Login_Disallow.Name = "Login_Disallow"; this.Login_Disallow.Size = new System.Drawing.Size(89, 23); this.Login_Disallow.TabIndex = 1; this.Login_Disallow.Text = "Disallow Login"; this.Login_Disallow.UseVisualStyleBackColor = true; this.Login_Disallow.Click += new System.EventHandler(this.Login_Disallow_Click); // // Login_Allow // this.Login_Allow.Location = new System.Drawing.Point(188, 6); this.Login_Allow.Name = "Login_Allow"; this.Login_Allow.Size = new System.Drawing.Size(72, 23); this.Login_Allow.TabIndex = 2; this.Login_Allow.Text = "Allow Login"; this.Login_Allow.UseVisualStyleBackColor = true; this.Login_Allow.Click += new System.EventHandler(this.Login_Allow_Click); // // Block_LIP // this.Block_LIP.Location = new System.Drawing.Point(266, 6); this.Block_LIP.Name = "Block_LIP"; this.Block_LIP.Size = new System.Drawing.Size(83, 23); this.Block_LIP.TabIndex = 3; this.Block_LIP.Text = "Block Last IP"; this.Block_LIP.UseVisualStyleBackColor = true; this.Block_LIP.Click += new System.EventHandler(this.Block_LIP_Click); // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(584, 276); this.Controls.Add(this.CharInfo); this.Controls.Add(this.Value); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Main"; this.Shown += new System.EventHandler(this.Main_Shown); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CharInfo)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.DataGridView CharInfo; private System.Windows.Forms.TextBox Value; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button Block_LIP; private System.Windows.Forms.Button Login_Allow; private System.Windows.Forms.Button Login_Disallow; private System.Windows.Forms.Button Disconnect; } }