home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Novinky / npadict / setup.exe / 0 / RCDATA / TVIEWCONFLICT / TVIEWCONFLICT.txt
Text File  |  2000-09-22  |  2KB  |  128 lines

  1. object ViewConflict: TViewConflict
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Conflict'
  6.   ClientHeight = 222
  7.   ClientWidth = 401
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCloseQuery = FormCloseQuery
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object L1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 385
  20.     Height = 39
  21.     AutoSize = False
  22.     Caption = 'L1'
  23.     Transparent = True
  24.     WordWrap = True
  25.   end
  26.   object L2: TLabel
  27.     Left = 8
  28.     Top = 56
  29.     Width = 105
  30.     Height = 13
  31.     AutoSize = False
  32.     Caption = 'L2'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     Transparent = True
  40.   end
  41.   object L3: TLabel
  42.     Left = 8
  43.     Top = 88
  44.     Width = 105
  45.     Height = 13
  46.     AutoSize = False
  47.     Caption = 'L3'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     Transparent = True
  55.   end
  56.   object L4: TLabel
  57.     Left = 8
  58.     Top = 120
  59.     Width = 105
  60.     Height = 13
  61.     AutoSize = False
  62.     Caption = 'L4'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object LO1: TLabel
  72.     Left = 120
  73.     Top = 56
  74.     Width = 273
  75.     Height = 13
  76.     AutoSize = False
  77.     Caption = 'LO1'
  78.     Transparent = True
  79.   end
  80.   object LO2: TLabel
  81.     Left = 120
  82.     Top = 88
  83.     Width = 273
  84.     Height = 26
  85.     AutoSize = False
  86.     Caption = 'LO2'
  87.     Transparent = True
  88.     WordWrap = True
  89.   end
  90.   object LO3: TLabel
  91.     Left = 120
  92.     Top = 120
  93.     Width = 273
  94.     Height = 13
  95.     AutoSize = False
  96.     Caption = 'LO3'
  97.     Transparent = True
  98.   end
  99.   object L5: TLabel
  100.     Left = 8
  101.     Top = 152
  102.     Width = 385
  103.     Height = 26
  104.     AutoSize = False
  105.     Caption = 'L5'
  106.     Transparent = True
  107.     WordWrap = True
  108.   end
  109.   object B1: TButton
  110.     Left = 123
  111.     Top = 192
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'B1'
  115.     TabOrder = 0
  116.     OnClick = B1Click
  117.   end
  118.   object B2: TButton
  119.     Left = 203
  120.     Top = 192
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'B2'
  124.     TabOrder = 1
  125.     OnClick = B2Click
  126.   end
  127. end
  128.