home *** CD-ROM | disk | FTP | other *** search
/ Chip 25 / Chip25.iso / Sharewar / BackupX / _SETUP.1 / BackupX.de / 0 / RCDATA / TFRMEDITSCHEDULE / TFRMEDITSCHEDULE.txt
Encoding:
Text File  |  1999-09-25  |  6.4 KB  |  297 lines

  1. object frmEditSchedule: TfrmEditSchedule
  2.   Left = 612
  3.   Top = 257
  4.   HelpContext = 29
  5.   BorderStyle = bsToolWindow
  6.   BorderWidth = 4
  7.   Caption = 'Zeit-Plan bearbeiten'
  8.   ClientHeight = 251
  9.   ClientWidth = 319
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 6
  22.     Top = 11
  23.     Width = 66
  24.     Height = 13
  25.     Caption = 'Backupname:'
  26.     FocusControl = edBackupname
  27.   end
  28.   object btnBackupname: TSpeedButton
  29.     Left = 288
  30.     Top = 9
  31.     Width = 22
  32.     Height = 19
  33.     Glyph.Data = {
  34.       E6000000424DE60000000000000076000000280000000E0000000E0000000100
  35.       0400000000007000000000000000000000001000000010000000000000000000
  36.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  37.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  38.       88008000000000088800800777777770880080F077777777080080FF07777777
  39.       700080FFF0000000000080FFFFFFFF08880080FFF00000088800880008888888
  40.       8800888888888800080088888888888008008888880888080800888888800088
  41.       88008888888888888800}
  42.     OnClick = btnBackupnameClick
  43.   end
  44.   object btnOk: TButton
  45.     Left = 85
  46.     Top = 225
  47.     Width = 75
  48.     Height = 25
  49.     Anchors = [akRight, akBottom]
  50.     Caption = 'Ok'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 6
  54.     OnClick = btnOkClick
  55.   end
  56.   object btnCancel: TButton
  57.     Left = 165
  58.     Top = 225
  59.     Width = 75
  60.     Height = 25
  61.     Anchors = [akRight, akBottom]
  62.     Cancel = True
  63.     Caption = ' Abbruch'
  64.     ModalResult = 2
  65.     TabOrder = 7
  66.   end
  67.   object grpWeekly: TGroupBox
  68.     Left = 5
  69.     Top = 80
  70.     Width = 310
  71.     Height = 45
  72.     Anchors = [akLeft, akRight, akBottom]
  73.     Caption = 'W∩┐╜chentlich'
  74.     TabOrder = 2
  75.     object chkbx_weekday1: TCheckBox
  76.       Left = 18
  77.       Top = 19
  78.       Width = 38
  79.       Height = 17
  80.       Hint = 'Backup an diesem Tag starten'
  81.       Caption = 'Mo.'
  82.       TabOrder = 0
  83.     end
  84.     object chkbx_weekday2: TCheckBox
  85.       Left = 56
  86.       Top = 19
  87.       Width = 39
  88.       Height = 17
  89.       Hint = 'Backup an diesem Tag starten'
  90.       Caption = 'Di.'
  91.       TabOrder = 1
  92.     end
  93.     object chkbx_weekday3: TCheckBox
  94.       Left = 94
  95.       Top = 19
  96.       Width = 41
  97.       Height = 17
  98.       Hint = 'Backup an diesem Tag starten'
  99.       Caption = 'Mi.'
  100.       TabOrder = 2
  101.     end
  102.     object chkbx_weekday4: TCheckBox
  103.       Left = 136
  104.       Top = 19
  105.       Width = 37
  106.       Height = 17
  107.       Hint = 'Backup an diesem Tag starten'
  108.       Caption = 'Do.'
  109.       TabOrder = 3
  110.     end
  111.     object chkbx_weekday5: TCheckBox
  112.       Left = 174
  113.       Top = 19
  114.       Width = 35
  115.       Height = 17
  116.       Hint = 'Backup an diesem Tag starten'
  117.       Caption = 'Fr.'
  118.       TabOrder = 4
  119.     end
  120.     object chkbx_weekday6: TCheckBox
  121.       Left = 208
  122.       Top = 19
  123.       Width = 38
  124.       Height = 17
  125.       Hint = 'Backup an diesem Tag starten'
  126.       Caption = 'Sa.'
  127.       TabOrder = 5
  128.     end
  129.     object chkbx_weekday7: TCheckBox
  130.       Left = 248
  131.       Top = 19
  132.       Width = 37
  133.       Height = 17
  134.       Hint = 'Backup an diesem Tag starten'
  135.       Caption = 'So.'
  136.       TabOrder = 6
  137.     end
  138.   end
  139.   object chkbxAktiv: TCheckBox
  140.     Left = 11
  141.     Top = 226
  142.     Width = 66
  143.     Height = 21
  144.     Caption = 'Aktiv'
  145.     TabOrder = 5
  146.   end
  147.   object rgMonthly: TRadioGroup
  148.     Left = 5
  149.     Top = 127
  150.     Width = 310
  151.     Height = 45
  152.     Anchors = [akLeft, akRight, akBottom]
  153.     Caption = 'Monatlich'
  154.     Columns = 3
  155.     ItemIndex = 0
  156.     Items.Strings = (
  157.       'Aus'
  158.       'Monatsanfang'
  159.       'Monatsende')
  160.     TabOrder = 3
  161.     OnClick = rgMonthlyClick
  162.   end
  163.   object edBackupname: TEdit
  164.     Left = 88
  165.     Top = 8
  166.     Width = 199
  167.     Height = 20
  168.     Hint = 'Name des auszuf∩┐╜hrenden Backups'
  169.     AutoSize = False
  170.     TabOrder = 0
  171.     OnExit = edBackupnameExit
  172.   end
  173.   object GroupBox1: TGroupBox
  174.     Left = 5
  175.     Top = 174
  176.     Width = 310
  177.     Height = 42
  178.     Anchors = [akLeft, akRight, akBottom]
  179.     Caption = 'Letztes Backup'
  180.     TabOrder = 4
  181.     object lbLastbackup: TLabel
  182.       Left = 13
  183.       Top = 17
  184.       Width = 64
  185.       Height = 13
  186.       Caption = 'lbLastbackup'
  187.     end
  188.     object btnReset: TButton
  189.       Left = 229
  190.       Top = 14
  191.       Width = 71
  192.       Height = 20
  193.       Caption = '&Reset'
  194.       TabOrder = 0
  195.       OnClick = btnResetClick
  196.     end
  197.   end
  198.   object btnHelp: TButton
  199.     Left = 244
  200.     Top = 225
  201.     Width = 75
  202.     Height = 25
  203.     Anchors = [akRight, akBottom]
  204.     Cancel = True
  205.     Caption = '&Hilfe'
  206.     TabOrder = 8
  207.     OnClick = btnHelpClick
  208.   end
  209.   object GroupBox2: TGroupBox
  210.     Left = 4
  211.     Top = 32
  212.     Width = 311
  213.     Height = 45
  214.     Anchors = [akLeft, akRight, akBottom]
  215.     Caption = 'Zeit'
  216.     TabOrder = 1
  217.     object cbTimerMode: TComboBox
  218.       Left = 16
  219.       Top = 16
  220.       Width = 93
  221.       Height = 21
  222.       Style = csDropDownList
  223.       ItemHeight = 13
  224.       Items.Strings = (
  225.         'Feste Zeit'
  226.         'Interval')
  227.       TabOrder = 0
  228.       OnChange = cbTimerModeChange
  229.     end
  230.     object paFixedTime: TPanel
  231.       Left = 124
  232.       Top = 7
  233.       Width = 185
  234.       Height = 35
  235.       Anchors = [akLeft, akTop, akRight, akBottom]
  236.       BevelOuter = bvNone
  237.       TabOrder = 1
  238.       object Label13: TLabel
  239.         Left = 118
  240.         Top = 12
  241.         Width = 3
  242.         Height = 13
  243.         Caption = ':'
  244.       end
  245.       object lbFixedTime: TLabel
  246.         Left = 9
  247.         Top = 12
  248.         Width = 73
  249.         Height = 13
  250.         Caption = 'Starten um'
  251.       end
  252.       object lbInterval: TLabel
  253.         Left = 56
  254.         Top = 12
  255.         Width = 27
  256.         Height = 13
  257.         Alignment = taRightJustify
  258.         Caption = 'Alle'
  259.       end
  260.       object edHour: TEdit
  261.         Left = 93
  262.         Top = 9
  263.         Width = 21
  264.         Height = 19
  265.         Hint = 'Stunden'
  266.         AutoSize = False
  267.         MaxLength = 2
  268.         TabOrder = 0
  269.         Text = '00'
  270.         OnExit = edHourExit
  271.         OnKeyPress = edHourKeyPress
  272.       end
  273.       object edMinutes: TEdit
  274.         Left = 125
  275.         Top = 9
  276.         Width = 21
  277.         Height = 19
  278.         Hint = 'Minuten'
  279.         AutoSize = False
  280.         MaxLength = 2
  281.         TabOrder = 1
  282.         Text = '00'
  283.         OnExit = edMinutesExit
  284.         OnKeyPress = edHourKeyPress
  285.       end
  286.     end
  287.   end
  288.   object OpenDialog: TOpenDialog
  289.     DefaultExt = '*.bpr'
  290.     Filter = 'Backup projects (*.bpr)|*.bpr|All files (*.*)|*.*'
  291.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
  292.     Title = 'Projekte w∩┐╜hlen'
  293.     Left = 291
  294.     Top = 4
  295.   end
  296. end
  297.