home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / arrowedi.dfm / arrowedi.txt
Text File  |  1999-08-11  |  2KB  |  127 lines

  1. object ArrowSeriesEditor: TArrowSeriesEditor
  2.   Left = 251
  3.   Top = 308
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 105
  6.   ClientWidth = 239
  7.   ParentFont = True
  8.   OnCreate = FormCreate
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label1: TLabel
  13.     Left = 152
  14.     Top = 48
  15.     Width = 31
  16.     Height = 13
  17.     Alignment = taRightJustify
  18.     Caption = '&Width:'
  19.     FocusControl = SEArrowWidth
  20.   end
  21.   object Label2: TLabel
  22.     Left = 148
  23.     Top = 76
  24.     Width = 34
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = '&Height:'
  28.     FocusControl = SEArrowHeight
  29.   end
  30.   object BPen: TBitBtn
  31.     Left = 4
  32.     Top = 4
  33.     Width = 75
  34.     Height = 25
  35.     HelpContext = 275
  36.     Caption = '&Border...'
  37.     TabOrder = 0
  38.     OnClick = BPenClick
  39.   end
  40.   object BBrush: TBitBtn
  41.     Left = 152
  42.     Top = 4
  43.     Width = 81
  44.     Height = 25
  45.     HelpContext = 274
  46.     Caption = '&Pattern...'
  47.     TabOrder = 1
  48.     OnClick = BBrushClick
  49.   end
  50.   object SEArrowWidth: TEdit
  51.     Left = 188
  52.     Top = 44
  53.     Width = 30
  54.     Height = 21
  55.     HelpContext = 57
  56.     TabOrder = 2
  57.     Text = '1'
  58.     OnChange = SEArrowWidthChange
  59.   end
  60.   object SEArrowHeight: TEdit
  61.     Left = 188
  62.     Top = 72
  63.     Width = 30
  64.     Height = 21
  65.     HelpContext = 55
  66.     TabOrder = 3
  67.     Text = '1'
  68.     OnChange = SEArrowHeightChange
  69.   end
  70.   object GroupBox1: TGroupBox
  71.     Left = 4
  72.     Top = 36
  73.     Width = 129
  74.     Height = 65
  75.     TabOrder = 4
  76.     object SHArrowColor: TShape
  77.       Left = 89
  78.       Top = 32
  79.       Width = 32
  80.       Height = 25
  81.       OnMouseUp = SHArrowColorMouseUp
  82.     end
  83.     object CBColorEach: TCheckBox
  84.       Left = 8
  85.       Top = 12
  86.       Width = 105
  87.       Height = 17
  88.       HelpContext = 164
  89.       Caption = 'Color &Each Arrow'
  90.       TabOrder = 0
  91.       OnClick = CBColorEachClick
  92.     end
  93.     object BArrowColor: TBitBtn
  94.       Left = 8
  95.       Top = 32
  96.       Width = 75
  97.       Height = 25
  98.       HelpContext = 421
  99.       Caption = '&Color...'
  100.       TabOrder = 1
  101.       OnClick = BArrowColorClick
  102.     end
  103.   end
  104.   object UDArrowWidth: TUpDown
  105.     Left = 218
  106.     Top = 44
  107.     Width = 15
  108.     Height = 21
  109.     Associate = SEArrowWidth
  110.     Min = 1
  111.     Position = 1
  112.     TabOrder = 5
  113.     Wrap = False
  114.   end
  115.   object UDArrowHeight: TUpDown
  116.     Left = 218
  117.     Top = 72
  118.     Width = 15
  119.     Height = 21
  120.     Associate = SEArrowHeight
  121.     Min = 1
  122.     Position = 1
  123.     TabOrder = 6
  124.     Wrap = False
  125.   end
  126. end
  127.