object KeyMacroListForm: TKeyMacroListForm Left = 192 Top = 107 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = '�L�[�}�N���ꗗ' ClientHeight = 295 ClientWidth = 442 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 = poOwnerFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 8 Width = 60 Height = 12 Caption = '�}�N����(&M)' FocusControl = MacroEdit end object MacroListView: TListView Left = 0 Top = 32 Width = 442 Height = 233 Columns = < item Width = 20 end item Caption = '�}�N����' Width = 120 end item Caption = '�}�N���̐���' Width = 280 end> ColumnClick = False HideSelection = False ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnChange = MacroListViewChange OnCompare = MacroListViewCompare OnDblClick = MacroListViewDblClick end object OKButton: TButton Left = 193 Top = 272 Width = 75 Height = 20 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = OKButtonClick end object Button2: TButton Left = 273 Top = 272 Width = 75 Height = 20 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 5 end object MacroEdit: TEdit Left = 80 Top = 4 Width = 353 Height = 20 ImeMode = imClose TabOrder = 0 OnChange = MacroEditChange OnKeyDown = MacroEditKeyDown end object EditButton: TButton Left = 4 Top = 272 Width = 105 Height = 20 Caption = '�}�N���̕ҏW(&E)' Enabled = False ModalResult = 2 TabOrder = 2 OnClick = EditButtonClick end object DeleteButton: TButton Left = 114 Top = 272 Width = 57 Height = 20 Caption = '�폜(&D)' Enabled = False TabOrder = 3 OnClick = DeleteButtonClick end object Button1: TButton Left = 353 Top = 272 Width = 75 Height = 20 Cancel = True Caption = '�w���v(&H)' TabOrder = 6 OnClick = Button1Click end end