home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d456 / TMS / ADVGRID6.ZIP / AsgHTML.dfm / AsgHTML.txt
Text File  |  2000-11-05  |  6KB  |  300 lines

  1. object AdvGridHTMLSettingsForm: TAdvGridHTMLSettingsForm
  2.   Left = 223
  3.   Top = 221
  4.   BorderStyle = bsDialog
  5.   Caption = 'HTML Settings'
  6.   ClientHeight = 254
  7.   ClientWidth = 426
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object CellsGroupBox: TGroupBox
  17.     Left = 0
  18.     Top = 104
  19.     Width = 201
  20.     Height = 113
  21.     Caption = 'Cells:'
  22.     TabOrder = 1
  23.     object BorderSizeLabel: TLabel
  24.       Left = 37
  25.       Top = 21
  26.       Width = 57
  27.       Height = 13
  28.       Caption = '&Border Size:'
  29.       FocusControl = BorderSizeSpinEdit
  30.     end
  31.     object CellSpacingLabel: TLabel
  32.       Left = 32
  33.       Top = 54
  34.       Width = 62
  35.       Height = 13
  36.       Caption = 'Ce&ll Spacing:'
  37.       FocusControl = CellSpacingSpinEdit
  38.     end
  39.     object Label1: TLabel
  40.       Left = 32
  41.       Top = 87
  42.       Width = 62
  43.       Height = 13
  44.       Caption = 'Cell &Padding:'
  45.       FocusControl = CellPaddingSpinEdit
  46.     end
  47.     object BorderSizeSpinEdit: TAdvSpinEdit
  48.       Left = 112
  49.       Top = 16
  50.       Width = 49
  51.       Height = 22
  52.       Direction = spVertical
  53.       ReturnIsTab = False
  54.       Precision = 0
  55.       SpinType = sptNormal
  56.       Value = 1
  57.       FloatValue = 1.000000000000000000
  58.       TimeValue = 0.041666666666666660
  59.       HexValue = 0
  60.       SpinFlat = False
  61.       MaxValue = 10
  62.       MinValue = 0
  63.       MaxFloatValue = 100.000000000000000000
  64.       TabOrder = 0
  65.     end
  66.     object CellSpacingSpinEdit: TAdvSpinEdit
  67.       Left = 112
  68.       Top = 50
  69.       Width = 49
  70.       Height = 22
  71.       Direction = spVertical
  72.       ReturnIsTab = False
  73.       Precision = 0
  74.       SpinType = sptNormal
  75.       Value = 0
  76.       DateValue = 36835.501307025460000000
  77.       HexValue = 0
  78.       SpinFlat = False
  79.       MaxValue = 10
  80.       MinValue = 0
  81.       MaxFloatValue = 100.000000000000000000
  82.       TabOrder = 1
  83.     end
  84.     object CellPaddingSpinEdit: TAdvSpinEdit
  85.       Left = 112
  86.       Top = 83
  87.       Width = 49
  88.       Height = 22
  89.       Direction = spVertical
  90.       ReturnIsTab = False
  91.       Precision = 0
  92.       SpinType = sptNormal
  93.       Value = 0
  94.       DateValue = 36835.501307025460000000
  95.       HexValue = 0
  96.       SpinFlat = False
  97.       MaxValue = 10
  98.       MinValue = 0
  99.       MaxFloatValue = 100.000000000000000000
  100.       TabOrder = 2
  101.     end
  102.   end
  103.   object TagsGroupBox: TGroupBox
  104.     Left = 208
  105.     Top = 0
  106.     Width = 217
  107.     Height = 97
  108.     Caption = 'Tags:'
  109.     TabOrder = 2
  110.     object PrefixLabel: TLabel
  111.       Left = 40
  112.       Top = 20
  113.       Width = 56
  114.       Height = 13
  115.       Caption = '&Prefix Tags:'
  116.       FocusControl = PrefixEdit
  117.     end
  118.     object SuffixLabel: TLabel
  119.       Left = 40
  120.       Top = 44
  121.       Width = 56
  122.       Height = 13
  123.       Caption = '&Suffix Tags:'
  124.       FocusControl = SuffixEdit
  125.     end
  126.     object TableStyleLabel: TLabel
  127.       Left = 10
  128.       Top = 68
  129.       Width = 86
  130.       Height = 13
  131.       Caption = 'Table St&yle Tags::'
  132.       FocusControl = TableStyleEdit
  133.     end
  134.     object PrefixEdit: TEdit
  135.       Left = 104
  136.       Top = 16
  137.       Width = 89
  138.       Height = 21
  139.       TabOrder = 0
  140.     end
  141.     object SuffixEdit: TEdit
  142.       Left = 104
  143.       Top = 40
  144.       Width = 89
  145.       Height = 21
  146.       TabOrder = 1
  147.     end
  148.     object TableStyleEdit: TEdit
  149.       Left = 104
  150.       Top = 64
  151.       Width = 89
  152.       Height = 21
  153.       TabOrder = 2
  154.     end
  155.   end
  156.   object FilesGroupBox: TGroupBox
  157.     Left = 208
  158.     Top = 104
  159.     Width = 217
  160.     Height = 113
  161.     Caption = 'Files:'
  162.     TabOrder = 3
  163.     object HeaderLabel: TLabel
  164.       Left = 31
  165.       Top = 20
  166.       Width = 38
  167.       Height = 13
  168.       Caption = '&Header:'
  169.       FocusControl = HeaderEdit
  170.     end
  171.     object FooterLabel: TLabel
  172.       Left = 36
  173.       Top = 54
  174.       Width = 33
  175.       Height = 13
  176.       Caption = 'F&ooter:'
  177.       FocusControl = FooterEdit
  178.     end
  179.     object HeaderEdit: TEdit
  180.       Left = 80
  181.       Top = 16
  182.       Width = 89
  183.       Height = 21
  184.       TabOrder = 0
  185.     end
  186.     object FooterEdit: TEdit
  187.       Left = 80
  188.       Top = 50
  189.       Width = 89
  190.       Height = 21
  191.       TabOrder = 2
  192.     end
  193.     object HeaderButton: TButton
  194.       Left = 176
  195.       Top = 16
  196.       Width = 25
  197.       Height = 21
  198.       Caption = '. . .'
  199.       TabOrder = 1
  200.       OnClick = HeaderButtonClick
  201.     end
  202.     object FooterButton: TButton
  203.       Left = 176
  204.       Top = 50
  205.       Width = 25
  206.       Height = 21
  207.       Caption = '. . .'
  208.       TabOrder = 3
  209.       OnClick = HeaderButtonClick
  210.     end
  211.   end
  212.   object GeneralGroupBox: TGroupBox
  213.     Left = 0
  214.     Top = 0
  215.     Width = 201
  216.     Height = 97
  217.     Caption = 'General:'
  218.     TabOrder = 0
  219.     object TableWidthLabel: TLabel
  220.       Left = 8
  221.       Top = 24
  222.       Width = 117
  223.       Height = 13
  224.       Caption = 'Table &Width (in percent):'
  225.       FocusControl = TableWidthSpinEdit
  226.     end
  227.     object TableColorsCheckBox: TCheckBox
  228.       Left = 16
  229.       Top = 48
  230.       Width = 113
  231.       Height = 17
  232.       Caption = 'Use Table'#39's &Colors'
  233.       TabOrder = 1
  234.     end
  235.     object TableFontsCheckBox: TCheckBox
  236.       Left = 16
  237.       Top = 72
  238.       Width = 113
  239.       Height = 17
  240.       Caption = 'Use Table'#39's &Fonts'
  241.       TabOrder = 2
  242.     end
  243.     object TableWidthSpinEdit: TAdvSpinEdit
  244.       Left = 136
  245.       Top = 19
  246.       Width = 49
  247.       Height = 22
  248.       Direction = spVertical
  249.       ReturnIsTab = False
  250.       Precision = 0
  251.       SpinType = sptNormal
  252.       Value = 100
  253.       FloatValue = 100.000000000000000000
  254.       HexValue = 0
  255.       SpinFlat = False
  256.       MaxValue = 100
  257.       MinValue = 0
  258.       MaxFloatValue = 100.000000000000000000
  259.       TabOrder = 0
  260.     end
  261.   end
  262.   object OKButton: TBitBtn
  263.     Left = 127
  264.     Top = 224
  265.     Width = 75
  266.     Height = 25
  267.     Caption = 'OK'
  268.     Default = True
  269.     ModalResult = 1
  270.     TabOrder = 4
  271.     NumGlyphs = 2
  272.   end
  273.   object CancelButton: TBitBtn
  274.     Left = 223
  275.     Top = 224
  276.     Width = 75
  277.     Height = 25
  278.     Cancel = True
  279.     Caption = 'Cancel'
  280.     ModalResult = 2
  281.     TabOrder = 5
  282.     NumGlyphs = 2
  283.   end
  284.   object Preview: TButton
  285.     Left = 1
  286.     Top = 224
  287.     Width = 75
  288.     Height = 25
  289.     Caption = 'Preview'
  290.     TabOrder = 6
  291.     OnClick = PreviewClick
  292.   end
  293.   object OpenDialog: TOpenDialog
  294.     DefaultExt = '.htm'
  295.     Filter = 'HTML Files (*.htm, *.html)|*.htm;*.html|All Files (*.*)|*.*'
  296.     Left = 216
  297.     Top = 152
  298.   end
  299. end
  300.