home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / system / processmeter / procmeter.exe / processmeter.exe / 0 / RCDATA / TPENDIALOG / TPENDIALOG.txt
Text File  |  2008-03-26  |  2KB  |  127 lines

  1. object PenDialog: TPenDialog
  2.   Left = 437
  3.   Top = 286
  4.   Width = 277
  5.   Height = 131
  6.   ActiveControl = CBVisible
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Border Editor'
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LWidth: TLabel
  19.     Left = 176
  20.     Top = 38
  21.     Width = 31
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     Caption = '&Width:'
  25.     FocusControl = SEWidth
  26.   end
  27.   object Label1: TLabel
  28.     Left = 99
  29.     Top = 9
  30.     Width = 26
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = '&Style:'
  34.     FocusControl = CBStyle
  35.   end
  36.   object CBVisible: TCheckBox
  37.     Left = 6
  38.     Top = 8
  39.     Width = 69
  40.     Height = 17
  41.     HelpContext = 680
  42.     Caption = '&Visible'
  43.     TabOrder = 0
  44.     OnClick = CBVisibleClick
  45.   end
  46.   object SEWidth: TEdit
  47.     Left = 214
  48.     Top = 34
  49.     Width = 33
  50.     Height = 21
  51.     HelpContext = 1457
  52.     TabOrder = 3
  53.     Text = '1'
  54.     OnChange = SEWidthChange
  55.   end
  56.   object BOk: TButton
  57.     Left = 104
  58.     Top = 72
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 5
  65.   end
  66.   object BCancel: TButton
  67.     Left = 188
  68.     Top = 72
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 6
  75.     OnClick = BCancelClick
  76.   end
  77.   object UDWidth: TUpDown
  78.     Left = 247
  79.     Top = 34
  80.     Width = 15
  81.     Height = 21
  82.     HelpContext = 1457
  83.     Associate = SEWidth
  84.     Min = 1
  85.     Position = 1
  86.     TabOrder = 4
  87.   end
  88.   object CBStyle: TComboFlat
  89.     Left = 128
  90.     Top = 6
  91.     Width = 135
  92.     Height = 22
  93.     HelpContext = 1457
  94.     Style = csOwnerDrawFixed
  95.     ItemHeight = 16
  96.     TabOrder = 1
  97.     OnChange = CBStyleChange
  98.     OnDrawItem = CBStyleDrawItem
  99.     Items.Strings = (
  100.       'Solid'
  101.       'Dash'
  102.       'Dot'
  103.       'Dash Dot'
  104.       'Dash Dot Dot')
  105.   end
  106.   object BColor: TButtonColor
  107.     Left = 6
  108.     Top = 34
  109.     HelpContext = 1457
  110.     Caption = '&Color...'
  111.     TabOrder = 2
  112.     OnClick = BColorClick
  113.   end
  114.   object CBEndStyle: TComboFlat
  115.     Left = 6
  116.     Top = 73
  117.     Width = 68
  118.     HelpContext = 1828
  119.     TabOrder = 7
  120.     OnChange = CBEndStyleChange
  121.     Items.Strings = (
  122.       'Round'
  123.       'Square'
  124.       'Flat')
  125.   end
  126. end
  127.