home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TGRAPHICSHAPEPROPFORM / TGRAPHICSHAPEPROPFORM.txt
Encoding:
Text File  |  2002-12-06  |  4.4 KB  |  187 lines

  1. inherited GraphicShapePropForm: TGraphicShapePropForm
  2.   Left = 626
  3.   Top = 421
  4.   OnCreate = FormCreate
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited OKBtn: TButton
  8.     HelpContext = 40418
  9.   end
  10.   inherited CancelBtn: TButton
  11.     HelpContext = 40420
  12.   end
  13.   inherited PageControl1: TPageControl
  14.     ActivePage = LineTabSheet
  15.     inherited GeneralTabSheet: TTabSheet
  16.       inherited PositionGroupBox: TGroupBox
  17.         inherited UpDown1: TUpDown
  18.           HelpContext = 40500
  19.         end
  20.         inherited UpDown2: TUpDown
  21.           HelpContext = 40510
  22.         end
  23.       end
  24.       inherited SizeGroupBox: TGroupBox
  25.         inherited UpDown3: TUpDown
  26.           HelpContext = 40520
  27.         end
  28.         inherited UpDown4: TUpDown
  29.           HelpContext = 40530
  30.         end
  31.       end
  32.     end
  33.     object LineTabSheet: TTabSheet
  34.       HelpContext = 40400
  35.       Caption = 'Format'
  36.       object Panel1: TPanel
  37.         Left = 240
  38.         Top = 120
  39.         Width = 89
  40.         Height = 73
  41.         HelpContext = 40408
  42.         BevelOuter = bvNone
  43.         BorderStyle = bsSingle
  44.         Color = clAppWorkSpace
  45.         TabOrder = 0
  46.         object PreviewShape: TShape
  47.           Left = 4
  48.           Top = 4
  49.           Width = 77
  50.           Height = 61
  51.         end
  52.       end
  53.       object GroupBox1: TGroupBox
  54.         Left = 8
  55.         Top = 8
  56.         Width = 225
  57.         Height = 94
  58.         Caption = 'Line'
  59.         TabOrder = 1
  60.         object Label6: TLabel
  61.           Left = 8
  62.           Top = 18
  63.           Width = 27
  64.           Height = 13
  65.           Caption = '&Type:'
  66.         end
  67.         object Label7: TLabel
  68.           Left = 8
  69.           Top = 42
  70.           Width = 52
  71.           Height = 13
  72.           Caption = 'Thickness:'
  73.         end
  74.         object Label5: TLabel
  75.           Left = 8
  76.           Top = 64
  77.           Width = 27
  78.           Height = 13
  79.           Caption = 'Color:'
  80.         end
  81.         object LineTypeComboBox: TNFComboBox
  82.           Left = 72
  83.           Top = 14
  84.           Width = 145
  85.           Height = 22
  86.           HelpContext = 40430
  87.           Style = csOwnerDrawFixed
  88.           ItemHeight = 16
  89.           Items.Strings = (
  90.             'psSolid'
  91.             'psDash'
  92.             'psDot'
  93.             'psDashDot'
  94.             'psDashDotDot')
  95.           TabOrder = 0
  96.           OnChange = LineTypeComboBoxChange
  97.           OnDrawItem = ComboBox2DrawItem
  98.         end
  99.         object LineWidthFloatEdit: TFloatEdit
  100.           Left = 72
  101.           Top = 38
  102.           Width = 81
  103.           Height = 21
  104.           HelpContext = 40440
  105.           Alignment = taLeftJustify
  106.           DisplayFormat = '0, Point(s);(0, Point(s))'
  107.           TabOrder = 1
  108.           OnChange = LineWidthFloatEditChange
  109.           OnEnter = LineWidthFloatEditChange
  110.           OnExit = LineWidthFloatEditChange
  111.         end
  112.         object PenColorPanel: TPanel
  113.           Left = 72
  114.           Top = 62
  115.           Width = 33
  116.           Height = 22
  117.           HelpContext = 40450
  118.           BevelOuter = bvNone
  119.           BorderStyle = bsSingle
  120.           TabOrder = 2
  121.         end
  122.         object ChangePenColorBtn: TButton
  123.           Left = 128
  124.           Top = 62
  125.           Width = 89
  126.           Height = 23
  127.           HelpContext = 40460
  128.           Caption = '&Change...'
  129.           TabOrder = 3
  130.           OnClick = ChangePenColorBtnClick
  131.         end
  132.       end
  133.       object GroupBox2: TGroupBox
  134.         Left = 8
  135.         Top = 104
  136.         Width = 225
  137.         Height = 89
  138.         Caption = 'Filling'
  139.         TabOrder = 2
  140.         object Label8: TLabel
  141.           Left = 9
  142.           Top = 38
  143.           Width = 27
  144.           Height = 13
  145.           Caption = 'Color:'
  146.         end
  147.         object BrushColorPanel: TPanel
  148.           Left = 57
  149.           Top = 36
  150.           Width = 33
  151.           Height = 22
  152.           HelpContext = 40470
  153.           BevelOuter = bvNone
  154.           BorderStyle = bsSingle
  155.           TabOrder = 1
  156.         end
  157.         object ChangeBrushColorBtn: TButton
  158.           Left = 113
  159.           Top = 35
  160.           Width = 89
  161.           Height = 23
  162.           HelpContext = 40480
  163.           Caption = 'C&hange...'
  164.           TabOrder = 2
  165.           OnClick = ChangeBrushColorBtnClick
  166.         end
  167.         object TranspCheckBox: TCheckBox
  168.           Left = 8
  169.           Top = 16
  170.           Width = 97
  171.           Height = 17
  172.           HelpContext = 40490
  173.           Caption = 'Transparent'
  174.           TabOrder = 0
  175.           OnClick = TranspCheckBoxClick
  176.         end
  177.       end
  178.     end
  179.   end
  180.   object ColorDialog: TColorDialog
  181.     Ctl3D = True
  182.     Options = [cdAnyColor]
  183.     Left = 24
  184.     Top = 232
  185.   end
  186. end
  187.