home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / delphi32.exe / RCDATA / TREMOVEMODULESDLG / TREMOVEMODULESDLG.txt
Text File  |  1997-05-14  |  2KB  |  89 lines

  1. object RemoveModulesDlg: TRemoveModulesDlg
  2.   Left = 378
  3.   Top = 150
  4.   ActiveControl = ModuleListBox
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'ソスソスロジェソストゑソスソスソス尞'
  8.   ClientHeight = 213
  9.   ClientWidth = 272
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object OkBtn: TButton
  16.     Left = 30
  17.     Top = 181
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 1
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 110
  27.     Top = 181
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'ソスソスンセソス'
  32.     ModalResult = 2
  33.     TabOrder = 2
  34.   end
  35.   object HelpBtn: TButton
  36.     Left = 190
  37.     Top = 181
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'ソスソスソスソス(&H)'
  41.     TabOrder = 3
  42.     OnClick = HelpBtnClick
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 8
  46.     Top = 8
  47.     Width = 257
  48.     Height = 164
  49.     BevelOuter = bvNone
  50.     BorderStyle = bsSingle
  51.     Caption = 'Panel1'
  52.     ParentColor = True
  53.     TabOrder = 0
  54.     object ModuleListBox: TListBox
  55.       Left = 0
  56.       Top = 17
  57.       Width = 253
  58.       Height = 143
  59.       Align = alClient
  60.       BorderStyle = bsNone
  61.       ItemHeight = 13
  62.       MultiSelect = True
  63.       Sorted = True
  64.       Style = lbOwnerDrawFixed
  65.       TabOrder = 0
  66.       OnClick = ModuleListBoxClick
  67.       OnDblClick = ModuleListBoxDblClick
  68.       OnDrawItem = ModuleListBoxDrawItem
  69.     end
  70.     object ListHeader: THeaderControl
  71.       Left = 0
  72.       Top = 0
  73.       Width = 253
  74.       Height = 17
  75.       Sections = <
  76.         item
  77.           AllowClick = False
  78.           Text = 'ソスニッソス'
  79.           Width = 50
  80.         end
  81.         item
  82.           AllowClick = False
  83.           Text = 'フォソスソス'
  84.           Width = 50
  85.         end>
  86.     end
  87.   end
  88. end
  89.