home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / WINGRAF / VIN32.EXE / 0 / RCDATA / TSCALEF / TSCALEF.txt
Text File  |  1997-10-23  |  5KB  |  248 lines

  1. object ScaleF: TScaleF
  2.   Left = 391
  3.   Top = 352
  4.   HelpContext = 1500
  5.   BorderStyle = bsDialog
  6.   Caption = 'Input Scale Values'
  7.   ClientHeight = 422
  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.   PixelsPerInch = 120
  15.   OnShow = FormShow
  16.   TextHeight = 21
  17.   object OKBtn: TButton
  18.     Left = 241
  19.     Top = 375
  20.     Width = 80
  21.     Height = 30
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = OKBtnClick
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 242
  30.     Top = 326
  31.     Width = 79
  32.     Height = 29
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object AutoBox: TRadioGroup
  39.     Left = 15
  40.     Top = 312
  41.     Width = 132
  42.     Height = 101
  43.     Caption = 'Multi-Scale'
  44.     Items.Strings = (
  45.       'X'
  46.       'Y'
  47.       'Both'
  48.       'Disable')
  49.     TabOrder = 2
  50.   end
  51.   object XBox: TGroupBox
  52.     Left = 15
  53.     Top = 4
  54.     Width = 306
  55.     Height = 100
  56.     Caption = 'X - Axis Scale'
  57.     TabOrder = 3
  58.     object Label1: TLabel
  59.       Left = 8
  60.       Top = 27
  61.       Width = 49
  62.       Height = 25
  63.       AutoSize = False
  64.       Caption = 'Max'
  65.     end
  66.     object Label2: TLabel
  67.       Left = 9
  68.       Top = 62
  69.       Width = 49
  70.       Height = 25
  71.       AutoSize = False
  72.       Caption = 'Min'
  73.     end
  74.     object MaxX: TEdit
  75.       Left = 65
  76.       Top = 26
  77.       Width = 161
  78.       Height = 30
  79.       AutoSize = False
  80.       Font.Color = clBlack
  81.       Font.Height = -17
  82.       Font.Name = 'Times New Roman Special G1'
  83.       Font.Style = [fsBold]
  84.       ParentFont = False
  85.       TabOrder = 0
  86.     end
  87.     object MinX: TEdit
  88.       Left = 64
  89.       Top = 61
  90.       Width = 161
  91.       Height = 30
  92.       AutoSize = False
  93.       Font.Color = clBlack
  94.       Font.Height = -17
  95.       Font.Name = 'Times New Roman Special G1'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.       TabOrder = 1
  99.     end
  100.     object Button1: TButton
  101.       Left = 240
  102.       Top = 33
  103.       Width = 50
  104.       Height = 35
  105.       Caption = 'Find'
  106.       TabOrder = 2
  107.       OnClick = Button1Click
  108.     end
  109.   end
  110.   object YLBox: TGroupBox
  111.     Left = 15
  112.     Top = 108
  113.     Width = 306
  114.     Height = 100
  115.     Caption = 'Y Left  -  Axis Scale'
  116.     TabOrder = 4
  117.     object Label3: TLabel
  118.       Left = 7
  119.       Top = 30
  120.       Width = 49
  121.       Height = 22
  122.       AutoSize = False
  123.       Caption = 'Max'
  124.     end
  125.     object Label4: TLabel
  126.       Left = 7
  127.       Top = 63
  128.       Width = 49
  129.       Height = 25
  130.       AutoSize = False
  131.       Caption = 'Min'
  132.     end
  133.     object MaxYL: TEdit
  134.       Left = 62
  135.       Top = 27
  136.       Width = 161
  137.       Height = 30
  138.       AutoSize = False
  139.       Font.Color = clBlack
  140.       Font.Height = -17
  141.       Font.Name = 'Times New Roman Special G1'
  142.       Font.Style = [fsBold]
  143.       ParentFont = False
  144.       TabOrder = 0
  145.     end
  146.     object MinYL: TEdit
  147.       Left = 62
  148.       Top = 60
  149.       Width = 161
  150.       Height = 30
  151.       AutoSize = False
  152.       Font.Color = clBlack
  153.       Font.Height = -17
  154.       Font.Name = 'Times New Roman Special G1'
  155.       Font.Style = [fsBold]
  156.       ParentFont = False
  157.       TabOrder = 1
  158.     end
  159.     object Button2: TButton
  160.       Left = 240
  161.       Top = 33
  162.       Width = 50
  163.       Height = 35
  164.       Caption = 'Find'
  165.       TabOrder = 2
  166.       OnClick = Button2Click
  167.     end
  168.   end
  169.   object YRBox: TGroupBox
  170.     Left = 15
  171.     Top = 211
  172.     Width = 306
  173.     Height = 100
  174.     Caption = 'Y Right  -  Axis Scale'
  175.     TabOrder = 5
  176.     object Label5: TLabel
  177.       Left = 10
  178.       Top = 27
  179.       Width = 47
  180.       Height = 24
  181.       AutoSize = False
  182.       Caption = 'Max'
  183.     end
  184.     object Label6: TLabel
  185.       Left = 10
  186.       Top = 62
  187.       Width = 49
  188.       Height = 25
  189.       AutoSize = False
  190.       Caption = 'Min'
  191.     end
  192.     object MaxYR: TEdit
  193.       Left = 64
  194.       Top = 24
  195.       Width = 161
  196.       Height = 30
  197.       AutoSize = False
  198.       Font.Color = clBlack
  199.       Font.Height = -17
  200.       Font.Name = 'Times New Roman Special G1'
  201.       Font.Style = [fsBold]
  202.       ParentFont = False
  203.       TabOrder = 0
  204.     end
  205.     object MinYR: TEdit
  206.       Left = 64
  207.       Top = 59
  208.       Width = 161
  209.       Height = 30
  210.       AutoSize = False
  211.       Font.Color = clBlack
  212.       Font.Height = -17
  213.       Font.Name = 'Times New Roman Special G1'
  214.       Font.Style = [fsBold]
  215.       ParentFont = False
  216.       TabOrder = 1
  217.     end
  218.     object Button3: TButton
  219.       Left = 240
  220.       Top = 33
  221.       Width = 50
  222.       Height = 35
  223.       Caption = 'Find'
  224.       TabOrder = 2
  225.       OnClick = Button3Click
  226.     end
  227.   end
  228.   object SetMaxMin1: TButton
  229.     Left = 153
  230.     Top = 327
  231.     Width = 80
  232.     Height = 30
  233.     Cancel = True
  234.     Caption = 'Find All'
  235.     TabOrder = 6
  236.     OnClick = SetMaxMin1Click
  237.   end
  238.   object Button4: TButton
  239.     Left = 152
  240.     Top = 376
  241.     Width = 80
  242.     Height = 30
  243.     Caption = 'Help'
  244.     TabOrder = 7
  245.     OnClick = Button4Click
  246.   end
  247. end
  248.