| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- object AppCentreTestCase: TAppCentreTestCase
- Left = 0
- Top = 0
- Caption = 'AppCentreTestCase'
- ClientHeight = 302
- ClientWidth = 475
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object lbl1: TLabel
- Left = 105
- Top = 199
- Width = 36
- Height = 13
- Caption = #36134#21495#65306
- end
- object Label1: TLabel
- Left = 105
- Top = 230
- Width = 36
- Height = 13
- Caption = #23494#30721#65306
- end
- object btnLogin: TButton
- Left = 392
- Top = 8
- Width = 75
- Height = 25
- Caption = #30331#38470
- TabOrder = 0
- OnClick = btnLoginClick
- end
- object btnOpenAppCentre: TButton
- Left = 392
- Top = 39
- Width = 75
- Height = 25
- Caption = #25171#24320
- TabOrder = 1
- OnClick = btnOpenAppCentreClick
- end
- object btnLogout: TButton
- Left = 392
- Top = 70
- Width = 75
- Height = 25
- Caption = #30331#20986
- TabOrder = 2
- OnClick = btnLogoutClick
- end
- object btnIdHttp: TButton
- Left = 392
- Top = 101
- Width = 75
- Height = 25
- Caption = 'IdHttp'#20869#23384
- TabOrder = 3
- OnClick = btnIdHttpClick
- end
- object btn1: TButton
- Left = 392
- Top = 132
- Width = 75
- Height = 25
- Caption = #26597#23433#35013#36335#24452
- TabOrder = 4
- OnClick = btn1Click
- end
- object btn2: TButton
- Left = 392
- Top = 163
- Width = 75
- Height = 25
- Caption = 'btn2'
- TabOrder = 5
- OnClick = btn2Click
- end
- object edt1: TEdit
- Left = 153
- Top = 196
- Width = 233
- Height = 21
- TabOrder = 6
- end
- object btnCanlian: TButton
- Left = 392
- Top = 194
- Width = 75
- Height = 25
- Caption = #24179#21488#35748#35777
- TabOrder = 7
- OnClick = btnCanlianClick
- end
- object edt2: TEdit
- Left = 153
- Top = 227
- Width = 233
- Height = 21
- TabOrder = 9
- end
- object btn3: TButton
- Left = 392
- Top = 225
- Width = 75
- Height = 25
- Caption = #24377#27983#35272#22120
- TabOrder = 8
- OnClick = btn3Click
- end
- object dlgFind1: TFindDialog
- Left = 416
- Top = 272
- end
- object dlgOpen1: TOpenDialog
- Filter = '*.exe|*.exe'
- Left = 448
- Top = 272
- end
- end
|