home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / VIN32_96.ZIP / VIN32.EXE / 0 / RCDATA / TSCALEF / TSCALEF.txt
Text File  |  1998-04-25  |  6KB  |  293 lines

  1. object ScaleF: TScaleF
  2.   Left = 907
  3.   Top = 690
  4.   HelpContext = 1500
  5.   BorderStyle = bsDialog
  6.   Caption = 'Scale  Dialog'
  7.   ClientHeight = 435
  8.   ClientWidth = 335
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Times New Roman Special G1'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 21
  17.   object OKBtn: TButton
  18.     Left = 15
  19.     Top = 321
  20.     Width = 80
  21.     Height = 27
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = OKBtnClick
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 15
  30.     Top = 401
  31.     Width = 80
  32.     Height = 27
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 2
  37.   end
  38.   object AutoBox: TRadioGroup
  39.     Left = 189
  40.     Top = 320
  41.     Width = 132
  42.     Height = 101
  43.     Caption = 'Multi-Scale'
  44.     Items.Strings = (
  45.       'X'
  46.       'Y'
  47.       'Both'
  48.       'Disable')
  49.     TabOrder = 5
  50.     OnClick = AutoBoxClick
  51.   end
  52.   object XBox: TGroupBox
  53.     Left = 15
  54.     Top = 4
  55.     Width = 306
  56.     Height = 100
  57.     Caption = 'X - Axis Scale'
  58.     TabOrder = 6
  59.     object Label1: TLabel
  60.       Left = 8
  61.       Top = 27
  62.       Width = 49
  63.       Height = 25
  64.       AutoSize = False
  65.       Caption = 'Max'
  66.     end
  67.     object Label2: TLabel
  68.       Left = 9
  69.       Top = 62
  70.       Width = 49
  71.       Height = 25
  72.       AutoSize = False
  73.       Caption = 'Min'
  74.     end
  75.     object MaxX: TEdit
  76.       Left = 65
  77.       Top = 26
  78.       Width = 161
  79.       Height = 30
  80.       AutoSize = False
  81.       Font.Color = clBlack
  82.       Font.Height = -17
  83.       Font.Name = 'Times New Roman Special G1'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.       TabOrder = 0
  87.     end
  88.     object MinX: TEdit
  89.       Left = 64
  90.       Top = 61
  91.       Width = 161
  92.       Height = 30
  93.       AutoSize = False
  94.       Font.Color = clBlack
  95.       Font.Height = -17
  96.       Font.Name = 'Times New Roman Special G1'
  97.       Font.Style = [fsBold]
  98.       ParentFont = False
  99.       TabOrder = 1
  100.     end
  101.     object Button1: TButton
  102.       Left = 240
  103.       Top = 17
  104.       Width = 50
  105.       Height = 35
  106.       Caption = 'Find'
  107.       TabOrder = 2
  108.       OnClick = Button1Click
  109.     end
  110.     object AutoBX: TButton
  111.       Left = 240
  112.       Top = 56
  113.       Width = 50
  114.       Height = 35
  115.       Caption = 'Auto'
  116.       TabOrder = 3
  117.       OnClick = AutoBXClick
  118.     end
  119.   end
  120.   object YLBox: TGroupBox
  121.     Left = 15
  122.     Top = 108
  123.     Width = 306
  124.     Height = 100
  125.     Caption = 'Y Left  -  Axis Scale'
  126.     TabOrder = 7
  127.     object Label3: TLabel
  128.       Left = 7
  129.       Top = 30
  130.       Width = 49
  131.       Height = 22
  132.       AutoSize = False
  133.       Caption = 'Max'
  134.     end
  135.     object Label4: TLabel
  136.       Left = 7
  137.       Top = 63
  138.       Width = 49
  139.       Height = 25
  140.       AutoSize = False
  141.       Caption = 'Min'
  142.     end
  143.     object MaxYL: TEdit
  144.       Left = 62
  145.       Top = 27
  146.       Width = 161
  147.       Height = 30
  148.       AutoSize = False
  149.       Font.Color = clBlack
  150.       Font.Height = -17
  151.       Font.Name = 'Times New Roman Special G1'
  152.       Font.Style = [fsBold]
  153.       ParentFont = False
  154.       TabOrder = 0
  155.     end
  156.     object MinYL: TEdit
  157.       Left = 62
  158.       Top = 60
  159.       Width = 161
  160.       Height = 30
  161.       AutoSize = False
  162.       Font.Color = clBlack
  163.       Font.Height = -17
  164.       Font.Name = 'Times New Roman Special G1'
  165.       Font.Style = [fsBold]
  166.       ParentFont = False
  167.       TabOrder = 1
  168.     end
  169.     object Button2: TButton
  170.       Left = 240
  171.       Top = 17
  172.       Width = 50
  173.       Height = 35
  174.       Caption = 'Find'
  175.       TabOrder = 2
  176.       OnClick = Button2Click
  177.     end
  178.     object AutoBYL: TButton
  179.       Left = 240
  180.       Top = 56
  181.       Width = 50
  182.       Height = 35
  183.       Caption = 'Auto'
  184.       TabOrder = 3
  185.       OnClick = AutoBYLClick
  186.     end
  187.   end
  188.   object YRBox: TGroupBox
  189.     Left = 15
  190.     Top = 211
  191.     Width = 306
  192.     Height = 100
  193.     Caption = 'Y Right  -  Axis Scale'
  194.     TabOrder = 8
  195.     object Label5: TLabel
  196.       Left = 10
  197.       Top = 27
  198.       Width = 47
  199.       Height = 24
  200.       AutoSize = False
  201.       Caption = 'Max'
  202.     end
  203.     object Label6: TLabel
  204.       Left = 10
  205.       Top = 62
  206.       Width = 49
  207.       Height = 25
  208.       AutoSize = False
  209.       Caption = 'Min'
  210.     end
  211.     object MaxYR: TEdit
  212.       Left = 64
  213.       Top = 24
  214.       Width = 161
  215.       Height = 30
  216.       AutoSize = False
  217.       Font.Color = clBlack
  218.       Font.Height = -17
  219.       Font.Name = 'Times New Roman Special G1'
  220.       Font.Style = [fsBold]
  221.       ParentFont = False
  222.       TabOrder = 0
  223.     end
  224.     object MinYR: TEdit
  225.       Left = 64
  226.       Top = 59
  227.       Width = 161
  228.       Height = 30
  229.       AutoSize = False
  230.       Font.Color = clBlack
  231.       Font.Height = -17
  232.       Font.Name = 'Times New Roman Special G1'
  233.       Font.Style = [fsBold]
  234.       ParentFont = False
  235.       TabOrder = 1
  236.     end
  237.     object Button3: TButton
  238.       Left = 240
  239.       Top = 17
  240.       Width = 50
  241.       Height = 35
  242.       Caption = 'Find'
  243.       TabOrder = 2
  244.       OnClick = Button3Click
  245.     end
  246.     object AutoBYR: TButton
  247.       Left = 240
  248.       Top = 56
  249.       Width = 50
  250.       Height = 35
  251.       Caption = 'Auto'
  252.       TabOrder = 3
  253.       OnClick = AutoBYRClick
  254.     end
  255.   end
  256.   object SetMaxMin1: TButton
  257.     Left = 104
  258.     Top = 361
  259.     Width = 80
  260.     Height = 27
  261.     Caption = 'Find All'
  262.     TabOrder = 3
  263.     OnClick = SetMaxMin1Click
  264.   end
  265.   object Button4: TButton
  266.     Left = 104
  267.     Top = 400
  268.     Width = 80
  269.     Height = 27
  270.     Caption = 'Help'
  271.     TabOrder = 4
  272.     OnClick = Button4Click
  273.   end
  274.   object GoGridB: TButton
  275.     Left = 15
  276.     Top = 361
  277.     Width = 80
  278.     Height = 27
  279.     Caption = 'Grid'
  280.     TabOrder = 1
  281.     OnClick = GoGridBClick
  282.   end
  283.   object DrawScaleB: TButton
  284.     Left = 104
  285.     Top = 321
  286.     Width = 80
  287.     Height = 27
  288.     Caption = 'View'
  289.     TabOrder = 9
  290.     OnClick = DrawScaleBClick
  291.   end
  292. end
  293.