-

解决方案 »

  1.   

    up
    csdn人气比delphibbs差远了
      

  2.   

    同意NightCloud
    剪切
    粘贴
    或右键窗体
    View As Text
    object GroupBox1: TGroupBox
        Left = 312
        Top = 120
        Width = 185
        Height = 105
        Caption = 'GroupBox1'
        TabOrder = 1
        object Button1: TButton
          Left = 1
          Top = 20
          Width = 75
          Height = 25
          Caption = 'Button1'
          TabOrder = 0
          OnClick = Button1Click
        end
      end
    象这样把Button1的描述放在object GroupBox1的里边
    在View as Form即可
      

  3.   

    选择要移动的控件,如果有多个,请按住shift然后用鼠标左键依个点要移动的控件,等全部选定了,就按下ctrl+x,然后用鼠标左键单击Groupbox,再按ctrl+v
    就可以搞定了!
      

  4.   

    select all
    ctrl+x
    ctrl+v