home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMEDITPICSELFONT / TFORMEDITPICSELFONT.txt
Encoding:
Text File  |  2004-04-06  |  1.7 KB  |  95 lines

  1. object FormEditPicSelFont: TFormEditPicSelFont
  2.   Left = 521
  3.   Top = 361
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Draw Text'
  7.   ClientHeight = 181
  8.   ClientWidth = 340
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   DesignSize = (
  18.     340
  19.     181)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BtnCancel: TSpeedButton
  23.     Left = 136
  24.     Top = 146
  25.     Width = 65
  26.     Height = 22
  27.     Anchors = [akLeft, akBottom]
  28.     Caption = 'Cancel'
  29.     OnClick = BtnCancelClick
  30.   end
  31.   object SpeedButton2: TSpeedButton
  32.     Left = 56
  33.     Top = 146
  34.     Width = 65
  35.     Height = 22
  36.     Anchors = [akLeft, akBottom]
  37.     Caption = 'Ok'
  38.     OnClick = SpeedButton2Click
  39.   end
  40.   object Label1: TLabel
  41.     Left = 16
  42.     Top = 16
  43.     Width = 21
  44.     Height = 13
  45.     Caption = 'Text'
  46.   end
  47.   object Label2: TLabel
  48.     Left = 19
  49.     Top = 42
  50.     Width = 21
  51.     Height = 13
  52.     Caption = 'Font'
  53.   end
  54.   object EditNewText: TEdit
  55.     Left = 48
  56.     Top = 13
  57.     Width = 281
  58.     Height = 21
  59.     TabOrder = 0
  60.   end
  61.   object CheckBox1: TCheckBox
  62.     Left = 200
  63.     Top = 40
  64.     Width = 97
  65.     Height = 17
  66.     Caption = 'Bold'
  67.     TabOrder = 1
  68.   end
  69.   object CheckBox2: TCheckBox
  70.     Left = 200
  71.     Top = 56
  72.     Width = 97
  73.     Height = 17
  74.     Caption = 'Underline'
  75.     TabOrder = 2
  76.   end
  77.   object CheckBox3: TCheckBox
  78.     Left = 200
  79.     Top = 72
  80.     Width = 97
  81.     Height = 17
  82.     Caption = 'Italic'
  83.     TabOrder = 3
  84.   end
  85.   object ComboBox1: TComboBox
  86.     Left = 48
  87.     Top = 40
  88.     Width = 145
  89.     Height = 21
  90.     ItemHeight = 13
  91.     TabOrder = 4
  92.     Text = 'ComboBox1'
  93.   end
  94. end
  95.