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

  1. object GridF: TGridF
  2.   Left = 896
  3.   Top = 686
  4.   HelpContext = 700
  5.   BorderStyle = bsDialog
  6.   Caption = 'Grid  Dialog'
  7.   ClientHeight = 335
  8.   ClientWidth = 607
  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 = 17
  19.     Top = 231
  20.     Width = 76
  21.     Height = 27
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 5
  26.     OnClick = OKBtnClick
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 17
  30.     Top = 297
  31.     Width = 76
  32.     Height = 27
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 7
  37.   end
  38.   object XBox: TGroupBox
  39.     Left = 17
  40.     Top = 4
  41.     Width = 280
  42.     Height = 104
  43.     Caption = 'X - Axis Grid'
  44.     TabOrder = 0
  45.     object Label1: TLabel
  46.       Left = 10
  47.       Top = 67
  48.       Width = 190
  49.       Height = 24
  50.       AutoSize = False
  51.       Caption = 'Minor [ 1..10 ]'
  52.     end
  53.     object Label2: TLabel
  54.       Left = 9
  55.       Top = 29
  56.       Width = 190
  57.       Height = 24
  58.       AutoSize = False
  59.       Caption = 'Major [ 1..20 ]'
  60.     end
  61.     object XMinor: TEdit
  62.       Left = 215
  63.       Top = 63
  64.       Width = 44
  65.       Height = 34
  66.       Font.Color = clBlack
  67.       Font.Height = -17
  68.       Font.Name = 'Times New Roman Special G1'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       TabOrder = 1
  72.     end
  73.     object XMajor: TEdit
  74.       Left = 215
  75.       Top = 24
  76.       Width = 44
  77.       Height = 34
  78.       Font.Color = clBlack
  79.       Font.Height = -17
  80.       Font.Name = 'Times New Roman Special G1'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       TabOrder = 0
  84.     end
  85.   end
  86.   object GroupBox1: TGroupBox
  87.     Left = 311
  88.     Top = 5
  89.     Width = 280
  90.     Height = 102
  91.     Caption = 'Y - Axis Grid'
  92.     TabOrder = 2
  93.     object Label6: TLabel
  94.       Left = 7
  95.       Top = 63
  96.       Width = 190
  97.       Height = 24
  98.       AutoSize = False
  99.       Caption = 'Minor [ 1..10 ]'
  100.     end
  101.     object Label7: TLabel
  102.       Left = 7
  103.       Top = 23
  104.       Width = 190
  105.       Height = 24
  106.       AutoSize = False
  107.       Caption = 'Major [ 1..20 ]'
  108.     end
  109.     object YMinor: TEdit
  110.       Left = 213
  111.       Top = 58
  112.       Width = 44
  113.       Height = 34
  114.       Font.Color = clBlack
  115.       Font.Height = -17
  116.       Font.Name = 'Times New Roman Special G1'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.       TabOrder = 1
  120.     end
  121.     object YMajor: TEdit
  122.       Left = 213
  123.       Top = 18
  124.       Width = 44
  125.       Height = 34
  126.       Font.Color = clBlack
  127.       Font.Height = -17
  128.       Font.Name = 'Times New Roman Special G1'
  129.       Font.Style = [fsBold]
  130.       ParentFont = False
  131.       TabOrder = 0
  132.     end
  133.   end
  134.   object GroupBox2: TGroupBox
  135.     Left = 310
  136.     Top = 222
  137.     Width = 280
  138.     Height = 104
  139.     Caption = 'Y Right - Scale Numbers'
  140.     TabOrder = 4
  141.     object Label12: TLabel
  142.       Left = 9
  143.       Top = 29
  144.       Width = 190
  145.       Height = 24
  146.       AutoSize = False
  147.       Caption = 'Ticks  [ 1..20 ]'
  148.     end
  149.     object Label13: TLabel
  150.       Left = 9
  151.       Top = 69
  152.       Width = 190
  153.       Height = 24
  154.       AutoSize = False
  155.       Caption = 'Decimals  [ 0..8 ]'
  156.     end
  157.     object YRTicks: TEdit
  158.       Left = 216
  159.       Top = 23
  160.       Width = 44
  161.       Height = 34
  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 = 0
  168.     end
  169.     object YRDec: TEdit
  170.       Left = 216
  171.       Top = 65
  172.       Width = 44
  173.       Height = 34
  174.       Font.Color = clBlack
  175.       Font.Height = -17
  176.       Font.Name = 'Times New Roman Special G1'
  177.       Font.Style = [fsBold]
  178.       ParentFont = False
  179.       TabOrder = 1
  180.     end
  181.   end
  182.   object GroupBox3: TGroupBox
  183.     Left = 310
  184.     Top = 114
  185.     Width = 280
  186.     Height = 104
  187.     Caption = 'Y Left - Scale Numbers'
  188.     TabOrder = 3
  189.     object Label8: TLabel
  190.       Left = 8
  191.       Top = 29
  192.       Width = 190
  193.       Height = 24
  194.       AutoSize = False
  195.       Caption = 'Ticks  [ 1..20 ]'
  196.     end
  197.     object Label9: TLabel
  198.       Left = 8
  199.       Top = 68
  200.       Width = 190
  201.       Height = 24
  202.       AutoSize = False
  203.       Caption = 'Decimals  [ 0..8 ]'
  204.     end
  205.     object YLTicks: TEdit
  206.       Left = 216
  207.       Top = 25
  208.       Width = 44
  209.       Height = 34
  210.       Font.Color = clBlack
  211.       Font.Height = -17
  212.       Font.Name = 'Times New Roman Special G1'
  213.       Font.Style = [fsBold]
  214.       ParentFont = False
  215.       TabOrder = 0
  216.     end
  217.     object YLDec: TEdit
  218.       Left = 216
  219.       Top = 64
  220.       Width = 44
  221.       Height = 34
  222.       Font.Color = clBlack
  223.       Font.Height = -17
  224.       Font.Name = 'Times New Roman Special G1'
  225.       Font.Style = [fsBold]
  226.       ParentFont = False
  227.       TabOrder = 1
  228.     end
  229.   end
  230.   object GroupBox4: TGroupBox
  231.     Left = 17
  232.     Top = 114
  233.     Width = 280
  234.     Height = 104
  235.     Caption = 'X - Scale Numbers'
  236.     TabOrder = 1
  237.     object Label3: TLabel
  238.       Left = 10
  239.       Top = 26
  240.       Width = 190
  241.       Height = 24
  242.       AutoSize = False
  243.       Caption = 'Ticks  [ 1..20 ]'
  244.     end
  245.     object Label5: TLabel
  246.       Left = 10
  247.       Top = 66
  248.       Width = 190
  249.       Height = 24
  250.       AutoSize = False
  251.       Caption = 'Decimals  [ 0..8 ]'
  252.     end
  253.     object XTicks: TEdit
  254.       Left = 214
  255.       Top = 21
  256.       Width = 44
  257.       Height = 34
  258.       Font.Color = clBlack
  259.       Font.Height = -17
  260.       Font.Name = 'Times New Roman Special G1'
  261.       Font.Style = [fsBold]
  262.       ParentFont = False
  263.       TabOrder = 0
  264.     end
  265.     object XDec: TEdit
  266.       Left = 214
  267.       Top = 63
  268.       Width = 44
  269.       Height = 34
  270.       Font.Color = clBlack
  271.       Font.Height = -17
  272.       Font.Name = 'Times New Roman Special G1'
  273.       Font.Style = [fsBold]
  274.       ParentFont = False
  275.       TabOrder = 1
  276.     end
  277.   end
  278.   object HelpB: TButton
  279.     Left = 114
  280.     Top = 297
  281.     Width = 76
  282.     Height = 27
  283.     Caption = 'Help'
  284.     Default = True
  285.     TabOrder = 10
  286.     OnClick = HelpBClick
  287.   end
  288.   object ClearB: TButton
  289.     Left = 115
  290.     Top = 264
  291.     Width = 75
  292.     Height = 27
  293.     Caption = 'Clear'
  294.     TabOrder = 9
  295.     OnClick = ClearBClick
  296.   end
  297.   object AutoXGridB: TButton
  298.     Left = 208
  299.     Top = 231
  300.     Width = 89
  301.     Height = 27
  302.     Caption = 'Auto X'
  303.     TabOrder = 11
  304.     OnClick = AutoXGridBClick
  305.   end
  306.   object AutoYLGridB: TButton
  307.     Left = 208
  308.     Top = 264
  309.     Width = 89
  310.     Height = 27
  311.     Caption = 'Auto YL'
  312.     TabOrder = 12
  313.     OnClick = AutoYLGridBClick
  314.   end
  315.   object AutoYRGridB: TButton
  316.     Left = 208
  317.     Top = 297
  318.     Width = 89
  319.     Height = 27
  320.     Caption = 'Auto YR'
  321.     TabOrder = 13
  322.     OnClick = AutoYRGridBClick
  323.   end
  324.   object DrawGridB: TButton
  325.     Left = 115
  326.     Top = 231
  327.     Width = 75
  328.     Height = 27
  329.     Caption = 'View'
  330.     TabOrder = 8
  331.     OnClick = DrawGridBClick
  332.   end
  333.   object GoScaleB: TButton
  334.     Left = 17
  335.     Top = 264
  336.     Width = 76
  337.     Height = 27
  338.     Caption = 'Scale'
  339.     TabOrder = 6
  340.     OnClick = GoScaleBClick
  341.   end
  342. end
  343.