home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / Iavadraw.exe / 0 / RCDATA / TFONTEDIT / TFONTEDIT.txt < prev   
Text File  |  1997-09-20  |  3KB  |  128 lines

  1. object FontEdit: TFontEdit
  2.   Left = 140
  3.   Top = 373
  4.   BorderStyle = bsDialog
  5.   Caption = 'FontEdit'
  6.   ClientHeight = 109
  7.   ClientWidth = 343
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object xPanel1: TxPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 343
  21.     Height = 109
  22.     Align = alClient
  23.     BevelWidth = 2
  24.     TabOrder = 0
  25.     data_int = 0
  26.     language = 2
  27.     object Bevel1: TBevel
  28.       Left = 8
  29.       Top = 8
  30.       Width = 325
  31.       Height = 93
  32.       Shape = bsFrame
  33.     end
  34.     object xLabel1: TxLabel
  35.       Left = 16
  36.       Top = 16
  37.       Width = 31
  38.       Height = 13
  39.       Caption = 'Name:'
  40.       Caption_English = 'Name:'
  41.       Caption_German = 'Name:'
  42.       language = 2
  43.     end
  44.     object xLabel2: TxLabel
  45.       Left = 152
  46.       Top = 16
  47.       Width = 26
  48.       Height = 13
  49.       Caption = 'Style:'
  50.       Caption_English = 'Style:'
  51.       Caption_German = 'Schriftstil:'
  52.       language = 2
  53.     end
  54.     object xLabel3: TxLabel
  55.       Left = 288
  56.       Top = 16
  57.       Width = 23
  58.       Height = 13
  59.       Caption = 'Size:'
  60.       Caption_English = 'Size:'
  61.       Caption_German = 'Gr∩┐╜∩┐╜e:'
  62.       language = 2
  63.     end
  64.     object ComboBox1: TComboBox
  65.       Left = 16
  66.       Top = 32
  67.       Width = 125
  68.       Height = 21
  69.       ItemHeight = 13
  70.       Items.Strings = (
  71.         'Helvetica'
  72.         'System'
  73.         'TimesRoman'
  74.         'Dialog')
  75.       TabOrder = 0
  76.     end
  77.     object ComboBox2: TComboBox
  78.       Left = 152
  79.       Top = 32
  80.       Width = 125
  81.       Height = 21
  82.       ItemHeight = 13
  83.       Items.Strings = (
  84.         'Font.BOLD'
  85.         'Font.BOLD+Font.ITALIC'
  86.         'Font.BOLD+Font.PLAIN'
  87.         'Font.BOLD+Font.ITALIC+Font.PLAIN'
  88.         'Font.ITALIC'
  89.         'Font.ITALIC+Font.PLAIN'
  90.         'Font.PLAIN')
  91.       TabOrder = 1
  92.     end
  93.     object Edit1: TEdit
  94.       Left = 288
  95.       Top = 32
  96.       Width = 37
  97.       Height = 21
  98.       TabOrder = 2
  99.     end
  100.     object xButton1: TxButton
  101.       Left = 92
  102.       Top = 64
  103.       Width = 75
  104.       Height = 25
  105.       Caption = '&Ok'
  106.       ModalResult = 1
  107.       TabOrder = 3
  108.       Caption_English = '&Ok'
  109.       Caption_German = '&Ok'
  110.       data_int = 0
  111.       language = 2
  112.     end
  113.     object xButton2: TxButton
  114.       Left = 176
  115.       Top = 64
  116.       Width = 75
  117.       Height = 25
  118.       Caption = '&Abbrechen'
  119.       ModalResult = 2
  120.       TabOrder = 4
  121.       Caption_English = '&Cancel'
  122.       Caption_German = '&Abbrechen'
  123.       data_int = 0
  124.       language = 2
  125.     end
  126.   end
  127. end
  128.