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.
59 lines
1.2 KiB
59 lines
1.2 KiB
inherited frmProgressEC: TfrmProgressEC
|
|
BorderIcons = []
|
|
Caption = 'Cadastramento de Estados e Cidades'
|
|
ClientHeight = 126
|
|
ClientWidth = 420
|
|
Scaled = False
|
|
ExplicitWidth = 426
|
|
ExplicitHeight = 154
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel [0]
|
|
Left = 0
|
|
Top = 0
|
|
Width = 420
|
|
Height = 33
|
|
Align = alTop
|
|
Color = clHighlightText
|
|
ParentBackground = False
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 3
|
|
Width = 400
|
|
Height = 16
|
|
Caption = 'Seu Banco de Dados n'#227'o possui Cidades e Estados Cadastrados.'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = 0
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
end
|
|
inherited stbStatus: TStatusBar
|
|
Top = 107
|
|
Width = 420
|
|
ExplicitTop = 107
|
|
ExplicitWidth = 420
|
|
end
|
|
object ProgressBar1: TProgressBar
|
|
Left = 112
|
|
Top = 46
|
|
Width = 201
|
|
Height = 17
|
|
Max = 30
|
|
TabOrder = 2
|
|
end
|
|
object Button1: TButton
|
|
Left = 175
|
|
Top = 73
|
|
Width = 76
|
|
Height = 25
|
|
Caption = 'Cadastrar'
|
|
TabOrder = 3
|
|
OnClick = Button1Click
|
|
end
|
|
end
|