home *** CD-ROM | disk | FTP | other *** search
- inherited GraphicTextPropForm: TGraphicTextPropForm
- Left = 603
- Top = 417
- Caption = 'Properties of text'
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- inherited OKBtn: TButton
- HelpContext = 40214
- end
- inherited CancelBtn: TButton
- HelpContext = 40220
- end
- inherited PageControl1: TPageControl
- ActivePage = TabSheet1
- inherited GeneralTabSheet: TTabSheet
- inherited PositionGroupBox: TGroupBox
- inherited UpDown1: TUpDown
- HelpContext = 40270
- end
- inherited UpDown2: TUpDown
- HelpContext = 40280
- end
- end
- inherited SizeGroupBox: TGroupBox
- inherited UpDown3: TUpDown
- HelpContext = 40290
- end
- inherited UpDown4: TUpDown
- HelpContext = 40300
- end
- end
- end
- object TabSheet1: TTabSheet
- HelpContext = 40200
- Caption = 'Text'
- object Label5: TLabel
- Left = 8
- Top = 168
- Width = 30
- Height = 13
- Caption = 'Angle:'
- Visible = False
- end
- object Label6: TLabel
- Left = 8
- Top = 17
- Width = 24
- Height = 13
- Caption = 'Text:'
- end
- object TextEdit: TEdit
- Left = 8
- Top = 33
- Width = 225
- Height = 21
- HelpContext = 40230
- TabOrder = 0
- OnChange = TextEditChange
- end
- object FontBtn: TButton
- Left = 240
- Top = 32
- Width = 81
- Height = 23
- HelpContext = 40240
- Caption = '&Font...'
- TabOrder = 1
- OnClick = FontBtnClick
- end
- object cbAngle: TComboBox
- Left = 52
- Top = 165
- Width = 125
- Height = 21
- HelpContext = 40250
- Style = csDropDownList
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- '0 deg'
- '90 deg'
- '180 deg'
- '270 deg')
- ParentColor = True
- TabOrder = 2
- Visible = False
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 64
- Width = 225
- Height = 89
- HelpContext = 40260
- Caption = 'Preview'
- TabOrder = 3
- object PreviewPaintBox: TPaintBox
- Left = 2
- Top = 15
- Width = 221
- Height = 72
- Align = alClient
- OnPaint = PreviewPaintBoxPaint
- end
- end
- end
- end
- object TextFontDialog: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 12
- Top = 232
- end
- end
-