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

  1. object InfoMapaTestForm: TInfoMapaTestForm
  2.   Left = 371
  3.   Top = 207
  4.   Width = 423
  5.   Height = 347
  6.   Caption = 'InfoMapaTestForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object SpeedButton1: TSpeedButton
  15.     Left = 8
  16.     Top = 112
  17.     Width = 25
  18.     Height = 25
  19.     Caption = 'INIT'
  20.     OnClick = SpeedButton1Click
  21.   end
  22.   object Button1: TButton
  23.     Left = 8
  24.     Top = 8
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'Go'
  28.     TabOrder = 0
  29.   end
  30.   object Memo1: TMemo
  31.     Left = 96
  32.     Top = 8
  33.     Width = 145
  34.     Height = 169
  35.     TabOrder = 1
  36.   end
  37.   object MapEdit: TEdit
  38.     Left = 8
  39.     Top = 40
  40.     Width = 73
  41.     Height = 21
  42.     TabOrder = 2
  43.     Text = 'Praha'
  44.   end
  45.   object Button2: TButton
  46.     Left = 8
  47.     Top = 80
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Button2'
  51.     TabOrder = 3
  52.   end
  53.   object ListBox1: TListBox
  54.     Left = 256
  55.     Top = 8
  56.     Width = 121
  57.     Height = 169
  58.     ItemHeight = 13
  59.     TabOrder = 4
  60.   end
  61.   object Button3: TButton
  62.     Left = 384
  63.     Top = 8
  64.     Width = 25
  65.     Height = 25
  66.     Caption = 'SEL'
  67.     TabOrder = 5
  68.   end
  69.   object DBGrid1: TDBGrid
  70.     Left = 96
  71.     Top = 184
  72.     Width = 281
  73.     Height = 120
  74.     DataSource = DataSource1
  75.     TabOrder = 6
  76.     TitleFont.Charset = DEFAULT_CHARSET
  77.     TitleFont.Color = clWindowText
  78.     TitleFont.Height = -11
  79.     TitleFont.Name = 'MS Sans Serif'
  80.     TitleFont.Style = []
  81.   end
  82.   object Button4: TButton
  83.     Left = 8
  84.     Top = 144
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Button4'
  88.     TabOrder = 7
  89.   end
  90.   object Memo2: TMemo
  91.     Left = 8
  92.     Top = 184
  93.     Width = 81
  94.     Height = 121
  95.     TabOrder = 8
  96.   end
  97.   object Query1: TQuery
  98.     Left = 384
  99.     Top = 40
  100.   end
  101.   object DataSource1: TDataSource
  102.     DataSet = Query1
  103.     Left = 384
  104.     Top = 88
  105.   end
  106. end
  107.