home *** CD-ROM | disk | FTP | other *** search
/ All Holidays: Clip Art & Fonts (Deluxe Edition) / 727ahcap_jjp.iso / HOL32 / chrclip / VIEWER32.EXE / 0 / RCDATA / TSETUPCREDMSG31 / TSETUPCREDMSG31.txt
Text File  |  1997-08-21  |  3KB  |  122 lines

  1. object SetupCredMsg31: TSetupCredMsg31
  2.   Left = 36
  3.   Top = 126
  4.   Width = 551
  5.   Height = 275
  6.   Caption = 'Create Creditbox Message'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 206
  17.     Top = 9
  18.     Width = 217
  19.     Height = 185
  20.   end
  21.   object Label1: TLabel
  22.     Left = 209
  23.     Top = 201
  24.     Width = 20
  25.     Height = 13
  26.     Caption = 'Fast'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 398
  30.     Top = 201
  31.     Width = 23
  32.     Height = 13
  33.     Caption = 'Slow'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 295
  37.     Top = 200
  38.     Width = 49
  39.     Height = 13
  40.     Caption = 'Speed = 5'
  41.   end
  42.   object Memo1: TMemo
  43.     Left = 11
  44.     Top = 10
  45.     Width = 188
  46.     Height = 182
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     ScrollBars = ssBoth
  53.     TabOrder = 0
  54.     OnChange = Memo1Change
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 440
  58.     Top = 7
  59.     Width = 89
  60.     Height = 33
  61.     Caption = 'Font'
  62.     TabOrder = 1
  63.     OnClick = BitBtn2Click
  64.     Glyph.Data = {
  65.       76010000424D7601000000000000760000002800000020000000100000000100
  66.       04000000000000010000130B0000130B00000000000000000000000000000000
  67.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  68.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  69.       3333333333333333333333333333333333333FF3FFFFFFF33FFF003000000033
  70.       0000773777777733777703330033033330037FFF77F37F33377F700007330333
  71.       3003777777337FFFF77F303003337000007337F77F3377777773303073333033
  72.       003337F77F3337F377F337007333303300333777733337FF77F3330033333703
  73.       07333377F333377F7733330733333300033333773FF3F3777F33333399393300
  74.       033333337737FF777F333333339993307333333333777FF77333333333999930
  75.       3333333333777737333333333333333333333333333333333333333333333333
  76.       3333333333333333333333333333333333333333333333333333}
  77.     NumGlyphs = 2
  78.     Style = bsNew
  79.   end
  80.   object SpeedScrollBar: TScrollBar
  81.     Left = 210
  82.     Top = 216
  83.     Width = 213
  84.     Height = 17
  85.     Max = 10
  86.     Position = 5
  87.     TabOrder = 2
  88.     OnChange = SpeedScrollBarChange
  89.   end
  90.   object ColorGrid: TColorGrid
  91.     Left = 9
  92.     Top = 193
  93.     Width = 192
  94.     Height = 40
  95.     GridOrdering = go8x2
  96.     ParentShowHint = False
  97.     ShowHint = True
  98.     TabOrder = 3
  99.     OnChange = ColorGridChange
  100.   end
  101.   object BitBtn1: TBitBtn
  102.     Left = 440
  103.     Top = 99
  104.     Width = 89
  105.     Height = 33
  106.     TabOrder = 4
  107.     OnClick = BitBtn1Click
  108.     Kind = bkCancel
  109.     Style = bsNew
  110.   end
  111.   object BitBtn3: TBitBtn
  112.     Left = 440
  113.     Top = 201
  114.     Width = 89
  115.     Height = 33
  116.     TabOrder = 5
  117.     OnClick = BitBtn3Click
  118.     Kind = bkOK
  119.     Style = bsNew
  120.   end
  121. end
  122.