home *** CD-ROM | disk | FTP | other *** search
- object Criacao: TCriacao
- Left = 231
- Top = 157
- BorderStyle = bsDialog
- Caption = 'Cria��o de Arquivo'
- ClientHeight = 185
- ClientWidth = 382
- Color = cl3DLight
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 40
- Width = 27
- Height = 14
- Caption = 'Nome'
- Color = cl3DLight
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label2: TLabel
- Left = 184
- Top = 112
- Width = 94
- Height = 14
- Caption = 'Ano de Nascimento'
- Color = cl3DLight
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label3: TLabel
- Left = 24
- Top = 112
- Width = 94
- Height = 14
- Caption = 'M�s do Nascimento'
- Color = cl3DLight
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label4: TLabel
- Left = 24
- Top = 72
- Width = 89
- Height = 14
- Caption = 'Dia do Nascimento'
- Color = cl3DLight
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object OKBtn: TButton
- Left = 300
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 300
- Top = 38
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- OnClick = CancelBtnClick
- end
- object Edit1: TEdit
- Left = 64
- Top = 32
- Width = 209
- Height = 21
- Ctl3D = True
- MaxLength = 15
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- Text = 'NovoNome'
- OnEnter = Edit1Enter
- OnExit = Edit1Exit
- end
- object Edit2: TEdit
- Left = 200
- Top = 136
- Width = 65
- Height = 21
- MaxLength = 4
- TabOrder = 3
- Text = '1990'
- OnExit = Edit2Exit
- end
- object ListBox1: TListBox
- Left = 120
- Top = 64
- Width = 49
- Height = 33
- ItemHeight = 13
- Items.Strings = (
- '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')
- TabOrder = 1
- end
- object ListBox2: TListBox
- Left = 24
- Top = 128
- Width = 89
- Height = 33
- ItemHeight = 13
- Items.Strings = (
- 'janeiro'
- 'fevereiro'
- 'mar�o'
- 'abril'
- 'maio'
- 'junho'
- 'julho'
- 'agosto'
- 'setembro'
- 'outubro'
- 'novembro'
- 'dezembro')
- TabOrder = 2
- end
- object Panel1: TPanel
- Left = 8
- Top = 56
- Width = 361
- Height = 105
- BevelWidth = 6
- BorderWidth = 1
- BorderStyle = bsSingle
- Color = clTeal
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'VAG Rounded Th'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 6
- Visible = False
- object Label5: TLabel
- Left = 72
- Top = 17
- Width = 212
- Height = 14
- Caption = 'J� EXISTE UM ARQUIVO COM ESTE NOME !'
- Visible = False
- end
- object Label6: TLabel
- Left = 112
- Top = 40
- Width = 109
- Height = 14
- Caption = 'DESEJA CONTINUAR ?'
- Visible = False
- end
- object Button1: TButton
- Left = 104
- Top = 64
- Width = 49
- Height = 25
- Caption = 'SIM'
- TabOrder = 0
- Visible = False
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 200
- Top = 64
- Width = 49
- Height = 25
- Caption = 'N�O'
- TabOrder = 1
- Visible = False
- OnClick = Button2Click
- end
- end
- end
-