home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / graphpp / gpaper.exe / GraphPap.exe / 0 / RCDATA / TWINGRADULOG / TWINGRADULOG.txt
Encoding:
Text File  |  1999-05-31  |  3.8 KB  |  196 lines

  1. object WinGraduLog: TWinGraduLog
  2.   Left = 243
  3.   Top = 79
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Graph paper'
  7.   ClientHeight = 271
  8.   ClientWidth = 401
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 401
  24.     Height = 41
  25.     Align = alTop
  26.     Caption = 'Subdivisions of non linear scales'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clNavy
  29.     Font.Height = -19
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     TabOrder = 0
  34.   end
  35.   object Panel2: TPanel
  36.     Left = 0
  37.     Top = 41
  38.     Width = 401
  39.     Height = 189
  40.     Align = alClient
  41.     TabOrder = 1
  42.     object Label3: TLabel
  43.       Left = 176
  44.       Top = 65
  45.       Width = 127
  46.       Height = 13
  47.       Caption = '10 &subdivisions if division >'
  48.       FocusControl = Edit10
  49.     end
  50.     object Label4: TLabel
  51.       Left = 360
  52.       Top = 65
  53.       Width = 14
  54.       Height = 13
  55.       Caption = 'cm'
  56.     end
  57.     object Label5: TLabel
  58.       Left = 176
  59.       Top = 95
  60.       Width = 121
  61.       Height = 13
  62.       Caption = '5 su&bdivisions if division >'
  63.       FocusControl = Edit5
  64.     end
  65.     object Label6: TLabel
  66.       Left = 360
  67.       Top = 95
  68.       Width = 14
  69.       Height = 13
  70.       Caption = 'cm'
  71.     end
  72.     object Shape1: TShape
  73.       Left = 162
  74.       Top = 64
  75.       Width = 1
  76.       Height = 81
  77.     end
  78.     object Label7: TLabel
  79.       Left = 8
  80.       Top = 160
  81.       Width = 382
  82.       Height = 13
  83.       Caption = 
  84.         '(Subdivisions are not displayed on the screen. They appear only ' +
  85.         'on printed forms)'
  86.     end
  87.     object Label8: TLabel
  88.       Left = 176
  89.       Top = 125
  90.       Width = 121
  91.       Height = 13
  92.       Caption = '2 sub&divisions if division >'
  93.       FocusControl = Edit2
  94.     end
  95.     object Label9: TLabel
  96.       Left = 360
  97.       Top = 125
  98.       Width = 14
  99.       Height = 13
  100.       Caption = 'cm'
  101.     end
  102.     object Shape2: TShape
  103.       Left = 24
  104.       Top = 11
  105.       Width = 353
  106.       Height = 41
  107.       Brush.Color = clInfoBk
  108.     end
  109.     object Label2: TLabel
  110.       Left = 32
  111.       Top = 16
  112.       Width = 313
  113.       Height = 13
  114.       Caption = 
  115.         'In non linear scales,  the axis range is divided in  unequal int' +
  116.         'ervals.'
  117.       Transparent = True
  118.     end
  119.     object Label1: TLabel
  120.       Left = 32
  121.       Top = 32
  122.       Width = 263
  123.       Height = 13
  124.       Caption = 'The largest divisions can be subdivided by dotted lines :'
  125.       Transparent = True
  126.     end
  127.     object Edit10: TEdit
  128.       Left = 312
  129.       Top = 62
  130.       Width = 41
  131.       Height = 21
  132.       TabOrder = 1
  133.     end
  134.     object Edit5: TEdit
  135.       Left = 312
  136.       Top = 92
  137.       Width = 41
  138.       Height = 21
  139.       TabOrder = 2
  140.     end
  141.     object CheckBox1: TCheckBox
  142.       Left = 31
  143.       Top = 95
  144.       Width = 113
  145.       Height = 17
  146.       Caption = '&Create subdivisions'
  147.       TabOrder = 0
  148.       OnClick = CheckBox1Click
  149.     end
  150.     object Edit2: TEdit
  151.       Left = 312
  152.       Top = 122
  153.       Width = 41
  154.       Height = 21
  155.       TabOrder = 3
  156.     end
  157.   end
  158.   object Panel3: TPanel
  159.     Left = 0
  160.     Top = 230
  161.     Width = 401
  162.     Height = 41
  163.     Align = alBottom
  164.     TabOrder = 2
  165.     object BtOK: TBitBtn
  166.       Left = 55
  167.       Top = 8
  168.       Width = 75
  169.       Height = 25
  170.       TabOrder = 0
  171.       TabStop = False
  172.       OnClick = BtOKClick
  173.       Kind = bkOK
  174.     end
  175.     object BtCancel: TBitBtn
  176.       Left = 163
  177.       Top = 8
  178.       Width = 75
  179.       Height = 25
  180.       TabOrder = 1
  181.       TabStop = False
  182.       Kind = bkCancel
  183.     end
  184.     object BtUndo: TButton
  185.       Left = 271
  186.       Top = 8
  187.       Width = 75
  188.       Height = 25
  189.       Caption = '&Undo'
  190.       TabOrder = 2
  191.       TabStop = False
  192.       OnClick = FormActivate
  193.     end
  194.   end
  195. end
  196.