| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- object frmMain: TfrmMain
- Left = 0
- Top = 0
- Caption = 'frmMain'
- ClientHeight = 202
- ClientWidth = 447
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 133
- Width = 59
- Height = 13
- Caption = #36828#31243#25991#20214'ID'
- end
- object edtHost: TEdit
- Left = 16
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 0
- Text = '127.0.0.1'
- end
- object edtPort: TEdit
- Left = 168
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 1
- Text = '9983'
- end
- object btnConnect: TButton
- Left = 304
- Top = 14
- Width = 75
- Height = 25
- Caption = 'btnConnect'
- TabOrder = 2
- OnClick = btnConnectClick
- end
- object btnUpload: TButton
- Left = 16
- Top = 80
- Width = 75
- Height = 25
- Caption = 'btnUpload'
- TabOrder = 3
- OnClick = btnUploadClick
- end
- object btnDownload: TButton
- Left = 223
- Top = 150
- Width = 75
- Height = 25
- Caption = 'btnDownload'
- TabOrder = 4
- OnClick = btnDownloadClick
- end
- object edtRFileID: TEdit
- Left = 16
- Top = 152
- Width = 201
- Height = 21
- TabOrder = 5
- Text = 'diocpBean\ludashisetup.zip'
- end
- object btnDel: TButton
- Left = 304
- Top = 150
- Width = 75
- Height = 25
- Caption = 'btnDel'
- TabOrder = 6
- OnClick = btnDelClick
- end
- object btnFileSize: TButton
- Left = 304
- Top = 119
- Width = 75
- Height = 25
- Caption = 'btnFileSize'
- TabOrder = 7
- OnClick = btnFileSizeClick
- end
- object dlgOpen: TOpenDialog
- Left = 16
- Top = 40
- end
- end
|