-
Notifications
You must be signed in to change notification settings - Fork 0
/
uprincipal.lfm
136 lines (136 loc) · 2.6 KB
/
uprincipal.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
object frmprincipal: Tfrmprincipal
Left = 341
Height = 455
Top = 140
Width = 810
Caption = 'Backup MySQL / MariaDB * www.infocotidiano.com.br'
ClientHeight = 455
ClientWidth = 810
object Panel1: TPanel
Left = 0
Height = 178
Top = 0
Width = 810
Align = alTop
ClientHeight = 178
ClientWidth = 810
TabOrder = 0
object Label1: TLabel
Left = 24
Height = 15
Top = 10
Width = 123
Caption = 'Caminho MySQLDump'
ParentColor = False
end
object edtMYSQLDUMP: TEdit
Left = 152
Height = 23
Top = 7
Width = 624
TabOrder = 0
Text = 'C:\Program Files\MariaDB 10.1\bin\mysqldump.exe'
end
object Label2: TLabel
Left = 28
Height = 15
Top = 47
Width = 40
Caption = 'Usuario'
ParentColor = False
end
object edtUSUARIO: TEdit
Left = 88
Height = 23
Top = 44
Width = 136
TabOrder = 1
Text = 'root'
end
object Label3: TLabel
Left = 288
Height = 15
Top = 47
Width = 32
Caption = 'Senha'
ParentColor = False
end
object edtSENHA: TEdit
Left = 336
Height = 23
Top = 44
Width = 136
EchoMode = emPassword
PasswordChar = '*'
TabOrder = 2
Text = '3004'
end
object edtSERVIDOR: TEdit
Left = 87
Height = 23
Top = 72
Width = 136
TabOrder = 3
Text = 'localhost'
end
object Label4: TLabel
Left = 24
Height = 15
Top = 75
Width = 43
Caption = 'Servidor'
ParentColor = False
end
object Label5: TLabel
Left = 40
Height = 15
Top = 116
Width = 40
Caption = 'Destino'
ParentColor = False
end
object edtDESTINO: TEdit
Left = 89
Height = 23
Top = 112
Width = 624
TabOrder = 4
Text = 'C:\Users\Particular\Documents\Projetos\backupMYSQL\backupMySQL.sql'
end
object Label6: TLabel
Left = 280
Height = 15
Top = 75
Width = 42
Caption = 'Schema'
ParentColor = False
end
object edtSCHEMA: TEdit
Left = 336
Height = 23
Top = 72
Width = 136
TabOrder = 5
Text = 'hermes'
end
object btnBackup: TButton
Left = 696
Height = 46
Top = 42
Width = 75
Caption = 'Backup'
OnClick = btnBackupClick
TabOrder = 6
end
end
object Memo1: TMemo
Left = 0
Height = 277
Top = 178
Width = 810
Align = alClient
Color = 8454143
ScrollBars = ssBoth
TabOrder = 1
end
end