home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / CD2HTML / cd2html.exe / 0 / RCDATA / TPRINTOPTIONS / TPRINTOPTIONS.txt
Text File  |  1999-11-02  |  6KB  |  293 lines

  1. object PrintOptions: TPrintOptions
  2.   Left = 6
  3.   Top = 138
  4.   ActiveControl = BtnOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 354
  8.   ClientWidth = 421
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label3: TLabel
  17.     Left = 8
  18.     Top = 336
  19.     Width = 173
  20.     Height = 13
  21.     Caption = 'Click on a Text to change the Font..'
  22.   end
  23.   object GroupBox2: TGroupBox
  24.     Left = 128
  25.     Top = 8
  26.     Width = 145
  27.     Height = 97
  28.     Caption = 'Labelling Style'
  29.     TabOrder = 4
  30.     object Label2: TLabel
  31.       Left = 22
  32.       Top = 64
  33.       Width = 55
  34.       Height = 13
  35.       Caption = 'Space [%]:'
  36.     end
  37.     object Label1: TLabel
  38.       Left = 22
  39.       Top = 32
  40.       Width = 44
  41.       Height = 13
  42.       Caption = 'Columns:'
  43.     end
  44.     object Edit2: TEdit
  45.       Left = 88
  46.       Top = 60
  47.       Width = 25
  48.       Height = 21
  49.       ReadOnly = True
  50.       TabOrder = 2
  51.       Text = '30'
  52.       OnChange = Change
  53.     end
  54.     object UpDown2: TUpDown
  55.       Left = 113
  56.       Top = 60
  57.       Width = 12
  58.       Height = 21
  59.       Associate = Edit2
  60.       Min = 0
  61.       Increment = 5
  62.       Position = 30
  63.       TabOrder = 3
  64.       Wrap = False
  65.     end
  66.     object UpDown1: TUpDown
  67.       Left = 113
  68.       Top = 28
  69.       Width = 12
  70.       Height = 21
  71.       Associate = Edit1
  72.       Min = 1
  73.       Max = 8
  74.       Position = 3
  75.       TabOrder = 1
  76.       Wrap = False
  77.     end
  78.     object Edit1: TEdit
  79.       Left = 88
  80.       Top = 28
  81.       Width = 25
  82.       Height = 21
  83.       ReadOnly = True
  84.       TabOrder = 0
  85.       Text = '3'
  86.       OnChange = Change
  87.     end
  88.   end
  89.   object GroupBox1: TGroupBox
  90.     Left = 8
  91.     Top = 8
  92.     Width = 105
  93.     Height = 97
  94.     Caption = 'Show'
  95.     TabOrder = 2
  96.     object ViewSize: TCheckBox
  97.       Left = 16
  98.       Top = 24
  99.       Width = 65
  100.       Height = 17
  101.       Caption = 'Size'
  102.       State = cbChecked
  103.       TabOrder = 0
  104.       OnClick = Change
  105.     end
  106.     object ViewDate: TCheckBox
  107.       Left = 16
  108.       Top = 48
  109.       Width = 65
  110.       Height = 17
  111.       Caption = 'Date'
  112.       State = cbChecked
  113.       TabOrder = 1
  114.       OnClick = Change
  115.     end
  116.     object ViewTime: TCheckBox
  117.       Left = 16
  118.       Top = 72
  119.       Width = 65
  120.       Height = 17
  121.       Caption = 'Time'
  122.       State = cbChecked
  123.       TabOrder = 2
  124.       OnClick = Change
  125.     end
  126.   end
  127.   object BtnOk: TButton
  128.     Left = 336
  129.     Top = 8
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&Ok'
  133.     ModalResult = 1
  134.     TabOrder = 0
  135.   end
  136.   object BtnCancel: TButton
  137.     Left = 336
  138.     Top = 40
  139.     Width = 75
  140.     Height = 25
  141.     Caption = '&Cancel'
  142.     ModalResult = 2
  143.     TabOrder = 1
  144.   end
  145.   object GroupBox3: TGroupBox
  146.     Left = 8
  147.     Top = 112
  148.     Width = 409
  149.     Height = 217
  150.     Caption = 'Color and Font Style'
  151.     TabOrder = 3
  152.     object Shape1: TShape
  153.       Left = 8
  154.       Top = 16
  155.       Width = 17
  156.       Height = 185
  157.     end
  158.     object Shape2: TShape
  159.       Left = 24
  160.       Top = 16
  161.       Width = 177
  162.       Height = 185
  163.     end
  164.     object Shape3: TShape
  165.       Left = 200
  166.       Top = 16
  167.       Width = 17
  168.       Height = 185
  169.     end
  170.     object Shape4: TShape
  171.       Left = 216
  172.       Top = 16
  173.       Width = 177
  174.       Height = 185
  175.     end
  176.     object Label4: TLabel
  177.       Left = 36
  178.       Top = 30
  179.       Width = 76
  180.       Height = 19
  181.       Caption = 'Headlines'
  182.       Color = clNone
  183.       Font.Charset = DEFAULT_CHARSET
  184.       Font.Color = clBlack
  185.       Font.Height = -16
  186.       Font.Name = 'Arial'
  187.       Font.Style = [fsBold]
  188.       ParentColor = False
  189.       ParentFont = False
  190.       OnClick = LabelClick
  191.     end
  192.     object Label5: TLabel
  193.       Left = 64
  194.       Top = 58
  195.       Width = 27
  196.       Height = 17
  197.       Caption = 'Text'
  198.       Color = clWhite
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clBlack
  201.       Font.Height = -15
  202.       Font.Name = 'Times New Roman'
  203.       Font.Style = []
  204.       ParentColor = False
  205.       ParentFont = False
  206.       OnClick = LabelClick
  207.     end
  208.     object Label11: TLabel
  209.       Left = 224
  210.       Top = 32
  211.       Width = 144
  212.       Height = 55
  213.       Caption = 'My CD'
  214.       Color = clWhite
  215.       Font.Charset = DEFAULT_CHARSET
  216.       Font.Color = clBlack
  217.       Font.Height = -48
  218.       Font.Name = 'Times New Roman'
  219.       Font.Style = []
  220.       ParentColor = False
  221.       ParentFont = False
  222.       OnClick = LabelClick
  223.     end
  224.     object Label12: TLabel
  225.       Left = 232
  226.       Top = 160
  227.       Width = 59
  228.       Height = 14
  229.       Caption = 'Size: xxxMB'
  230.       Color = clWhite
  231.       Font.Charset = DEFAULT_CHARSET
  232.       Font.Color = clBlack
  233.       Font.Height = -11
  234.       Font.Name = 'Times New Roman'
  235.       Font.Style = []
  236.       ParentColor = False
  237.       ParentFont = False
  238.       OnClick = LabelClick
  239.     end
  240.     object Label13: TLabel
  241.       Left = 204
  242.       Top = 24
  243.       Width = 9
  244.       Height = 15
  245.       Alignment = taCenter
  246.       Caption = 'X'
  247.       Color = clWhite
  248.       Font.Charset = DEFAULT_CHARSET
  249.       Font.Color = clBlack
  250.       Font.Height = -13
  251.       Font.Name = 'Times New Roman'
  252.       Font.Style = []
  253.       ParentColor = False
  254.       ParentFont = False
  255.       OnClick = LabelClick
  256.     end
  257.     object Label14: TLabel
  258.       Left = 12
  259.       Top = 24
  260.       Width = 9
  261.       Height = 15
  262.       Alignment = taCenter
  263.       Caption = 'X'
  264.       Color = clWhite
  265.       Font.Charset = DEFAULT_CHARSET
  266.       Font.Color = clBlack
  267.       Font.Height = -13
  268.       Font.Name = 'Times New Roman'
  269.       Font.Style = []
  270.       ParentColor = False
  271.       ParentFont = False
  272.       OnClick = LabelClick
  273.     end
  274.   end
  275.   object FontDialog1: TFontDialog
  276.     Font.Charset = DEFAULT_CHARSET
  277.     Font.Color = clWindowText
  278.     Font.Height = -11
  279.     Font.Name = 'MS Sans Serif'
  280.     Font.Style = []
  281.     Device = fdBoth
  282.     MinFontSize = 0
  283.     MaxFontSize = 0
  284.     Left = 384
  285.     Top = 72
  286.   end
  287.   object ColorDialog1: TColorDialog
  288.     Ctl3D = True
  289.     Left = 352
  290.     Top = 72
  291.   end
  292. end
  293.