namespace Hawkeye.VisionBuilder.Features.Yolo { partial class AttributeSetter { /// /// 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() { label1 = new Label(); tbMinWidth = new TextBox(); tbMaxWidth = new TextBox(); Label2 = new Label(); tbMinHeight = new TextBox(); label3 = new Label(); tbMaxHeight = new TextBox(); label4 = new Label(); tbMinArea = new TextBox(); label5 = new Label(); tbMaxArea = new TextBox(); label6 = new Label(); button1 = new Button(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(16, 16); label1.Name = "label1"; label1.Size = new Size(60, 15); label1.TabIndex = 0; label1.Text = "MinWidth"; // // tbMinWidth // tbMinWidth.Location = new Point(88, 16); tbMinWidth.Name = "tbMinWidth"; tbMinWidth.Size = new Size(100, 23); tbMinWidth.TabIndex = 1; // // tbMaxWidth // tbMaxWidth.Location = new Point(88, 48); tbMaxWidth.Name = "tbMaxWidth"; tbMaxWidth.Size = new Size(100, 23); tbMaxWidth.TabIndex = 3; // // Label2 // Label2.AutoSize = true; Label2.Location = new Point(16, 48); Label2.Name = "Label2"; Label2.Size = new Size(62, 15); Label2.TabIndex = 2; Label2.Text = "MaxWidth"; // // tbMinHeight // tbMinHeight.Location = new Point(88, 80); tbMinHeight.Name = "tbMinHeight"; tbMinHeight.Size = new Size(100, 23); tbMinHeight.TabIndex = 5; // // label3 // label3.AutoSize = true; label3.Location = new Point(16, 80); label3.Name = "label3"; label3.Size = new Size(64, 15); label3.TabIndex = 4; label3.Text = "MinHeight"; // // tbMaxHeight // tbMaxHeight.Location = new Point(88, 112); tbMaxHeight.Name = "tbMaxHeight"; tbMaxHeight.Size = new Size(100, 23); tbMaxHeight.TabIndex = 7; // // label4 // label4.AutoSize = true; label4.Location = new Point(16, 112); label4.Name = "label4"; label4.Size = new Size(66, 15); label4.TabIndex = 6; label4.Text = "MaxHeight"; // // tbMinArea // tbMinArea.Location = new Point(88, 144); tbMinArea.Name = "tbMinArea"; tbMinArea.Size = new Size(100, 23); tbMinArea.TabIndex = 9; // // label5 // label5.AutoSize = true; label5.Location = new Point(16, 144); label5.Name = "label5"; label5.Size = new Size(52, 15); label5.TabIndex = 8; label5.Text = "MinArea"; // // tbMaxArea // tbMaxArea.Location = new Point(88, 176); tbMaxArea.Name = "tbMaxArea"; tbMaxArea.Size = new Size(100, 23); tbMaxArea.TabIndex = 11; // // label6 // label6.AutoSize = true; label6.Location = new Point(16, 176); label6.Name = "label6"; label6.Size = new Size(54, 15); label6.TabIndex = 10; label6.Text = "MaxArea"; // // button1 // button1.Location = new Point(64, 208); button1.Name = "button1"; button1.Size = new Size(75, 23); button1.TabIndex = 12; button1.Text = "Apply"; button1.UseVisualStyleBackColor = true; button1.Click += button1_Click; // // AttributeSetter // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(216, 247); Controls.Add(button1); Controls.Add(tbMaxArea); Controls.Add(label6); Controls.Add(tbMinArea); Controls.Add(label5); Controls.Add(tbMaxHeight); Controls.Add(label4); Controls.Add(tbMinHeight); Controls.Add(label3); Controls.Add(tbMaxWidth); Controls.Add(Label2); Controls.Add(tbMinWidth); Controls.Add(label1); FormBorderStyle = FormBorderStyle.FixedToolWindow; Name = "AttributeSetter"; Text = "AttributeSetter"; ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private TextBox tbMinWidth; private TextBox tbMaxWidth; private Label Label2; private TextBox tbMinHeight; private Label label3; private TextBox tbMaxHeight; private Label label4; private TextBox tbMinArea; private Label label5; private TextBox tbMaxArea; private Label label6; private Button button1; } }