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

  1. object DualListDlg: TDualListDlg
  2.   Left = 250
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスIソスソスソズイソスロクソス'
  6.   ClientHeight = 255
  7.   ClientWidth = 345
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object SrcLabel: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 145
  19.     Height = 16
  20.     AutoSize = False
  21.     Caption = 'ソス]ソスソスソスソスリスソス:'
  22.   end
  23.   object DstLabel: TLabel
  24.     Left = 192
  25.     Top = 8
  26.     Width = 145
  27.     Height = 16
  28.     AutoSize = False
  29.     Caption = 'ソス]ソスソスソスソスリスソス:'
  30.   end
  31.   object IncludeBtn: TSpeedButton
  32.     Left = 160
  33.     Top = 32
  34.     Width = 24
  35.     Height = 24
  36.     Caption = '>'
  37.     OnClick = IncludeBtnClick
  38.   end
  39.   object IncAllBtn: TSpeedButton
  40.     Left = 160
  41.     Top = 64
  42.     Width = 24
  43.     Height = 24
  44.     Caption = '>>'
  45.     OnClick = IncAllBtnClick
  46.   end
  47.   object ExcludeBtn: TSpeedButton
  48.     Left = 160
  49.     Top = 96
  50.     Width = 24
  51.     Height = 24
  52.     Caption = '<'
  53.     Enabled = False
  54.     OnClick = ExcludeBtnClick
  55.   end
  56.   object ExAllBtn: TSpeedButton
  57.     Left = 160
  58.     Top = 128
  59.     Width = 24
  60.     Height = 24
  61.     Caption = '<<'
  62.     Enabled = False
  63.     OnClick = ExcAllBtnClick
  64.   end
  65.   object OKBtn: TButton
  66.     Left = 101
  67.     Top = 220
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 2
  74.   end
  75.   object CancelBtn: TButton
  76.     Left = 181
  77.     Top = 220
  78.     Width = 75
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'ソスソスンセソス'
  82.     ModalResult = 2
  83.     TabOrder = 3
  84.   end
  85.   object HelpBtn: TButton
  86.     Left = 261
  87.     Top = 220
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'ソスソスソスソス'
  91.     TabOrder = 4
  92.   end
  93.   object SrcList: TListBox
  94.     Left = 8
  95.     Top = 24
  96.     Width = 144
  97.     Height = 185
  98.     ItemHeight = 13
  99.     Items.Strings = (
  100.       'Item1'
  101.       'Item2'
  102.       'Item3'
  103.       'Item4'
  104.       'Item5')
  105.     MultiSelect = True
  106.     Sorted = True
  107.     TabOrder = 0
  108.   end
  109.   object DstList: TListBox
  110.     Left = 192
  111.     Top = 24
  112.     Width = 144
  113.     Height = 185
  114.     ItemHeight = 13
  115.     MultiSelect = True
  116.     TabOrder = 1
  117.   end
  118. end
  119.