home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kompon / d3456 / GPJTLINE.ZIP / demo / Unit1.dfm / Unit1.txt
Encoding:
Text File  |  2002-04-04  |  7.1 KB  |  343 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'TLine demo'
  6.   ClientHeight = 386
  7.   ClientWidth = 382
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Line1: TLine
  18.     Left = 12
  19.     Top = 176
  20.     Width = 357
  21.     Height = 25
  22.     LineColor = clBlue
  23.     ArrowColor = clBlue
  24.     LineWidth = 1
  25.     Arrow1 = True
  26.     Arrow2 = True
  27.     ArrowFactor = 6
  28.   end
  29.   object Line3: TLine
  30.     Left = 12
  31.     Top = 24
  32.     Width = 77
  33.     Height = 1
  34.     LineColor = clBlack
  35.     ArrowColor = clBlack
  36.     LineWidth = 1
  37.   end
  38.   object Shape1: TShape
  39.     Left = 136
  40.     Top = 84
  41.     Width = 109
  42.     Height = 81
  43.     Brush.Color = 15856113
  44.     Shape = stRoundRect
  45.   end
  46.   object Label2: TLabel
  47.     Left = 144
  48.     Top = 88
  49.     Width = 46
  50.     Height = 14
  51.     Caption = 'Benefits'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'Arial'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object Line4: TLine
  61.     Left = 208
  62.     Top = 56
  63.     Width = 49
  64.     Height = 29
  65.     Direction = drTopRightBottomLeft
  66.     LineColor = clBlack
  67.     ArrowColor = 15856113
  68.     LineWidth = 1
  69.     Arrow1 = True
  70.     ArrowFactor = 6
  71.   end
  72.   object Label3: TLabel
  73.     Left = 264
  74.     Top = 48
  75.     Width = 92
  76.     Height = 28
  77.     Caption = '2 direction arrows capabilities lines.'
  78.     WordWrap = True
  79.   end
  80.   object Label4: TLabel
  81.     Left = 12
  82.     Top = 8
  83.     Width = 76
  84.     Height = 14
  85.     Caption = 'Sample diagram'
  86.   end
  87.   object Line2: TLine
  88.     Left = 88
  89.     Top = 24
  90.     Width = 65
  91.     Height = 53
  92.     Hint = 'This is the Hint'
  93.     ParentShowHint = False
  94.     ShowHint = True
  95.     Direction = drTopLeftBottomRight
  96.     LineColor = clBlack
  97.     ArrowColor = clBlack
  98.     LineWidth = 1
  99.     Arrow2 = True
  100.     ArrowFactor = 4
  101.   end
  102.   object Label8: TLabel
  103.     Left = 144
  104.     Top = 104
  105.     Width = 93
  106.     Height = 49
  107.     AutoSize = False
  108.     Caption = 'To create graphic diagrams, Gantt arrows, ...'
  109.     Transparent = True
  110.     WordWrap = True
  111.   end
  112.   object Label9: TLabel
  113.     Left = 132
  114.     Top = 172
  115.     Width = 122
  116.     Height = 14
  117.     Caption = 'Sample configuration box'
  118.   end
  119.   object Label11: TLabel
  120.     Left = 12
  121.     Top = 364
  122.     Width = 358
  123.     Height = 14
  124.     Caption = 
  125.       'Developed by Gon Perez-Jimenez    gon.perez@terra.es    Canarys'#39 +
  126.       ' Spain'
  127.   end
  128.   object GroupBox1: TGroupBox
  129.     Left = 12
  130.     Top = 204
  131.     Width = 361
  132.     Height = 157
  133.     Caption = 'Simple configuration'
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clWindowText
  136.     Font.Height = -11
  137.     Font.Name = 'Arial'
  138.     Font.Style = [fsBold]
  139.     ParentFont = False
  140.     TabOrder = 0
  141.     object Label1: TLabel
  142.       Left = 184
  143.       Top = 12
  144.       Width = 45
  145.       Height = 14
  146.       Caption = 'Preview'
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clWindowText
  149.       Font.Height = -11
  150.       Font.Name = 'Arial'
  151.       Font.Style = [fsBold]
  152.       ParentFont = False
  153.     end
  154.     object probe: TLine
  155.       Left = 240
  156.       Top = 16
  157.       Width = 97
  158.       Height = 65
  159.       LineColor = clBlack
  160.       ArrowColor = 15856113
  161.       LineWidth = 1
  162.       ArrowFactor = 8
  163.     end
  164.     object Label5: TLabel
  165.       Left = 8
  166.       Top = 64
  167.       Width = 49
  168.       Height = 14
  169.       Caption = 'Direction'
  170.       Font.Charset = DEFAULT_CHARSET
  171.       Font.Color = clWindowText
  172.       Font.Height = -11
  173.       Font.Name = 'Arial'
  174.       Font.Style = [fsBold]
  175.       ParentFont = False
  176.     end
  177.     object Label6: TLabel
  178.       Left = 188
  179.       Top = 100
  180.       Width = 57
  181.       Height = 14
  182.       Caption = 'Line Color'
  183.     end
  184.     object Label7: TLabel
  185.       Left = 188
  186.       Top = 116
  187.       Width = 68
  188.       Height = 14
  189.       Caption = 'Arrow Color'
  190.     end
  191.     object Label10: TLabel
  192.       Left = 188
  193.       Top = 134
  194.       Width = 70
  195.       Height = 14
  196.       Caption = 'Arrow factor'
  197.     end
  198.     object CheckBox1: TCheckBox
  199.       Left = 8
  200.       Top = 16
  201.       Width = 97
  202.       Height = 17
  203.       Caption = 'Arrow 1 visible'
  204.       Font.Charset = DEFAULT_CHARSET
  205.       Font.Color = clWindowText
  206.       Font.Height = -11
  207.       Font.Name = 'Arial'
  208.       Font.Style = []
  209.       ParentFont = False
  210.       TabOrder = 0
  211.       OnClick = ConfigTLine
  212.     end
  213.     object CheckBox2: TCheckBox
  214.       Left = 8
  215.       Top = 34
  216.       Width = 97
  217.       Height = 17
  218.       Caption = 'Arrow 2 visible'
  219.       Font.Charset = DEFAULT_CHARSET
  220.       Font.Color = clWindowText
  221.       Font.Height = -11
  222.       Font.Name = 'Arial'
  223.       Font.Style = []
  224.       ParentFont = False
  225.       TabOrder = 1
  226.       OnClick = ConfigTLine
  227.     end
  228.     object RadioButton1: TRadioButton
  229.       Left = 8
  230.       Top = 80
  231.       Width = 113
  232.       Height = 17
  233.       Caption = 'Left to right'
  234.       Checked = True
  235.       Font.Charset = DEFAULT_CHARSET
  236.       Font.Color = clWindowText
  237.       Font.Height = -11
  238.       Font.Name = 'Arial'
  239.       Font.Style = []
  240.       ParentFont = False
  241.       TabOrder = 2
  242.       TabStop = True
  243.       OnClick = ConfigTLine
  244.     end
  245.     object RadioButton2: TRadioButton
  246.       Left = 8
  247.       Top = 97
  248.       Width = 113
  249.       Height = 17
  250.       Caption = 'Up to down'
  251.       Font.Charset = DEFAULT_CHARSET
  252.       Font.Color = clWindowText
  253.       Font.Height = -11
  254.       Font.Name = 'Arial'
  255.       Font.Style = []
  256.       ParentFont = False
  257.       TabOrder = 3
  258.       OnClick = ConfigTLine
  259.     end
  260.     object RadioButton4: TRadioButton
  261.       Left = 8
  262.       Top = 133
  263.       Width = 145
  264.       Height = 17
  265.       Caption = 'Top right to bottom left'
  266.       Font.Charset = DEFAULT_CHARSET
  267.       Font.Color = clWindowText
  268.       Font.Height = -11
  269.       Font.Name = 'Arial'
  270.       Font.Style = []
  271.       ParentFont = False
  272.       TabOrder = 4
  273.       OnClick = ConfigTLine
  274.     end
  275.     object RadioButton3: TRadioButton
  276.       Left = 8
  277.       Top = 115
  278.       Width = 149
  279.       Height = 17
  280.       Caption = 'Top left to bottom right'
  281.       Font.Charset = DEFAULT_CHARSET
  282.       Font.Color = clWindowText
  283.       Font.Height = -11
  284.       Font.Name = 'Arial'
  285.       Font.Style = []
  286.       ParentFont = False
  287.       TabOrder = 5
  288.       OnClick = ConfigTLine
  289.     end
  290.     object Panel1: TPanel
  291.       Left = 276
  292.       Top = 100
  293.       Width = 53
  294.       Height = 13
  295.       BevelOuter = bvNone
  296.       BorderStyle = bsSingle
  297.       Caption = ' '
  298.       Color = clBlack
  299.       Ctl3D = False
  300.       ParentCtl3D = False
  301.       TabOrder = 6
  302.       OnClick = Panel1Click
  303.     end
  304.     object Panel2: TPanel
  305.       Left = 276
  306.       Top = 116
  307.       Width = 53
  308.       Height = 13
  309.       BevelOuter = bvNone
  310.       BorderStyle = bsSingle
  311.       Caption = ' '
  312.       Color = 15856113
  313.       Ctl3D = False
  314.       ParentCtl3D = False
  315.       TabOrder = 7
  316.       OnClick = Panel2Click
  317.     end
  318.     object Edit1: TEdit
  319.       Left = 276
  320.       Top = 132
  321.       Width = 53
  322.       Height = 20
  323.       Ctl3D = False
  324.       Font.Charset = DEFAULT_CHARSET
  325.       Font.Color = clWindowText
  326.       Font.Height = -11
  327.       Font.Name = 'Arial'
  328.       Font.Style = []
  329.       ParentCtl3D = False
  330.       ParentFont = False
  331.       TabOrder = 8
  332.       Text = '8'
  333.       OnKeyPress = Edit1KeyPress
  334.       OnKeyUp = Edit1KeyUp
  335.     end
  336.   end
  337.   object ColorDialog1: TColorDialog
  338.     Ctl3D = True
  339.     Left = 152
  340.     Top = 256
  341.   end
  342. end
  343.