namespace Server.Forms { partial class FormBlockClients { /// /// 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(FormBlockClients)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.listBlocked = new System.Windows.Forms.ListBox(); this.btnDelete = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtBlock = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.listBlocked); this.groupBox1.Controls.Add(this.btnDelete); this.groupBox1.Controls.Add(this.btnAdd); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtBlock); this.groupBox1.Location = new System.Drawing.Point(8, 7); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(543, 213); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "Blocklist"; // // listBlocked // this.listBlocked.DataBindings.Add(new System.Windows.Forms.Binding("Name", global::Server.Properties.Settings.Default, "txtBlocked", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.listBlocked.FormattingEnabled = true; this.listBlocked.ItemHeight = 12; this.listBlocked.Location = new System.Drawing.Point(225, 28); this.listBlocked.Margin = new System.Windows.Forms.Padding(2); this.listBlocked.Name = global::Server.Properties.Settings.Default.txtBlocked; this.listBlocked.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple; this.listBlocked.Size = new System.Drawing.Size(297, 160); this.listBlocked.TabIndex = 4; // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(117, 99); this.btnDelete.Margin = new System.Windows.Forms.Padding(2); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(38, 21); this.btnDelete.TabIndex = 3; this.btnDelete.Text = "-"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.BtnDelete_Click); // // btnAdd // this.btnAdd.Location = new System.Drawing.Point(24, 99); this.btnAdd.Margin = new System.Windows.Forms.Padding(2); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(38, 21); this.btnAdd.TabIndex = 2; this.btnAdd.Text = "+"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 31); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 12); this.label1.TabIndex = 1; this.label1.Text = "Input HWID or IP"; // // txtBlock // this.txtBlock.Location = new System.Drawing.Point(7, 52); this.txtBlock.Margin = new System.Windows.Forms.Padding(2); this.txtBlock.Name = "txtBlock"; this.txtBlock.Size = new System.Drawing.Size(192, 21); this.txtBlock.TabIndex = 0; // // FormBlockClients // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(562, 227); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "FormBlockClients"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Block"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormBlockClients_FormClosed); this.Load += new System.EventHandler(this.FormBlockClients_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ListBox listBlocked; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Label label1; public System.Windows.Forms.TextBox txtBlock; } }