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 / TGRAPHICTEXTPROPFORM / TGRAPHICTEXTPROPFORM.txt
Encoding:
Text File  |  2002-12-06  |  2.6 KB  |  121 lines

  1. inherited GraphicTextPropForm: TGraphicTextPropForm
  2.   Left = 603
  3.   Top = 417
  4.   Caption = 'Properties of text'
  5.   OnCreate = FormCreate
  6.   OnDestroy = FormDestroy
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited OKBtn: TButton
  10.     HelpContext = 40214
  11.   end
  12.   inherited CancelBtn: TButton
  13.     HelpContext = 40220
  14.   end
  15.   inherited PageControl1: TPageControl
  16.     ActivePage = TabSheet1
  17.     inherited GeneralTabSheet: TTabSheet
  18.       inherited PositionGroupBox: TGroupBox
  19.         inherited UpDown1: TUpDown
  20.           HelpContext = 40270
  21.         end
  22.         inherited UpDown2: TUpDown
  23.           HelpContext = 40280
  24.         end
  25.       end
  26.       inherited SizeGroupBox: TGroupBox
  27.         inherited UpDown3: TUpDown
  28.           HelpContext = 40290
  29.         end
  30.         inherited UpDown4: TUpDown
  31.           HelpContext = 40300
  32.         end
  33.       end
  34.     end
  35.     object TabSheet1: TTabSheet
  36.       HelpContext = 40200
  37.       Caption = 'Text'
  38.       object Label5: TLabel
  39.         Left = 8
  40.         Top = 168
  41.         Width = 30
  42.         Height = 13
  43.         Caption = 'Angle:'
  44.         Visible = False
  45.       end
  46.       object Label6: TLabel
  47.         Left = 8
  48.         Top = 17
  49.         Width = 24
  50.         Height = 13
  51.         Caption = 'Text:'
  52.       end
  53.       object TextEdit: TEdit
  54.         Left = 8
  55.         Top = 33
  56.         Width = 225
  57.         Height = 21
  58.         HelpContext = 40230
  59.         TabOrder = 0
  60.         OnChange = TextEditChange
  61.       end
  62.       object FontBtn: TButton
  63.         Left = 240
  64.         Top = 32
  65.         Width = 81
  66.         Height = 23
  67.         HelpContext = 40240
  68.         Caption = '&Font...'
  69.         TabOrder = 1
  70.         OnClick = FontBtnClick
  71.       end
  72.       object cbAngle: TComboBox
  73.         Left = 52
  74.         Top = 165
  75.         Width = 125
  76.         Height = 21
  77.         HelpContext = 40250
  78.         Style = csDropDownList
  79.         Enabled = False
  80.         ItemHeight = 13
  81.         Items.Strings = (
  82.           '0 deg'
  83.           '90 deg'
  84.           '180 deg'
  85.           '270 deg')
  86.         ParentColor = True
  87.         TabOrder = 2
  88.         Visible = False
  89.       end
  90.       object GroupBox1: TGroupBox
  91.         Left = 8
  92.         Top = 64
  93.         Width = 225
  94.         Height = 89
  95.         HelpContext = 40260
  96.         Caption = 'Preview'
  97.         TabOrder = 3
  98.         object PreviewPaintBox: TPaintBox
  99.           Left = 2
  100.           Top = 15
  101.           Width = 221
  102.           Height = 72
  103.           Align = alClient
  104.           OnPaint = PreviewPaintBoxPaint
  105.         end
  106.       end
  107.     end
  108.   end
  109.   object TextFontDialog: TFontDialog
  110.     Font.Charset = DEFAULT_CHARSET
  111.     Font.Color = clWindowText
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = []
  115.     MinFontSize = 0
  116.     MaxFontSize = 0
  117.     Left = 12
  118.     Top = 232
  119.   end
  120. end
  121.