home *** CD-ROM | disk | FTP | other *** search
/ Level 2003 February / Level_02_2003.iso / Level / LEVELXP.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  2003-01-15  |  2.6 KB  |  129 lines

  1. object Form3: TForm3
  2.   Left = 306
  3.   Top = 292
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 199
  6.   ClientWidth = 323
  7.   Color = clBlack
  8.   Font.Charset = EASTEUROPE_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poMainFormCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnShow = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 323
  25.     Height = 199
  26.     Align = alClient
  27.   end
  28.   object DriveComboBox1: TDriveComboBox
  29.     Left = 24
  30.     Top = 160
  31.     Width = 177
  32.     Height = 20
  33.     Color = clWhite
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     TabOrder = 3
  41.     OnChange = DriveComboBox1Change
  42.   end
  43.   object DirectoryListBox1: TDirectoryListBox
  44.     Left = 24
  45.     Top = 56
  46.     Width = 177
  47.     Height = 97
  48.     Color = clWhite
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ItemHeight = 16
  55.     ParentFont = False
  56.     TabOrder = 2
  57.     OnChange = DirectoryListBox1Change
  58.   end
  59.   object OKButton: TButton
  60.     Left = 226
  61.     Top = 32
  62.     Width = 75
  63.     Height = 25
  64.     Caption = '&OK'
  65.     Default = True
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'Arial'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 0
  73.     OnClick = OKButtonClick
  74.   end
  75.   object CancelButton: TButton
  76.     Left = 226
  77.     Top = 64
  78.     Width = 75
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = '&Cancel'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clBlack
  84.     Font.Height = -11
  85.     Font.Name = 'Arial'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     TabOrder = 4
  89.     OnClick = CancelButtonClick
  90.   end
  91.   object EditDir1: TEdit
  92.     Left = 26
  93.     Top = 24
  94.     Width = 175
  95.     Height = 22
  96.     Color = clWhite
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'Arial'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     TabOrder = 1
  104.     Text = 'C:\'
  105.   end
  106.   object NewButton: TButton
  107.     Left = 226
  108.     Top = 96
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'NewButton'
  112.     Font.Charset = EASTEUROPE_CHARSET
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'Arial'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     TabOrder = 5
  119.     Visible = False
  120.   end
  121.   object Timer1: TTimer
  122.     Enabled = False
  123.     Interval = 100
  124.     OnTimer = Timer1Timer
  125.     Left = 288
  126.     Top = 168
  127.   end
  128. end
  129.