object OptionsDlg: TOptionsDlg Left = 212 Top = 78 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 428 ClientWidth = 399 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 398 Width = 399 Height = 30 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Panel3: TPanel Left = 72 Top = 0 Width = 327 Height = 30 Align = alRight BevelOuter = bvNone TabOrder = 0 object CancelBtn: TButton Left = 246 Top = 0 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object OKBtn: TButton Left = 6 Top = 0 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object ResetBtn: TButton Left = 86 Top = 0 Width = 75 Height = 25 Caption = 'Reset' TabOrder = 1 OnClick = ResetBtnClick end object AdvancedBtn: TButton Left = 166 Top = 0 Width = 75 Height = 25 Caption = 'Advanced' TabOrder = 2 OnClick = AdvancedBtnClick end end end object Panel2: TPanel Left = 0 Top = 0 Width = 399 Height = 398 Align = alClient BevelOuter = bvNone BorderWidth = 6 ParentColor = True TabOrder = 1 object PageControl: TPageControl Left = 6 Top = 6 Width = 387 Height = 386 ActivePage = TabSheetQuestions Align = alClient TabOrder = 0 object TabSheetQuestions: TTabSheet Caption = 'Questions' object PanelNumber: TPanel Left = 0 Top = 0 Width = 379 Height = 56 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 0 object GroupNumber: TGroupBox Left = 8 Top = 6 Width = 360 Height = 49 Caption = 'Number' TabOrder = 0 object LabelNumber: TLabel Left = 10 Top = 21 Width = 139 Height = 13 Caption = 'Number of questions per turn:' end object SpinEditQuestions: TSpinEdit Left = 184 Top = 17 Width = 49 Height = 22 Increment = 10 MaxValue = 0 MinValue = 1 TabOrder = 0 Value = 0 OnChange = Change end end end object PanelDirection: TPanel Left = 0 Top = 56 Width = 379 Height = 56 Align = alTop BevelOuter = bvNone TabOrder = 1 object RadioGroupDirection: TRadioGroup Left = 8 Top = 6 Width = 360 Height = 49 Caption = 'Direction (Strg+D)' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Language 1 - Language 2' 'Language 2 - Language 1') TabOrder = 0 end end object PanelTiming: TPanel Left = 0 Top = 205 Width = 379 Height = 65 Align = alTop BevelOuter = bvNone TabOrder = 2 object GroupTiming: TGroupBox Left = 8 Top = 6 Width = 360 Height = 50 Caption = 'Timing' TabOrder = 0 object LabelMsec: TLabel Left = 238 Top = 20 Width = 31 Height = 11 Caption = 'msec' Enabled = False end object LabelTiming: TLabel Left = 26 Top = 21 Width = 96 Height = 13 Caption = 'Show translation for:' end object CheckBoxAuto: TCheckBox Left = 10 Top = 20 Width = 14 Height = 17 TabOrder = 0 OnClick = CheckBoxAutoClick end object SpinEditMsec: TSpinEdit Left = 184 Top = 17 Width = 49 Height = 22 EditorEnabled = False Increment = 100 MaxValue = 100000 MinValue = 100 TabOrder = 1 Value = 1500 OnChange = UserChangeClick end end end object PanelTypingError: TPanel Left = 0 Top = 112 Width = 379 Height = 93 Align = alTop BevelOuter = bvNone TabOrder = 3 object GroupTypingError: TGroupBox Left = 8 Top = 6 Width = 360 Height = 86 Caption = 'Typing Errors' TabOrder = 0 object LabelIgnoreText: TLabel Left = 16 Top = 29 Width = 33 Height = 13 Caption = 'Ignore:' end object LabelRequestText: TLabel Left = 16 Top = 50 Width = 43 Height = 13 Caption = 'Request:' end object LabelRequest: TLabel Left = 314 Top = 50 Width = 32 Height = 16 Alignment = taRightJustify Caption = '100 %' end object LabelIgnore: TLabel Left = 314 Top = 29 Width = 32 Height = 13 Alignment = taRightJustify Caption = '100 %' end object TrackBarIgnore: TTrackBar Left = 78 Top = 14 Width = 235 Height = 30 Max = 100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 10 SelEnd = 10 SelStart = 0 TabOrder = 0 TickMarks = tmTopLeft TickStyle = tsAuto OnChange = TrackBarIgnoreChange end object TrackBarRequest: TTrackBar Left = 78 Top = 44 Width = 235 Height = 30 Max = 100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 30 SelEnd = 30 SelStart = 10 TabOrder = 1 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBarRequestChange end end end end object TabSheetCards: TTabSheet Caption = 'Cards' object GroupSizing: TGroupBox Left = 8 Top = 6 Width = 360 Height = 89 Caption = 'Sizing' TabOrder = 0 object LabelCardsNumber: TLabel Left = 10 Top = 29 Width = 40 Height = 13 Caption = 'Number:' end object LabelCardsFontSize: TLabel Left = 10 Top = 53 Width = 41 Height = 13 AutoSize = False Caption = 'Fontsize:' end object LabelCardSizeCovered: TLabel Left = 192 Top = 53 Width = 81 Height = 13 AutoSize = False Caption = 'Size uncovered:' end object LabelCardSizeUncovered: TLabel Left = 192 Top = 29 Width = 65 Height = 13 Caption = 'Size covered:' end object SpinEditFontSize: TSpinEdit Left = 114 Top = 48 Width = 49 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 OnChange = UserChangeClick end object SpinEditHidden: TSpinEdit Left = 296 Top = 48 Width = 49 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 0 OnChange = UserChangeClick end object SpinEditShown: TSpinEdit Left = 296 Top = 24 Width = 49 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 OnChange = Change end object SpinEditCards: TSpinEdit Left = 114 Top = 24 Width = 49 Height = 22 Increment = 2 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 OnChange = Change end end object RadioGroupEqualImage: TRadioGroup Left = 8 Top = 102 Width = 174 Height = 57 Caption = 'Backs' ItemIndex = 0 Items.Strings = ( 'Equal' 'Unequal') TabOrder = 1 OnClick = Change end object RadioGroupOrder: TRadioGroup Left = 194 Top = 102 Width = 174 Height = 57 Caption = 'Distribution' ItemIndex = 0 Items.Strings = ( 'Order' 'Chaos') TabOrder = 2 OnClick = Change end end object TabSheetFont: TTabSheet Caption = 'Font' object GroupFontSizing: TGroupBox Left = 8 Top = 6 Width = 360 Height = 89 Caption = 'Fontsize' TabOrder = 0 object LabelTitleSize: TLabel Left = 10 Top = 29 Width = 23 Height = 13 Caption = 'Title:' end object LabelNormalSize: TLabel Left = 10 Top = 53 Width = 41 Height = 13 AutoSize = False Caption = 'Normal:' end object LabelDroppedSize: TLabel Left = 208 Top = 53 Width = 49 Height = 13 AutoSize = False Caption = 'Dropped:' end object LabelDrawnSize: TLabel Left = 208 Top = 29 Width = 34 Height = 13 Caption = 'Drawn:' end object SpinEditNormal: TSpinEdit Left = 90 Top = 48 Width = 49 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 OnChange = Change end object SpinEditTitle: TSpinEdit Left = 90 Top = 24 Width = 49 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 OnChange = Change end object SpinEditDropped: TSpinEdit Left = 292 Top = 48 Width = 49 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 0 OnChange = Change end object SpinEditDragged: TSpinEdit Left = 292 Top = 24 Width = 49 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 OnChange = Change end end end object TabSheetFiletypes: TTabSheet Caption = 'Filetypes' object GroupBoxUser: TGroupBox Left = 8 Top = 6 Width = 360 Height = 190 Caption = 'User (*.usf, *.usm)' TabOrder = 0 object LabelUserStarter: TLabel Left = 10 Top = 22 Width = 34 Height = 13 Caption = 'Starter:' end object LabelUserEditor: TLabel Left = 10 Top = 46 Width = 30 Height = 13 Caption = 'Editor:' end object LabelUserDirectory: TLabel Left = 10 Top = 118 Width = 45 Height = 13 Caption = 'Directory:' end object LabelFirstLesson: TLabel Left = 10 Top = 142 Width = 62 Height = 13 Caption = 'First Lesson::' end object LabelUserFemaleIcon: TLabel Left = 10 Top = 70 Width = 64 Height = 13 Caption = 'Icon (female):' end object LabelUserMaleIcon: TLabel Left = 10 Top = 94 Width = 55 Height = 13 Caption = 'Icon (male):' end object EditUserStarter: TEdit Left = 92 Top = 20 Width = 232 Height = 21 TabOrder = 0 Text = 'Ustart.exe' OnChange = RegistryChange end object ButtonUserStarter: TButton Tag = 1 Left = 324 Top = 20 Width = 20 Height = 21 Caption = '...' TabOrder = 1 OnClick = ButtonOpenFileClick end object ButtonUserEditor: TButton Tag = 1 Left = 324 Top = 44 Width = 20 Height = 21 Caption = '...' TabOrder = 3 OnClick = ButtonOpenFileClick end object EditUserEditor: TEdit Left = 92 Top = 44 Width = 232 Height = 21 TabOrder = 2 Text = 'Notepad.exe' OnChange = RegistryChange end object EditUserDirectory: TEdit Left = 92 Top = 116 Width = 232 Height = 21 TabOrder = 8 Text = '.\User' end object ButtonUserDirectory: TButton Left = 324 Top = 116 Width = 20 Height = 21 Caption = '...' TabOrder = 9 OnClick = ButtonDirectoryClick end object CheckBoxUserContext: TCheckBox Left = 92 Top = 166 Width = 261 Height = 17 Caption = 'Add game to context menu' State = cbChecked TabOrder = 12 OnClick = RegistryChange end object EditFirstLesson: TEdit Left = 92 Top = 140 Width = 232 Height = 21 TabOrder = 10 Text = '.\Lesson' end object ButtonFirstLesson: TButton Tag = 3 Left = 324 Top = 140 Width = 20 Height = 21 Caption = '...' TabOrder = 11 OnClick = ButtonOpenFileClick end object EditUserFemaleIcon: TEdit Left = 92 Top = 68 Width = 232 Height = 21 TabOrder = 4 Text = '.\Image\Woman.ico' OnChange = RegistryChange end object ButtonUserFemaleIcon: TButton Tag = 2 Left = 324 Top = 68 Width = 20 Height = 21 Caption = '...' TabOrder = 5 OnClick = ButtonOpenFileClick end object EditUserMaleIcon: TEdit Left = 92 Top = 92 Width = 232 Height = 21 TabOrder = 6 Text = '.\Image\Man.ico' OnChange = RegistryChange end object ButtonUserMaleIcon: TButton Tag = 2 Left = 324 Top = 92 Width = 20 Height = 21 Caption = '...' TabOrder = 7 OnClick = ButtonOpenFileClick end end object GroupBoxLesson: TGroupBox Left = 8 Top = 204 Width = 360 Height = 142 Caption = 'Lesson (*.vok)' TabOrder = 1 object LabelLessonStarter: TLabel Left = 10 Top = 22 Width = 34 Height = 13 Caption = 'Starter:' end object LabelLessonEditor: TLabel Left = 10 Top = 46 Width = 30 Height = 13 Caption = 'Editor:' end object LabelLessonDirectory: TLabel Left = 10 Top = 94 Width = 45 Height = 13 Caption = 'Directory:' end object LabelLessonIcon: TLabel Left = 10 Top = 70 Width = 24 Height = 13 Caption = 'Icon:' end object EditLessonEditor: TEdit Left = 92 Top = 44 Width = 232 Height = 21 TabOrder = 2 Text = 'Wordshop.exe' OnChange = RegistryChange end object ButtonLessonEditor: TButton Tag = 1 Left = 324 Top = 44 Width = 20 Height = 21 Caption = '...' TabOrder = 3 OnClick = ButtonOpenFileClick end object EditLessonStarter: TEdit Left = 92 Top = 20 Width = 232 Height = 21 TabOrder = 0 Text = 'Wordshop.exe' OnChange = RegistryChange end object ButtonLessonStarter: TButton Tag = 1 Left = 324 Top = 20 Width = 20 Height = 21 Caption = '...' TabOrder = 1 OnClick = ButtonOpenFileClick end object CheckBoxLessonContext: TCheckBox Left = 92 Top = 118 Width = 261 Height = 17 Caption = 'Add game to context menu' State = cbChecked TabOrder = 8 OnClick = RegistryChange end object EditLessonDirectory: TEdit Left = 92 Top = 92 Width = 232 Height = 21 TabOrder = 6 Text = '.\Lesson' end object ButtonLessonDirectory: TButton Left = 324 Top = 92 Width = 20 Height = 21 Caption = '...' TabOrder = 7 OnClick = ButtonDirectoryClick end object EditLessonIcon: TEdit Left = 92 Top = 68 Width = 232 Height = 21 TabOrder = 4 Text = '.\Image\Lesson.ico' OnChange = RegistryChange end object ButtonLessonIcon: TButton Tag = 2 Left = 324 Top = 68 Width = 20 Height = 21 Caption = '...' TabOrder = 5 OnClick = ButtonOpenFileClick end end end object TabSheetConfig: TTabSheet Caption = 'Configuration' object RadioGroupStartWith: TRadioGroup Left = 8 Top = 6 Width = 360 Height = 49 Caption = 'Start with ...' Columns = 3 Ctl3D = True ItemIndex = 0 Items.Strings = ( 'Last User' 'New User' 'Open Dialog') ParentCtl3D = False TabOrder = 0 end object GroupBoxLocations: TGroupBox Left = 8 Top = 62 Width = 360 Height = 152 Caption = 'Files' TabOrder = 1 object LabelHighscore: TLabel Left = 10 Top = 22 Width = 51 Height = 13 Caption = 'Highscore:' end object LabelFonts: TLabel Left = 10 Top = 70 Width = 29 Height = 13 Caption = 'Fonts:' end object LabelLocalisations: TLabel Left = 10 Top = 94 Width = 64 Height = 13 Caption = 'Localisations:' end object LabelLanguages: TLabel Left = 10 Top = 46 Width = 56 Height = 13 Caption = 'Languages:' end object LabelDefLocal: TLabel Left = 10 Top = 120 Width = 96 Height = 13 Caption = 'Default Localisation:' end object EditLanguages: TEdit Tag = 2 Left = 92 Top = 44 Width = 232 Height = 21 TabOrder = 2 Text = 'Languages.ini' end object EditHighscore: TEdit Tag = 1 Left = 92 Top = 20 Width = 232 Height = 21 TabOrder = 0 Text = 'Scores.hsc' end object ButtonHighscore: TButton Tag = 4 Left = 324 Top = 20 Width = 20 Height = 21 Caption = '...' TabOrder = 1 OnClick = ButtonOpenFileClick end object ButtonFonts: TButton Tag = 5 Left = 324 Top = 68 Width = 20 Height = 21 Caption = '...' TabOrder = 5 OnClick = ButtonOpenFileClick end object EditFonts: TEdit Tag = 2 Left = 92 Top = 68 Width = 232 Height = 21 TabOrder = 4 Text = 'Fonts.ini' end object EditLocalisation: TEdit Tag = 2 Left = 92 Top = 92 Width = 232 Height = 21 TabOrder = 6 Text = 'Locals.ini' OnChange = EditLocalisationChange end object ButtonLocalisation: TButton Tag = 5 Left = 324 Top = 92 Width = 20 Height = 21 Caption = '...' TabOrder = 7 OnClick = ButtonOpenFileClick end object ButtonLanguages: TButton Tag = 5 Left = 324 Top = 44 Width = 20 Height = 21 Caption = '...' TabOrder = 3 OnClick = ButtonOpenFileClick end object ComboBoxLanguage: TComboBox Left = 144 Top = 116 Width = 201 Height = 21 Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 8 end end object GroupBoxGlobal: TGroupBox Left = 8 Top = 222 Width = 360 Height = 91 Caption = 'Use globally:' TabOrder = 2 object CheckBoxGlobalLessons: TCheckBox Left = 10 Top = 20 Width = 263 Height = 17 Caption = 'Lessons opened' State = cbChecked TabOrder = 0 end object CheckBoxGlobalQuestions: TCheckBox Left = 10 Top = 42 Width = 263 Height = 17 Caption = 'Number of questions per turn' State = cbChecked TabOrder = 1 end object CheckBoxGlobalDirection: TCheckBox Left = 10 Top = 64 Width = 263 Height = 17 Caption = 'Direction of questions' TabOrder = 2 end end end object TabSheetSound: TTabSheet Caption = 'Other' object GroupOther: TGroupBox Left = 8 Top = 6 Width = 360 Height = 116 Caption = 'Settings' TabOrder = 0 object CheckBoxSound: TCheckBox Left = 10 Top = 20 Width = 263 Height = 17 Caption = 'Sound (Soundcard required)' State = cbChecked TabOrder = 0 end object CheckBoxAnimation: TCheckBox Left = 10 Top = 42 Width = 263 Height = 17 Caption = 'Animation' State = cbChecked TabOrder = 1 OnClick = UserChangeClick end object CheckBoxDemo: TCheckBox Left = 10 Top = 64 Width = 263 Height = 17 Caption = 'Keep running' TabOrder = 2 end object CheckBoxStayOnTop: TCheckBox Left = 10 Top = 86 Width = 263 Height = 17 Caption = 'Stay on top (Strg+T)' TabOrder = 3 Visible = False end end end end end object OpenDialog: TOpenDialog FileEditStyle = fsEdit Filter = 'Program (*.exe)|*.exe|Icon (*.ico, *.exe)|*.ico;*.exe|Lesson (*.' + 'rtf; *.txt; *.vok)|*.rtf;*.txt;*.vok|Highscore File (*.hsc)|*.hs' + 'c|Configuration (*.ini)|*.ini|All Files (*.*)|*.*' Left = 10 Top = 356 end end