home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / sharewar / banmapro / _SETUP.1 / bannermaker.exe / 0 / RCDATA / TDLGADDIMAGE / TDLGADDIMAGE.txt
Text File  |  2000-01-09  |  2KB  |  92 lines

  1. object dlgAddImage: TdlgAddImage
  2.   Left = 327
  3.   Top = 256
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Animated Image'
  7.   ClientHeight = 239
  8.   ClientWidth = 586
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 569
  19.     Height = 41
  20.     Shape = bsFrame
  21.   end
  22.   object Label3: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 553
  26.     Height = 26
  27.     AutoSize = False
  28.     Caption = 
  29.       'This is an animated GIF.  Only one frame at a time can be added ' +
  30.       'to the image.  Choose the frame number to add and then select OK' +
  31.       '. For help on animating images, click on Animating Images Help.'
  32.     WordWrap = True
  33.   end
  34.   object Label1: TLabel
  35.     Left = 8
  36.     Top = 128
  37.     Width = 125
  38.     Height = 13
  39.     Caption = 'Total Number of Images: 1'
  40.   end
  41.   object Label2: TLabel
  42.     Left = 8
  43.     Top = 160
  44.     Width = 102
  45.     Height = 13
  46.     Caption = 'Frame number to use:'
  47.   end
  48.   object Bevel2: TBevel
  49.     Left = 8
  50.     Top = 186
  51.     Width = 569
  52.     Height = 9
  53.     Shape = bsTopLine
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 400
  57.     Top = 200
  58.     Width = 81
  59.     Height = 33
  60.     Caption = 'O&K'
  61.     TabOrder = 0
  62.     OnClick = BitBtn1Click
  63.     Kind = bkOK
  64.   end
  65.   object BitBtn2: TBitBtn
  66.     Left = 496
  67.     Top = 200
  68.     Width = 81
  69.     Height = 33
  70.     Caption = '&Cancel'
  71.     TabOrder = 1
  72.     Kind = bkCancel
  73.   end
  74.   object Edit1: TEdit
  75.     Left = 120
  76.     Top = 158
  77.     Width = 41
  78.     Height = 21
  79.     TabOrder = 2
  80.     Text = '1'
  81.   end
  82.   object Button1: TButton
  83.     Left = 8
  84.     Top = 64
  85.     Width = 137
  86.     Height = 25
  87.     Caption = 'Animating Images Help'
  88.     TabOrder = 3
  89.     OnClick = Button1Click
  90.   end
  91. end
  92.