代码拉取完成,页面将自动刷新
namespace WinAuth
{
partial class SetShortcutKeyForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.introLabel = new MetroFramework.Controls.MetroLabel();
this.shiftToggle = new MetroFramework.Controls.MetroToggle();
this.ctrlLabel = new MetroFramework.Controls.MetroLabel();
this.shiftLabel = new MetroFramework.Controls.MetroLabel();
this.altLabel = new MetroFramework.Controls.MetroLabel();
this.ctrlToggle = new MetroFramework.Controls.MetroToggle();
this.altToggle = new MetroFramework.Controls.MetroToggle();
this.keyCombo = new MetroFramework.Controls.MetroComboBox();
this.keyLabel = new MetroFramework.Controls.MetroLabel();
this.cancelButton = new MetroFramework.Controls.MetroButton();
this.okButton = new MetroFramework.Controls.MetroButton();
this.injectRadioButton = new WinAuth.GroupMetroRadioButton();
this.pasteRadioButton = new WinAuth.GroupMetroRadioButton();
this.advancedRadioButton = new WinAuth.GroupMetroRadioButton();
this.advancedTextbox = new MetroFramework.Controls.MetroTextBox();
this.injectTextbox = new MetroFramework.Controls.MetroTextBox();
this.tooltip = new MetroFramework.Drawing.Html.HtmlToolTip();
this.advancedLink = new MetroFramework.Controls.MetroLink();
this.notifyRadioButton = new WinAuth.GroupMetroRadioButton();
this.SuspendLayout();
//
// introLabel
//
this.introLabel.Location = new System.Drawing.Point(23, 60);
this.introLabel.Name = "introLabel";
this.introLabel.Size = new System.Drawing.Size(341, 27);
this.introLabel.TabIndex = 0;
this.introLabel.Text = "Select a shortcut key and action";
//
// shiftToggle
//
this.shiftToggle.AutoSize = true;
this.shiftToggle.Location = new System.Drawing.Point(72, 100);
this.shiftToggle.Name = "shiftToggle";
this.shiftToggle.Size = new System.Drawing.Size(80, 17);
this.shiftToggle.TabIndex = 0;
this.shiftToggle.Text = "Off";
this.shiftToggle.UseSelectable = true;
//
// ctrlLabel
//
this.ctrlLabel.AutoSize = true;
this.ctrlLabel.Location = new System.Drawing.Point(23, 121);
this.ctrlLabel.Name = "ctrlLabel";
this.ctrlLabel.Size = new System.Drawing.Size(30, 19);
this.ctrlLabel.TabIndex = 2;
this.ctrlLabel.Text = "Ctrl";
//
// shiftLabel
//
this.shiftLabel.AutoSize = true;
this.shiftLabel.Location = new System.Drawing.Point(23, 98);
this.shiftLabel.Name = "shiftLabel";
this.shiftLabel.Size = new System.Drawing.Size(34, 19);
this.shiftLabel.TabIndex = 2;
this.shiftLabel.Text = "Shift";
//
// altLabel
//
this.altLabel.AutoSize = true;
this.altLabel.Location = new System.Drawing.Point(23, 144);
this.altLabel.Name = "altLabel";
this.altLabel.Size = new System.Drawing.Size(25, 19);
this.altLabel.TabIndex = 2;
this.altLabel.Text = "Alt";
//
// ctrlToggle
//
this.ctrlToggle.AutoSize = true;
this.ctrlToggle.Location = new System.Drawing.Point(72, 123);
this.ctrlToggle.Name = "ctrlToggle";
this.ctrlToggle.Size = new System.Drawing.Size(80, 17);
this.ctrlToggle.TabIndex = 1;
this.ctrlToggle.Text = "Off";
this.ctrlToggle.UseSelectable = true;
//
// altToggle
//
this.altToggle.AutoSize = true;
this.altToggle.Location = new System.Drawing.Point(72, 146);
this.altToggle.Name = "altToggle";
this.altToggle.Size = new System.Drawing.Size(80, 17);
this.altToggle.TabIndex = 2;
this.altToggle.Text = "Off";
this.altToggle.UseSelectable = true;
//
// keyCombo
//
this.keyCombo.FormattingEnabled = true;
this.keyCombo.ItemHeight = 23;
this.keyCombo.Items.AddRange(new object[] {
"[None]",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J",
"K",
"L",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"W",
"X",
"Y",
"Z",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"[",
"]",
";",
"\'",
"#",
"<",
">",
"/"});
this.keyCombo.Location = new System.Drawing.Point(216, 95);
this.keyCombo.Name = "keyCombo";
this.keyCombo.Size = new System.Drawing.Size(144, 29);
this.keyCombo.TabIndex = 3;
this.keyCombo.UseSelectable = true;
this.keyCombo.SelectedIndexChanged += new System.EventHandler(this.keyCombo_SelectedIndexChanged);
//
// keyLabel
//
this.keyLabel.AutoSize = true;
this.keyLabel.Location = new System.Drawing.Point(181, 98);
this.keyLabel.Name = "keyLabel";
this.keyLabel.Size = new System.Drawing.Size(29, 19);
this.keyLabel.TabIndex = 2;
this.keyLabel.Text = "Key";
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(289, 394);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 11;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseSelectable = true;
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(208, 394);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 23);
this.okButton.TabIndex = 10;
this.okButton.Text = "OK";
this.okButton.UseSelectable = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// injectRadioButton
//
this.injectRadioButton.AutoSize = true;
this.injectRadioButton.Enabled = false;
this.injectRadioButton.Group = "Action";
this.injectRadioButton.Location = new System.Drawing.Point(23, 211);
this.injectRadioButton.Name = "injectRadioButton";
this.injectRadioButton.Size = new System.Drawing.Size(269, 15);
this.injectRadioButton.TabIndex = 5;
this.injectRadioButton.Text = "Enter code into current window or one called...";
this.injectRadioButton.UseSelectable = true;
this.injectRadioButton.CheckedChanged += new System.EventHandler(this.injectRadioButton_CheckedChanged);
//
// pasteRadioButton
//
this.pasteRadioButton.AutoSize = true;
this.pasteRadioButton.Enabled = false;
this.pasteRadioButton.Group = "Action";
this.pasteRadioButton.Location = new System.Drawing.Point(23, 261);
this.pasteRadioButton.Name = "pasteRadioButton";
this.pasteRadioButton.Size = new System.Drawing.Size(167, 15);
this.pasteRadioButton.TabIndex = 7;
this.pasteRadioButton.Text = "Copy code to the clipboard";
this.pasteRadioButton.UseSelectable = true;
//
// advancedRadioButton
//
this.advancedRadioButton.AutoSize = true;
this.advancedRadioButton.Enabled = false;
this.advancedRadioButton.Group = "Action";
this.advancedRadioButton.Location = new System.Drawing.Point(23, 282);
this.advancedRadioButton.Name = "advancedRadioButton";
this.advancedRadioButton.Size = new System.Drawing.Size(85, 15);
this.advancedRadioButton.TabIndex = 8;
this.advancedRadioButton.Text = "Advanced...";
this.advancedRadioButton.UseSelectable = true;
this.advancedRadioButton.CheckedChanged += new System.EventHandler(this.advancedRadioButton_CheckedChanged);
//
// advancedTextbox
//
this.advancedTextbox.Enabled = false;
this.advancedTextbox.Location = new System.Drawing.Point(45, 303);
this.advancedTextbox.MaxLength = 32767;
this.advancedTextbox.Multiline = true;
this.advancedTextbox.Name = "advancedTextbox";
this.advancedTextbox.PasswordChar = '\0';
this.advancedTextbox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.advancedTextbox.SelectedText = "";
this.advancedTextbox.Size = new System.Drawing.Size(315, 68);
this.advancedTextbox.TabIndex = 9;
this.tooltip.SetToolTip(this.advancedTextbox, "_SetShortcutKeyForm_advancedTextbox_tooltip");
this.advancedTextbox.UseSelectable = true;
//
// injectTextbox
//
this.injectTextbox.Enabled = false;
this.injectTextbox.Location = new System.Drawing.Point(45, 232);
this.injectTextbox.MaxLength = 32767;
this.injectTextbox.Name = "injectTextbox";
this.injectTextbox.PasswordChar = '\0';
this.injectTextbox.PromptText = "Window title or process name";
this.injectTextbox.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.injectTextbox.SelectedText = "";
this.injectTextbox.Size = new System.Drawing.Size(315, 23);
this.injectTextbox.TabIndex = 6;
this.injectTextbox.UseSelectable = true;
//
// tooltip
//
this.tooltip.OwnerDraw = true;
this.tooltip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
//
// advancedLink
//
this.advancedLink.Location = new System.Drawing.Point(289, 282);
this.advancedLink.Name = "advancedLink";
this.advancedLink.Size = new System.Drawing.Size(71, 15);
this.advancedLink.TabIndex = 11;
this.advancedLink.Text = "more info";
this.advancedLink.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.advancedLink.UseSelectable = true;
this.advancedLink.Click += new System.EventHandler(this.advancedLink_Click);
//
// notifyRadioButton
//
this.notifyRadioButton.AutoSize = true;
this.notifyRadioButton.Checked = true;
this.notifyRadioButton.Enabled = false;
this.notifyRadioButton.Group = "Action";
this.notifyRadioButton.Location = new System.Drawing.Point(23, 190);
this.notifyRadioButton.Name = "notifyRadioButton";
this.notifyRadioButton.Size = new System.Drawing.Size(125, 15);
this.notifyRadioButton.TabIndex = 4;
this.notifyRadioButton.TabStop = true;
this.notifyRadioButton.Text = "Show a notification";
this.notifyRadioButton.UseSelectable = true;
this.notifyRadioButton.CheckedChanged += new System.EventHandler(this.injectRadioButton_CheckedChanged);
//
// SetShortcutKeyForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BorderStyle = MetroFramework.Forms.MetroFormBorderStyle.FixedSingle;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(387, 440);
this.Controls.Add(this.advancedLink);
this.Controls.Add(this.injectTextbox);
this.Controls.Add(this.advancedTextbox);
this.Controls.Add(this.advancedRadioButton);
this.Controls.Add(this.pasteRadioButton);
this.Controls.Add(this.notifyRadioButton);
this.Controls.Add(this.injectRadioButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.keyCombo);
this.Controls.Add(this.shiftLabel);
this.Controls.Add(this.keyLabel);
this.Controls.Add(this.altLabel);
this.Controls.Add(this.ctrlLabel);
this.Controls.Add(this.altToggle);
this.Controls.Add(this.ctrlToggle);
this.Controls.Add(this.shiftToggle);
this.Controls.Add(this.introLabel);
this.Name = "SetShortcutKeyForm";
this.Resizable = false;
this.Text = "Shortcut Key";
this.Load += new System.EventHandler(this.SetShortcutKeyForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MetroFramework.Controls.MetroLabel introLabel;
private MetroFramework.Controls.MetroToggle shiftToggle;
private MetroFramework.Controls.MetroLabel ctrlLabel;
private MetroFramework.Controls.MetroLabel shiftLabel;
private MetroFramework.Controls.MetroLabel altLabel;
private MetroFramework.Controls.MetroToggle ctrlToggle;
private MetroFramework.Controls.MetroToggle altToggle;
private MetroFramework.Controls.MetroComboBox keyCombo;
private MetroFramework.Controls.MetroLabel keyLabel;
private MetroFramework.Controls.MetroButton cancelButton;
private MetroFramework.Controls.MetroButton okButton;
private GroupMetroRadioButton injectRadioButton;
private GroupMetroRadioButton pasteRadioButton;
private GroupMetroRadioButton advancedRadioButton;
private MetroFramework.Controls.MetroTextBox advancedTextbox;
private MetroFramework.Controls.MetroTextBox injectTextbox;
private MetroFramework.Drawing.Html.HtmlToolTip tooltip;
private MetroFramework.Controls.MetroLink advancedLink;
private GroupMetroRadioButton notifyRadioButton;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。