home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / tema / abra / TOOLS / Relations.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2002-11-21  |  3KB  |  143 lines

  1. object Form1: TForm1
  2.   Left = 191
  3.   Top = 108
  4.   Width = 595
  5.   Height = 433
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 49
  21.     Width = 587
  22.     Height = 8
  23.     Align = alTop
  24.     Shape = bsTopLine
  25.   end
  26.   object NxWizard1: TNxWizard
  27.     Left = 0
  28.     Top = 364
  29.     Width = 587
  30.     Height = 42
  31.     Align = alBottom
  32.     BevelOuter = bvNone
  33.     TabOrder = 0
  34.     CaptionBack = '< Zp∩┐╜t'
  35.     CaptionNext = 'D∩┐╜le >'
  36.     CaptionCancel = 'Storno'
  37.     Notebook = NxPageControl1
  38.     OnPageProcess = NxWizard1PageProcess
  39.     OnVerifyPage = NxWizard1VerifyPage
  40.     OnNextPage = NxWizard1NextPage
  41.     OnCancel = NxWizard1Cancel
  42.     OnUpdateButtons = NxWizard1UpdateButtons
  43.     OnCheckHasNext = NxWizard1CheckHasNext
  44.     TitlePanel = NxWizardTitlePanel1
  45.   end
  46.   object NxWizardTitlePanel1: TNxWizardTitlePanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 587
  50.     Height = 49
  51.     Align = alTop
  52.     BevelOuter = bvNone
  53.     Color = clWindow
  54.     TabOrder = 1
  55.     CaptionTitle = 'lblCaption'
  56.     CaptionDescription = 'lblDescription'
  57.   end
  58.   object NxPageControl1: TNxPageControl
  59.     Left = 0
  60.     Top = 57
  61.     Width = 587
  62.     Height = 307
  63.     ActivePage = tabSolving
  64.     Align = alClient
  65.     Style = tsFlatButtons
  66.     TabOrder = 2
  67.     TabStop = False
  68.     object tabWelcome: TTabSheet
  69.       Hint = 'Prvn∩┐╜ krok: v∩┐╜b∩┐╜r spojen∩┐╜'
  70.       Caption = 'Pr∩┐╜vodce dohled∩┐╜n∩┐╜m chyb v relac∩┐╜ch'
  71.       object rgProcess: TRadioGroup
  72.         Left = 16
  73.         Top = 20
  74.         Width = 353
  75.         Height = 129
  76.         Caption = 'Nal∩┐╜zt chyby: '
  77.         ItemIndex = 0
  78.         Items.Strings = (
  79.           'Chyb∩┐╜j∩┐╜c∩┐╜ zdrojov∩┐╜ skupiny'
  80.           'Ji∩┐╜ neplatn∩┐╜ vazby mezi zdrojovou skupinou a den∩┐╜kem'
  81.           'Z∩┐╜znamy v den∩┐╜ku/∩┐╜∩┐╜dostech bez vazby na zdrojov∩┐╜ doklad'
  82.           'V∩┐╜echny chyby')
  83.         TabOrder = 0
  84.       end
  85.     end
  86.     object tabResults: TTabSheet
  87.       Hint = 'Krok druh∩┐╜: v∩┐╜b∩┐╜r chyb k ∩┐╜e∩┐╜en∩┐╜'
  88.       Caption = 'Nalezen∩┐╜ chyby'
  89.       ImageIndex = 1
  90.       object lvResults: TListView
  91.         Left = 8
  92.         Top = 8
  93.         Width = 477
  94.         Height = 277
  95.         Anchors = [akLeft, akTop, akRight, akBottom]
  96.         Columns = <
  97.           item
  98.             Caption = 'Druh'
  99.             Width = 75
  100.           end
  101.           item
  102.             Caption = 'Popis'
  103.             Width = 300
  104.           end
  105.           item
  106.             Caption = 'ID'
  107.             Width = 75
  108.           end>
  109.         ReadOnly = True
  110.         RowSelect = True
  111.         TabOrder = 0
  112.         ViewStyle = vsReport
  113.         OnClick = lvResultsClick
  114.       end
  115.       object Button1: TButton
  116.         Left = 496
  117.         Top = 8
  118.         Width = 75
  119.         Height = 25
  120.         Anchors = [akTop, akRight]
  121.         Caption = 'V∩┐╜echny'
  122.         TabOrder = 1
  123.         OnClick = Button1Click
  124.       end
  125.       object Button2: TButton
  126.         Left = 496
  127.         Top = 40
  128.         Width = 75
  129.         Height = 25
  130.         Anchors = [akTop, akRight]
  131.         Caption = '∩┐╜∩┐╜dn∩┐╜'
  132.         TabOrder = 2
  133.         OnClick = Button2Click
  134.       end
  135.     end
  136.     object tabSolving: TTabSheet
  137.       Hint = 'Dokon∩┐╜eno'
  138.       Caption = 'Oprava vazeb'
  139.       ImageIndex = 2
  140.     end
  141.   end
  142. end
  143.