/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.BtnOK = new System.Windows.Forms.Button();
     this.BtnCancel = new System.Windows.Forms.Button();
     this.ShortcutInput1 = new QWIK.ShortcutInput();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.BtnOK.Location = new System.Drawing.Point(48, 88);
     this.BtnOK.Name = "BtnOK";
     this.BtnOK.TabIndex = 0;
     this.BtnOK.Text = "&OK";
     this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
     //
     // BtnCancel
     //
     this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.BtnCancel.Location = new System.Drawing.Point(128, 88);
     this.BtnCancel.Name = "BtnCancel";
     this.BtnCancel.TabIndex = 1;
     this.BtnCancel.Text = "&Cancel";
     //
     // ShortcutInput1
     //
     this.ShortcutInput1.Alt = false;
     this.ShortcutInput1.CharCode = ((System.Byte)(65));
     this.ShortcutInput1.Control = false;
     this.ShortcutInput1.Keys = System.Windows.Forms.Keys.A;
     this.ShortcutInput1.Location = new System.Drawing.Point(8, 16);
     this.ShortcutInput1.Name = "ShortcutInput1";
     this.ShortcutInput1.Shift = false;
     this.ShortcutInput1.Size = new System.Drawing.Size(248, 48);
     this.ShortcutInput1.TabIndex = 2;
     //
     // FrmSpecifyShortcut
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.BtnCancel;
     this.ClientSize = new System.Drawing.Size(250, 122);
     this.Controls.Add(this.ShortcutInput1);
     this.Controls.Add(this.BtnCancel);
     this.Controls.Add(this.BtnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "FrmSpecifyShortcut";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Specify Shortcut";
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.BtnOK          = new System.Windows.Forms.Button();
     this.BtnCancel      = new System.Windows.Forms.Button();
     this.ShortcutInput1 = new QWIK.ShortcutInput();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.BtnOK.Location  = new System.Drawing.Point(48, 88);
     this.BtnOK.Name      = "BtnOK";
     this.BtnOK.TabIndex  = 0;
     this.BtnOK.Text      = "&OK";
     this.BtnOK.Click    += new System.EventHandler(this.BtnOK_Click);
     //
     // BtnCancel
     //
     this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.BtnCancel.Location     = new System.Drawing.Point(128, 88);
     this.BtnCancel.Name         = "BtnCancel";
     this.BtnCancel.TabIndex     = 1;
     this.BtnCancel.Text         = "&Cancel";
     //
     // ShortcutInput1
     //
     this.ShortcutInput1.Alt      = false;
     this.ShortcutInput1.CharCode = ((System.Byte)(65));
     this.ShortcutInput1.Control  = false;
     this.ShortcutInput1.Keys     = System.Windows.Forms.Keys.A;
     this.ShortcutInput1.Location = new System.Drawing.Point(8, 16);
     this.ShortcutInput1.Name     = "ShortcutInput1";
     this.ShortcutInput1.Shift    = false;
     this.ShortcutInput1.Size     = new System.Drawing.Size(248, 48);
     this.ShortcutInput1.TabIndex = 2;
     //
     // FrmSpecifyShortcut
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.BtnCancel;
     this.ClientSize        = new System.Drawing.Size(250, 122);
     this.Controls.Add(this.ShortcutInput1);
     this.Controls.Add(this.BtnCancel);
     this.Controls.Add(this.BtnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "FrmSpecifyShortcut";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Specify Shortcut";
     this.ResumeLayout(false);
 }