home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TPICKTEXTFORM / TPICKTEXTFORM.txt
Encoding:
Text File  |  2000-10-20  |  2.4 KB  |  83 lines

  1. object PickTextForm: TPickTextForm
  2.   Left = 535
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pick Custom Text'
  7.   ClientHeight = 291
  8.   ClientWidth = 306
  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 = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 5
  21.     Top = 216
  22.     Width = 297
  23.     Height = 25
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 
  27.       'Custom Text can be edited by selecting Options on the View menu,' +
  28.       ' then the Custom Text tab.'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clRed
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object OkBtn: TBitBtn
  38.     Left = 69
  39.     Top = 260
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.     Glyph.Data = {
  47.       DE010000424DDE01000000000000760000002800000024000000120000000100
  48.       0400000000006801000000000000000000001000000000000000000000000000
  49.       80000080000000808000800000008000800080800000C0C0C000808080000000
  50.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  51.       3333333333333333333333330000333333333333333333333333F33333333333
  52.       00003333344333333333333333388F3333333333000033334224333333333333
  53.       338338F3333333330000333422224333333333333833338F3333333300003342
  54.       222224333333333383333338F3333333000034222A22224333333338F338F333
  55.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  56.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  57.       0000333333333A222433333333333338F338F33300003333333333A222433333
  58.       333333338F338F33000033333333333A222433333333333338F338F300003333
  59.       33333333A222433333333333338F338F00003333333333333A22433333333333
  60.       3338F38F000033333333333333A223333333333333338F830000333333333333
  61.       333A333333333333333338330000333333333333333333333333333333333333
  62.       0000}
  63.     NumGlyphs = 2
  64.   end
  65.   object CancelBtn: TBitBtn
  66.     Left = 161
  67.     Top = 260
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Cancel'
  71.     TabOrder = 2
  72.     Kind = bkCancel
  73.   end
  74.   object TextList: TListBox
  75.     Left = 9
  76.     Top = 16
  77.     Width = 289
  78.     Height = 193
  79.     ItemHeight = 13
  80.     TabOrder = 0
  81.   end
  82. end
  83.