namespace SBD_Parser { partial class SetHeader { /// /// 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.lblSelectHeader = new System.Windows.Forms.Label(); this.cmbHeaders = new System.Windows.Forms.ComboBox(); this.lblValue = new System.Windows.Forms.Label(); this.txtValue = new System.Windows.Forms.TextBox(); this.btnSave = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblSelectHeader // this.lblSelectHeader.AutoSize = true; this.lblSelectHeader.Location = new System.Drawing.Point(12, 25); this.lblSelectHeader.Name = "lblSelectHeader"; this.lblSelectHeader.Size = new System.Drawing.Size(75, 13); this.lblSelectHeader.TabIndex = 0; this.lblSelectHeader.Text = "Select Header"; // // cmbHeaders // this.cmbHeaders.FormattingEnabled = true; this.cmbHeaders.Items.AddRange(new object[] { "Header 1", "Header 2", "Header 3"}); this.cmbHeaders.Location = new System.Drawing.Point(15, 41); this.cmbHeaders.Name = "cmbHeaders"; this.cmbHeaders.Size = new System.Drawing.Size(121, 21); this.cmbHeaders.TabIndex = 1; // // lblValue // this.lblValue.AutoSize = true; this.lblValue.Location = new System.Drawing.Point(15, 65); this.lblValue.Name = "lblValue"; this.lblValue.Size = new System.Drawing.Size(34, 13); this.lblValue.TabIndex = 2; this.lblValue.Text = "Value"; // // txtValue // this.txtValue.Location = new System.Drawing.Point(15, 81); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(121, 20); this.txtValue.TabIndex = 3; // // btnSave // this.btnSave.Location = new System.Drawing.Point(15, 107); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 4; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // SetHeader // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtValue); this.Controls.Add(this.lblValue); this.Controls.Add(this.cmbHeaders); this.Controls.Add(this.lblSelectHeader); this.Name = "SetHeader"; this.Text = "SetHeader"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblSelectHeader; private System.Windows.Forms.ComboBox cmbHeaders; private System.Windows.Forms.Label lblValue; private System.Windows.Forms.TextBox txtValue; private System.Windows.Forms.Button btnSave; } }