home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFRMTIMEZERO / TFRMTIMEZERO.txt
Text File  |  1999-06-01  |  3KB  |  129 lines

  1. object FrmTimeZero: TFrmTimeZero
  2.   Left = 228
  3.   Top = 62
  4.   HelpContext = 9190
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Teller op nul zetten'
  8.   ClientHeight = 237
  9.   ClientWidth = 257
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BtnCancel: TBitBtn
  20.     Left = 168
  21.     Top = 205
  22.     Width = 83
  23.     Height = 25
  24.     HelpContext = 9904
  25.     Cancel = True
  26.     Caption = 'Annuleren'
  27.     ModalResult = 2
  28.     TabOrder = 1
  29.     NumGlyphs = 2
  30.   end
  31.   object BtnOk: TBitBtn
  32.     Left = 78
  33.     Top = 205
  34.     Width = 81
  35.     Height = 25
  36.     HelpContext = 9902
  37.     Caption = 'OK'
  38.     Default = True
  39.     TabOrder = 0
  40.     OnClick = BtnOkClick
  41.     NumGlyphs = 2
  42.   end
  43.   object Ntb: TNotebook
  44.     Left = 8
  45.     Top = 8
  46.     Width = 241
  47.     Height = 185
  48.     TabOrder = 2
  49.     object TPage
  50.       Left = 0
  51.       Top = 0
  52.       Caption = 'Start'
  53.       object Bevel1: TBevel
  54.         Left = 0
  55.         Top = 136
  56.         Width = 241
  57.         Height = 9
  58.         Shape = bsTopLine
  59.       end
  60.       object Bevel3: TBevel
  61.         Left = 0
  62.         Top = 56
  63.         Width = 241
  64.         Height = 9
  65.         Shape = bsTopLine
  66.       end
  67.       object L_Last: TLabel
  68.         Left = 8
  69.         Top = 12
  70.         Width = 225
  71.         Height = 37
  72.         AutoSize = False
  73.         Caption = 'xxxx'
  74.         WordWrap = True
  75.       end
  76.       object EdtDate: TEdit
  77.         Left = 152
  78.         Top = 70
  79.         Width = 81
  80.         Height = 21
  81.         MaxLength = 10
  82.         TabOrder = 1
  83.         OnKeyPress = EdtDateKeyPress
  84.       end
  85.       object OptSetDate: TRadioButton
  86.         Left = 8
  87.         Top = 72
  88.         Width = 137
  89.         Height = 17
  90.         HelpContext = 9192
  91.         Caption = 'Teller op nul zetten per'
  92.         Checked = True
  93.         TabOrder = 0
  94.         TabStop = True
  95.       end
  96.       object OptSet: TRadioButton
  97.         Left = 8
  98.         Top = 104
  99.         Width = 225
  100.         Height = 17
  101.         HelpContext = 9191
  102.         Caption = 'Teller op nul zetten'
  103.         TabOrder = 2
  104.       end
  105.     end
  106.     object TPage
  107.       Left = 0
  108.       Top = 0
  109.       Caption = 'Progress'
  110.       object L_Status: TLabel
  111.         Left = 8
  112.         Top = 8
  113.         Width = 225
  114.         Height = 49
  115.         Alignment = taCenter
  116.         AutoSize = False
  117.         WordWrap = True
  118.       end
  119.       object Bevel2: TBevel
  120.         Left = 0
  121.         Top = 64
  122.         Width = 233
  123.         Height = 9
  124.         Shape = bsTopLine
  125.       end
  126.     end
  127.   end
  128. end
  129.