diff unit_Editor_tutorial.dfm @ 0:ef71164288c1

begin of using hg for cdar
author "Meillo r e t u r n s <meillo@marmaro.de>"
date Sun, 03 Dec 2006 21:54:43 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/unit_Editor_tutorial.dfm	Sun Dec 03 21:54:43 2006 +0100
@@ -0,0 +1,365 @@
+object form_editor_tutorial: Tform_editor_tutorial
+  Left = 322
+  Top = 206
+  BorderIcons = []
+  BorderStyle = bsSingle
+  Caption = 'Tutorial'
+  ClientHeight = 320
+  ClientWidth = 420
+  Color = clBtnFace
+  Font.Charset = DEFAULT_CHARSET
+  Font.Color = clWindowText
+  Font.Height = -11
+  Font.Name = 'MS Sans Serif'
+  Font.Style = []
+  FormStyle = fsStayOnTop
+  Icon.Data = {
+    0000010001002020100000000000E80200001600000028000000200000004000
+    0000010004000000000080020000000000000000000000000000000000000000
+    000000008000008000000080800080000000800080008080000080808000C0C0
+    C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    000000000000BBBBBBBB000000000000000000000BBBBBBBBBBBBB0000000000
+    0000000BBBBBBBBBBB0000000000000000000BBBBBBBBBB000BBBB0000000000
+    0000BBBBBBBBB00BBBBBB00000000000000BBBBBBBB00BBBBBB0000000000000
+    000BBBBBBB0BBBBBB00000000000000000BBBBBBB0BBBBB00000000000000000
+    00BBBBBB0BBBBB0000000000000000000BBBBBB0BBBB00000000000000000000
+    0BBBBB0BBBB0000000000000000000000BBBB0BBBB0000000000000000000000
+    BBBB0BBBB00000000000000000000000BBBB0BBB000000000000000000000000
+    BBB0BBB0000000000000000000000000BBB0BB00000000000000000000000000
+    BB0BBB00000000000000000000000000BB0BB000000000000000000000000000
+    0B0BB0000000000000000000000000000B0B0000000000000000000000000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    000000000000000000000000000000000000000000000000000000000000FFFF
+    FFFFFFFFFFFFFFFFFFFFFFFF00FFFFF8003FFFE0001FFF80000FFF00000FFE00
+    001FFC00007FFC0001FFF80007FFF8001FFFF0003FFFF000FFFFF001FFFFE003
+    FFFFE007FFFFE00FFFFFE01FFFFFE01FFFFFE03FFFFFE03FFFFFF07FFFFFF07F
+    FFFFF8FFFFFFF8FFFFFFF8FFFFFFF8FFFFFFFCFFFFFFFFFFFFFFFFFFFFFF}
+  OldCreateOrder = False
+  Position = poScreenCenter
+  OnClose = FormClose
+  OnCreate = FormCreate
+  OnShow = FormShow
+  PixelsPerInch = 96
+  TextHeight = 13
+  object richtbx_Advanced: TRichEdit
+    Left = -1
+    Top = 24
+    Width = 421
+    Height = 273
+    TabStop = False
+    Lines.Strings = (
+      'Use all Settings:'
+      '*******************'
+      ''
+      '- Welcome-Screen Settings:'
+      
+        '    - Background-Picture can be larger or smaller, but will be s' +
+        'treched then.'
+      '    - Enter-Picture can messure 600 x 450 pixels, '
+      '        Backgroud-Picture is not used then.'
+      
+        '    - Position of the Enter-Picture can be set exact to a pixel ' +
+        'with the scrollbars'
+      
+        '        (Coordinates to upper left corner) or by Drag'#39'n'#39'Drop in ' +
+        'the main Editor-window.'
+      
+        '    - The Welcome-Screen is shown ether till the click on the En' +
+        'ter-Picture or till '
+      '         the time-delay is over or not at all.'
+      ''
+      '- Autorun Settings:'
+      
+        '    - The Autorun-Icon of the CD is the Icon which is shown in t' +
+        'he Explorer.'
+      
+        '    - The Directory in which the files will be copied to gets cr' +
+        'eated if it not exists.'
+      
+        '    - The File which will be run automaticly has to be insert wi' +
+        'th a path relative'
+      
+        '        to the CD-root-dir. Folders can be opend as well (pe: "!' +
+        'CDAR\"). '
+      
+        '        Leave blank to open the CD-root-dir. Insert minus (-) fo' +
+        'r open nothing.'
+      ''
+      '- Create CD-Autorunner:'
+      '    - Watch the Grind to check the settings.'
+      '    - After a click on "Finish" a batch-file gets started. '
+      
+        '        If the DOS-box doesn'#39't close it'#39's self, ignore warnings ' +
+        'and close it.'
+      ''
+      '>> Got it? - If not -> "Learning by doing"')
+    ReadOnly = True
+    ScrollBars = ssVertical
+    TabOrder = 5
+  end
+  object richtbx_Professional: TRichEdit
+    Left = -1
+    Top = 24
+    Width = 421
+    Height = 273
+    TabStop = False
+    Lines.Strings = (
+      'Use Command-Line Parameters:'
+      '**************************************'
+      ''
+      ' "editor"                    Opens the Editor at once.'
+      ''
+      
+        ' "welcome"               Actual it'#39's only used in the Autorun-pr' +
+        'ocess. (Autorun.inf)'
+      
+        '                                 Loads the Settings form "cdar.i' +
+        'ni" in the same dir'
+      
+        '                                 and then loads "welcome.jpg" an' +
+        'd/or "enter.jpg".'
+      
+        '                                 (Perhaps for testing-use suitab' +
+        'le)'
+      ''
+      ' Path                         Direktcall of a File of Directory:'
+      
+        '                                 Nearly the same as "Do not show' +
+        ' Welcome-Screen".'
+      ''
+      
+        '>> If you wonder if there are any more secrets in CDAR, then you' +
+        ' '
+      '     have to search for yourself, cause I'#39've forgotten all them.')
+    ReadOnly = True
+    TabOrder = 6
+  end
+  object richtbx_Anfaenger: TRichEdit
+    Left = -1
+    Top = 24
+    Width = 421
+    Height = 273
+    TabStop = False
+    Lines.Strings = (
+      'Die erste CD-Autorunner CD:'
+      '**********************************'
+      ''
+      '1.   Male ein Begr'#252#223'ungsbild f'#252'r deine CD (600 x 450 Pixel) '
+      '      und speicher es im JPG-Format.'
+      '2.   Male eine OK-Schaltfl'#228'che (Kleiner als das erste Bild)'
+      '      und speicher ebenfalls im JPG-Format.'
+      '3.   Starte CDAR.exe'
+      '4.   -> Editor -> Begr'#252#223'ungsbild Optionen'
+      '5.   Begr'#252#223'ungsbild und OK-Schaltfl'#228'che laden -> '#220'bernehmen'
+      
+        '6.   Die OK-Schaltfl'#228'che per Drag'#39'n'#39'Drop an die gew'#252'nschte Stell' +
+        'e schieben'
+      '7.   -> Autorun Optionen'
+      
+        '8.   Im dritten Feld die Datei angeben, die automatisch gestarte' +
+        't werden soll.'
+      
+        '      (Pfad muss relativ zum CD-Grundverzeichnis sein) -> '#220'berne' +
+        'hmen'
+      '9.   -> Autorunner erstellen -> Fertigstellen'
+      
+        '10. Die Datei "Autorun.inf" und der Ordner "!CDAR" im Verzeichni' +
+        's "C:\NewCD\"'
+      
+        '      mit einem geeigneten Programm mit den anderen Daten auf ei' +
+        'ne CD brennen.'
+      ''
+      '>> Jetzt kannst du dich zur'#252'cklehnen und stolz auf dich sein!')
+    ReadOnly = True
+    TabOrder = 7
+  end
+  object richtbx_Fortgeschrittene: TRichEdit
+    Left = -1
+    Top = 24
+    Width = 421
+    Height = 273
+    TabStop = False
+    Lines.Strings = (
+      'Alle Einstellungen nutzen:'
+      '******************************'
+      ''
+      '- Begr'#252#223'ungsbild Optionen:'
+      
+        '    - Hintergrundbild kann auch gr'#246#223'er oder kleiner sein, wird d' +
+        'ann aber gezerrt.'
+      '    - OK-Schaltfl'#228'che kann auch 600 x 450 Pixel gro'#223' sein, '
+      '        ein Hintergrundbild ist dann nicht mehr von N'#246'ten.'
+      
+        '    - Die Position der OK-Schaltfl'#228'che kann mit den Laufbalken a' +
+        'uf den Pixel '
+      
+        '        genau eingestellt werden (linke obere Ecke z'#228'hlt) oder i' +
+        'm Editor-Hauptfenster'
+      '        per Drag'#39'n'#39'Drop.'
+      
+        '    - Das Begr'#252#223'ungsbild entweder bis zum Klick auf die OK-Schal' +
+        'tfl'#228'che oder'
+      
+        '        eine bestimmte Zeit lang oder gar nicht angezeigt werden' +
+        '.'
+      ''
+      '- Autorun Optionen:'
+      
+        '    - Autorun-Icon der CD ist das Icon, das im Explorer/Arbeitsp' +
+        'latz angezeigt wird.'
+      
+        '    - Das Verzeichnis in das die Dateien kopiert werden wird aut' +
+        'omatisch erzeugt '
+      '        falls es nicht existiert.'
+      
+        '    - Datei die automatisch gestartet wird muss unbedingt mit ei' +
+        'nem Pfad relativ zum'
+      
+        '        CD-Grundvereichnis angegeben werden. Es k'#246'nnen auch Ordn' +
+        'er auf der CD'
+      '        ge'#246'ffnet werden (zB: "!CDAR\"). '
+      
+        '        Wenn das Feld leer ist wird das CD-Grundverzeichniss ge'#246 +
+        'ffnet.'
+      '        Bindestrich (-) f'#252'r keine Datei/Ordner '#246'ffnen.'
+      ''
+      '- Autorunner erstellen:'
+      
+        '    - In der Tabelle k'#246'nnen noch einmal alle Einstellungen kontr' +
+        'olliert werden.'
+      
+        '    - Nach einem Klick auf Fertigstellen wird eine Batch-Datei g' +
+        'estartet, die den'
+      
+        '        Autorunner fertigstellt. Falls sich das DOS-Fenster nich' +
+        't automatisch schlie'#223't'
+      '        kann man dies unter Datei\Einstellungen '#228'ndern.'
+      ''
+      '>> Alles klar? - Wenn nicht -> "Probieren geht '#252'ber Studieren"')
+    ReadOnly = True
+    ScrollBars = ssVertical
+    TabOrder = 8
+  end
+  object richtbx_Profis: TRichEdit
+    Left = -1
+    Top = 24
+    Width = 421
+    Height = 273
+    TabStop = False
+    Lines.Strings = (
+      'Befehlszeilen-Parameter nutzen:'
+      '**************************************'
+      ''
+      ' "editor"                    '#214'ffnet direkt den Editor'
+      ''
+      
+        ' "welcome"               Wird eigentlich nur zum Autorun selbst ' +
+        'gebraucht:'
+      
+        '                                 L'#228'd die Einstellungen aus "cdar' +
+        '.ini" im gleichen Ordner'
+      
+        '                                 und l'#228'd dann "welcome.jpg" und/' +
+        'oder "enter.jpg".'
+      '                                 (Evtl. zum Testen geeignet)'
+      ''
+      
+        ' Pfad                         Direktaufruf einer Datei / eines O' +
+        'rdners:'
+      
+        '                                 Mit "Kein Begr'#252#223'ungsbild anzeig' +
+        'en" vergleichbar.'
+      ''
+      
+        '>> Wenn du jetzt denkst CDAR h'#228'tte immer noch Geheimnisse vor di' +
+        'r,'
+      
+        '     dann musst du selbst suchen gehen, denn ich habe sie verges' +
+        'sen.')
+    ReadOnly = True
+    TabOrder = 9
+  end
+  object richtbx_Beginner: TRichEdit
+    Left = -1
+    Top = 24
+    Width = 421
+    Height = 273
+    TabStop = False
+    Lines.Strings = (
+      'Your first CD-Autorunner CD:'
+      '**********************************'
+      ''
+      '1.   Paint a Welcome-Picture for your CD (600 x 450 pixels) '
+      '      and save it in JPG-format.'
+      '2.   Paint a Enter-Picture (smaller as the first picture)'
+      '      and save it in JPG-format too.'
+      '3.   Run CDAR.exe'
+      '4.   -> Editor -> Welcome-Screen Settings'
+      '5.   Load Background-Picture and Enter-Picture -> Apply Changes'
+      '6.   Drag'#39'n'#39'Drop the Enter-Picture to the prefered Position'
+      '7.   -> Autorun Settings'
+      
+        '8.   Insert the File which should start automaticly in the third' +
+        ' Field'
+      
+        '      (Path has to be relative to the CD-root-dir) -> Apply Chan' +
+        'ges'
+      '9.   -> Create CD-Autorunner -> Finish'
+      
+        '10. Burn the File "Autorun.inf" and the Folder "!CDAR" in "C:\Ne' +
+        'wCD\"'
+      '      and your other data with your prefered programm on a CD.'
+      ''
+      '>> Lean back and be proud of yourself!')
+    ReadOnly = True
+    ScrollBars = ssVertical
+    TabOrder = 4
+  end
+  object btn_close: TButton
+    Left = 0
+    Top = 297
+    Width = 421
+    Height = 24
+    Caption = 'Close'
+    TabOrder = 0
+    OnClick = btn_closeClick
+  end
+  object btn_Beginner: TButton
+    Left = 0
+    Top = 0
+    Width = 141
+    Height = 24
+    Caption = 'Beginner'
+    Enabled = False
+    Font.Charset = DEFAULT_CHARSET
+    Font.Color = clWindowText
+    Font.Height = -11
+    Font.Name = 'MS Sans Serif'
+    Font.Style = []
+    ParentFont = False
+    TabOrder = 1
+    OnClick = btn_BeginnerClick
+  end
+  object btn_Advanced: TButton
+    Left = 140
+    Top = 0
+    Width = 141
+    Height = 24
+    Caption = 'Advanced'
+    TabOrder = 2
+    OnClick = btn_AdvancedClick
+  end
+  object btn_Professional: TButton
+    Left = 280
+    Top = 0
+    Width = 141
+    Height = 24
+    Caption = 'Professional'
+    TabOrder = 3
+    OnClick = btn_ProfessionalClick
+  end
+end