home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / ELW0103A / elw0103a.lzh / ELWatcher.exe / 0 / RCDATA / TFRMEDITMAIL / TFRMEDITMAIL.txt
Text File  |  2000-12-16  |  2KB  |  105 lines

  1. object frmEditMail: TfrmEditMail
  2.   Left = 990
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスソスソス[ソスソスソスAソスhソスソスソスXソスメ集'
  7.   ClientHeight = 164
  8.   ClientWidth = 280
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 88
  23.     Width = 39
  24.     Height = 12
  25.     Caption = 'ソスソスソスソス(&P)'
  26.     FocusControl = edtPost
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 48
  31.     Width = 40
  32.     Height = 12
  33.     Caption = 'ソスソスソスソス(&N)'
  34.     FocusControl = edtName
  35.   end
  36.   object Label4: TLabel
  37.     Left = 8
  38.     Top = 128
  39.     Width = 52
  40.     Height = 12
  41.     Caption = 'ソスAソスソスソスソス(&O)'
  42.     FocusControl = edtContact
  43.   end
  44.   object Label3: TLabel
  45.     Left = 8
  46.     Top = 8
  47.     Width = 90
  48.     Height = 12
  49.     Caption = 'ソスソスソス[ソスソスソスAソスhソスソスソスX(&M)'
  50.     FocusControl = edtMailAddr
  51.   end
  52.   object edtPost: TEdit
  53.     Left = 8
  54.     Top = 100
  55.     Width = 161
  56.     Height = 20
  57.     TabOrder = 2
  58.     Text = 'edtPost'
  59.   end
  60.   object edtName: TEdit
  61.     Left = 8
  62.     Top = 60
  63.     Width = 161
  64.     Height = 20
  65.     TabOrder = 1
  66.     Text = 'edtName'
  67.   end
  68.   object edtContact: TEdit
  69.     Left = 8
  70.     Top = 140
  71.     Width = 161
  72.     Height = 20
  73.     TabOrder = 3
  74.     Text = 'edtContact'
  75.   end
  76.   object btnEntry: TButton
  77.     Left = 184
  78.     Top = 16
  79.     Width = 89
  80.     Height = 25
  81.     Caption = 'ソスoソス^(&E)'
  82.     Default = True
  83.     TabOrder = 4
  84.     OnClick = btnEntryClick
  85.   end
  86.   object btnCancel: TButton
  87.     Left = 184
  88.     Top = 48
  89.     Width = 89
  90.     Height = 25
  91.     Cancel = True
  92.     Caption = 'ソスLソスソスソスソスソスZソスソス(&C)'
  93.     ModalResult = 2
  94.     TabOrder = 5
  95.   end
  96.   object edtMailAddr: TEdit
  97.     Left = 8
  98.     Top = 20
  99.     Width = 161
  100.     Height = 20
  101.     TabOrder = 0
  102.     Text = 'edtMailAddr'
  103.   end
  104. end
  105.