home *** CD-ROM | disk | FTP | other *** search
- object frmEditSchedule: TfrmEditSchedule
- Left = 612
- Top = 257
- HelpContext = 29
- BorderStyle = bsToolWindow
- BorderWidth = 4
- Caption = 'Zeit-Plan bearbeiten'
- ClientHeight = 251
- ClientWidth = 319
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 6
- Top = 11
- Width = 66
- Height = 13
- Caption = 'Backupname:'
- FocusControl = edBackupname
- end
- object btnBackupname: TSpeedButton
- Left = 288
- Top = 9
- Width = 22
- Height = 19
- Glyph.Data = {
- E6000000424DE60000000000000076000000280000000E0000000E0000000100
- 0400000000007000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 88008000000000088800800777777770880080F077777777080080FF07777777
- 700080FFF0000000000080FFFFFFFF08880080FFF00000088800880008888888
- 8800888888888800080088888888888008008888880888080800888888800088
- 88008888888888888800}
- OnClick = btnBackupnameClick
- end
- object btnOk: TButton
- Left = 85
- Top = 225
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 6
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 165
- Top = 225
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = ' Abbruch'
- ModalResult = 2
- TabOrder = 7
- end
- object grpWeekly: TGroupBox
- Left = 5
- Top = 80
- Width = 310
- Height = 45
- Anchors = [akLeft, akRight, akBottom]
- Caption = 'W�chentlich'
- TabOrder = 2
- object chkbx_weekday1: TCheckBox
- Left = 18
- Top = 19
- Width = 38
- Height = 17
- Hint = 'Backup an diesem Tag starten'
- Caption = 'Mo.'
- TabOrder = 0
- end
- object chkbx_weekday2: TCheckBox
- Left = 56
- Top = 19
- Width = 39
- Height = 17
- Hint = 'Backup an diesem Tag starten'
- Caption = 'Di.'
- TabOrder = 1
- end
- object chkbx_weekday3: TCheckBox
- Left = 94
- Top = 19
- Width = 41
- Height = 17
- Hint = 'Backup an diesem Tag starten'
- Caption = 'Mi.'
- TabOrder = 2
- end
- object chkbx_weekday4: TCheckBox
- Left = 136
- Top = 19
- Width = 37
- Height = 17
- Hint = 'Backup an diesem Tag starten'
- Caption = 'Do.'
- TabOrder = 3
- end
- object chkbx_weekday5: TCheckBox
- Left = 174
- Top = 19
- Width = 35
- Height = 17
- Hint = 'Backup an diesem Tag starten'
- Caption = 'Fr.'
- TabOrder = 4
- end
- object chkbx_weekday6: TCheckBox
- Left = 208
- Top = 19
- Width = 38
- Height = 17
- Hint = 'Backup an diesem Tag starten'
- Caption = 'Sa.'
- TabOrder = 5
- end
- object chkbx_weekday7: TCheckBox
- Left = 248
- Top = 19
- Width = 37
- Height = 17
- Hint = 'Backup an diesem Tag starten'
- Caption = 'So.'
- TabOrder = 6
- end
- end
- object chkbxAktiv: TCheckBox
- Left = 11
- Top = 226
- Width = 66
- Height = 21
- Caption = 'Aktiv'
- TabOrder = 5
- end
- object rgMonthly: TRadioGroup
- Left = 5
- Top = 127
- Width = 310
- Height = 45
- Anchors = [akLeft, akRight, akBottom]
- Caption = 'Monatlich'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- 'Aus'
- 'Monatsanfang'
- 'Monatsende')
- TabOrder = 3
- OnClick = rgMonthlyClick
- end
- object edBackupname: TEdit
- Left = 88
- Top = 8
- Width = 199
- Height = 20
- Hint = 'Name des auszuf�hrenden Backups'
- AutoSize = False
- TabOrder = 0
- OnExit = edBackupnameExit
- end
- object GroupBox1: TGroupBox
- Left = 5
- Top = 174
- Width = 310
- Height = 42
- Anchors = [akLeft, akRight, akBottom]
- Caption = 'Letztes Backup'
- TabOrder = 4
- object lbLastbackup: TLabel
- Left = 13
- Top = 17
- Width = 64
- Height = 13
- Caption = 'lbLastbackup'
- end
- object btnReset: TButton
- Left = 229
- Top = 14
- Width = 71
- Height = 20
- Caption = '&Reset'
- TabOrder = 0
- OnClick = btnResetClick
- end
- end
- object btnHelp: TButton
- Left = 244
- Top = 225
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Hilfe'
- TabOrder = 8
- OnClick = btnHelpClick
- end
- object GroupBox2: TGroupBox
- Left = 4
- Top = 32
- Width = 311
- Height = 45
- Anchors = [akLeft, akRight, akBottom]
- Caption = 'Zeit'
- TabOrder = 1
- object cbTimerMode: TComboBox
- Left = 16
- Top = 16
- Width = 93
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Feste Zeit'
- 'Interval')
- TabOrder = 0
- OnChange = cbTimerModeChange
- end
- object paFixedTime: TPanel
- Left = 124
- Top = 7
- Width = 185
- Height = 35
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- TabOrder = 1
- object Label13: TLabel
- Left = 118
- Top = 12
- Width = 3
- Height = 13
- Caption = ':'
- end
- object lbFixedTime: TLabel
- Left = 9
- Top = 12
- Width = 73
- Height = 13
- Caption = 'Starten um'
- end
- object lbInterval: TLabel
- Left = 56
- Top = 12
- Width = 27
- Height = 13
- Alignment = taRightJustify
- Caption = 'Alle'
- end
- object edHour: TEdit
- Left = 93
- Top = 9
- Width = 21
- Height = 19
- Hint = 'Stunden'
- AutoSize = False
- MaxLength = 2
- TabOrder = 0
- Text = '00'
- OnExit = edHourExit
- OnKeyPress = edHourKeyPress
- end
- object edMinutes: TEdit
- Left = 125
- Top = 9
- Width = 21
- Height = 19
- Hint = 'Minuten'
- AutoSize = False
- MaxLength = 2
- TabOrder = 1
- Text = '00'
- OnExit = edMinutesExit
- OnKeyPress = edHourKeyPress
- end
- end
- end
- object OpenDialog: TOpenDialog
- DefaultExt = '*.bpr'
- Filter = 'Backup projects (*.bpr)|*.bpr|All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
- Title = 'Projekte w�hlen'
- Left = 291
- Top = 4
- end
- end
-