home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TPREFERENCESDLG / TPREFERENCESDLG.txt
Text File  |  1998-06-03  |  6KB  |  304 lines

  1. object PreferencesDlg: TPreferencesDlg
  2.   Left = 302
  3.   Top = 109
  4.   HelpContext = 5000
  5.   ActiveControl = OKBtn
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Preferences'
  9.   ClientHeight = 332
  10.   ClientWidth = 317
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OKBtn: TBitBtn
  21.     Left = 232
  22.     Top = 9
  23.     Width = 77
  24.     Height = 27
  25.     TabOrder = 3
  26.     OnClick = OKBtnClick
  27.     Kind = bkOK
  28.     Margin = 2
  29.     Spacing = -1
  30.     IsControl = True
  31.   end
  32.   object CancelBtn: TBitBtn
  33.     Left = 232
  34.     Top = 41
  35.     Width = 77
  36.     Height = 27
  37.     TabOrder = 4
  38.     Kind = bkCancel
  39.     Margin = 2
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object HelpBtn: TBitBtn
  44.     Left = 232
  45.     Top = 72
  46.     Width = 77
  47.     Height = 27
  48.     TabOrder = 5
  49.     Kind = bkHelp
  50.     Margin = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object Colors: TGroupBox
  55.     Left = 6
  56.     Top = 7
  57.     Width = 211
  58.     Height = 170
  59.     Caption = 'Colors'
  60.     TabOrder = 0
  61.     object Bevel1: TBevel
  62.       Left = 141
  63.       Top = 19
  64.       Width = 59
  65.       Height = 19
  66.     end
  67.     object IM: TLabel
  68.       Left = 145
  69.       Top = 22
  70.       Width = 52
  71.       Height = 13
  72.       Alignment = taCenter
  73.       AutoSize = False
  74.       Caption = 'Text'
  75.       Color = clBtnFace
  76.       ParentColor = False
  77.     end
  78.     object Bevel4: TBevel
  79.       Left = 141
  80.       Top = 43
  81.       Width = 59
  82.       Height = 19
  83.     end
  84.     object OM: TLabel
  85.       Left = 145
  86.       Top = 46
  87.       Width = 52
  88.       Height = 13
  89.       Alignment = taCenter
  90.       AutoSize = False
  91.       Caption = 'Text'
  92.       Color = clBtnFace
  93.       ParentColor = False
  94.     end
  95.     object Bevel2: TBevel
  96.       Left = 141
  97.       Top = 67
  98.       Width = 59
  99.       Height = 19
  100.     end
  101.     object CS: TLabel
  102.       Left = 145
  103.       Top = 70
  104.       Width = 52
  105.       Height = 13
  106.       Alignment = taCenter
  107.       AutoSize = False
  108.       Caption = 'Text'
  109.       Color = clBtnFace
  110.       ParentColor = False
  111.     end
  112.     object Bevel3: TBevel
  113.       Left = 141
  114.       Top = 91
  115.       Width = 59
  116.       Height = 19
  117.     end
  118.     object Rf: TLabel
  119.       Left = 145
  120.       Top = 94
  121.       Width = 52
  122.       Height = 13
  123.       Alignment = taCenter
  124.       AutoSize = False
  125.       Caption = 'Text'
  126.       Color = clBtnFace
  127.       ParentColor = False
  128.     end
  129.     object Bevel5: TBevel
  130.       Left = 141
  131.       Top = 115
  132.       Width = 59
  133.       Height = 19
  134.     end
  135.     object Hd: TLabel
  136.       Left = 145
  137.       Top = 118
  138.       Width = 52
  139.       Height = 13
  140.       Alignment = taCenter
  141.       AutoSize = False
  142.       Caption = 'Text'
  143.       Color = clBtnFace
  144.       ParentColor = False
  145.     end
  146.     object Bevel6: TBevel
  147.       Left = 141
  148.       Top = 139
  149.       Width = 59
  150.       Height = 19
  151.     end
  152.     object Cm: TLabel
  153.       Left = 145
  154.       Top = 142
  155.       Width = 52
  156.       Height = 13
  157.       Alignment = taCenter
  158.       AutoSize = False
  159.       Caption = 'Text'
  160.       Color = clBtnFace
  161.       ParentColor = False
  162.     end
  163.     object BIM: TButton
  164.       Left = 9
  165.       Top = 18
  166.       Width = 121
  167.       Height = 22
  168.       Caption = '&Inner Margin'
  169.       TabOrder = 0
  170.       OnClick = BIMClick
  171.     end
  172.     object BOM: TButton
  173.       Left = 9
  174.       Top = 42
  175.       Width = 121
  176.       Height = 22
  177.       Caption = '&Outer Margin'
  178.       TabOrder = 1
  179.       OnClick = BOMClick
  180.     end
  181.     object BCS: TButton
  182.       Left = 9
  183.       Top = 66
  184.       Width = 121
  185.       Height = 22
  186.       Caption = '&Chapter / Sigla'
  187.       TabOrder = 2
  188.       OnClick = BCSClick
  189.     end
  190.     object BRf: TButton
  191.       Left = 9
  192.       Top = 90
  193.       Width = 121
  194.       Height = 22
  195.       Caption = '&References'
  196.       TabOrder = 3
  197.       OnClick = BRfClick
  198.     end
  199.     object BHd: TButton
  200.       Left = 9
  201.       Top = 114
  202.       Width = 121
  203.       Height = 22
  204.       Caption = 'Hi&dden Text'
  205.       TabOrder = 4
  206.       OnClick = BHdClick
  207.     end
  208.     object Bcm: TButton
  209.       Left = 9
  210.       Top = 138
  211.       Width = 121
  212.       Height = 22
  213.       Caption = 'Co&mmand Strings'
  214.       TabOrder = 5
  215.       OnClick = BcmClick
  216.     end
  217.   end
  218.   object Panel1: TPanel
  219.     Left = 6
  220.     Top = 263
  221.     Width = 211
  222.     Height = 29
  223.     BevelInner = bvRaised
  224.     BevelOuter = bvLowered
  225.     TabOrder = 2
  226.     object MultiKey: TCheckBox
  227.       Left = 11
  228.       Top = 8
  229.       Width = 109
  230.       Height = 17
  231.       Caption = '&Auto MultiKey'
  232.       TabOrder = 0
  233.     end
  234.   end
  235.   object GroupBox1: TGroupBox
  236.     Left = 6
  237.     Top = 184
  238.     Width = 211
  239.     Height = 73
  240.     Caption = 'Kerning'
  241.     TabOrder = 1
  242.     object Label1: TLabel
  243.       Left = 12
  244.       Top = 24
  245.       Width = 82
  246.       Height = 13
  247.       Caption = 'Min. &Font Size'
  248.       FocusControl = CBKernFont
  249.     end
  250.     object BKernScreen: TCheckBox
  251.       Left = 11
  252.       Top = 46
  253.       Width = 113
  254.       Height = 17
  255.       Caption = 'Use on &Screen'
  256.       TabOrder = 1
  257.     end
  258.     object CBKernFont: TComboBox
  259.       Left = 138
  260.       Top = 20
  261.       Width = 57
  262.       Height = 21
  263.       ItemHeight = 13
  264.       Items.Strings = (
  265.         'All'
  266.         '6'
  267.         '7'
  268.         '8'
  269.         '10'
  270.         '12'
  271.         '14'
  272.         '16'
  273.         '18'
  274.         '24')
  275.       TabOrder = 0
  276.     end
  277.   end
  278.   object POLE: TPanel
  279.     Left = 6
  280.     Top = 296
  281.     Width = 211
  282.     Height = 29
  283.     BevelInner = bvRaised
  284.     BevelOuter = bvLowered
  285.     Enabled = False
  286.     TabOrder = 6
  287.     object BDrawObjects: TCheckBox
  288.       Left = 11
  289.       Top = 8
  290.       Width = 109
  291.       Height = 17
  292.       Caption = 'Dra&w Objects'
  293.       TabOrder = 0
  294.     end
  295.   end
  296.   object ColorDlg: TColorDialog
  297.     Ctl3D = True
  298.     Color = clWhite
  299.     Options = [cdFullOpen]
  300.     Left = 277
  301.     Top = 108
  302.   end
  303. end
  304.