object Form10: TForm10 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Add/Edit Hotkey' ClientHeight = 246 ClientWidth = 313 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object label_key: TLabel Left = 8 Top = 8 Width = 81 Height = 17 AutoSize = False Caption = 'Hotkey:' end object label_group: TLabel Left = 8 Top = 32 Width = 81 Height = 17 AutoSize = False Caption = 'Target group:' end object label_target_char: TLabel Left = 8 Top = 80 Width = 113 Height = 17 AutoSize = False Caption = 'Target char x:' end object label_option: TLabel Left = 8 Top = 104 Width = 81 Height = 17 AutoSize = False Caption = 'Target option:' end object label_action: TLabel Left = 8 Top = 128 Width = 81 Height = 17 AutoSize = False Caption = 'Action to do:' end object label_value: TLabel Left = 8 Top = 152 Width = 81 Height = 17 AutoSize = False Caption = 'Value:' end object label_value2: TLabel Left = 8 Top = 176 Width = 81 Height = 17 AutoSize = False Caption = 'Value2:' end object combo_group: TComboBox Left = 96 Top = 28 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = combo_groupChange end object check_charid: TRadioButton Left = 8 Top = 56 Width = 105 Height = 17 Caption = 'Target char by ID' Checked = True TabOrder = 1 TabStop = True OnClick = check_charidClick end object check_charname: TRadioButton Left = 184 Top = 56 Width = 121 Height = 17 Caption = 'Target char by name' TabOrder = 2 OnClick = check_charnameClick end object edit_char: TEdit Left = 96 Top = 75 Width = 209 Height = 21 TabOrder = 3 end object combo_option: TComboBox Left = 96 Top = 100 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 OnChange = combo_optionChange end object combo_action: TComboBox Left = 96 Top = 124 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 5 OnChange = combo_actionChange end object edit_value: TEdit Left = 96 Top = 148 Width = 209 Height = 21 TabOrder = 6 end object edit_value2: TEdit Left = 96 Top = 172 Width = 209 Height = 21 TabOrder = 7 end object button_add: TButton Left = 8 Top = 208 Width = 81 Height = 25 Caption = 'Add / Change' TabOrder = 8 OnClick = button_addClick end object button_cancel: TButton Left = 216 Top = 208 Width = 81 Height = 25 Caption = 'Cancel' TabOrder = 9 OnClick = button_cancelClick end object Check_Ctrl: TCheckBox Left = 96 Top = 5 Width = 49 Height = 17 Caption = 'CTRL' TabOrder = 10 end object Check_Alt: TCheckBox Left = 152 Top = 5 Width = 41 Height = 17 Caption = 'ALT' TabOrder = 11 end object combo_keys: TComboBox Left = 200 Top = 3 Width = 105 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 12 end end