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

  1. object frmFrameSet: TfrmFrameSet
  2.   Left = 433
  3.   Top = 355
  4.   BorderStyle = bsDialog
  5.   Caption = 'Frameset'
  6.   ClientHeight = 130
  7.   ClientWidth = 365
  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 = 4
  21.     Top = 0
  22.     Width = 357
  23.     Height = 99
  24.     TabOrder = 2
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 19
  28.       Width = 34
  29.       Height = 13
  30.       Caption = '∩┐╜∩┐╜dky:'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 8
  34.       Top = 45
  35.       Width = 42
  36.       Height = 13
  37.       Caption = 'Sloupce:'
  38.     end
  39.     object Label3: TLabel
  40.       Left = 170
  41.       Top = 19
  42.       Width = 66
  43.       Height = 13
  44.       Caption = 'Frame Border:'
  45.     end
  46.     object Label4: TLabel
  47.       Left = 202
  48.       Top = 70
  49.       Width = 34
  50.       Height = 13
  51.       Caption = 'Border:'
  52.     end
  53.     object Label6: TLabel
  54.       Left = 8
  55.       Top = 71
  56.       Width = 31
  57.       Height = 13
  58.       Caption = 'Barva:'
  59.     end
  60.     object Label5: TLabel
  61.       Left = 170
  62.       Top = 44
  63.       Width = 74
  64.       Height = 13
  65.       Caption = 'Frame Spacing:'
  66.     end
  67.     object edRows: TEdit
  68.       Left = 60
  69.       Top = 15
  70.       Width = 100
  71.       Height = 21
  72.       Hint = 'ROWS'
  73.       TabOrder = 0
  74.       OnEnter = edRowsEnter
  75.       OnExit = edRowsExit
  76.     end
  77.     object edCols: TEdit
  78.       Left = 60
  79.       Top = 41
  80.       Width = 100
  81.       Height = 21
  82.       Hint = 'COLS'
  83.       TabOrder = 1
  84.       OnEnter = edColsEnter
  85.       OnExit = edColsExit
  86.     end
  87.     object cmbFrameBorder: TComboBox
  88.       Left = 247
  89.       Top = 14
  90.       Width = 100
  91.       Height = 21
  92.       Hint = 'FRAMEBORDER'
  93.       ItemHeight = 13
  94.       TabOrder = 2
  95.       OnEnter = cmbFrameBorderEnter
  96.       OnExit = cmbFrameBorderExit
  97.       Items.Strings = (
  98.         ''
  99.         '0'
  100.         'yes'
  101.         'no')
  102.     end
  103.     object edBorder: TEdit
  104.       Left = 247
  105.       Top = 64
  106.       Width = 100
  107.       Height = 21
  108.       Hint = 'BORDER'
  109.       TabOrder = 3
  110.       OnEnter = edBorderEnter
  111.       OnExit = edBorderExit
  112.     end
  113.     object cbBorderColor: TColorCombo
  114.       Left = 60
  115.       Top = 67
  116.       Width = 131
  117.       Height = 22
  118.       Hint = 'BORDERCOLOR'
  119.       ItemHeight = 16
  120.       Items.Strings = (
  121.         'clWhite'
  122.         'clWhite'
  123.         'clBlack'
  124.         'clMaroon'
  125.         'clGreen'
  126.         'clOlive'
  127.         'clNavy'
  128.         'clPurple'
  129.         'clTeal'
  130.         'clGray'
  131.         'clSilver'
  132.         'clRed'
  133.         'clLime'
  134.         'clYellow'
  135.         'clBlue'
  136.         'clFuchsia'
  137.         'clAqua'
  138.         'clWhite')
  139.       TabOrder = 4
  140.       ColorDialog = frmMain.ColorDialog1
  141.     end
  142.     object edFrameSpacing: TEdit
  143.       Left = 247
  144.       Top = 39
  145.       Width = 100
  146.       Height = 21
  147.       Hint = 'FRAMESPACING'
  148.       TabOrder = 5
  149.       OnEnter = edFrameSpacingEnter
  150.       OnExit = edFrameSpacingExit
  151.     end
  152.   end
  153.   object btnOK: TButton
  154.     Left = 206
  155.     Top = 103
  156.     Width = 75
  157.     Height = 25
  158.     Caption = 'OK'
  159.     Default = True
  160.     TabOrder = 0
  161.     OnClick = btnOKClick
  162.   end
  163.   object btnStorno: TButton
  164.     Left = 286
  165.     Top = 103
  166.     Width = 75
  167.     Height = 25
  168.     Cancel = True
  169.     Caption = 'Storno'
  170.     TabOrder = 1
  171.     OnClick = btnStornoClick
  172.   end
  173. end
  174.