home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TFDIAG / TFDIAG.txt < prev   
Text File  |  2002-02-12  |  6KB  |  313 lines

  1. object FDiag: TFDiag
  2.   Left = 522
  3.   Top = 34
  4.   Width = 197
  5.   Height = 479
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'CartoDiagram'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClick = FormClick
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 12
  24.     Width = 58
  25.     Height = 13
  26.     Caption = 'Select layer:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 36
  31.     Width = 55
  32.     Height = 13
  33.     Caption = 'Select field:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 8
  37.     Top = 267
  38.     Width = 81
  39.     Height = 13
  40.     Caption = 'Bar Width :'
  41.     Font.Color = clGray
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Label4: TLabel
  48.     Left = 8
  49.     Top = 243
  50.     Width = 81
  51.     Height = 13
  52.     Caption = 'Maximal size:'
  53.   end
  54.   object Shape1: TShape
  55.     Left = 118
  56.     Top = 218
  57.     Width = 64
  58.     Height = 41
  59.     Visible = False
  60.   end
  61.   object Label5: TLabel
  62.     Left = 8
  63.     Top = 58
  64.     Width = 75
  65.     Height = 13
  66.     Caption = 'Decimal places:'
  67.   end
  68.   object Label6: TLabel
  69.     Left = 8
  70.     Top = 83
  71.     Width = 56
  72.     Height = 13
  73.     Caption = 'Begin color:'
  74.   end
  75.   object Label7: TLabel
  76.     Left = 8
  77.     Top = 107
  78.     Width = 48
  79.     Height = 13
  80.     Caption = 'End color:'
  81.   end
  82.   object Label8: TLabel
  83.     Left = 8
  84.     Top = 336
  85.     Width = 65
  86.     Height = 13
  87.     Caption = 'Text mask:'
  88.   end
  89.   object Label9: TLabel
  90.     Left = 8
  91.     Top = 219
  92.     Width = 81
  93.     Height = 13
  94.     Caption = 'Minimal size:'
  95.   end
  96.   object CBLayer: TComboBox
  97.     Left = 80
  98.     Top = 8
  99.     Width = 105
  100.     Height = 21
  101.     ItemHeight = 13
  102.     TabOrder = 0
  103.     Text = '...select layer'
  104.     OnChange = CBLayerChange
  105.   end
  106.   object CBField: TComboBox
  107.     Left = 80
  108.     Top = 32
  109.     Width = 105
  110.     Height = 21
  111.     ItemHeight = 13
  112.     TabOrder = 1
  113.     Text = '...select field'
  114.     OnChange = CBFieldChange
  115.   end
  116.   object RGType: TRadioGroup
  117.     Left = 4
  118.     Top = 160
  119.     Width = 181
  120.     Height = 49
  121.     Caption = 'Diagram Type'
  122.     Columns = 2
  123.     ItemIndex = 0
  124.     Items.Strings = (
  125.       'Circle'
  126.       'Bar'
  127.       'Diamond'
  128.       'Triangle')
  129.     TabOrder = 2
  130.     OnClick = RGTypeClick
  131.   end
  132.   object ESize: TEdit
  133.     Left = 90
  134.     Top = 264
  135.     Width = 25
  136.     Height = 21
  137.     Font.Color = clGray
  138.     Font.Height = -11
  139.     Font.Name = 'MS Sans Serif'
  140.     Font.Style = []
  141.     ParentFont = False
  142.     TabOrder = 3
  143.     Text = '25'
  144.   end
  145.   object ESizeM: TEdit
  146.     Left = 90
  147.     Top = 240
  148.     Width = 25
  149.     Height = 21
  150.     TabOrder = 4
  151.     Text = '50'
  152.   end
  153.   object Panel1: TPanel
  154.     Left = 4
  155.     Top = 292
  156.     Width = 181
  157.     Height = 37
  158.     Caption = 'Set text font'
  159.     TabOrder = 5
  160.     OnClick = Panel1Click
  161.   end
  162.   object EPlaces: TEdit
  163.     Left = 86
  164.     Top = 56
  165.     Width = 25
  166.     Height = 21
  167.     TabOrder = 6
  168.     Text = '2'
  169.   end
  170.   object CBfill: TComboBox
  171.     Left = 80
  172.     Top = 80
  173.     Width = 105
  174.     Height = 21
  175.     ItemHeight = 13
  176.     Items.Strings = (
  177.       'Aqua   '
  178.       'Black  '
  179.       'Blue   '
  180.       'Fuchsia'
  181.       'Gray   '
  182.       'Green  '
  183.       'Lime   '
  184.       'Maroon '
  185.       'Navy   '
  186.       'Olive  '
  187.       'Purple '
  188.       'Red    '
  189.       'Silver '
  190.       'Teal   '
  191.       'White  '
  192.       'Yellow ')
  193.     TabOrder = 7
  194.     Text = '...begin color'
  195.     OnChange = CBfillChange
  196.   end
  197.   object CBOut: TComboBox
  198.     Left = 80
  199.     Top = 104
  200.     Width = 105
  201.     Height = 21
  202.     ItemHeight = 13
  203.     Items.Strings = (
  204.       'Aqua   '
  205.       'Black  '
  206.       'Blue   '
  207.       'Fuchsia'
  208.       'Gray   '
  209.       'Green  '
  210.       'Lime   '
  211.       'Maroon '
  212.       'Navy   '
  213.       'Olive  '
  214.       'Purple '
  215.       'Red    '
  216.       'Silver '
  217.       'Teal   '
  218.       'White  '
  219.       'Yellow ')
  220.     TabOrder = 8
  221.     Text = '...end color'
  222.     OnChange = CBOutChange
  223.   end
  224.   object Button1: TButton
  225.     Left = 24
  226.     Top = 428
  227.     Width = 65
  228.     Height = 22
  229.     Caption = 'Clear'
  230.     TabOrder = 9
  231.     OnClick = Button1Click
  232.   end
  233.   object Button2: TButton
  234.     Left = 100
  235.     Top = 428
  236.     Width = 65
  237.     Height = 22
  238.     Caption = 'Set'
  239.     TabOrder = 10
  240.     OnClick = Button2Click
  241.   end
  242.   object RGLabel: TRadioGroup
  243.     Left = 4
  244.     Top = 354
  245.     Width = 181
  246.     Height = 35
  247.     Caption = 'Show (value)'
  248.     Columns = 2
  249.     ItemIndex = 0
  250.     Items.Strings = (
  251.       'Info (click)'
  252.       'Draw')
  253.     TabOrder = 11
  254.   end
  255.   object Edit1: TEdit
  256.     Left = 72
  257.     Top = 333
  258.     Width = 109
  259.     Height = 21
  260.     Hint = 'Char @ is replaced by value'
  261.     ParentShowHint = False
  262.     ShowHint = True
  263.     TabOrder = 12
  264.     Text = 'Value:@'
  265.   end
  266.   object ESizeMn: TEdit
  267.     Left = 90
  268.     Top = 216
  269.     Width = 25
  270.     Height = 21
  271.     TabOrder = 13
  272.     Text = '5'
  273.   end
  274.   object RGSel: TRadioGroup
  275.     Left = 4
  276.     Top = 389
  277.     Width = 181
  278.     Height = 35
  279.     Caption = 'Record'
  280.     Columns = 2
  281.     ItemIndex = 0
  282.     Items.Strings = (
  283.       'All records'
  284.       'Select...')
  285.     TabOrder = 14
  286.     OnClick = RGSelClick
  287.     OnEnter = RGSelEnter
  288.   end
  289.   object RGColor: TRadioGroup
  290.     Left = 4
  291.     Top = 127
  292.     Width = 181
  293.     Height = 35
  294.     Caption = 'Color'
  295.     Columns = 2
  296.     ItemIndex = 0
  297.     Items.Strings = (
  298.       'Fill'
  299.       'Outline')
  300.     TabOrder = 15
  301.   end
  302.   object CD: TFontDialog
  303.     Font.Color = clBlack
  304.     Font.Height = -11
  305.     Font.Name = 'Arial'
  306.     Font.Style = []
  307.     MinFontSize = 0
  308.     MaxFontSize = 0
  309.     Left = 148
  310.     Top = 284
  311.   end
  312. end
  313.