home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TPSCFORM / TPSCFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  2.0 KB  |  96 lines

  1. object PSCForm: TPSCForm
  2.   Left = 273
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   Caption = 'Po∩┐╜tovn∩┐╜ sm∩┐╜rovac∩┐╜ ∩┐╜∩┐╜sla'
  6.   ClientHeight = 293
  7.   ClientWidth = 244
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MestoLabel: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 71
  21.     Height = 13
  22.     Caption = '&Hled∩┐╜n∩┐╜ m∩┐╜sta:'
  23.     FocusControl = MestoEdit
  24.   end
  25.   object PSCDBGrid: TDBGrid
  26.     Left = 8
  27.     Top = 48
  28.     Width = 228
  29.     Height = 201
  30.     DataSource = PSCDS
  31.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  32.     ReadOnly = True
  33.     TabOrder = 1
  34.     TitleFont.Charset = DEFAULT_CHARSET
  35.     TitleFont.Color = clWindowText
  36.     TitleFont.Height = -11
  37.     TitleFont.Name = 'MS Sans Serif'
  38.     TitleFont.Style = []
  39.     OnDblClick = PSCDBGridDblClick
  40.   end
  41.   object MestoEdit: TEdit
  42.     Left = 8
  43.     Top = 24
  44.     Width = 228
  45.     Height = 21
  46.     TabOrder = 0
  47.     OnChange = MestoEditChange
  48.   end
  49.   object OKBtn: TButton
  50.     Left = 80
  51.     Top = 260
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.   end
  59.   object ZrusitBtn: TButton
  60.     Left = 160
  61.     Top = 260
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Storno'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69.   object PSCTbl: TTable
  70.     Active = True
  71.     DatabaseName = 'RealityDB'
  72.     ReadOnly = True
  73.     TableName = 'Psc.DB'
  74.     Left = 104
  75.     Top = 176
  76.     object PSCTblMESTO: TStringField
  77.       DisplayLabel = 'M∩┐╜sto'
  78.       DisplayWidth = 26
  79.       FieldName = 'MESTO'
  80.       Size = 27
  81.     end
  82.     object PSCTblPSC: TStringField
  83.       DisplayLabel = 'PS∩┐╜'
  84.       DisplayWidth = 7
  85.       FieldName = 'PSC'
  86.       EditMask = '999 99;0;_'
  87.       Size = 6
  88.     end
  89.   end
  90.   object PSCDS: TDataSource
  91.     DataSet = PSCTbl
  92.     Left = 104
  93.     Top = 120
  94.   end
  95. end
  96.