object frmEditToDo: TfrmEditToDo Left = 742 Top = 101 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '�����`' ClientHeight = 272 ClientWidth = 528 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 PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 8 Width = 39 Height = 12 Caption = '����(&T)' FocusControl = lbxToDo end object lbxToDo: TListBox Left = 8 Top = 24 Width = 169 Height = 241 ItemHeight = 12 Items.Strings = ( '�t�@�C���Y�t' '�v���O�������s' '�v���O�������s(�I����҂�)' '�T�[�r�X�J�n' '�T�[�r�X��~' '�T�[�r�X�ꎞ��~' '�T�[�r�X�ĊJ') TabOrder = 0 OnClick = lbxToDoClick end object pnlService: TPanel Left = 184 Top = 8 Width = 233 Height = 257 BevelOuter = bvNone TabOrder = 1 object Label2: TLabel Left = 0 Top = 0 Width = 60 Height = 12 Caption = '�T�[�r�X(&S)' FocusControl = lbxService end object lbxService: TListBox Left = 0 Top = 16 Width = 233 Height = 241 ItemHeight = 12 Sorted = True TabOrder = 0 end end object btnEntry: TButton Left = 432 Top = 24 Width = 89 Height = 25 Caption = '�o�^(&E)' Default = True TabOrder = 4 OnClick = btnEntryClick end object btnCancel: TButton Left = 432 Top = 64 Width = 89 Height = 25 Cancel = True Caption = '�L�����Z��(&C)' ModalResult = 2 TabOrder = 5 end object pnlProgram: TPanel Left = 184 Top = 8 Width = 233 Height = 257 BevelOuter = bvNone TabOrder = 2 object Label5: TLabel Left = 0 Top = 0 Width = 69 Height = 12 Caption = '�v���O����(&P)' FocusControl = edtProgram end object edtProgram: TEdit Left = 0 Top = 16 Width = 233 Height = 20 TabOrder = 0 end object btnBrowseProgram: TButton Left = 160 Top = 40 Width = 73 Height = 17 Caption = '�Q��(&B)...' TabOrder = 1 OnClick = btnBrowseProgramClick end end object pnlAttached: TPanel Left = 184 Top = 8 Width = 233 Height = 257 BevelOuter = bvNone TabOrder = 3 object Label8: TLabel Left = 0 Top = 0 Width = 56 Height = 12 Caption = '�t�@�C��(&F)' FocusControl = edtFile end object Label9: TLabel Left = 0 Top = 64 Width = 62 Height = 12 Caption = '�ŐV����(&N)' end object Label10: TLabel Left = 48 Top = 84 Width = 99 Height = 12 Caption = '�‚̃t�@�C�����܂�' end object edtFile: TEdit Left = 0 Top = 16 Width = 233 Height = 20 TabOrder = 0 end object btnBrowseFile: TButton Left = 160 Top = 40 Width = 73 Height = 17 Caption = '�Q��(&B)...' TabOrder = 1 OnClick = btnBrowseFileClick end object edtNumFiles: TEdit Left = 0 Top = 80 Width = 41 Height = 20 MaxLength = 5 TabOrder = 2 OnKeyPress = edtNumFilesKeyPress end end end