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

  1. object VarTextForm: TVarTextForm
  2.   Left = 214
  3.   Top = 111
  4.   HelpContext = 108
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Variable Text'
  8.   ClientHeight = 337
  9.   ClientWidth = 306
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 4
  24.     Width = 277
  25.     Height = 53
  26.     AutoSize = False
  27.     Caption = 
  28.       'Variable text allows you to specify diffferent text for each ele' +
  29.       'ment printed.  When you specify variable text be sure to add tex' +
  30.       't for every element you want to print.'
  31.     WordWrap = True
  32.   end
  33.   object GroupBox2: TGroupBox
  34.     Left = 8
  35.     Top = 160
  36.     Width = 289
  37.     Height = 137
  38.     Caption = 'Text'
  39.     TabOrder = 0
  40.     object AddBtn: TBitBtn
  41.       Left = 19
  42.       Top = 104
  43.       Width = 75
  44.       Height = 25
  45.       Caption = '&Add'
  46.       TabOrder = 1
  47.       OnClick = AddBtnClick
  48.     end
  49.     object RemoveBtn: TBitBtn
  50.       Left = 107
  51.       Top = 104
  52.       Width = 75
  53.       Height = 25
  54.       Caption = '&Remove'
  55.       TabOrder = 2
  56.       OnClick = RemoveBtnClick
  57.     end
  58.     object TextMemo: TMemo
  59.       Left = 12
  60.       Top = 20
  61.       Width = 269
  62.       Height = 77
  63.       ScrollBars = ssBoth
  64.       TabOrder = 0
  65.       WordWrap = False
  66.       OnChange = TextMemoChange
  67.     end
  68.     object PickTextBtn: TBitBtn
  69.       Left = 195
  70.       Top = 104
  71.       Width = 75
  72.       Height = 25
  73.       Caption = '&Pick Text'
  74.       TabOrder = 3
  75.       OnClick = PickTextBtnClick
  76.     end
  77.   end
  78.   object OkBtn: TBitBtn
  79.     Left = 17
  80.     Top = 308
  81.     Width = 75
  82.     Height = 25
  83.     Caption = '&OK'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 2
  87.     Glyph.Data = {
  88.       DE010000424DDE01000000000000760000002800000024000000120000000100
  89.       0400000000006801000000000000000000001000000000000000000000000000
  90.       80000080000000808000800000008000800080800000C0C0C000808080000000
  91.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  92.       3333333333333333333333330000333333333333333333333333F33333333333
  93.       00003333344333333333333333388F3333333333000033334224333333333333
  94.       338338F3333333330000333422224333333333333833338F3333333300003342
  95.       222224333333333383333338F3333333000034222A22224333333338F338F333
  96.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  97.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  98.       0000333333333A222433333333333338F338F33300003333333333A222433333
  99.       333333338F338F33000033333333333A222433333333333338F338F300003333
  100.       33333333A222433333333333338F338F00003333333333333A22433333333333
  101.       3338F38F000033333333333333A223333333333333338F830000333333333333
  102.       333A333333333333333338330000333333333333333333333333333333333333
  103.       0000}
  104.     NumGlyphs = 2
  105.   end
  106.   object CancelBtn: TBitBtn
  107.     Left = 109
  108.     Top = 308
  109.     Width = 75
  110.     Height = 25
  111.     Caption = '&Cancel'
  112.     TabOrder = 3
  113.     Kind = bkCancel
  114.   end
  115.   object HelpBtn: TBitBtn
  116.     Left = 201
  117.     Top = 308
  118.     Width = 75
  119.     Height = 25
  120.     TabOrder = 4
  121.     Kind = bkHelp
  122.   end
  123.   object GroupBox1: TGroupBox
  124.     Left = 8
  125.     Top = 48
  126.     Width = 281
  127.     Height = 105
  128.     Caption = 'Variable Text List'
  129.     TabOrder = 1
  130.     object VarTextList: TDragDropListBox
  131.       Left = 9
  132.       Top = 16
  133.       Width = 264
  134.       Height = 81
  135.       DragDropDelete = True
  136.       DragDropEnabled = True
  137.       DragDropInsert = True
  138.       ItemHeight = 13
  139.       TabOrder = 0
  140.     end
  141.   end
  142.   object Timer: TTimer
  143.     Interval = 500
  144.     OnTimer = TimerTimer
  145.     Left = 272
  146.     Top = 264
  147.   end
  148. end
  149.