RtTool/Delphi7/开发档案/马国钢开发代码/ThreeFun/Form/U_GetAddRess.dfm

48 lines
831 B
Plaintext
Raw Normal View History

2024-12-23 17:08:59 +08:00
object Form1: TForm1
2025-01-08 11:55:07 +08:00
Left = 200
Top = 128
2024-12-23 17:08:59 +08:00
Width = 520
Height = 376
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
2025-01-08 11:55:07 +08:00
Font.Height = -14
2024-12-23 17:08:59 +08:00
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
2025-01-08 11:55:07 +08:00
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
2024-12-23 17:08:59 +08:00
object Label1: TLabel
2025-01-08 11:55:07 +08:00
Left = 158
Top = 118
Width = 41
Height = 16
2024-12-23 17:08:59 +08:00
Caption = 'Label1'
end
object Label2: TLabel
2025-01-08 11:55:07 +08:00
Left = 256
Top = 128
Width = 41
Height = 16
2024-12-23 17:08:59 +08:00
Caption = 'Label2'
end
object Button1: TButton
2025-01-08 11:55:07 +08:00
Left = 138
Top = 59
Width = 92
Height = 31
2024-12-23 17:08:59 +08:00
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
2025-01-08 11:55:07 +08:00
Left = 246
Top = 59
Width = 149
2024-12-23 17:08:59 +08:00
Height = 21
TabOrder = 1
end
end