home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMPROSTRKOLIZE / TFORMPROSTRKOLIZE.txt < prev   
Text File  |  1999-09-06  |  3KB  |  154 lines

  1. object FormProstrKolize: TFormProstrKolize
  2.   Left = 297
  3.   Top = 212
  4.   BorderStyle = bsDialog
  5.   Caption = 'Kolize prost∩┐╜edk∩┐╜'
  6.   ClientHeight = 234
  7.   ClientWidth = 419
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 401
  18.     Height = 181
  19.     Shape = bsFrame
  20.   end
  21.   object Image1: TImage
  22.     Left = 20
  23.     Top = 20
  24.     Width = 32
  25.     Height = 32
  26.     AutoSize = True
  27.     Picture.Data = {<image000.ico>}
  28.   end
  29.   object LblMsg: TLabel
  30.     Left = 76
  31.     Top = 32
  32.     Width = 317
  33.     Height = 13
  34.     Caption = 'Prost∩┐╜edek je ji∩┐╜ rezervov∩┐╜n. M∩┐╜ se p∩┐╜esto pokra∩┐╜ovat?'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     Transparent = True
  42.   end
  43.   object StaticUser: TStatic
  44.     Left = 136
  45.     Top = 120
  46.     Width = 245
  47.     Height = 21
  48.   end
  49.   object StaticOd: TStatic
  50.     Left = 136
  51.     Top = 148
  52.     Width = 113
  53.     Height = 21
  54.   end
  55.   object Label2: TLabel
  56.     Left = 48
  57.     Top = 124
  58.     Width = 82
  59.     Height = 13
  60.     Caption = 'Rezervov∩┐╜no pro'
  61.     Transparent = True
  62.   end
  63.   object Label3: TLabel
  64.     Left = 45
  65.     Top = 152
  66.     Width = 85
  67.     Height = 13
  68.     Caption = 'Interval rezervace'
  69.     Transparent = True
  70.   end
  71.   object StaticEvent: TStatic
  72.     Left = 136
  73.     Top = 92
  74.     Width = 245
  75.     Height = 21
  76.   end
  77.   object Label4: TLabel
  78.     Left = 94
  79.     Top = 96
  80.     Width = 36
  81.     Height = 13
  82.     Caption = 'Ud∩┐╜lost'
  83.     Transparent = True
  84.   end
  85.   object StaticDo: TStatic
  86.     Left = 256
  87.     Top = 148
  88.     Width = 113
  89.     Height = 21
  90.   end
  91.   object StaticProstr: TStatic
  92.     Left = 136
  93.     Top = 64
  94.     Width = 153
  95.     Height = 21
  96.   end
  97.   object Label1: TLabel
  98.     Left = 78
  99.     Top = 68
  100.     Width = 52
  101.     Height = 13
  102.     Caption = 'Prost∩┐╜edek'
  103.   end
  104.   object BtnYes: TButton
  105.     Left = 87
  106.     Top = 200
  107.     Width = 75
  108.     Height = 25
  109.     Caption = '&Ano'
  110.     Default = True
  111.     ModalResult = 6
  112.     TabOrder = 0
  113.   end
  114.   object BtnNo: TButton
  115.     Left = 167
  116.     Top = 200
  117.     Width = 75
  118.     Height = 25
  119.     Caption = '&Ne'
  120.     ModalResult = 7
  121.     TabOrder = 1
  122.   end
  123.   object BtnCancel: TButton
  124.     Left = 247
  125.     Top = 200
  126.     Width = 75
  127.     Height = 25
  128.     Cancel = True
  129.     Caption = 'Storno'
  130.     ModalResult = 2
  131.     TabOrder = 2
  132.   end
  133.   object Wallpaper1: TWallpaper
  134.     ResourceName = 'WALLPAPER'
  135.     Left = 8
  136.     Top = 196
  137.   end
  138.   object QryEventInfo: TQuery
  139.     DatabaseName = 'BRAIN_'
  140.     SQL.Strings = (
  141.       'SELECT nazev, jmeno, prijmeni, id_pracovnik'
  142.       'FROM ukoly uk, uzivatele uz'
  143.       'WHERE (uk.id_pracovnik = uz.id) and (uk.id= :event)')
  144.     Left = 36
  145.     Top = 196
  146.     ParamData = <
  147.       item
  148.         DataType = ftUnknown
  149.         Name = 'event'
  150.         ParamType = ptUnknown
  151.       end>
  152.   end
  153. end
  154.