home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / devilpad / htmlpad.exe / HTMLPad.exe / 0 / RCDATA / TFRMLINE / TFRMLINE.txt
Encoding:
Text File  |  2001-06-24  |  2.6 KB  |  142 lines

  1. object frmLine: TfrmLine
  2.   Left = 375
  3.   Top = 220
  4.   BorderStyle = bsDialog
  5.   Caption = 'Vodorovn∩┐╜ ∩┐╜∩┐╜ra'
  6.   ClientHeight = 109
  7.   ClientWidth = 330
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 5
  21.     Top = 3
  22.     Width = 320
  23.     Height = 75
  24.     TabOrder = 0
  25.     object Label2: TLabel
  26.       Left = 10
  27.       Top = 45
  28.       Width = 31
  29.       Height = 13
  30.       Caption = 'Barva:'
  31.     end
  32.     object Label7: TLabel
  33.       Left = 9
  34.       Top = 18
  35.       Width = 46
  36.       Height = 13
  37.       Caption = 'Zarovnat:'
  38.     end
  39.     object Label1: TLabel
  40.       Left = 190
  41.       Top = 47
  42.       Width = 34
  43.       Height = 13
  44.       Hint = 'SIZE'
  45.       Caption = 'D∩┐╜lka: '
  46.     end
  47.     object Label8: TLabel
  48.       Left = 190
  49.       Top = 20
  50.       Width = 29
  51.       Height = 13
  52.       Hint = 'WIDTH'
  53.       Caption = '∩┐╜∩┐╜∩┐╜ka:'
  54.     end
  55.     object cmbALIGN: TComboBox
  56.       Left = 64
  57.       Top = 15
  58.       Width = 119
  59.       Height = 21
  60.       Hint = 'ALIGN'
  61.       ItemHeight = 13
  62.       TabOrder = 0
  63.       OnEnter = cmbALIGNEnter
  64.       OnExit = cmbALIGNExit
  65.       Items.Strings = (
  66.         ''
  67.         'left'
  68.         'center'
  69.         'right')
  70.     end
  71.     object edSize: TEdit
  72.       Left = 234
  73.       Top = 15
  74.       Width = 75
  75.       Height = 21
  76.       Hint = 'SIZE'
  77.       TabOrder = 1
  78.       OnEnter = edSizeEnter
  79.       OnExit = edSizeExit
  80.     end
  81.     object edWidth: TEdit
  82.       Left = 234
  83.       Top = 42
  84.       Width = 75
  85.       Height = 21
  86.       Hint = 'WIDTH'
  87.       TabOrder = 2
  88.       OnEnter = edWidthEnter
  89.       OnExit = edWidthExit
  90.     end
  91.     object cmbColor: TColorCombo
  92.       Left = 64
  93.       Top = 42
  94.       Width = 119
  95.       Height = 22
  96.       Hint = 'COLOR'
  97.       ItemHeight = 16
  98.       Items.Strings = (
  99.         'clWhite'
  100.         'clWhite'
  101.         'clBlack'
  102.         'clMaroon'
  103.         'clGreen'
  104.         'clOlive'
  105.         'clNavy'
  106.         'clPurple'
  107.         'clTeal'
  108.         'clGray'
  109.         'clSilver'
  110.         'clRed'
  111.         'clLime'
  112.         'clYellow'
  113.         'clBlue'
  114.         'clFuchsia'
  115.         'clAqua'
  116.         'clWhite')
  117.       TabOrder = 3
  118.       ColorDialog = frmMain.ColorDialog1
  119.     end
  120.   end
  121.   object btnOK: TButton
  122.     Left = 170
  123.     Top = 82
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'OK'
  127.     Default = True
  128.     TabOrder = 1
  129.     OnClick = btnOKClick
  130.   end
  131.   object btnStorno: TButton
  132.     Left = 250
  133.     Top = 82
  134.     Width = 75
  135.     Height = 25
  136.     Cancel = True
  137.     Caption = 'Storno'
  138.     TabOrder = 2
  139.     OnClick = btnStornoClick
  140.   end
  141. end
  142.