home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / sharewar / room / rooarr3d.exe / RooArr.exe / 0 / RCDATA / TFORMTEXTPROPS / TFORMTEXTPROPS.txt
Encoding:
Text File  |  2003-02-17  |  3.4 KB  |  191 lines

  1. object FormTextProps: TFormTextProps
  2.   Left = 244
  3.   Top = 182
  4.   HelpContext = 8
  5.   BorderStyle = bsDialog
  6.   Caption = 'Label Properties'
  7.   ClientHeight = 218
  8.   ClientWidth = 388
  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 = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LbPos: TLabel
  22.     Left = 8
  23.     Top = 15
  24.     Width = 37
  25.     Height = 13
  26.     Caption = 'Position'
  27.   end
  28.   object Label1: TLabel
  29.     Left = 56
  30.     Top = 15
  31.     Width = 8
  32.     Height = 13
  33.     Caption = 'x:'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 112
  37.     Top = 15
  38.     Width = 8
  39.     Height = 13
  40.     Caption = 'y:'
  41.   end
  42.   object LbAlign: TLabel
  43.     Left = 8
  44.     Top = 46
  45.     Width = 49
  46.     Height = 13
  47.     Caption = 'Alignment:'
  48.   end
  49.   object LbText: TLabel
  50.     Left = 8
  51.     Top = 72
  52.     Width = 24
  53.     Height = 13
  54.     Caption = 'Text:'
  55.   end
  56.   object LbLocal: TLabel
  57.     Left = 164
  58.     Top = 16
  59.     Width = 6
  60.     Height = 13
  61.     Caption = 'L'
  62.   end
  63.   object EdPosX: TEdit
  64.     Left = 64
  65.     Top = 12
  66.     Width = 39
  67.     Height = 21
  68.     TabOrder = 0
  69.   end
  70.   object EdPosY: TEdit
  71.     Left = 120
  72.     Top = 12
  73.     Width = 39
  74.     Height = 21
  75.     TabOrder = 1
  76.   end
  77.   object BtnFont: TButton
  78.     Left = 168
  79.     Top = 40
  80.     Width = 65
  81.     Height = 25
  82.     Caption = 'Font...'
  83.     TabOrder = 3
  84.     OnClick = BtnFontClick
  85.   end
  86.   object CbAlign: TComboBox
  87.     Left = 72
  88.     Top = 42
  89.     Width = 89
  90.     Height = 21
  91.     Style = csDropDownList
  92.     ItemHeight = 13
  93.     TabOrder = 2
  94.     OnChange = CbAlignChange
  95.   end
  96.   object GroupBoxColors: TGroupBox
  97.     Left = 240
  98.     Top = 4
  99.     Width = 145
  100.     Height = 66
  101.     Caption = 'Colors'
  102.     TabOrder = 4
  103.     object ImgFill: TImage
  104.       Left = 98
  105.       Top = 40
  106.       Width = 41
  107.       Height = 17
  108.       OnClick = ImgTextColorClick
  109.     end
  110.     object ImgTextColor: TImage
  111.       Left = 98
  112.       Top = 16
  113.       Width = 41
  114.       Height = 17
  115.       OnClick = ImgTextColorClick
  116.     end
  117.     object ChkFill: TCheckBox
  118.       Left = 8
  119.       Top = 40
  120.       Width = 89
  121.       Height = 17
  122.       Caption = 'Background:'
  123.       Checked = True
  124.       State = cbChecked
  125.       TabOrder = 1
  126.     end
  127.     object ChkTextColor: TCheckBox
  128.       Left = 8
  129.       Top = 16
  130.       Width = 63
  131.       Height = 17
  132.       Caption = 'Text:'
  133.       Checked = True
  134.       State = cbChecked
  135.       TabOrder = 0
  136.     end
  137.   end
  138.   object MmText: TMemo
  139.     Left = 8
  140.     Top = 88
  141.     Width = 377
  142.     Height = 97
  143.     Font.Charset = DEFAULT_CHARSET
  144.     Font.Color = clWindowText
  145.     Font.Height = -13
  146.     Font.Name = 'Arial'
  147.     Font.Style = []
  148.     ParentFont = False
  149.     ScrollBars = ssBoth
  150.     TabOrder = 5
  151.     WordWrap = False
  152.   end
  153.   object BtnOK: TButton
  154.     Left = 112
  155.     Top = 188
  156.     Width = 75
  157.     Height = 25
  158.     Caption = 'OK'
  159.     Default = True
  160.     ModalResult = 1
  161.     TabOrder = 6
  162.   end
  163.   object BtnCancel: TButton
  164.     Left = 200
  165.     Top = 188
  166.     Width = 75
  167.     Height = 25
  168.     Cancel = True
  169.     Caption = 'Cancel'
  170.     ModalResult = 2
  171.     TabOrder = 7
  172.   end
  173.   object ColorDialog1: TColorDialog
  174.     Ctl3D = True
  175.     Left = 104
  176.     Top = 96
  177.   end
  178.   object FontDialog1: TFontDialog
  179.     Font.Charset = DEFAULT_CHARSET
  180.     Font.Color = clWindowText
  181.     Font.Height = -11
  182.     Font.Name = 'MS Sans Serif'
  183.     Font.Style = []
  184.     MinFontSize = 0
  185.     MaxFontSize = 0
  186.     Options = [fdTrueTypeOnly, fdEffects, fdForceFontExist, fdScalableOnly]
  187.     Left = 72
  188.     Top = 96
  189.   end
  190. end
  191.