home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / MSGDLG / MAIN.dfm / MAIN.txt
Text File  |  1998-05-14  |  2KB  |  101 lines

  1. object MainForm: TMainForm
  2.   Left = 234
  3.   Top = 118
  4.   AutoScroll = False
  5.   Caption = 'Message-Display Dialogs'
  6.   ClientHeight = 323
  7.   ClientWidth = 497
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Bevel1: TBevel
  18.     Left = 300
  19.     Top = 40
  20.     Width = 161
  21.     Height = 101
  22.   end
  23.   object Label1: TLabel
  24.     Left = 310
  25.     Top = 50
  26.     Width = 141
  27.     Height = 81
  28.     AutoSize = False
  29.     Caption = 'Click the buttons to view Delphi'#39's Message-Display dialogs.'
  30.     WordWrap = True
  31.   end
  32.   object Panel2: TPanel
  33.     Left = 10
  34.     Top = 130
  35.     Width = 261
  36.     Height = 161
  37.     Caption = 'Panel2'
  38.     TabOrder = 7
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 10
  42.     Top = 10
  43.     Width = 261
  44.     Height = 111
  45.     TabOrder = 6
  46.   end
  47.   object Button1: TButton
  48.     Left = 20
  49.     Top = 20
  50.     Width = 241
  51.     Height = 41
  52.     Caption = 'ShowMessage'
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 20
  58.     Top = 70
  59.     Width = 241
  60.     Height = 41
  61.     Caption = 'ShowMessagePos'
  62.     TabOrder = 1
  63.     OnClick = Button2Click
  64.   end
  65.   object Button3: TButton
  66.     Left = 20
  67.     Top = 140
  68.     Width = 241
  69.     Height = 41
  70.     Caption = 'MessageBox'
  71.     TabOrder = 2
  72.     OnClick = Button3Click
  73.   end
  74.   object Button4: TButton
  75.     Left = 20
  76.     Top = 190
  77.     Width = 241
  78.     Height = 41
  79.     Caption = 'MessageDlg'
  80.     TabOrder = 3
  81.     OnClick = Button4Click
  82.   end
  83.   object Button5: TButton
  84.     Left = 20
  85.     Top = 240
  86.     Width = 241
  87.     Height = 41
  88.     Caption = 'MessageDlgPos'
  89.     TabOrder = 4
  90.     OnClick = Button5Click
  91.   end
  92.   object BitBtn1: TBitBtn
  93.     Left = 320
  94.     Top = 210
  95.     Width = 111
  96.     Height = 41
  97.     TabOrder = 5
  98.     Kind = bkClose
  99.   end
  100. end
  101.