object frmSetupWatch: TfrmSetupWatch Left = 397 Top = 101 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '�ݒ� - �Ď��C�x���g' ClientHeight = 216 ClientWidth = 640 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 OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 8 Width = 103 Height = 12 Caption = '�Ď��C�x���g�ꗗ(&L):' FocusControl = lvwWatchList end object lvwWatchList: TListView Left = 8 Top = 20 Width = 545 Height = 157 Columns = < item Caption = '�ԍ�' end item Caption = '���O' Width = 80 end item Caption = '�\�[�X��' Width = 80 end item Caption = '�C�x���gID' Width = 80 end item Caption = '���' Width = 80 end item Caption = '����' Width = 80 end> ColumnClick = False HideSelection = False RowSelect = True TabOrder = 0 ViewStyle = vsReport OnDblClick = lvwWatchListDblClick OnEditing = lvwWatchListEditing OnMouseDown = lvwWatchListMouseDown end object btnClose: TButton Left = 560 Top = 24 Width = 75 Height = 25 Cancel = True Caption = '�‚���(&C)' TabOrder = 1 OnClick = btnCloseClick end object btnNew: TButton Left = 280 Top = 184 Width = 81 Height = 25 Caption = '�V�K(&N)...' TabOrder = 2 OnClick = btnNewClick end object btnUpdate: TButton Left = 376 Top = 184 Width = 81 Height = 25 Caption = '�C��(&U)...' TabOrder = 3 OnClick = btnUpdateClick end object btnDelete: TButton Left = 472 Top = 184 Width = 81 Height = 25 Caption = '�폜(&D)' TabOrder = 4 OnClick = btnDeleteClick end end