home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / abuserb7.zip / ABUSER.EXE / 0 / RCDATA / TPAGESDLG / TPAGESDLG.txt
Text File  |  1996-06-06  |  9KB  |  361 lines

  1. object PagesDlg: TPagesDlg
  2.   Left = 197
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 415
  7.   ClientWidth = 347
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 347
  21.     Height = 381
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     BorderWidth = 5
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object PageControl1: TPageControl
  28.       Left = 5
  29.       Top = 5
  30.       Width = 337
  31.       Height = 371
  32.       ActivePage = TabSheet1
  33.       Align = alClient
  34.       TabOrder = 0
  35.       OnChange = PageControl1Change
  36.       object TabSheet1: TTabSheet
  37.         Caption = 'Insult'
  38.         object RadioGroup7: TRadioGroup
  39.           Left = 16
  40.           Top = 172
  41.           Width = 209
  42.           Height = 109
  43.           Caption = 'Insult Subject'
  44.           ItemIndex = 0
  45.           Items.Strings = (
  46.             'You ...'
  47.             'He is...'
  48.             'She is...'
  49.             '                                               is...')
  50.           TabOrder = 5
  51.         end
  52.         object RadioGroup1: TRadioGroup
  53.           Left = 168
  54.           Top = 20
  55.           Width = 141
  56.           Height = 65
  57.           Hint = 'Select the level of the subject'#39's intelligence'
  58.           Caption = 'Intelligence'
  59.           ItemIndex = 2
  60.           Items.Strings = (
  61.             'Intelligent'
  62.             'Average'
  63.             'Unintelligent')
  64.           TabOrder = 0
  65.         end
  66.         object RadioGroup2: TRadioGroup
  67.           Left = 168
  68.           Top = 92
  69.           Width = 141
  70.           Height = 65
  71.           Hint = 'Select the level of the subject'#39's looks'
  72.           Caption = 'Looks'
  73.           ItemIndex = 2
  74.           Items.Strings = (
  75.             'Good'
  76.             'Average'
  77.             'Bad')
  78.           TabOrder = 1
  79.         end
  80.         object RadioGroup3: TRadioGroup
  81.           Left = 16
  82.           Top = 92
  83.           Width = 141
  84.           Height = 65
  85.           Hint = 'Select the subject'#39's weight'
  86.           Caption = 'Weight'
  87.           ItemIndex = 2
  88.           Items.Strings = (
  89.             'Above Average'
  90.             'Average'
  91.             'Below Average')
  92.           TabOrder = 2
  93.         end
  94.         object RadioGroup5: TRadioGroup
  95.           Left = 16
  96.           Top = 20
  97.           Width = 141
  98.           Height = 65
  99.           Hint = 'Pick the Subject'#39's gender'
  100.           Caption = 'Gender'
  101.           ItemIndex = 0
  102.           Items.Strings = (
  103.             'Male'
  104.             'Female'
  105.             'Unknown')
  106.           TabOrder = 3
  107.         end
  108.         object Button1: TButton
  109.           Left = 232
  110.           Top = 216
  111.           Width = 75
  112.           Height = 25
  113.           Caption = 'Test'
  114.           TabOrder = 4
  115.           OnClick = Button1Click
  116.         end
  117.         object Edit2: TEdit
  118.           Left = 40
  119.           Top = 252
  120.           Width = 137
  121.           Height = 21
  122.           TabOrder = 6
  123.         end
  124.         object Edit1: TEdit
  125.           Left = 20
  126.           Top = 296
  127.           Width = 289
  128.           Height = 21
  129.           TabOrder = 7
  130.         end
  131.       end
  132.       object TabSheet2: TTabSheet
  133.         Caption = 'Archive'
  134.         object ListBox1: TListBox
  135.           Left = 8
  136.           Top = 8
  137.           Width = 313
  138.           Height = 281
  139.           ExtendedSelect = False
  140.           ItemHeight = 13
  141.           TabOrder = 0
  142.         end
  143.         object Button2: TButton
  144.           Left = 168
  145.           Top = 308
  146.           Width = 69
  147.           Height = 25
  148.           Caption = 'Copy'
  149.           TabOrder = 1
  150.           OnClick = Button2Click
  151.         end
  152.         object Button3: TButton
  153.           Left = 88
  154.           Top = 308
  155.           Width = 69
  156.           Height = 25
  157.           Caption = 'Clear'
  158.           TabOrder = 2
  159.           OnClick = Button3Click
  160.         end
  161.         object Button4: TButton
  162.           Left = 8
  163.           Top = 308
  164.           Width = 69
  165.           Height = 25
  166.           Caption = 'Generate'
  167.           TabOrder = 3
  168.           OnClick = Button4Click
  169.         end
  170.         object Button5: TButton
  171.           Left = 248
  172.           Top = 308
  173.           Width = 69
  174.           Height = 25
  175.           Caption = 'Save'
  176.           TabOrder = 4
  177.           OnClick = Button5Click
  178.         end
  179.         object ProgressBar1: TProgressBar
  180.           Left = 8
  181.           Top = 292
  182.           Width = 313
  183.           Height = 13
  184.           Min = 0
  185.           Max = 100
  186.           Step = 1
  187.           TabOrder = 5
  188.         end
  189.       end
  190.       object TabSheet3: TTabSheet
  191.         Caption = 'Options'
  192.         object CheckBox1: TCheckBox
  193.           Left = 16
  194.           Top = 24
  195.           Width = 145
  196.           Height = 17
  197.           Caption = 'Use Start/Shut screens'
  198.           Enabled = False
  199.           TabOrder = 0
  200.         end
  201.         object RadioGroup4: TRadioGroup
  202.           Left = 12
  203.           Top = 60
  204.           Width = 185
  205.           Height = 105
  206.           Hint = 'Select the number of insults to generate on the Archive page'
  207.           Caption = 'Generate how many?'
  208.           Columns = 2
  209.           ItemIndex = 1
  210.           Items.Strings = (
  211.             '      5 insults'
  212.             '    10 insults'
  213.             '    50 insults'
  214.             '  100 insults'
  215.             '  500 insults'
  216.             '1000 insults')
  217.           ParentShowHint = False
  218.           ShowHint = True
  219.           TabOrder = 1
  220.         end
  221.         object Edit3: TEdit
  222.           Left = 128
  223.           Top = 136
  224.           Width = 65
  225.           Height = 21
  226.           TabOrder = 2
  227.           OnClick = Edit3Click
  228.         end
  229.       end
  230.       object TabSheet4: TTabSheet
  231.         Caption = 'Edit'
  232.         object Label1: TLabel
  233.           Left = 204
  234.           Top = 36
  235.           Width = 113
  236.           Height = 117
  237.           Alignment = taCenter
  238.           Caption = 
  239.             'Choose the category that you wish to edit here. Any changes that' +
  240.             ' are made will be automatically saved when you change categories' +
  241.             ' or exit this page...'
  242.           Font.Color = clWindowText
  243.           Font.Height = -8
  244.           Font.Name = 'MS Sans Serif'
  245.           Font.Style = []
  246.           ParentFont = False
  247.         end
  248.         object Label2: TLabel
  249.           Left = 204
  250.           Top = 188
  251.           Width = 117
  252.           Height = 85
  253.           Alignment = taCenter
  254.           Caption = 
  255.             'To restore the categories back to their original state click thi' +
  256.             's button. You will LOSE ALL changes you have made!'
  257.           Enabled = False
  258.         end
  259.         object Memo1: TMemo
  260.           Left = 8
  261.           Top = 176
  262.           Width = 185
  263.           Height = 157
  264.           Lines.Strings = (
  265.             'Memo1')
  266.           ScrollBars = ssVertical
  267.           TabOrder = 0
  268.           WordWrap = False
  269.         end
  270.         object Memo2: TMemo
  271.           Left = 8
  272.           Top = 12
  273.           Width = 185
  274.           Height = 157
  275.           Lines.Strings = (
  276.             'Memo1')
  277.           ScrollBars = ssVertical
  278.           TabOrder = 1
  279.           WordWrap = False
  280.         end
  281.         object ComboBox1: TComboBox
  282.           Left = 200
  283.           Top = 12
  284.           Width = 121
  285.           Height = 21
  286.           Hint = 'Choose the category to edit'
  287.           Style = csDropDownList
  288.           ItemHeight = 13
  289.           Items.Strings = (
  290.             'Gender'
  291.             'Intelligence'
  292.             'Weight'
  293.             'Looks')
  294.           ParentShowHint = False
  295.           ShowHint = True
  296.           TabOrder = 2
  297.           OnChange = ComboBox1Change
  298.         end
  299.         object Button6: TButton
  300.           Left = 204
  301.           Top = 156
  302.           Width = 113
  303.           Height = 25
  304.           Caption = 'Restore Defaults'
  305.           Enabled = False
  306.           TabOrder = 3
  307.         end
  308.       end
  309.     end
  310.   end
  311.   object Panel2: TPanel
  312.     Left = 0
  313.     Top = 381
  314.     Width = 347
  315.     Height = 34
  316.     Align = alBottom
  317.     BevelOuter = bvNone
  318.     ParentColor = True
  319.     TabOrder = 1
  320.     object OKBtn: TButton
  321.       Left = 187
  322.       Top = 2
  323.       Width = 75
  324.       Height = 25
  325.       Caption = 'OK'
  326.       Default = True
  327.       ModalResult = 1
  328.       TabOrder = 0
  329.       OnClick = OKBtnClick
  330.     end
  331.     object CancelBtn: TButton
  332.       Left = 267
  333.       Top = 2
  334.       Width = 75
  335.       Height = 25
  336.       Cancel = True
  337.       Caption = 'Cancel'
  338.       ModalResult = 2
  339.       TabOrder = 1
  340.       OnClick = CancelBtnClick
  341.     end
  342.     object HelpBtn: TButton
  343.       Left = 347
  344.       Top = 2
  345.       Width = 75
  346.       Height = 25
  347.       Caption = '&Help'
  348.       TabOrder = 2
  349.     end
  350.   end
  351.   object SaveDialog1: TSaveDialog
  352.     DefaultExt = 'txt'
  353.     FileEditStyle = fsEdit
  354.     Filter = 'Text File|txt'
  355.     Options = [ofOverwritePrompt, ofPathMustExist]
  356.     Title = 'Save Insults'
  357.     Left = 40
  358.     Top = 381
  359.   end
  360. end
  361.