home *** CD-ROM | disk | FTP | other *** search
- object MailForm: TMailForm
- Left = 299
- Top = 118
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'MailForm'
- ClientHeight = 245
- ClientWidth = 352
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- ShowHint = True
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object mTolabel: TLabel
- Left = 43
- Top = 43
- Width = 16
- Height = 13
- Caption = 'To:'
- end
- object mCCLabel: TLabel
- Left = 43
- Top = 78
- Width = 16
- Height = 13
- Caption = 'Cc:'
- end
- object mBccLabel: TLabel
- Left = 37
- Top = 113
- Width = 22
- Height = 13
- Caption = 'Bcc:'
- end
- object mSubjectLabel: TLabel
- Left = 20
- Top = 148
- Width = 39
- Height = 13
- Caption = 'Subject:'
- end
- object mFromLabel: TLabel
- Left = 32
- Top = 8
- Width = 26
- Height = 13
- Caption = 'From:'
- end
- object mFrom: TLabel
- Left = 72
- Top = 8
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object LPages: TLabel
- Left = 264
- Top = 184
- Width = 33
- Height = 13
- Caption = 'Pages:'
- end
- object mTo: TEdit
- Left = 72
- Top = 40
- Width = 273
- Height = 21
- TabOrder = 0
- Text = 'mTo'
- OnChange = mToChange
- end
- object mSubject: TEdit
- Left = 72
- Top = 144
- Width = 273
- Height = 21
- TabOrder = 3
- Text = 'mSubject'
- OnChange = mToChange
- end
- object mCC: TEdit
- Left = 72
- Top = 75
- Width = 273
- Height = 21
- TabOrder = 1
- Text = 'mCc'
- OnChange = mCCChange
- end
- object mBCC: TEdit
- Left = 72
- Top = 109
- Width = 273
- Height = 21
- TabOrder = 2
- Text = 'mBCC'
- OnChange = mBCCChange
- end
- object bOk: TButton
- Left = 176
- Top = 212
- Width = 75
- Height = 25
- Caption = 'Ok'
- TabOrder = 4
- OnClick = bOkClick
- end
- object bCancel: TButton
- Left = 272
- Top = 212
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object bChange: TButton
- Left = 8
- Top = 212
- Width = 75
- Height = 25
- Caption = 'Change'
- TabOrder = 6
- OnClick = bChangeClick
- end
- object mCoverSheet: TCheckBox
- Left = 8
- Top = 184
- Width = 241
- Height = 17
- Caption = 'Include Cover Sheet'
- Checked = True
- State = cbChecked
- TabOrder = 7
- OnClick = mCoverSheetClick
- end
- end
-