home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / wowsrc.exe / PICDLG.DFM / PICDLG.txt < prev   
Text File  |  1996-03-28  |  3KB  |  144 lines

  1. object BitmapDlg: TBitmapDlg
  2.   Left = 52
  3.   Top = 95
  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.   OnClose = FormClose
  17.   OnShow = FormShow
  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 OKBtn: TBitBtn
  50.     Left = 412
  51.     Top = 8
  52.     Width = 77
  53.     Height = 27
  54.     TabOrder = 0
  55.     OnClick = OKBtnClick
  56.     Kind = bkOK
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object EditFile: TEdit
  62.     Left = 16
  63.     Top = 64
  64.     Width = 353
  65.     Height = 20
  66.     TabOrder = 1
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 384
  70.     Top = 80
  71.     Width = 175
  72.     Height = 175
  73.     TabOrder = 2
  74.     object Image: TImage
  75.       Left = 1
  76.       Top = 1
  77.       Width = 173
  78.       Height = 173
  79.       Align = alClient
  80.       Center = True
  81.       Stretch = True
  82.     end
  83.   end
  84.   object Memo1: TMemo
  85.     Left = 16
  86.     Top = 152
  87.     Width = 361
  88.     Height = 65
  89.     Lines.Strings = (
  90.       'Note:  The bitmap preview function automatically resizes the'
  91.       '          bitmap to the size of the preview box!  This is to get'
  92.       '          a rough idea of the bitmap only!  Depending on the'
  93.       '          bitmap'#39's real size the image may be distorted!')
  94.     ReadOnly = True
  95.     TabOrder = 3
  96.   end
  97.   object GroupBox1: TGroupBox
  98.     Left = 12
  99.     Top = 223
  100.     Width = 213
  101.     Height = 72
  102.     Caption = ' Speed '
  103.     TabOrder = 4
  104.     object Label1: TLabel
  105.       Left = 182
  106.       Top = 20
  107.       Width = 28
  108.       Height = 13
  109.       Caption = 'Slow'
  110.     end
  111.     object Label2: TLabel
  112.       Left = 7
  113.       Top = 20
  114.       Width = 25
  115.       Height = 13
  116.       Caption = 'Fast'
  117.     end
  118.     object Spd: TScrollBar
  119.       Left = 7
  120.       Top = 39
  121.       Width = 195
  122.       Height = 20
  123.       Min = 1
  124.       Position = 50
  125.       TabOrder = 0
  126.     end
  127.   end
  128.   object MoveCheckBox: TCheckBox
  129.     Left = 232
  130.     Top = 272
  131.     Width = 321
  132.     Height = 17
  133.     Caption = 'Move Picture Or Randomly Plot It (Check For Move)'
  134.     State = cbChecked
  135.     TabOrder = 5
  136.   end
  137.   object OpenDialog: TOpenDialog
  138.     Filter = 'Bitmap|*.bmp'
  139.     InitialDir = 'c:\windows'
  140.     Left = 32
  141.     Top = 24
  142.   end
  143. end
  144.