home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap01 / mobigger / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  3.0 KB  |  170 lines

  1. object Form1: TForm1
  2.   Left = 52
  3.   Top = 39
  4.   ActiveControl = ComboBox1
  5.   AutoScroll = False
  6.   Caption = 'MoBigger'
  7.   ClientHeight = 391
  8.   ClientWidth = 545
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 10
  17.     Top = 20
  18.     Width = 239
  19.     Height = 25
  20.     Caption = 'Is there anybody home?'
  21.     IsControl = True
  22.   end
  23.   object Image1: TImage
  24.     Left = 330
  25.     Top = 232
  26.     Width = 41
  27.     Height = 61
  28.     Picture.Data = {<image000.bmp>}
  29.     Stretch = True
  30.     IsControl = True
  31.   end
  32.   object Gauge1: TGauge
  33.     Left = 400
  34.     Top = 60
  35.     Width = 131
  36.     Height = 125
  37.     ForeColor = clMaroon
  38.     BackColor = clYellow
  39.     Progress = 45
  40.     IsControl = True
  41.   end
  42.   object ColorGrid1: TColorGrid
  43.     Left = 10
  44.     Top = 60
  45.     Width = 124
  46.     Height = 124
  47.     TabOrder = 0
  48.     IsControl = True
  49.   end
  50.   object ComboBox1: TComboBox
  51.     Left = 150
  52.     Top = 50
  53.     Width = 181
  54.     Height = 24
  55.     ItemHeight = 16
  56.     TabOrder = 1
  57.     Text = 'ComboBox1'
  58.     IsControl = True
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 10
  62.     Top = 240
  63.     Width = 231
  64.     Height = 51
  65.     Caption = 'Panel1'
  66.     TabOrder = 2
  67.   end
  68.   object Memo1: TMemo
  69.     Left = 150
  70.     Top = 100
  71.     Width = 231
  72.     Height = 111
  73.     Color = clLime
  74.     Font.Color = clBlue
  75.     Font.Height = -80
  76.     Font.Name = 'Times New Roman'
  77.     Font.Style = [fsBold, fsItalic]
  78.     Lines.Strings = (
  79.       'Memo'
  80.       '1')
  81.     ParentFont = False
  82.     TabOrder = 3
  83.   end
  84.   object MediaPlayer1: TMediaPlayer
  85.     Left = 220
  86.     Top = 2
  87.     Width = 316
  88.     Height = 38
  89.     FileName = 'c:\windows\chimes.wav'
  90.     TabOrder = 4
  91.     IsControl = True
  92.   end
  93.   object BiSwitch1: TBiSwitch
  94.     Left = 220
  95.     Top = 310
  96.     Width = 111
  97.     Height = 50
  98.     ForeColor = clBlack
  99.     BackColor = clBtnFace
  100.     Caption = 'BiSwitch1'
  101.     pOn = False
  102.     TabStop = True
  103.     TabOrder = 5
  104.     IsControl = True
  105.   end
  106.   object RadioButton1: TRadioButton
  107.     Left = 20
  108.     Top = 350
  109.     Width = 151
  110.     Height = 21
  111.     Caption = 'RadioButton1'
  112.     TabOrder = 6
  113.     IsControl = True
  114.   end
  115.   object BitBtn1: TBitBtn
  116.     Left = 10
  117.     Top = 190
  118.     Width = 111
  119.     Height = 41
  120.     TabOrder = 7
  121.     Kind = bkCancel
  122.   end
  123.   object DirectoryListBox1: TDirectoryListBox
  124.     Left = 400
  125.     Top = 190
  126.     Width = 131
  127.     Height = 131
  128.     ItemHeight = 16
  129.     TabOrder = 8
  130.   end
  131.   object DriveComboBox1: TDriveComboBox
  132.     Left = 10
  133.     Top = 310
  134.     Width = 181
  135.     Height = 22
  136.     TabOrder = 9
  137.   end
  138.   object BiGauge1: TBiGauge
  139.     Left = 340
  140.     Top = 330
  141.     Width = 191
  142.     Height = 40
  143.     Caption = 'BiGauge1'
  144.     Min = 0
  145.     Max = 100
  146.     Value = 50
  147.     Margin = 2
  148.     Orientation = 0
  149.     BarColor = clBlue
  150.     BevelSize = 3
  151.     BevelStyle = 0
  152.   end
  153.   object OpenDialog1: TOpenDialog
  154.     Left = 256
  155.     Top = 232
  156.   end
  157.   object SaveDialog1: TSaveDialog
  158.     Left = 256
  159.     Top = 264
  160.   end
  161.   object ColorDialog1: TColorDialog
  162.     Left = 288
  163.     Top = 232
  164.   end
  165.   object PrintDialog1: TPrintDialog
  166.     Left = 288
  167.     Top = 264
  168.   end
  169. end
  170.