object dlgKeyMap: TdlgKeyMap Left = 198 Top = 333 BorderStyle = bsDialog Caption = '�V���[�g�J�b�g�L�[�ݒ�' ClientHeight = 295 ClientWidth = 430 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 232 Top = 8 Width = 93 Height = 12 Caption = '���蓖�Ă�L�[(&K)' end object Label2: TLabel Left = 16 Top = 8 Width = 59 Height = 12 Caption = '���j���[(&M)' FocusControl = tView end object Label3: TLabel Left = 16 Top = 248 Width = 60 Height = 12 Caption = '���݂̃L�[' end object lstKey: TListBox Left = 232 Top = 80 Width = 97 Height = 201 ItemHeight = 12 Items.Strings = ( 'Tab' 'Home' 'End' 'Space' 'BkSp' 'Enter' 'Ins' 'Del' 'Up' 'Down' 'Right' 'Left' 'PgUp' 'PgDn' 'F1' 'F2' 'F3' 'F4' 'F5' 'F6' 'F7' 'F8' 'F9' 'F10' 'F11' 'F12' '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' '-' '^' '\' '@' '[' ';' ':' ']' ',' '.' '/') TabOrder = 4 end object cbCtrl: TCheckBox Left = 232 Top = 40 Width = 49 Height = 17 Caption = '&Ctrl' TabOrder = 2 end object cbShift: TCheckBox Left = 232 Top = 24 Width = 49 Height = 17 Caption = '&Shift' TabOrder = 1 end object cbAlt: TCheckBox Left = 232 Top = 56 Width = 41 Height = 17 Caption = '&Alt' TabOrder = 3 end object tView: TTreeView Left = 16 Top = 24 Width = 193 Height = 217 HideSelection = False Indent = 19 ReadOnly = True TabOrder = 0 OnChange = tViewChange OnDeletion = tViewDeletion end object edtOld: TEdit Left = 16 Top = 264 Width = 193 Height = 20 TabStop = False ReadOnly = True TabOrder = 10 end object btnOk: TButton Left = 344 Top = 192 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 7 OnClick = btnOkClick end object btnCancel: TButton Left = 344 Top = 224 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 8 end object btnSet: TButton Left = 344 Top = 16 Width = 75 Height = 25 Caption = '���肠��(&S)' TabOrder = 5 OnClick = btnSetClick end object btnHlp: TButton Left = 344 Top = 256 Width = 75 Height = 25 Caption = '�w���v' TabOrder = 9 OnClick = btnHlpClick end object btnClear: TButton Left = 344 Top = 48 Width = 75 Height = 25 Caption = '�N���A(&C)' TabOrder = 6 OnClick = btnClearClick end end