home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMFORMATCD / TFORMFORMATCD.txt
Encoding:
Text File  |  2004-04-06  |  7.0 KB  |  303 lines

  1. object FormFormatCD: TFormFormatCD
  2.   Left = 405
  3.   Top = 492
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Erase CD/DVD'
  7.   ClientHeight = 217
  8.   ClientWidth = 364
  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.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PanelBottom: TPanel
  23.     Left = 0
  24.     Top = 176
  25.     Width = 364
  26.     Height = 41
  27.     Align = alBottom
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object Bevel1: TBevel
  31.       Left = 0
  32.       Top = 0
  33.       Width = 364
  34.       Height = 4
  35.       Align = alTop
  36.       Shape = bsTopLine
  37.     end
  38.     object BtnCancel: TButton
  39.       Left = 265
  40.       Top = 9
  41.       Width = 75
  42.       Height = 25
  43.       Cancel = True
  44.       Caption = 'Close'
  45.       TabOrder = 0
  46.       OnClick = BtnCancelClick
  47.     end
  48.     object BtnErase: TButton
  49.       Left = 176
  50.       Top = 9
  51.       Width = 75
  52.       Height = 25
  53.       Caption = 'Erase'
  54.       TabOrder = 1
  55.       OnClick = BtnEraseClick
  56.     end
  57.   end
  58.   object Notebook1: TNotebook
  59.     Left = 0
  60.     Top = 0
  61.     Width = 364
  62.     Height = 176
  63.     Align = alClient
  64.     PageIndex = 1
  65.     TabOrder = 1
  66.     object TPage
  67.       Left = 0
  68.       Top = 0
  69.       Caption = 'tsParms'
  70.       object PanelEraseParameters: TPanel
  71.         Left = 0
  72.         Top = 0
  73.         Width = 364
  74.         Height = 176
  75.         Align = alClient
  76.         BevelOuter = bvNone
  77.         TabOrder = 0
  78.         object PanelTop: TPanel
  79.           Left = 0
  80.           Top = 0
  81.           Width = 364
  82.           Height = 49
  83.           Align = alTop
  84.           BevelOuter = bvNone
  85.           Color = clBtnHighlight
  86.           TabOrder = 0
  87.           DesignSize = (
  88.             364
  89.             49)
  90.           object Label5: TLabel
  91.             Left = 11
  92.             Top = 10
  93.             Width = 86
  94.             Height = 13
  95.             Caption = 'Erase CD/DVD'
  96.             Font.Charset = DEFAULT_CHARSET
  97.             Font.Color = clWindowText
  98.             Font.Height = -11
  99.             Font.Name = 'MS Sans Serif'
  100.             Font.Style = [fsBold]
  101.             ParentFont = False
  102.           end
  103.           object Label6: TLabel
  104.             Left = 111
  105.             Top = 9
  106.             Width = 237
  107.             Height = 26
  108.             Anchors = [akLeft, akTop, akRight]
  109.             AutoSize = False
  110.             Caption = 
  111.               'To format a CD-RW, DVD-RW or DVD+RW disc, select the options and' +
  112.               ' press Erase.'
  113.             WordWrap = True
  114.           end
  115.         end
  116.         object PanelSelectDrive: TPanel
  117.           Left = 0
  118.           Top = 49
  119.           Width = 361
  120.           Height = 127
  121.           BevelOuter = bvNone
  122.           TabOrder = 1
  123.           object Label2: TLabel
  124.             Left = 22
  125.             Top = 23
  126.             Width = 56
  127.             Height = 13
  128.             Caption = 'Select drive'
  129.           end
  130.           object Label3: TLabel
  131.             Left = 22
  132.             Top = 75
  133.             Width = 55
  134.             Height = 13
  135.             Caption = 'Format type'
  136.           end
  137.           object Label4: TLabel
  138.             Left = 22
  139.             Top = 99
  140.             Width = 31
  141.             Height = 13
  142.             Caption = 'Speed'
  143.           end
  144.           object Bevel2: TBevel
  145.             Left = 0
  146.             Top = 0
  147.             Width = 361
  148.             Height = 4
  149.             Align = alTop
  150.             Shape = bsTopLine
  151.           end
  152.           object Label1: TLabel
  153.             Left = 22
  154.             Top = 49
  155.             Width = 52
  156.             Height = 13
  157.             Caption = 'Media type'
  158.           end
  159.           object cbDrives: TComboBox
  160.             Left = 87
  161.             Top = 19
  162.             Width = 236
  163.             Height = 21
  164.             Style = csDropDownList
  165.             ItemHeight = 0
  166.             TabOrder = 0
  167.           end
  168.           object cbFormatType: TComboBox
  169.             Left = 87
  170.             Top = 71
  171.             Width = 122
  172.             Height = 21
  173.             Style = csDropDownList
  174.             ItemHeight = 13
  175.             ItemIndex = 0
  176.             TabOrder = 1
  177.             Text = 'Quick'
  178.             Items.Strings = (
  179.               'Quick'
  180.               'Complete')
  181.           end
  182.           object cbSpeed: TComboBox
  183.             Left = 87
  184.             Top = 96
  185.             Width = 122
  186.             Height = 21
  187.             Style = csDropDownList
  188.             ItemHeight = 0
  189.             TabOrder = 2
  190.           end
  191.           object stMedia: TStaticText
  192.             Left = 87
  193.             Top = 47
  194.             Width = 236
  195.             Height = 17
  196.             Hint = 
  197.               'Media Description|This is the media description of the Disk inse' +
  198.               'rted in the device'
  199.             Alignment = taCenter
  200.             AutoSize = False
  201.             BorderStyle = sbsSunken
  202.             Caption = 'Device Not Selected'
  203.             TabOrder = 3
  204.           end
  205.         end
  206.       end
  207.     end
  208.     object TPage
  209.       Left = 0
  210.       Top = 0
  211.       Caption = 'tsProgress'
  212.       object PanelErase: TPanel
  213.         Left = 0
  214.         Top = 0
  215.         Width = 364
  216.         Height = 176
  217.         Align = alClient
  218.         BevelOuter = bvNone
  219.         TabOrder = 0
  220.         DesignSize = (
  221.           364
  222.           176)
  223.         object LblStatus: TLabel
  224.           Left = 42
  225.           Top = 140
  226.           Width = 280
  227.           Height = 13
  228.           Alignment = taCenter
  229.           Anchors = [akLeft, akTop, akRight]
  230.           AutoSize = False
  231.           Caption = 'CD/DVD has been erased.'
  232.           Font.Charset = DEFAULT_CHARSET
  233.           Font.Color = clWindowText
  234.           Font.Height = -11
  235.           Font.Name = 'MS Sans Serif'
  236.           Font.Style = [fsBold]
  237.           ParentFont = False
  238.         end
  239.         object ProgressBar: TProgressBar
  240.           Left = 27
  241.           Top = 91
  242.           Width = 317
  243.           Height = 16
  244.           Anchors = [akLeft, akTop, akRight]
  245.           Smooth = True
  246.           TabOrder = 0
  247.         end
  248.         object Panel1: TPanel
  249.           Left = 13
  250.           Top = 113
  251.           Width = 337
  252.           Height = 45
  253.           BevelOuter = bvNone
  254.           TabOrder = 1
  255.           object Label9: TLabel
  256.             Left = 96
  257.             Top = 29
  258.             Width = 32
  259.             Height = 13
  260.             Caption = 'Label9'
  261.           end
  262.           object Label8: TLabel
  263.             Left = 26
  264.             Top = 29
  265.             Width = 62
  266.             Height = 13
  267.             Caption = 'Approx Time:'
  268.           end
  269.           object Label7: TLabel
  270.             Left = 55
  271.             Top = 8
  272.             Width = 33
  273.             Height = 13
  274.             Caption = 'Action:'
  275.           end
  276.           object Label10: TLabel
  277.             Left = 96
  278.             Top = 8
  279.             Width = 38
  280.             Height = 13
  281.             Caption = 'Label10'
  282.           end
  283.         end
  284.         object Animate1: TAnimate
  285.           Left = 32
  286.           Top = 16
  287.           Width = 304
  288.           Height = 60
  289.           CommonAVI = aviDeleteFile
  290.           StopFrame = 24
  291.         end
  292.       end
  293.     end
  294.   end
  295.   object TimerStartup: TTimer
  296.     Enabled = False
  297.     Interval = 500
  298.     OnTimer = TimerStartupTimer
  299.     Left = 168
  300.     Top = 8
  301.   end
  302. end
  303.