home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TVOLLABELDLG / TVOLLABELDLG.txt
Text File  |  1998-08-11  |  1KB  |  73 lines

  1. object VOLLABELDLG: TVOLLABELDLG
  2.   Tag = 1
  3.   Left = 213
  4.   Top = 129
  5.   HelpContext = 410
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Set volume label'
  9.   ClientHeight = 64
  10.   ClientWidth = 258
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Volumelabel: TLabel
  18.     Tag = 2
  19.     Left = 4
  20.     Top = 11
  21.     Width = 97
  22.     Height = 14
  23.     AutoSize = False
  24.     Caption = '&Volume label:'
  25.     FocusControl = idLabelName
  26.     WordWrap = True
  27.   end
  28.   object idLabelName: TEdit
  29.     Left = 104
  30.     Top = 8
  31.     Width = 149
  32.     Height = 21
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     MaxLength = 11
  38.     ParentFont = False
  39.     TabOrder = 0
  40.   end
  41.   object Ok: TButton
  42.     Tag = 4001
  43.     Left = 86
  44.     Top = 38
  45.     Width = 80
  46.     Height = 22
  47.     Caption = 'Ok'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = OkClick
  51.   end
  52.   object Cancel: TButton
  53.     Tag = 4002
  54.     Left = 174
  55.     Top = 38
  56.     Width = 80
  57.     Height = 22
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.   end
  63.   object Translate1: TTranslate
  64.     Tag = 5820
  65.     Left = 8
  66.     Top = 32
  67.   end
  68.   object ResolutionFix1: TResolutionFix
  69.     Left = 40
  70.     Top = 32
  71.   end
  72. end
  73.