home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / MASKTEXT.DFM / MASKTEXT.txt
Text File  |  1996-05-08  |  2KB  |  81 lines

  1. object MaskTextForm: TMaskTextForm
  2.   Left = 225
  3.   Top = 200
  4.   ActiveControl = TestEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'マスソスソスソスソスソスソスソスフ設抵ソス'
  7.   ClientHeight = 92
  8.   ClientWidth = 286
  9.   Font.Height = -12
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 12
  16.   object Label3: TLabel
  17.     Left = 8
  18.     Top = 10
  19.     Width = 66
  20.     Height = 13
  21.     Caption = 'テキソスト難ソスソスソス(&I):'
  22.     FocusControl = TestEdit
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 36
  28.     Width = 24
  29.     Height = 13
  30.     Caption = 'マスソス:'
  31.     IsControl = True
  32.   end
  33.   object EditMask: TLabel
  34.     Left = 76
  35.     Top = 36
  36.     Width = 200
  37.     Height = 13
  38.     AutoSize = False
  39.     Caption = '(ソスソスソスwソスソス)'
  40.     IsControl = True
  41.   end
  42.   object TestEdit: TMaskEdit
  43.     Left = 76
  44.     Top = 8
  45.     Width = 200
  46.     Height = 21
  47.     MaxLength = 0
  48.     TabOrder = 0
  49.     IsControl = True
  50.   end
  51.   object OKButton: TButton
  52.     Left = 40
  53.     Top = 62
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.   end
  61.   object CancelButton: TButton
  62.     Left = 119
  63.     Top = 62
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'ソスソスンセソス'
  68.     ModalResult = 2
  69.     TabOrder = 2
  70.   end
  71.   object HelpButton: TButton
  72.     Left = 200
  73.     Top = 62
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'ソスソスソスソス(&H)'
  77.     TabOrder = 3
  78.     OnClick = HelpButtonClick
  79.   end
  80. end
  81.