home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / wowsrc.exe / BITMAPDL.DFM / BITMAPDL.txt next >
Text File  |  1995-10-28  |  4KB  |  158 lines

  1. object BitmapDlg: TBitmapDlg
  2.   Left = 158
  3.   Top = 199
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select the name of the bitmap you wish to use!'
  7.   ClientHeight = 317
  8.   ClientWidth = 560
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 369
  23.     Height = 105
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object FileBtn: TSpeedButton
  28.     Left = 168
  29.     Top = 24
  30.     Width = 137
  31.     Height = 25
  32.     Caption = 'Select A File'
  33.     Glyph.Data = {
  34.       76010000424D7601000000000000760000002800000020000000100000000100
  35.       04000000000000010000130B0000130B00000000000000000000000000000000
  36.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  37.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  38.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  39.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  40.       07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  41.       07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  42.       0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  43.       33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  44.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  45.       3BB33773333773333773B333333B3333333B7333333733333337}
  46.     NumGlyphs = 2
  47.     OnClick = FileBtnClick
  48.   end
  49.   object PrevBtn: TSpeedButton
  50.     Left = 232
  51.     Top = 120
  52.     Width = 137
  53.     Height = 25
  54.     Caption = 'Preview Bitmap'
  55.     Glyph.Data = {
  56.       78010000424D7801000000000000760000002800000020000000100000000100
  57.       04000000000000000000120B0000120B00000000000000000000000000000000
  58.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  59.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033BBBBBBBBBB
  60.       BB33337777777777777F33BB00BBBBBBBB33337F77333333F37F33BB0BBBBBB0
  61.       BB33337F73F33337FF7F33BBB0BBBB000B33337F37FF3377737F33BBB00BB00B
  62.       BB33337F377F3773337F33BBBB0B00BBBB33337F337F7733337F33BBBB000BBB
  63.       BB33337F33777F33337F33EEEE000EEEEE33337F3F777FFF337F33EE0E80000E
  64.       EE33337F73F77773337F33EEE0800EEEEE33337F37377F33337F33EEEE000EEE
  65.       EE33337F33777F33337F33EEEEE00EEEEE33337F33377FF3337F33EEEEEE00EE
  66.       EE33337F333377F3337F33EEEEEE00EEEE33337F33337733337F33EEEEEEEEEE
  67.       EE33337FFFFFFFFFFF7F33EEEEEEEEEEEE3333777777777777730000}
  68.     NumGlyphs = 2
  69.     OnClick = PrevBtnClick
  70.   end
  71.   object OKBtn: TBitBtn
  72.     Left = 412
  73.     Top = 8
  74.     Width = 77
  75.     Height = 27
  76.     TabOrder = 0
  77.     OnClick = OKBtnClick
  78.     Kind = bkOK
  79.     Margin = 2
  80.     Spacing = -1
  81.     IsControl = True
  82.   end
  83.   object EditFile: TEdit
  84.     Left = 16
  85.     Top = 64
  86.     Width = 353
  87.     Height = 20
  88.     TabOrder = 1
  89.   end
  90.   object Panel1: TPanel
  91.     Left = 384
  92.     Top = 80
  93.     Width = 175
  94.     Height = 175
  95.     TabOrder = 2
  96.     object Image: TImage
  97.       Left = 1
  98.       Top = 1
  99.       Width = 173
  100.       Height = 173
  101.       Align = alClient
  102.       Center = True
  103.       Stretch = True
  104.     end
  105.   end
  106.   object Memo1: TMemo
  107.     Left = 16
  108.     Top = 152
  109.     Width = 361
  110.     Height = 65
  111.     Lines.Strings = (
  112.       'Note:  The bitmap preview function automatically resizes the'
  113.       '          bitmap to the size of the preview box!  This is to get'
  114.       '          a rough idea of the bitmap only!  Depending on the'
  115.       '          bitmap'#39's real size the image may be distorted!')
  116.     ReadOnly = True
  117.     TabOrder = 3
  118.   end
  119.   object GroupBox1: TGroupBox
  120.     Left = 12
  121.     Top = 223
  122.     Width = 213
  123.     Height = 72
  124.     Caption = ' Speed '
  125.     TabOrder = 4
  126.     object Label1: TLabel
  127.       Left = 182
  128.       Top = 20
  129.       Width = 28
  130.       Height = 13
  131.       Caption = 'Slow'
  132.     end
  133.     object Label2: TLabel
  134.       Left = 7
  135.       Top = 20
  136.       Width = 25
  137.       Height = 13
  138.       Caption = 'Fast'
  139.     end
  140.     object Spd: TScrollBar
  141.       Left = 7
  142.       Top = 39
  143.       Width = 195
  144.       Height = 20
  145.       Min = 1
  146.       Position = 50
  147.       TabOrder = 0
  148.       OnChange = SpdChange
  149.     end
  150.   end
  151.   object OpenDialog: TOpenDialog
  152.     Filter = 'Bitmap|*.bmp'
  153.     InitialDir = 'c:\windows'
  154.     Left = 32
  155.     Top = 24
  156.   end
  157. end
  158.