namespace Fron { partial class SelectKeypress { /// /// 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.lblSelectKeypress = new System.Windows.Forms.Label(); this.cboKeypress = new System.Windows.Forms.ComboBox(); this.btnSend = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblSelectKeypress // this.lblSelectKeypress.AutoSize = true; this.lblSelectKeypress.Location = new System.Drawing.Point(12, 11); this.lblSelectKeypress.Name = "lblSelectKeypress"; this.lblSelectKeypress.Size = new System.Drawing.Size(85, 13); this.lblSelectKeypress.TabIndex = 0; this.lblSelectKeypress.Text = "Select keypress:"; // // cboKeypress // this.cboKeypress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboKeypress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboKeypress.FormattingEnabled = true; this.cboKeypress.Location = new System.Drawing.Point(111, 8); this.cboKeypress.Name = "cboKeypress"; this.cboKeypress.Size = new System.Drawing.Size(217, 21); this.cboKeypress.TabIndex = 1; // // btnSend // this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSend.Location = new System.Drawing.Point(174, 35); this.btnSend.Name = "btnSend"; this.btnSend.Size = new System.Drawing.Size(74, 27); this.btnSend.TabIndex = 2; this.btnSend.Text = "Send"; this.btnSend.UseVisualStyleBackColor = true; this.btnSend.Click += new System.EventHandler(this.btnSend_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(254, 35); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(74, 27); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // SelectKeypress // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(336, 73); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSend); this.Controls.Add(this.cboKeypress); this.Controls.Add(this.lblSelectKeypress); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SelectKeypress"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Select Keypress"; this.Load += new System.EventHandler(this.SelectKeypress_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblSelectKeypress; private System.Windows.Forms.ComboBox cboKeypress; private System.Windows.Forms.Button btnSend; private System.Windows.Forms.Button btnCancel; } }