home *** CD-ROM | disk | FTP | other *** search
- object FormTextProps: TFormTextProps
- Left = 244
- Top = 182
- HelpContext = 8
- BorderStyle = bsDialog
- Caption = 'Label Properties'
- ClientHeight = 218
- ClientWidth = 388
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LbPos: TLabel
- Left = 8
- Top = 15
- Width = 37
- Height = 13
- Caption = 'Position'
- end
- object Label1: TLabel
- Left = 56
- Top = 15
- Width = 8
- Height = 13
- Caption = 'x:'
- end
- object Label2: TLabel
- Left = 112
- Top = 15
- Width = 8
- Height = 13
- Caption = 'y:'
- end
- object LbAlign: TLabel
- Left = 8
- Top = 46
- Width = 49
- Height = 13
- Caption = 'Alignment:'
- end
- object LbText: TLabel
- Left = 8
- Top = 72
- Width = 24
- Height = 13
- Caption = 'Text:'
- end
- object LbLocal: TLabel
- Left = 164
- Top = 16
- Width = 6
- Height = 13
- Caption = 'L'
- end
- object EdPosX: TEdit
- Left = 64
- Top = 12
- Width = 39
- Height = 21
- TabOrder = 0
- end
- object EdPosY: TEdit
- Left = 120
- Top = 12
- Width = 39
- Height = 21
- TabOrder = 1
- end
- object BtnFont: TButton
- Left = 168
- Top = 40
- Width = 65
- Height = 25
- Caption = 'Font...'
- TabOrder = 3
- OnClick = BtnFontClick
- end
- object CbAlign: TComboBox
- Left = 72
- Top = 42
- Width = 89
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = CbAlignChange
- end
- object GroupBoxColors: TGroupBox
- Left = 240
- Top = 4
- Width = 145
- Height = 66
- Caption = 'Colors'
- TabOrder = 4
- object ImgFill: TImage
- Left = 98
- Top = 40
- Width = 41
- Height = 17
- OnClick = ImgTextColorClick
- end
- object ImgTextColor: TImage
- Left = 98
- Top = 16
- Width = 41
- Height = 17
- OnClick = ImgTextColorClick
- end
- object ChkFill: TCheckBox
- Left = 8
- Top = 40
- Width = 89
- Height = 17
- Caption = 'Background:'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object ChkTextColor: TCheckBox
- Left = 8
- Top = 16
- Width = 63
- Height = 17
- Caption = 'Text:'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
- object MmText: TMemo
- Left = 8
- Top = 88
- Width = 377
- Height = 97
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 5
- WordWrap = False
- end
- object BtnOK: TButton
- Left = 112
- Top = 188
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- end
- object BtnCancel: TButton
- Left = 200
- Top = 188
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 104
- Top = 96
- end
- object FontDialog1: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Options = [fdTrueTypeOnly, fdEffects, fdForceFontExist, fdScalableOnly]
- Left = 72
- Top = 96
- end
- end
-