home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue42 / construc / UNIT2.DFM / UNIT2.txt
Encoding:
Text File  |  1999-01-11  |  3.1 KB  |  126 lines

  1. object FormPostReply: TFormPostReply
  2.   Left = 256
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Post/Reply Article'
  6.   ClientHeight = 453
  7.   ClientWidth = 632
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 632
  23.     Height = 73
  24.     Align = alTop
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 37
  28.       Top = 20
  29.       Width = 26
  30.       Height = 13
  31.       Caption = 'From:'
  32.     end
  33.     object TLabel
  34.       Left = 424
  35.       Top = 20
  36.       Width = 26
  37.       Height = 13
  38.       Caption = 'Date:'
  39.     end
  40.     object TLabel
  41.       Left = 24
  42.       Top = 44
  43.       Width = 39
  44.       Height = 13
  45.       Caption = 'Subject:'
  46.     end
  47.     object EditFrom: TEdit
  48.       Left = 72
  49.       Top = 16
  50.       Width = 150
  51.       Height = 21
  52.       ReadOnly = True
  53.       TabOrder = 0
  54.       Text = 'bob@bolesian.nl'
  55.     end
  56.     object EditDate: TEdit
  57.       Left = 459
  58.       Top = 16
  59.       Width = 150
  60.       Height = 21
  61.       ReadOnly = True
  62.       TabOrder = 1
  63.       Text = '1999/01/10 - 07:11:42 AM'
  64.     end
  65.     object EditSubject: TEdit
  66.       Left = 72
  67.       Top = 40
  68.       Width = 537
  69.       Height = 21
  70.       TabOrder = 2
  71.     end
  72.   end
  73.   object MemoArticle: TMemo
  74.     Left = 0
  75.     Top = 73
  76.     Width = 632
  77.     Height = 339
  78.     Align = alClient
  79.     TabOrder = 1
  80.   end
  81.   object Panel2: TPanel
  82.     Left = 0
  83.     Top = 412
  84.     Width = 632
  85.     Height = 41
  86.     Align = alBottom
  87.     TabOrder = 2
  88.     object BitBtn1: TBitBtn
  89.       Left = 456
  90.       Top = 8
  91.       Width = 75
  92.       Height = 25
  93.       Caption = 'OK'
  94.       Default = True
  95.       ModalResult = 1
  96.       TabOrder = 0
  97.       Glyph.Data = {
  98.         DE010000424DDE01000000000000760000002800000024000000120000000100
  99.         0400000000006801000000000000000000001000000010000000000000000000
  100.         80000080000000808000800000008000800080800000C0C0C000808080000000
  101.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  102.         3333333333333333333333330000333333333333333333333333F33333333333
  103.         00003333344333333333333333388F3333333333000033334224333333333333
  104.         338338F3333333330000333422224333333333333833338F3333333300003342
  105.         222224333333333383333338F3333333000034222A22224333333338F338F333
  106.         8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  107.         33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  108.         0000333333333A222433333333333338F338F33300003333333333A222433333
  109.         333333338F338F33000033333333333A222433333333333338F338F300003333
  110.         33333333A222433333333333338F338F00003333333333333A22433333333333
  111.         3338F38F000033333333333333A223333333333333338F830000333333333333
  112.         333A333333333333333338330000333333333333333333333333333333333333
  113.         0000}
  114.       NumGlyphs = 2
  115.     end
  116.     object BitBtn2: TBitBtn
  117.       Left = 544
  118.       Top = 8
  119.       Width = 75
  120.       Height = 25
  121.       TabOrder = 1
  122.       Kind = bkCancel
  123.     end
  124.   end
  125. end
  126.