|
Last change
on this file was 684, checked in by chronos, 7 months ago |
- Modified: Improved forms painting if resized to bigger dimensions.
|
|
File size:
974 bytes
|
| Line | |
|---|
| 1 | object CityTypeDlg: TCityTypeDlg
|
|---|
| 2 | Left = 194
|
|---|
| 3 | Width = 452
|
|---|
| 4 | Top = 38
|
|---|
| 5 | Height = 395
|
|---|
| 6 | BorderIcons = []
|
|---|
| 7 | BorderStyle = bsNone
|
|---|
| 8 | ClientHeight = 395
|
|---|
| 9 | ClientWidth = 452
|
|---|
| 10 | Color = clBtnFace
|
|---|
| 11 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 12 | Font.Color = clWindowText
|
|---|
| 13 | Font.Height = -13
|
|---|
| 14 | Font.Name = 'MS Sans Serif'
|
|---|
| 15 | Font.Style = []
|
|---|
| 16 | FormStyle = fsStayOnTop
|
|---|
| 17 | OldCreateOrder = False
|
|---|
| 18 | OnClose = FormClose
|
|---|
| 19 | OnCreate = FormCreate
|
|---|
| 20 | OnMouseDown = PaintBox1MouseDown
|
|---|
| 21 | OnMouseUp = PaintBox1MouseUp
|
|---|
| 22 | OnPaint = FormPaint
|
|---|
| 23 | OnShow = FormShow
|
|---|
| 24 | PixelsPerInch = 96
|
|---|
| 25 | Scaled = False
|
|---|
| 26 | object CloseBtn: TButtonB
|
|---|
| 27 | Left = 414
|
|---|
| 28 | Top = 6
|
|---|
| 29 | Width = 25
|
|---|
| 30 | Height = 25
|
|---|
| 31 | Down = False
|
|---|
| 32 | Permanent = False
|
|---|
| 33 | OnClick = CloseBtnClick
|
|---|
| 34 | ButtonIndex = 0
|
|---|
| 35 | end
|
|---|
| 36 | object DeleteBtn: TButtonB
|
|---|
| 37 | Left = 410
|
|---|
| 38 | Top = 172
|
|---|
| 39 | Width = 25
|
|---|
| 40 | Height = 25
|
|---|
| 41 | Down = False
|
|---|
| 42 | Permanent = False
|
|---|
| 43 | OnClick = DeleteBtnClick
|
|---|
| 44 | ButtonIndex = 21
|
|---|
| 45 | end
|
|---|
| 46 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.