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 / TFRMCREATESIZE / TFRMCREATESIZE.txt
Text File  |  2002-09-16  |  4KB  |  188 lines

  1. inherited frmCreateSize: TfrmCreateSize
  2.   Left = 455
  3.   Top = 213
  4.   Caption = 'frmCreateSize'
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 14
  9.   object lblWelcome: TIntlLabel
  10.     Left = 16
  11.     Top = 14
  12.     Width = 489
  13.     Height = 36
  14.     AutoSize = False
  15.     Caption = 
  16.       'The recommended settings displayed below are based on your curre' +
  17.       'nt operating system and new partition location. Be sure you unde' +
  18.       'rstand the issues by clicking '#39'Tips'#39' before making changes.'
  19.     Transparent = True
  20.     WordWrap = True
  21.   end
  22.   object lblMaxSizePrompt: TIntlLabel
  23.     Left = 312
  24.     Top = 67
  25.     Width = 197
  26.     Height = 14
  27.     Caption = 'Maximum size:'
  28.   end
  29.   object lblMinSizePrompt: TIntlLabel
  30.     Left = 312
  31.     Top = 85
  32.     Width = 191
  33.     Height = 14
  34.     Caption = 'Minimum size:'
  35.   end
  36.   object lblMaxSize: TIntlLabel
  37.     Left = 408
  38.     Top = 67
  39.     Width = 33
  40.     Height = 14
  41.     Alignment = taRightJustify
  42.     Caption = '8243.7'
  43.   end
  44.   object lblMinSize: TIntlLabel
  45.     Left = 426
  46.     Top = 85
  47.     Width = 15
  48.     Height = 14
  49.     Alignment = taRightJustify
  50.     Caption = '7.8'
  51.   end
  52.   object IntlLabel3: TIntlLabel
  53.     Left = 444
  54.     Top = 67
  55.     Width = 15
  56.     Height = 14
  57.     Caption = 'MB'
  58.     Transparent = True
  59.   end
  60.   object IntlLabel5: TIntlLabel
  61.     Left = 444
  62.     Top = 85
  63.     Width = 15
  64.     Height = 14
  65.     Caption = 'MB'
  66.     Transparent = True
  67.   end
  68.   object lblDriveLetter: TIntlLabel
  69.     Left = 20
  70.     Top = 209
  71.     Width = 104
  72.     Height = 14
  73.     Caption = 'Drive Letter:'
  74.     FocusControl = cbxDriveLetter
  75.   end
  76.   object IntlLabel7: TIntlLabel
  77.     Left = 20
  78.     Top = 144
  79.     Width = 164
  80.     Height = 14
  81.     Caption = 'Create as:'
  82.     FocusControl = cbxPriLog
  83.   end
  84.   object IntlLabel2: TIntlLabel
  85.     Left = 20
  86.     Top = 178
  87.     Width = 131
  88.     Height = 14
  89.     Caption = 'File system type:'
  90.     FocusControl = cbxFSType
  91.   end
  92.   object IntlLabel1: TIntlLabel
  93.     Left = 20
  94.     Top = 114
  95.     Width = 64
  96.     Height = 14
  97.     Caption = 'Label:'
  98.     FocusControl = edtLabel
  99.   end
  100.   object IntlLabel6: TIntlLabel
  101.     Left = 20
  102.     Top = 73
  103.     Width = 53
  104.     Height = 14
  105.     Caption = 'Size:'
  106.     FocusControl = edtSize
  107.   end
  108.   object lblMB: TIntlLabel
  109.     Left = 222
  110.     Top = 75
  111.     Width = 124
  112.     Height = 14
  113.     Caption = 'MB'
  114.   end
  115.   object edtLabel: TEdit
  116.     Left = 119
  117.     Top = 109
  118.     Width = 131
  119.     Height = 21
  120.     AutoSize = False
  121.     MaxLength = 11
  122.     TabOrder = 1
  123.   end
  124.   object cbxFSType: TComboBoxInt
  125.     Left = 119
  126.     Top = 175
  127.     Width = 158
  128.     Height = 22
  129.     Style = csDropDownList
  130.     ItemHeight = 14
  131.     TabOrder = 3
  132.     OnChange = cbxFSTypeOnChange
  133.   end
  134.   object cbxPriLog: TComboBoxInt
  135.     Left = 119
  136.     Top = 141
  137.     Width = 158
  138.     Height = 22
  139.     Style = csDropDownList
  140.     ItemHeight = 14
  141.     TabOrder = 2
  142.     OnChange = cbxPriLogOnChange
  143.   end
  144.   object cbxDriveLetter: TComboBoxInt
  145.     Left = 120
  146.     Top = 206
  147.     Width = 89
  148.     Height = 22
  149.     Style = csDropDownList
  150.     ItemHeight = 14
  151.     TabOrder = 4
  152.   end
  153.   object edtHidSize: TEdit
  154.     Left = 162
  155.     Top = 71
  156.     Width = 41
  157.     Height = 22
  158.     TabOrder = 5
  159.     Text = '0'
  160.     Visible = False
  161.   end
  162.   object edtSize: TEdit
  163.     Left = 119
  164.     Top = 71
  165.     Width = 84
  166.     Height = 22
  167.     TabOrder = 0
  168.     Text = '0'
  169.     OnExit = edtSizeExit
  170.     OnKeyDown = edtSizeKeyDown
  171.     OnKeyPress = edtSizeKeyPress
  172.     OnKeyUp = edtSizeKeyUp
  173.   end
  174.   object spnSize: TUpDown
  175.     Left = 203
  176.     Top = 71
  177.     Width = 16
  178.     Height = 22
  179.     Associate = edtHidSize
  180.     Min = -32000
  181.     Max = 32000
  182.     Position = 0
  183.     TabOrder = 6
  184.     Wrap = False
  185.     OnClick = spnSizeClick
  186.   end
  187. end
  188.