home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9806RS.ZIP / DecideF.dfm / DecideF.txt
Text File  |  1998-02-05  |  5KB  |  276 lines

  1. object DecideForm: TDecideForm
  2.   Left = 248
  3.   Top = 178
  4.   Width = 514
  5.   Height = 313
  6.   Caption = 'Decide'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 116
  18.     Top = 23
  19.     Width = 48
  20.     Height = 13
  21.     Caption = '# Choices'
  22.   end
  23.   object CostLabel1: TLabel
  24.     Left = 8
  25.     Top = 54
  26.     Width = 33
  27.     Height = 13
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     Caption = 'Cost'
  31.   end
  32.   object ProfitLabel1: TLabel
  33.     Left = 48
  34.     Top = 54
  35.     Width = 33
  36.     Height = 13
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = 'Profit'
  40.   end
  41.   object CostLabel2: TLabel
  42.     Left = 104
  43.     Top = 54
  44.     Width = 33
  45.     Height = 13
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Caption = 'Cost'
  49.   end
  50.   object ProfitLabel11: TLabel
  51.     Left = 144
  52.     Top = 54
  53.     Width = 33
  54.     Height = 13
  55.     Alignment = taCenter
  56.     AutoSize = False
  57.     Caption = 'Profit'
  58.   end
  59.   object CostLabel21: TLabel
  60.     Left = 200
  61.     Top = 54
  62.     Width = 33
  63.     Height = 13
  64.     Alignment = taCenter
  65.     AutoSize = False
  66.     Caption = 'Cost'
  67.   end
  68.   object ProfitLabel21: TLabel
  69.     Left = 240
  70.     Top = 54
  71.     Width = 33
  72.     Height = 13
  73.     Alignment = taCenter
  74.     AutoSize = False
  75.     Caption = 'Profit'
  76.   end
  77.   object Label2: TLabel
  78.     Left = 380
  79.     Top = 202
  80.     Width = 48
  81.     Height = 13
  82.     Caption = 'Total Cost'
  83.   end
  84.   object Label3: TLabel
  85.     Left = 380
  86.     Top = 226
  87.     Width = 51
  88.     Height = 13
  89.     Caption = 'Total Profit'
  90.   end
  91.   object Label4: TLabel
  92.     Left = 296
  93.     Top = 54
  94.     Width = 33
  95.     Height = 13
  96.     Alignment = taCenter
  97.     AutoSize = False
  98.     Caption = 'Cost'
  99.   end
  100.   object Label5: TLabel
  101.     Left = 336
  102.     Top = 54
  103.     Width = 33
  104.     Height = 13
  105.     Alignment = taCenter
  106.     AutoSize = False
  107.     Caption = 'Profit'
  108.   end
  109.   object Label6: TLabel
  110.     Left = 12
  111.     Top = 7
  112.     Width = 26
  113.     Height = 13
  114.     Caption = 'Costs'
  115.   end
  116.   object Label7: TLabel
  117.     Left = 76
  118.     Top = 7
  119.     Width = 9
  120.     Height = 13
  121.     Caption = 'to'
  122.   end
  123.   object Label8: TLabel
  124.     Left = 12
  125.     Top = 31
  126.     Width = 29
  127.     Height = 13
  128.     Caption = 'Profits'
  129.   end
  130.   object Label9: TLabel
  131.     Left = 76
  132.     Top = 31
  133.     Width = 9
  134.     Height = 13
  135.     Caption = 'to'
  136.   end
  137.   object Label10: TLabel
  138.     Left = 380
  139.     Top = 250
  140.     Width = 65
  141.     Height = 13
  142.     Caption = 'Nodes Visited'
  143.   end
  144.   object Label11: TLabel
  145.     Left = 388
  146.     Top = 144
  147.     Width = 67
  148.     Height = 13
  149.     Caption = 'Available Cost'
  150.   end
  151.   object CmdRandomize: TButton
  152.     Left = 199
  153.     Top = 19
  154.     Width = 75
  155.     Height = 25
  156.     Caption = 'Randomize'
  157.     TabOrder = 0
  158.     OnClick = CmdRandomizeClick
  159.   end
  160.   object NumChoicesText: TEdit
  161.     Left = 168
  162.     Top = 21
  163.     Width = 25
  164.     Height = 21
  165.     TabOrder = 1
  166.     Text = '10'
  167.     OnChange = DisableSearch
  168.   end
  169.   object TotalCostLabel: TStaticText
  170.     Left = 448
  171.     Top = 200
  172.     Width = 57
  173.     Height = 17
  174.     AutoSize = False
  175.     BorderStyle = sbsSunken
  176.     TabOrder = 2
  177.   end
  178.   object TotalProfitLabel: TStaticText
  179.     Left = 448
  180.     Top = 224
  181.     Width = 57
  182.     Height = 17
  183.     AutoSize = False
  184.     BorderStyle = sbsSunken
  185.     TabOrder = 3
  186.   end
  187.   object CmdSearch: TButton
  188.     Left = 407
  189.     Top = 169
  190.     Width = 66
  191.     Height = 25
  192.     Caption = 'Search'
  193.     Enabled = False
  194.     TabOrder = 4
  195.     OnClick = CmdSearchClick
  196.   end
  197.   object AlgorithmOption: TRadioGroup
  198.     Left = 376
  199.     Top = 48
  200.     Width = 129
  201.     Height = 89
  202.     Caption = 'Algorithm'
  203.     ItemIndex = 0
  204.     Items.Strings = (
  205.       'Exhaustive Search'
  206.       'Branch and Bound'
  207.       'Hill Climbing'
  208.       'Random')
  209.     TabOrder = 5
  210.   end
  211.   object MinCostText: TEdit
  212.     Left = 48
  213.     Top = 5
  214.     Width = 25
  215.     Height = 21
  216.     TabOrder = 6
  217.     Text = '10'
  218.     OnChange = DisableSearch
  219.   end
  220.   object MaxCostText: TEdit
  221.     Left = 88
  222.     Top = 5
  223.     Width = 25
  224.     Height = 21
  225.     TabOrder = 7
  226.     Text = '100'
  227.     OnChange = DisableSearch
  228.   end
  229.   object MinProfitText: TEdit
  230.     Left = 48
  231.     Top = 29
  232.     Width = 25
  233.     Height = 21
  234.     TabOrder = 8
  235.     Text = '5'
  236.     OnChange = DisableSearch
  237.   end
  238.   object MaxProfitText: TEdit
  239.     Left = 88
  240.     Top = 29
  241.     Width = 25
  242.     Height = 21
  243.     TabOrder = 9
  244.     Text = '30'
  245.     OnChange = DisableSearch
  246.   end
  247.   object NodesVisitedLabel: TStaticText
  248.     Left = 448
  249.     Top = 248
  250.     Width = 57
  251.     Height = 17
  252.     AutoSize = False
  253.     BorderStyle = sbsSunken
  254.     TabOrder = 10
  255.   end
  256.   object MaxAvailableText: TEdit
  257.     Left = 464
  258.     Top = 141
  259.     Width = 33
  260.     Height = 21
  261.     TabOrder = 11
  262.     Text = '100'
  263.   end
  264.   object MainMenu1: TMainMenu
  265.     Left = 242
  266.     Top = 123
  267.     object File1: TMenuItem
  268.       Caption = '&File'
  269.       object mnuExit: TMenuItem
  270.         Caption = 'E&xit'
  271.         OnClick = mnuExitClick
  272.       end
  273.     end
  274.   end
  275. end
  276.