home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PMagicNT.exe / 0 / RCDATA / TDLGLABEL / TDLGLABEL.txt
Text File  |  2002-09-16  |  2KB  |  80 lines

  1. object dlgLabel: TdlgLabel
  2.   Left = 856
  3.   Top = 794
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Label Partition'
  7.   ClientHeight = 142
  8.   ClientWidth = 305
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblCurLabel: TIntlLabel
  21.     Left = 26
  22.     Top = 22
  23.     Width = 163
  24.     Height = 13
  25.     Caption = 'Current Label:'
  26.   end
  27.   object lblNewLabel: TIntlLabel
  28.     Left = 26
  29.     Top = 55
  30.     Width = 166
  31.     Height = 13
  32.     Caption = '&New Label:'
  33.     FocusControl = edtNewLabel
  34.   end
  35.   object lblCurLabelVal: TIntlLabel
  36.     Left = 110
  37.     Top = 22
  38.     Width = 183
  39.     Height = 13
  40.     Caption = 'WIN95/98'
  41.   end
  42.   object btnOK: TButton
  43.     Left = 26
  44.     Top = 102
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&OK'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = btnOKClick
  51.   end
  52.   object btnCancel: TButton
  53.     Left = 115
  54.     Top = 102
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = '&Cancel'
  59.     TabOrder = 2
  60.     OnClick = btnCancelClick
  61.   end
  62.   object btnHelp: TButton
  63.     Left = 204
  64.     Top = 102
  65.     Width = 75
  66.     Height = 25
  67.     Caption = '&Help'
  68.     TabOrder = 3
  69.     OnClick = btnHelpClick
  70.   end
  71.   object edtNewLabel: TEdit
  72.     Left = 105
  73.     Top = 48
  74.     Width = 136
  75.     Height = 21
  76.     TabOrder = 0
  77.     OnKeyPress = edtNewLabelKeyPress
  78.   end
  79. end
  80.