/client/Plugin/PluginMgr/uFormMain.dfm

http://drcp.googlecode.com/ · Unknown · 141 lines · 141 code · 0 blank · 0 comment · 0 complexity · 73c7d136c15db2ea115ad0d332d50e0d MD5 · raw file

  1. object Form_Main: TForm_Main
  2. Left = 205
  3. Top = 131
  4. Width = 574
  5. Height = 394
  6. BiDiMode = bdRightToLeft
  7. Caption = 'PluginManager'
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. FormStyle = fsMDIChild
  15. OldCreateOrder = False
  16. ParentBiDiMode = False
  17. Position = poScreenCenter
  18. Visible = True
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object Label2: TLabel
  22. Left = 152
  23. Top = 52
  24. Width = 47
  25. Height = 13
  26. Caption = 'File Name'
  27. end
  28. object Label5: TLabel
  29. Left = 156
  30. Top = 192
  31. Width = 25
  32. Height = 13
  33. Caption = 'Desc'
  34. end
  35. object Label4: TLabel
  36. Left = 156
  37. Top = 144
  38. Width = 35
  39. Height = 13
  40. Caption = 'Version'
  41. end
  42. object Label3: TLabel
  43. Left = 152
  44. Top = 104
  45. Width = 28
  46. Height = 13
  47. Caption = 'Name'
  48. end
  49. object Label1: TLabel
  50. Left = 8
  51. Top = 16
  52. Width = 47
  53. Height = 13
  54. Caption = 'Name List'
  55. end
  56. object Button1: TButton
  57. Left = 304
  58. Top = 304
  59. Width = 75
  60. Height = 25
  61. Caption = 'Download'
  62. TabOrder = 0
  63. OnClick = Button1Click
  64. end
  65. object Button_Close: TButton
  66. Left = 216
  67. Top = 300
  68. Width = 75
  69. Height = 25
  70. Caption = 'Upload'
  71. TabOrder = 1
  72. OnClick = Button_CloseClick
  73. end
  74. object Button2: TButton
  75. Left = 438
  76. Top = 44
  77. Width = 59
  78. Height = 25
  79. Caption = 'Browse...'
  80. TabOrder = 2
  81. OnClick = Button2Click
  82. end
  83. object Edit_File: TEdit
  84. Left = 220
  85. Top = 48
  86. Width = 197
  87. Height = 21
  88. ImeName = #32043#20809#25340#38899#36755#20837#27861
  89. ReadOnly = True
  90. TabOrder = 3
  91. end
  92. object Edit_PluginName: TEdit
  93. Left = 228
  94. Top = 100
  95. Width = 121
  96. Height = 21
  97. Enabled = False
  98. ImeName = #32043#20809#25340#38899#36755#20837#27861
  99. TabOrder = 4
  100. Text = 'Edit_PluginName'
  101. end
  102. object Edit_Version: TEdit
  103. Left = 228
  104. Top = 140
  105. Width = 121
  106. Height = 21
  107. ImeName = #32043#20809#25340#38899#36755#20837#27861
  108. ReadOnly = True
  109. TabOrder = 5
  110. Text = '1.0'
  111. end
  112. object Memo_Desc: TMemo
  113. Left = 228
  114. Top = 168
  115. Width = 185
  116. Height = 89
  117. ImeName = #32043#20809#25340#38899#36755#20837#27861
  118. ReadOnly = True
  119. TabOrder = 6
  120. end
  121. object ListBox_PluginNames: TListBox
  122. Left = 8
  123. Top = 40
  124. Width = 121
  125. Height = 257
  126. ItemHeight = 13
  127. TabOrder = 7
  128. OnClick = ListBox_PluginNamesClick
  129. end
  130. object SaveDialog1: TSaveDialog
  131. FileName = 'aa.zip'
  132. Filter = 'zip|*.zip'
  133. Left = 416
  134. Top = 296
  135. end
  136. object OpenDialog1: TOpenDialog
  137. Filter = 'zip|*.zip'
  138. Left = 440
  139. Top = 160
  140. end
  141. end