home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TSETUPCREDMSG31 / TSETUPCREDMSG31.txt
Encoding:
Text File  |  2000-09-13  |  2.6 KB  |  114 lines

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