home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI2 / LIB / PENDLG.DFM / PENDLG.txt
Encoding:
Text File  |  1998-10-24  |  2.2 KB  |  122 lines

  1. object PenDialog: TPenDialog
  2.   Left = 247
  3.   Top = 149
  4.   ActiveControl = CBVisible
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Border Color Editor'
  8.   ClientHeight = 191
  9.   ClientWidth = 213
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   TextHeight = 13
  20.   object LWidth: TLabel
  21.     Left = 87
  22.     Top = 9
  23.     Width = 66
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     AutoSize = False
  27.     Caption = '&Width:'
  28.     FocusControl = SEWidth
  29.   end
  30.   object CBVisible: TCheckBox
  31.     Left = 14
  32.     Top = 8
  33.     Width = 64
  34.     Height = 17
  35.     HelpContext = 680
  36.     Caption = '&Visible'
  37.     TabOrder = 0
  38.     OnClick = CBVisibleClick
  39.   end
  40.   object SEWidth: TEdit
  41.     Left = 157
  42.     Top = 5
  43.     Width = 33
  44.     Height = 21
  45.     HelpContext = 690
  46.     TabOrder = 1
  47.     Text = '1'
  48.     OnChange = SEWidthChange
  49.   end
  50.   object RGStyle: TRadioGroup
  51.     Left = 5
  52.     Top = 32
  53.     Width = 100
  54.     Height = 153
  55.     HelpContext = 445
  56.     Caption = '&Style:'
  57.     Items.Strings = (
  58.       'Solid'
  59.       'Dash'
  60.       'Dot'
  61.       'Dash Dot'
  62.       'Dash Dot Dot')
  63.     TabOrder = 2
  64.     OnClick = RGStyleClick
  65.   end
  66.   object Button1: TButton
  67.     Left = 122
  68.     Top = 128
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 3
  75.   end
  76.   object GroupBox1: TGroupBox
  77.     Left = 112
  78.     Top = 32
  79.     Width = 94
  80.     Height = 73
  81.     TabOrder = 4
  82.     object SHColor: TShape
  83.       Left = 33
  84.       Top = 45
  85.       Width = 26
  86.       Height = 22
  87.       OnMouseUp = SHColorMouseUp
  88.     end
  89.     object BColor: TButton
  90.       Left = 9
  91.       Top = 13
  92.       Width = 75
  93.       Height = 25
  94.       HelpContext = 161
  95.       Caption = '&Color...'
  96.       TabOrder = 0
  97.       OnClick = BColorClick
  98.     end
  99.   end
  100.   object Button3: TButton
  101.     Left = 122
  102.     Top = 159
  103.     Width = 75
  104.     Height = 25
  105.     Cancel = True
  106.     Caption = 'Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 5
  109.     OnClick = Button3Click
  110.   end
  111.   object UDWidth: TUpDown
  112.     Left = 190
  113.     Top = 5
  114.     Width = 15
  115.     Height = 21
  116.     TabOrder = 6
  117.     Associate = SEWidth
  118.     Min = 1
  119.     Position = 1
  120.   end
  121. end
  122.