object DlgTodoInput: TDlgTodoInput Left = 195 Top = 111 BorderStyle = bsDialog Caption = 'ToDo�̓o�^' ClientHeight = 359 ClientWidth = 344 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS UI Gothic' Font.Style = [] Scaled = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label2: TLabel Left = 16 Top = 22 Width = 42 Height = 12 Caption = '�������F' end object Label3: TLabel Left = 16 Top = 54 Width = 30 Height = 12 Caption = '�����F' end object Label1: TLabel Left = 16 Top = 214 Width = 30 Height = 12 Caption = '���ށF' end object Label4: TLabel Left = 16 Top = 248 Width = 42 Height = 12 Caption = '�i�����F' end object Label5: TLabel Left = 96 Top = 294 Width = 42 Height = 12 Caption = '�������F' end object DtpTodoLimit: TDateTimePicker Left = 64 Top = 16 Width = 153 Height = 20 CalAlignment = dtaLeft Date = 36524.406119328710000000 Time = 36524.406119328710000000 Checked = False DateFormat = dfLong DateMode = dmComboBox Kind = dtkDate ParseInput = False end object BtnOk: TButton Left = 160 Top = 328 Width = 81 Height = 22 Caption = 'OK' ModalResult = 1 TabOrder = 8 OnClick = BtnOkClick end object BtnCancel: TButton Left = 248 Top = 328 Width = 81 Height = 22 Caption = '��ݾ�' ModalResult = 2 TabOrder = 10 end object RadioPri: TRadioGroup Left = 16 Top = 152 Width = 313 Height = 41 Caption = '�D��x(&P)' Columns = 4 ItemIndex = 1 Items.Strings = ( '�ً}' '�`' '�a' '�b') TabOrder = 3 end object ChkTask: TCheckBox Left = 16 Top = 294 Width = 65 Height = 15 Caption = '������' TabOrder = 7 OnClick = ChkTaskCheck end object EditTitle: TEdit Left = 64 Top = 48 Width = 265 Height = 20 ImeMode = imHira MaxLength = 80 TabOrder = 1 end object CmbBunrui: TComboBox Left = 72 Top = 208 Width = 169 Height = 20 Style = csDropDownList DropDownCount = 16 ImeMode = imClose ItemHeight = 12 TabOrder = 4 end object BtnCat: TButton Left = 248 Top = 208 Width = 81 Height = 22 Caption = '���ނ̐ݒ�' TabOrder = 5 OnClick = BtnCatClick end object TrackProgress: TTrackBar Left = 64 Top = 240 Width = 225 Height = 33 LineSize = 0 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 6 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackProgressChange end object DtpTodoOk: TDateTimePicker Left = 144 Top = 288 Width = 153 Height = 20 CalAlignment = dtaLeft Date = 36212.866783333330000000 Time = 36212.866783333330000000 DateFormat = dfLong DateMode = dmComboBox Kind = dtkDate ParseInput = False end object LabelProgress: TStaticText Left = 296 Top = 245 Width = 33 Height = 15 Alignment = taRightJustify AutoSize = False BorderStyle = sbsSunken Color = clBtnFace ParentColor = False TabOrder = 11 end object MemoTodo: TMemo Left = 16 Top = 80 Width = 313 Height = 65 ImeMode = imHira ScrollBars = ssVertical TabOrder = 2 end end