1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
object CityTypeDlg: TCityTypeDlg
Left = 194
Top = 38
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 395
ClientWidth = 452
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnMouseDown = PaintBox1MouseDown
OnMouseUp = PaintBox1MouseUp
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
Scaled = False
object CloseBtn: TButtonB
Left = 414
Top = 6
Width = 25
Height = 25
Down = False
Permanent = False
OnClick = CloseBtnClick
ButtonIndex = 0
end
object DeleteBtn: TButtonB
Left = 410
Top = 172
Width = 25
Height = 25
Down = False
Permanent = False
OnClick = DeleteBtnClick
ButtonIndex = 21
end
end
|