home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / MTSVDLG.DFM / MTSVDLG.txt
Text File  |  1997-02-14  |  1KB  |  72 lines

  1. object MtSvDlg: TMtSvDlg
  2.   Left = 256
  3.   Top = 149
  4.   HelpContext = 1630
  5.   ActiveControl = Description
  6.   BorderStyle = bsDialog
  7.   Caption = 'ソスソスソスソスレートとゑソスソスト保托ソス'
  8.   ClientHeight = 270
  9.   ClientWidth = 259
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 12
  17.   object DescriptionLabel: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 125
  21.     Height = 13
  22.     Caption = 'ソスソスソスソスレートのコソスソスソス(&T):'
  23.   end
  24.   object SelectionBox: TListBox
  25.     Left = 8
  26.     Top = 52
  27.     Width = 245
  28.     Height = 176
  29.     ItemHeight = 13
  30.     Sorted = True
  31.     TabOrder = 1
  32.     OnClick = SelectionBoxClick
  33.   end
  34.   object OkButton: TButton
  35.     Left = 8
  36.     Top = 236
  37.     Width = 77
  38.     Height = 27
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 2
  43.   end
  44.   object CancelButton: TButton
  45.     Left = 92
  46.     Top = 236
  47.     Width = 77
  48.     Height = 27
  49.     Cancel = True
  50.     Caption = 'ソスソスンセソス'
  51.     ModalResult = 2
  52.     TabOrder = 3
  53.   end
  54.   object HelpButton: TButton
  55.     Left = 176
  56.     Top = 236
  57.     Width = 77
  58.     Height = 27
  59.     Caption = 'ソスソスソスソス(&H)'
  60.     TabOrder = 4
  61.     OnClick = HelpButtonClick
  62.   end
  63.   object Description: TEdit
  64.     Left = 8
  65.     Top = 24
  66.     Width = 245
  67.     Height = 20
  68.     TabOrder = 0
  69.     Text = 'ソスソスソスソス'
  70.   end
  71. end
  72.