You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

56 lines
1.0 KiB

inherited frmMovUsuarios: TfrmMovUsuarios
Caption = 'Mover Usu'#225'rios'
ClientHeight = 130
ClientWidth = 208
Scaled = False
ExplicitWidth = 214
ExplicitHeight = 158
PixelsPerInch = 96
TextHeight = 13
object lbl_text: TLabel [0]
Left = 8
Top = 8
Width = 190
Height = 13
Caption = 'Escolha um grupo para mover o usu'#225'rio:'
end
inherited stbStatus: TStatusBar
Top = 111
Width = 208
ExplicitTop = 111
ExplicitWidth = 208
end
object btn_ok: TButton
Left = 8
Top = 80
Width = 75
Height = 25
Caption = 'Ok'
ModalResult = 1
TabOrder = 1
OnClick = btn_okClick
end
object btn_cancel: TButton
Left = 123
Top = 80
Width = 75
Height = 25
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 2
end
object ComboBox1: TComboBox
Left = 8
Top = 31
Width = 190
Height = 21
DropDownCount = 4
TabOrder = 3
Text = 'ComboBox1'
end
object dtsGrupos: TDataSource
DataSet = dtmSystem.tblGrupos
Left = 88
Top = 56
end
end