home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / aplic / ipos / _setup.1 / Knjigovodstvo.exe / 0 / RCDATA / TPENDIALOG / TPENDIALOG.txt
Text File  |  1998-04-04  |  2KB  |  109 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 = 176
  9.   ClientWidth = 213
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LWidth: TLabel
  20.     Left = 89
  21.     Top = 9
  22.     Width = 66
  23.     Height = 13
  24.     Alignment = taRightJustify
  25.     AutoSize = False
  26.     Caption = '&Width:'
  27.     FocusControl = SEWidth
  28.   end
  29.   object CBVisible: TCheckBox
  30.     Left = 9
  31.     Top = 8
  32.     Width = 64
  33.     Height = 17
  34.     Caption = '&Visible'
  35.     TabOrder = 0
  36.     OnClick = CBVisibleClick
  37.   end
  38.   object SEWidth: TSpinEdit
  39.     Left = 159
  40.     Top = 4
  41.     Width = 44
  42.     Height = 22
  43.     MaxValue = 100
  44.     MinValue = 1
  45.     TabOrder = 1
  46.     Value = 1
  47.     OnChange = SEWidthChange
  48.   end
  49.   object RGStyle: TRadioGroup
  50.     Left = 5
  51.     Top = 32
  52.     Width = 100
  53.     Height = 137
  54.     Caption = '&Style:'
  55.     Items.Strings = (
  56.       'Solid'
  57.       'Dash'
  58.       'Dot'
  59.       'DashDot'
  60.       'DashDotDot')
  61.     TabOrder = 2
  62.     OnClick = RGStyleClick
  63.   end
  64.   object Button1: TButton
  65.     Left = 122
  66.     Top = 112
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'OK'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 3
  73.   end
  74.   object GroupBox1: TGroupBox
  75.     Left = 112
  76.     Top = 32
  77.     Width = 94
  78.     Height = 73
  79.     TabOrder = 4
  80.     object SHColor: TShape
  81.       Left = 31
  82.       Top = 45
  83.       Width = 28
  84.       Height = 22
  85.       OnMouseUp = SHColorMouseUp
  86.     end
  87.     object BColor: TButton
  88.       Left = 9
  89.       Top = 13
  90.       Width = 75
  91.       Height = 25
  92.       Caption = '&Color...'
  93.       TabOrder = 0
  94.       OnClick = BColorClick
  95.     end
  96.   end
  97.   object Button3: TButton
  98.     Left = 122
  99.     Top = 143
  100.     Width = 75
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = 'Cancel'
  104.     ModalResult = 2
  105.     TabOrder = 5
  106.     OnClick = Button3Click
  107.   end
  108. end
  109.