|
Last change
on this file was 456, checked in by chronos, 3 years ago |
- Modified: Removed U prefix from unit names.
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | object MessgExDlg: TMessgExDlg
|
|---|
| 2 | Left = 463
|
|---|
| 3 | Height = 134
|
|---|
| 4 | Top = 164
|
|---|
| 5 | Width = 418
|
|---|
| 6 | BorderIcons = []
|
|---|
| 7 | BorderStyle = bsNone
|
|---|
| 8 | Caption = 'Message'
|
|---|
| 9 | ClientHeight = 134
|
|---|
| 10 | ClientWidth = 418
|
|---|
| 11 | Color = clBtnFace
|
|---|
| 12 | DesignTimePPI = 144
|
|---|
| 13 | Font.Color = clWindowText
|
|---|
| 14 | Font.Height = -20
|
|---|
| 15 | Font.Name = 'MS Sans Serif'
|
|---|
| 16 | FormStyle = fsStayOnTop
|
|---|
| 17 | OnClose = FormClose
|
|---|
| 18 | OnCreate = FormCreate
|
|---|
| 19 | OnKeyPress = FormKeyPress
|
|---|
| 20 | OnPaint = FormPaint
|
|---|
| 21 | OnShow = FormShow
|
|---|
| 22 | LCLVersion = '2.2.2.0'
|
|---|
| 23 | Scaled = False
|
|---|
| 24 | object Button1: TButtonA
|
|---|
| 25 | Left = 43
|
|---|
| 26 | Height = 25
|
|---|
| 27 | Top = 104
|
|---|
| 28 | Width = 100
|
|---|
| 29 | Down = False
|
|---|
| 30 | Permanent = False
|
|---|
| 31 | OnClick = Button1Click
|
|---|
| 32 | end
|
|---|
| 33 | object Button2: TButtonA
|
|---|
| 34 | Left = 159
|
|---|
| 35 | Height = 25
|
|---|
| 36 | Top = 104
|
|---|
| 37 | Width = 100
|
|---|
| 38 | Down = False
|
|---|
| 39 | Permanent = False
|
|---|
| 40 | OnClick = Button2Click
|
|---|
| 41 | end
|
|---|
| 42 | object Button3: TButtonA
|
|---|
| 43 | Left = 275
|
|---|
| 44 | Height = 25
|
|---|
| 45 | Top = 104
|
|---|
| 46 | Width = 100
|
|---|
| 47 | Down = False
|
|---|
| 48 | Permanent = False
|
|---|
| 49 | OnClick = Button3Click
|
|---|
| 50 | end
|
|---|
| 51 | object RemoveBtn: TButtonB
|
|---|
| 52 | Left = 384
|
|---|
| 53 | Height = 25
|
|---|
| 54 | Top = 104
|
|---|
| 55 | Width = 25
|
|---|
| 56 | Down = False
|
|---|
| 57 | Permanent = False
|
|---|
| 58 | OnClick = RemoveBtnClick
|
|---|
| 59 | ButtonIndex = 0
|
|---|
| 60 | end
|
|---|
| 61 | object EInput: TEdit
|
|---|
| 62 | Left = 125
|
|---|
| 63 | Height = 27
|
|---|
| 64 | Top = 64
|
|---|
| 65 | Width = 168
|
|---|
| 66 | BorderStyle = bsNone
|
|---|
| 67 | Color = clBlack
|
|---|
| 68 | Font.Color = 4176863
|
|---|
| 69 | Font.Height = -15
|
|---|
| 70 | Font.Name = 'Times New Roman'
|
|---|
| 71 | Font.Style = [fsBold]
|
|---|
| 72 | ParentFont = False
|
|---|
| 73 | TabStop = False
|
|---|
| 74 | TabOrder = 0
|
|---|
| 75 | end
|
|---|
| 76 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.