object frmEditWatch: TfrmEditWatch Left = 606 Top = 101 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '�Ď��C�x���g�ҏW' ClientHeight = 264 ClientWidth = 664 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 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object btnEntry: TButton Left = 568 Top = 32 Width = 89 Height = 25 Caption = '�o�^(&E)' Default = True TabOrder = 1 OnClick = btnEntryClick end object btnCancel: TButton Left = 568 Top = 72 Width = 89 Height = 25 Cancel = True Caption = '�L�����Z��(&C)' TabOrder = 2 OnClick = btnCancelClick end object pctWatch: TPageControl Left = 8 Top = 8 Width = 553 Height = 249 ActivePage = tshToDo TabOrder = 0 object tshWatch: TTabSheet Caption = '�Ď��C�x���g' ParentShowHint = False ShowHint = False object Label1: TLabel Left = 8 Top = 48 Width = 35 Height = 12 Caption = '���O(&L)' FocusControl = cbxLogName end object Label2: TLabel Left = 192 Top = 48 Width = 60 Height = 12 Caption = '�\�[�X��(&S)' FocusControl = cbxSourceName end object Label3: TLabel Left = 376 Top = 48 Width = 39 Height = 12 Caption = '���(&T)' FocusControl = cbxType end object Label4: TLabel Left = 8 Top = 88 Width = 66 Height = 12 Caption = '�C�x���gID(&V)' FocusControl = cbxEventID end object Label5: TLabel Left = 192 Top = 88 Width = 40 Height = 12 Caption = '����(&A)' FocusControl = cbxCategory end object Label7: TLabel Left = 8 Top = 128 Width = 52 Height = 12 Caption = '������(&O)' FocusControl = edtCondition end object Label10: TLabel Left = 8 Top = 8 Width = 103 Height = 12 Caption = '�Ď��C�x���g�ԍ�(&N)' end object cbxLogName: TComboBox Left = 8 Top = 60 Width = 161 Height = 20 ItemHeight = 0 MaxLength = 10 TabOrder = 1 OnChange = cbxLogNameChange end object cbxSourceName: TComboBox Left = 192 Top = 60 Width = 161 Height = 20 ItemHeight = 0 TabOrder = 2 OnChange = cbxSourceNameChange end object cbxType: TComboBox Left = 376 Top = 60 Width = 161 Height = 20 Style = csDropDownList ItemHeight = 0 TabOrder = 3 OnChange = cbxTypeChange end object cbxEventID: TComboBox Left = 8 Top = 100 Width = 161 Height = 20 ItemHeight = 0 ParentShowHint = False ShowHint = False TabOrder = 4 OnKeyPress = cbxEventIDKeyPress end object cbxCategory: TComboBox Left = 192 Top = 100 Width = 161 Height = 20 ItemHeight = 0 TabOrder = 5 end object edtCondition: TMemo Left = 8 Top = 140 Width = 529 Height = 73 TabOrder = 6 end object edtEventNum: TEdit Left = 8 Top = 20 Width = 161 Height = 20 MaxLength = 6 TabOrder = 0 OnKeyPress = cbxEventIDKeyPress end end object tshNote: TTabSheet Caption = '���L' ImageIndex = 2 object Label8: TLabel Left = 8 Top = 8 Width = 142 Height = 12 Caption = '���������A�Ώ����@�Ȃ�(&N)' FocusControl = edtNote end object edtNote: TMemo Left = 8 Top = 20 Width = 529 Height = 193 TabOrder = 0 end end object tshToDo: TTabSheet Caption = '����' ImageIndex = 3 object Label9: TLabel Left = 8 Top = 8 Width = 115 Height = 12 Caption = '�o�^�ςݓ��샊�X�g(&T)' end object lvwToDo: TListView Left = 8 Top = 24 Width = 465 Height = 161 Columns = < item Caption = '����' Width = 180 end item Caption = '�ڍ�' Width = 250 end> ColumnClick = False HideSelection = False RowSelect = True TabOrder = 0 ViewStyle = vsReport OnDblClick = lvwToDoDblClick OnEditing = lvwToDoEditing OnMouseDown = lvwToDoMouseDown end object btnNew: TButton Left = 200 Top = 192 Width = 81 Height = 25 Caption = '�V�K(&N)...' TabOrder = 3 OnClick = btnNewClick end object btnUpdate: TButton Left = 296 Top = 192 Width = 81 Height = 25 Caption = '�C��(&U)...' TabOrder = 4 OnClick = btnUpdateClick end object btnDelete: TButton Left = 392 Top = 192 Width = 81 Height = 25 Caption = '�폜(&R)...' TabOrder = 5 OnClick = btnDeleteClick end object btnUp: TButton Left = 480 Top = 72 Width = 57 Height = 25 Caption = '���(&P)' TabOrder = 1 OnClick = btnUpClick end object btnDown: TButton Left = 480 Top = 120 Width = 57 Height = 25 Caption = '����(&D)' TabOrder = 2 OnClick = btnDownClick end end object tshMail: TTabSheet Caption = '���[����M��' ImageIndex = 2 object Label6: TLabel Left = 8 Top = 8 Width = 88 Height = 12 Caption = '���[����M��(&M):' FocusControl = lvwAddrList end object lvwAddrList: TListView Left = 8 Top = 20 Width = 529 Height = 193 Checkboxes = True Columns = < item Caption = '���[���A�h���X' Width = 150 end item Caption = '����' Width = 100 end item Caption = '����' Width = 100 end item Caption = '�A����' Width = 150 end> ColumnClick = False HideSelection = False RowSelect = True TabOrder = 0 ViewStyle = vsReport OnEditing = lvwAddrListEditing end end end end