home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / SELECT.DFM / SELECT.txt
Text File  |  1997-01-10  |  3KB  |  97 lines

  1. object SelectFileDlg: TSelectFileDlg
  2.   Left = 244
  3.   Top = 129
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select files'
  6.   ClientHeight = 103
  7.   ClientWidth = 229
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 6
  18.     Top = 6
  19.     Width = 129
  20.     Height = 91
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 18
  25.     Top = 16
  26.     Width = 30
  27.     Height = 13
  28.     Caption = '&File(s):'
  29.     FocusControl = Edit
  30.   end
  31.   object Edit: TEdit
  32.     Left = 18
  33.     Top = 34
  34.     Width = 103
  35.     Height = 20
  36.     MaxLength = 12
  37.     TabOrder = 0
  38.     Text = '*.*'
  39.   end
  40.   object SelectBtn: TBitBtn
  41.     Left = 140
  42.     Top = 6
  43.     Width = 83
  44.     Height = 27
  45.     Caption = '&Select'
  46.     Default = True
  47.     TabOrder = 1
  48.     OnClick = SelectBtnClick
  49.     Glyph.Data = {
  50.       10010000424D1001000000000000760000002800000010000000100000000100
  51.       0400000000008000000000000000000000000000000000000000000000000000
  52.       80000080000000808000800000008000800080800000C0C0C000808080000000
  53.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00280808080808
  54.       08082088888888888880288800000000088820880FFFFFFF088028880FFFFFFF
  55.       088820880FFFFFFF088028880FFFFFFF088820880FFFFFFF088028880FFFFFFF
  56.       088820880FFFFFFF088028880FFFF000088820880FFFF0F0888028880FFFF008
  57.       8888208800000088888028888888888888882080808080808080000000000000
  58.       0000000000000000000000000000000000000000}
  59.     Margin = 4
  60.     Style = bsNew
  61.     Spacing = -1
  62.   end
  63.   object DeselectBtn: TBitBtn
  64.     Left = 140
  65.     Top = 38
  66.     Width = 83
  67.     Height = 27
  68.     Caption = '&Deselect'
  69.     TabOrder = 2
  70.     OnClick = SelectBtnClick
  71.     Glyph.Data = {
  72.       10010000424D1001000000000000760000002800000010000000100000000100
  73.       0400000000008000000000000000000000000000000000000000000000000000
  74.       80000080000000808000800000008000800080800000C0C0C000808080000000
  75.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00220202020202
  76.       02022022222222222220222200000000022220220FFFFFFF022022220FFFFFFF
  77.       022220220FFFFFFF022022220FFFFFFF022220220FFFFFFF022022220FFFFFFF
  78.       022220220FFFFFFF022022220FFFF000022220220FFFF0F0222022220FFFF002
  79.       2222202200000022222022222222222222222020202020202020000000000000
  80.       0000000000000000000000000000000000000000}
  81.     Margin = 4
  82.     Style = bsNew
  83.     Spacing = -1
  84.   end
  85.   object CloseBtn: TBitBtn
  86.     Left = 140
  87.     Top = 70
  88.     Width = 83
  89.     Height = 27
  90.     TabOrder = 3
  91.     Kind = bkClose
  92.     Margin = 4
  93.     Style = bsNew
  94.     Spacing = -1
  95.   end
  96. end
  97.