ufrmMain.dfm 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. object frmMain: TfrmMain
  2. Left = 0
  3. Top = 0
  4. Caption = 'frmMain'
  5. ClientHeight = 202
  6. ClientWidth = 447
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object Label1: TLabel
  18. Left = 16
  19. Top = 133
  20. Width = 59
  21. Height = 13
  22. Caption = #36828#31243#25991#20214'ID'
  23. end
  24. object edtHost: TEdit
  25. Left = 16
  26. Top = 16
  27. Width = 121
  28. Height = 21
  29. TabOrder = 0
  30. Text = '127.0.0.1'
  31. end
  32. object edtPort: TEdit
  33. Left = 168
  34. Top = 16
  35. Width = 121
  36. Height = 21
  37. TabOrder = 1
  38. Text = '9983'
  39. end
  40. object btnConnect: TButton
  41. Left = 304
  42. Top = 14
  43. Width = 75
  44. Height = 25
  45. Caption = 'btnConnect'
  46. TabOrder = 2
  47. OnClick = btnConnectClick
  48. end
  49. object btnUpload: TButton
  50. Left = 16
  51. Top = 80
  52. Width = 75
  53. Height = 25
  54. Caption = 'btnUpload'
  55. TabOrder = 3
  56. OnClick = btnUploadClick
  57. end
  58. object btnDownload: TButton
  59. Left = 223
  60. Top = 150
  61. Width = 75
  62. Height = 25
  63. Caption = 'btnDownload'
  64. TabOrder = 4
  65. OnClick = btnDownloadClick
  66. end
  67. object edtRFileID: TEdit
  68. Left = 16
  69. Top = 152
  70. Width = 201
  71. Height = 21
  72. TabOrder = 5
  73. Text = 'diocpBean\ludashisetup.zip'
  74. end
  75. object btnDel: TButton
  76. Left = 304
  77. Top = 150
  78. Width = 75
  79. Height = 25
  80. Caption = 'btnDel'
  81. TabOrder = 6
  82. OnClick = btnDelClick
  83. end
  84. object btnFileSize: TButton
  85. Left = 304
  86. Top = 119
  87. Width = 75
  88. Height = 25
  89. Caption = 'btnFileSize'
  90. TabOrder = 7
  91. OnClick = btnFileSizeClick
  92. end
  93. object dlgOpen: TOpenDialog
  94. Left = 16
  95. Top = 40
  96. end
  97. end