12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- object SuperObjectCaseFrm: TSuperObjectCaseFrm
- Left = 0
- Top = 0
- Caption = 'SuperObjectCaseFrm'
- ClientHeight = 335
- ClientWidth = 480
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object mmo1: TMemo
- Left = 0
- Top = 104
- Width = 480
- Height = 231
- Align = alBottom
- TabOrder = 0
- end
- object btn1: TButton
- Left = 392
- Top = 8
- Width = 75
- Height = 25
- Caption = 'btn1'
- TabOrder = 1
- OnClick = btn1Click
- end
- object btn2: TButton
- Left = 296
- Top = 8
- Width = 75
- Height = 25
- Caption = 'GetServerID'
- TabOrder = 2
- OnClick = btn2Click
- end
- object btn3: TButton
- Left = 200
- Top = 8
- Width = 75
- Height = 25
- Caption = 'DicJson'
- TabOrder = 3
- OnClick = btn3Click
- end
- object btn4: TButton
- Left = 119
- Top = 8
- Width = 75
- Height = 25
- Caption = 'SuperArray'
- TabOrder = 4
- OnClick = btn4Click
- end
- object btn5: TButton
- Left = 38
- Top = 8
- Width = 75
- Height = 25
- Caption = #21435#38500#26725#25509'ID'
- TabOrder = 5
- OnClick = btn5Click
- end
- object btn6: TBitBtn
- Left = 38
- Top = 39
- Width = 75
- Height = 25
- Caption = 'btn6'
- TabOrder = 6
- OnClick = btn6Click
- end
- object btn7: TBitBtn
- Left = 119
- Top = 39
- Width = 75
- Height = 25
- Caption = 'SuperMethod'
- TabOrder = 7
- OnClick = btn7Click
- end
- end
|