Commit fd3325a98c1378e418ee782e2e1a6522818276ae
1 parent
d3a32019
Exists in
master
Sem uso
Showing
1 changed file
with
0 additions
and
159 deletions
Show diff stats
MapaTesteProj/AcessoMapaTeste.dfm
| @@ -1,159 +0,0 @@ | @@ -1,159 +0,0 @@ | ||
| 1 | -object frmAcesso: TfrmAcesso | ||
| 2 | - Left = 0 | ||
| 3 | - Top = 0 | ||
| 4 | - Caption = 'Acessar' | ||
| 5 | - ClientHeight = 309 | ||
| 6 | - ClientWidth = 624 | ||
| 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 | - PixelsPerInch = 96 | ||
| 15 | - TextHeight = 13 | ||
| 16 | - object btAcesso: TButton | ||
| 17 | - Left = 177 | ||
| 18 | - Top = 260 | ||
| 19 | - Width = 105 | ||
| 20 | - Height = 33 | ||
| 21 | - Caption = 'Acessar' | ||
| 22 | - Default = True | ||
| 23 | - Enabled = False | ||
| 24 | - Font.Charset = DEFAULT_CHARSET | ||
| 25 | - Font.Color = clWindowText | ||
| 26 | - Font.Height = -16 | ||
| 27 | - Font.Name = 'Arial' | ||
| 28 | - Font.Style = [fsBold] | ||
| 29 | - ParentFont = False | ||
| 30 | - TabOrder = 0 | ||
| 31 | - end | ||
| 32 | - object btCancela: TButton | ||
| 33 | - Left = 333 | ||
| 34 | - Top = 260 | ||
| 35 | - Width = 105 | ||
| 36 | - Height = 33 | ||
| 37 | - Caption = 'Cancelar' | ||
| 38 | - Font.Charset = DEFAULT_CHARSET | ||
| 39 | - Font.Color = clWindowText | ||
| 40 | - Font.Height = -16 | ||
| 41 | - Font.Name = 'Arial' | ||
| 42 | - Font.Style = [fsBold] | ||
| 43 | - ParentFont = False | ||
| 44 | - TabOrder = 1 | ||
| 45 | - end | ||
| 46 | - object pnAcesso: TPanel | ||
| 47 | - Left = 2 | ||
| 48 | - Top = 3 | ||
| 49 | - Width = 602 | ||
| 50 | - Height = 196 | ||
| 51 | - BevelInner = bvRaised | ||
| 52 | - BevelOuter = bvLowered | ||
| 53 | - TabOrder = 2 | ||
| 54 | - object lbNomeUsuarioAcesso: TLabel | ||
| 55 | - Left = 109 | ||
| 56 | - Top = 42 | ||
| 57 | - Width = 127 | ||
| 58 | - Height = 20 | ||
| 59 | - Caption = 'Nome de Usu'#225'rio:' | ||
| 60 | - Font.Charset = DEFAULT_CHARSET | ||
| 61 | - Font.Color = clWindowText | ||
| 62 | - Font.Height = -16 | ||
| 63 | - Font.Name = 'MS Sans Serif' | ||
| 64 | - Font.Style = [] | ||
| 65 | - ParentFont = False | ||
| 66 | - Visible = False | ||
| 67 | - end | ||
| 68 | - object lbSenhaAcesso: TLabel | ||
| 69 | - Left = 106 | ||
| 70 | - Top = 82 | ||
| 71 | - Width = 130 | ||
| 72 | - Height = 20 | ||
| 73 | - Caption = 'Senha de Acesso:' | ||
| 74 | - Font.Charset = DEFAULT_CHARSET | ||
| 75 | - Font.Color = clWindowText | ||
| 76 | - Font.Height = -16 | ||
| 77 | - Font.Name = 'MS Sans Serif' | ||
| 78 | - Font.Style = [] | ||
| 79 | - ParentFont = False | ||
| 80 | - Visible = False | ||
| 81 | - end | ||
| 82 | - object lbAviso: TLabel | ||
| 83 | - Left = 4 | ||
| 84 | - Top = 171 | ||
| 85 | - Width = 593 | ||
| 86 | - Height = 13 | ||
| 87 | - Alignment = taCenter | ||
| 88 | - AutoSize = False | ||
| 89 | - Font.Charset = DEFAULT_CHARSET | ||
| 90 | - Font.Color = clNavy | ||
| 91 | - Font.Height = -11 | ||
| 92 | - Font.Name = 'MS Sans Serif' | ||
| 93 | - Font.Style = [] | ||
| 94 | - ParentFont = False | ||
| 95 | - end | ||
| 96 | - object edNomeUsuarioAcesso: TEdit | ||
| 97 | - Left = 239 | ||
| 98 | - Top = 39 | ||
| 99 | - Width = 250 | ||
| 100 | - Height = 28 | ||
| 101 | - Font.Charset = DEFAULT_CHARSET | ||
| 102 | - Font.Color = clWindowText | ||
| 103 | - Font.Height = -16 | ||
| 104 | - Font.Name = 'MS Sans Serif' | ||
| 105 | - Font.Style = [] | ||
| 106 | - MaxLength = 20 | ||
| 107 | - ParentFont = False | ||
| 108 | - TabOrder = 0 | ||
| 109 | - Visible = False | ||
| 110 | - end | ||
| 111 | - object edSenhaAcesso: TEdit | ||
| 112 | - Left = 239 | ||
| 113 | - Top = 79 | ||
| 114 | - Width = 250 | ||
| 115 | - Height = 28 | ||
| 116 | - Font.Charset = DEFAULT_CHARSET | ||
| 117 | - Font.Color = clWindowText | ||
| 118 | - Font.Height = -16 | ||
| 119 | - Font.Name = 'MS Sans Serif' | ||
| 120 | - Font.Style = [] | ||
| 121 | - ParentFont = False | ||
| 122 | - PasswordChar = #7 | ||
| 123 | - TabOrder = 1 | ||
| 124 | - Visible = False | ||
| 125 | - end | ||
| 126 | - end | ||
| 127 | - object pnMessageBox: TPanel | ||
| 128 | - Left = 1 | ||
| 129 | - Top = 198 | ||
| 130 | - Width = 602 | ||
| 131 | - Height = 45 | ||
| 132 | - BevelInner = bvLowered | ||
| 133 | - Color = clGradientInactiveCaption | ||
| 134 | - Font.Charset = DEFAULT_CHARSET | ||
| 135 | - Font.Color = clGradientActiveCaption | ||
| 136 | - Font.Height = -13 | ||
| 137 | - Font.Name = 'Arial' | ||
| 138 | - Font.Style = [] | ||
| 139 | - ParentFont = False | ||
| 140 | - TabOrder = 3 | ||
| 141 | - Visible = False | ||
| 142 | - object lbMensagens: TLabel | ||
| 143 | - Left = 2 | ||
| 144 | - Top = 2 | ||
| 145 | - Width = 598 | ||
| 146 | - Height = 41 | ||
| 147 | - Align = alClient | ||
| 148 | - Alignment = taCenter | ||
| 149 | - AutoSize = False | ||
| 150 | - Font.Charset = DEFAULT_CHARSET | ||
| 151 | - Font.Color = clWindowText | ||
| 152 | - Font.Height = -13 | ||
| 153 | - Font.Name = 'MS Sans Serif' | ||
| 154 | - Font.Style = [] | ||
| 155 | - ParentFont = False | ||
| 156 | - Layout = tlCenter | ||
| 157 | - end | ||
| 158 | - end | ||
| 159 | -end |