Trouver un fichier de code source :
   

Version Française - English Version
Accueil > 

Visual Basic

 > 

ANNUTEL3.5

 > 

ASHSoft_annutel/frm_ap.frm


ANNUTEL3.5

ASHSoft_annutel/frm_ap.frm


Informations sur ce code source

Code Source ANNUTEL3.5
Auteur ashco
Fichier ASHSoft_annutel/frm_ap.frm en Visual Basic, VB6, VB.NET, VB 2005, VB
Publié le 23/07/2012

Enfin je décide de partager un tout petit programme pour gérer les contacts téléphoniques, avec possibilité de de modification, de suppression et d'impression!
 

Fichier : ASHSoft_annutel/frm_ap.frm

Nombre de lignes : 292 lignes


Afficher ce fichier en plein écran
  • VERSION 5.00
  • Begin VB.Form frm_ap
  • BackColor = &H00A88826&
  • BorderStyle = 0 'None
  • Caption = "Form1"
  • ClientHeight = 3825
  • ClientLeft = 0
  • ClientTop = 0
  • ClientWidth = 7245
  • Icon = "frm_ap.frx":0000
  • LinkTopic = "Form1"
  • MaxButton = 0 'False
  • MinButton = 0 'False
  • ScaleHeight = 3825
  • ScaleWidth = 7245
  • ShowInTaskbar = 0 'False
  • StartUpPosition = 2 'CenterScreen
  • Begin VB.Frame Frame1
  • BackColor = &H008F4D10&
  • BorderStyle = 0 'None
  • Height = 2580
  • Left = 2340
  • TabIndex = 0
  • Top = 0
  • Width = 4950
  • Begin VB.Label Label5
  • Alignment = 1 'Right Justify
  • BackStyle = 0 'Transparent
  • Caption = "Avertissement : Cette apllication est protégée par la loi de copyright"
  • BeginProperty Font
  • Name = "Arial"
  • Size = 9.75
  • Charset = 0
  • Weight = 400
  • Underline = 0 'False
  • Italic = 0 'False
  • Strikethrough = 0 'False
  • EndProperty
  • ForeColor = &H00FFFFFF&
  • Height = 465
  • Left = 60
  • TabIndex = 7
  • Top = 2010
  • Width = 4095
  • End
  • Begin VB.Label Label1
  • Alignment = 2 'Center
  • BackStyle = 0 'Transparent
  • Caption = "ANNUTEL 3.5"
  • BeginProperty Font
  • Name = "Bookman Old Style"
  • Size = 21.75
  • Charset = 0
  • Weight = 600
  • Underline = 0 'False
  • Italic = -1 'True
  • Strikethrough = 0 'False
  • EndProperty
  • ForeColor = &H00E0E0E0&
  • Height = 795
  • Left = 1470
  • TabIndex = 3
  • Top = 150
  • Width = 3315
  • End
  • Begin VB.Label Label3
  • Alignment = 1 'Right Justify
  • BackColor = &H00C0C0C0&
  • BorderStyle = 1 'Fixed Single
  • Caption = "ANNUAIRE TELEPHONIQUE"
  • BeginProperty Font
  • Name = "Arial Black"
  • Size = 12
  • Charset = 0
  • Weight = 900
  • Underline = 0 'False
  • Italic = -1 'True
  • Strikethrough = 0 'False
  • EndProperty
  • ForeColor = &H00400000&
  • Height = 405
  • Left = 1200
  • TabIndex = 2
  • Top = 810
  • Width = 3675
  • End
  • Begin VB.Label Label4
  • Alignment = 1 'Right Justify
  • BackStyle = 0 'Transparent
  • Caption = "Version 3.5"
  • BeginProperty Font
  • Name = "Arial"
  • Size = 11.25
  • Charset = 0
  • Weight = 700
  • Underline = 0 'False
  • Italic = -1 'True
  • Strikethrough = 0 'False
  • EndProperty
  • ForeColor = &H00E0E0E0&
  • Height = 285
  • Left = 3630
  • TabIndex = 1
  • Top = 1290
  • Width = 1185
  • End
  • Begin VB.Line Line1
  • BorderColor = &H8000000B&
  • X1 = 0
  • X2 = 4920
  • Y1 = 1980
  • Y2 = 1980
  • End
  • Begin VB.Label Label2
  • Alignment = 2 'Center
  • BackStyle = 0 'Transparent
  • Caption = "ANNUTEL 3.5"
  • BeginProperty Font
  • Name = "Bookman Old Style"
  • Size = 21.75
  • Charset = 0
  • Weight = 600
  • Underline = 0 'False
  • Italic = -1 'True
  • Strikethrough = 0 'False
  • EndProperty
  • ForeColor = &H00400000&
  • Height = 795
  • Left = 1530
  • TabIndex = 4
  • Top = 150
  • Width = 3315
  • End
  • End
  • Begin VB.Timer Timer1
  • Interval = 3500
  • Left = -30
  • Top = 30
  • End
  • Begin VB.Label Label7
  • BackStyle = 0 'Transparent
  • Height = 375
  • Left = 5460
  • MouseIcon = "frm_ap.frx":0442
  • MousePointer = 99 'Custom
  • TabIndex = 10
  • Top = 3360
  • Width = 1635
  • End
  • Begin VB.Line Line3
  • BorderColor = &H00FFFFFF&
  • X1 = 30
  • X2 = 7290
  • Y1 = 3210
  • Y2 = 3210
  • End
  • Begin VB.Label Label6
  • Alignment = 2 'Center
  • BackStyle = 0 'Transparent
  • Caption = "ASH SOFTWARES: (00228) - Mail : ashsoftwares@yahoo.fr "
  • BeginProperty Font
  • Name = "Arial"
  • Size = 12
  • Charset = 0
  • Weight = 400
  • Underline = 0 'False
  • Italic = -1 'True
  • Strikethrough = 0 'False
  • EndProperty
  • ForeColor = &H00C0FFFF&
  • Height = 435
  • Left = 60
  • TabIndex = 8
  • Top = 2760
  • Width = 6855
  • End
  • Begin VB.Line Line2
  • BorderColor = &H8000000B&
  • X1 = 0
  • X2 = 7320
  • Y1 = 2640
  • Y2 = 2640
  • End
  • Begin VB.Image imgLogo
  • Height = 1965
  • Index = 1
  • Left = 0
  • Picture = "frm_ap.frx":0D0C
  • Stretch = -1 'True
  • Top = 30
  • Width = 2325
  • End
  • Begin VB.Label lblCopyright
  • Alignment = 2 'Center
  • Caption = "Copyright 2012"
  • BeginProperty Font
  • Name = "Arial"
  • Size = 8.25
  • Charset = 0
  • Weight = 400
  • Underline = 0 'False
  • Italic = 0 'False
  • Strikethrough = 0 'False
  • EndProperty
  • Height = 255
  • Left = 0
  • TabIndex = 6
  • Top = 2010
  • Width = 2325
  • End
  • Begin VB.Label lblCompany
  • Alignment = 2 'Center
  • Caption = "ASH Softwares"
  • BeginProperty Font
  • Name = "Arial"
  • Size = 8.25
  • Charset = 0
  • Weight = 400
  • Underline = 0 'False
  • Italic = 0 'False
  • Strikethrough = 0 'False
  • EndProperty
  • Height = 315
  • Left = -30
  • TabIndex = 5
  • Top = 2280
  • Width = 2355
  • End
  • Begin VB.Label Label9
  • Alignment = 2 'Center
  • BackColor = &H00FFFFFF&
  • BackStyle = 0 'Transparent
  • Caption = "FERMER"
  • BeginProperty Font
  • Name = "Arial"
  • Size = 11.25
  • Charset = 0
  • Weight = 700
  • Underline = 0 'False
  • Italic = 0 'False
  • Strikethrough = 0 'False
  • EndProperty
  • ForeColor = &H00FFFFFF&
  • Height = 375
  • Left = 5610
  • TabIndex = 9
  • Top = 3420
  • Width = 1365
  • End
  • Begin VB.Shape Shape2
  • BackColor = &H000000FF&
  • BackStyle = 1 'Opaque
  • BorderColor = &H00008000&
  • Height = 435
  • Left = 5430
  • Shape = 4 'Rounded Rectangle
  • Top = 3330
  • Width = 1725
  • End
  • Begin VB.Shape Shape1
  • BackColor = &H00400000&
  • BackStyle = 1 'Opaque
  • BorderColor = &H00008000&
  • Height = 435
  • Left = 5430
  • Shape = 4 'Rounded Rectangle
  • Top = 3330
  • Width = 1725
  • End
  • End
  • Attribute VB_Name = "frm_ap"
  • Attribute VB_GlobalNameSpace = False
  • Attribute VB_Creatable = False
  • Attribute VB_PredeclaredId = True
  • Attribute VB_Exposed = False
  • Private Sub Form_Load()
  • Shape2.Visible = False
  • End Sub
  • Private Sub Label7_Click()
  • MENU.Show
  • Unload Me
  • End Sub
  • Private Sub label7_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  • Shape2.Visible = True
  • End Sub
  • Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  • Shape2.Visible = False
  • End Sub


Liste des fichiers du ZIP

FichierTaille
ASHSoft_annutel/2.frm19,59 Ko
ASHSoft_annutel/2.frx3,05 Mo
ASHSoft_annutel/2.log210 o
ASHSoft_annutel/ARRPL.bmp3 Mo
ASHSoft_annutel/BASE.mdb304 Ko
ASHSoft_annutel/de.DCA3,78 Ko
ASHSoft_annutel/de.Dsr2,97 Ko
ASHSoft_annutel/enr.frm10,39 Ko
ASHSoft_annutel/enr.log420 o
ASHSoft_annutel/FAC.PDM4,63 Ko
ASHSoft_annutel/FAC.TXT469 o
ASHSoft_annutel/FAC.vbp1,66 Ko
ASHSoft_annutel/FAC.vbw365 o
ASHSoft_annutel/frm_ap.frm9,41 Ko
ASHSoft_annutel/frm_ap.frx44,71 Ko
ASHSoft_annutel/frmSplash.frm5,96 Ko
ASHSoft_annutel/frmSplash.frx41,46 Ko
ASHSoft_annutel/MENU.frm40,71 Ko
ASHSoft_annutel/MENU.frx3,06 Mo
ASHSoft_annutel/MENU.log421 o
ASHSoft_annutel/mod.frm19,26 Ko
ASHSoft_annutel/mod.frx3,05 Mo
ASHSoft_annutel/mod.log210 o
ASHSoft_annutel/rpt_cli.DCA148,99 Ko
ASHSoft_annutel/rpt_cli.Dsr16,54 Ko
ASHSoft_annutel/rpt_cli.dsx50,72 Ko
ASHSoft_annutel/TEL.bmp47,32 Ko

Pour télécharger le zip au complet, veuillez vous rendre sur cette page :
Télécharger ANNUTEL3.5


Sources du même langage comportant un zip


  • Visual Basic, VB6, VB.NET, VB 2005, VB Autocad vba fibres epissures
    Bonjour, Ce code vous permettra de réaliser des connexions entre des fibres de différentes couleurs. mon site : http://vbacool.jimdo.co...
    Langage : Visual Basic, VB6, VB.NET, VB 2005, VB, publié le 22/05/2013 par beaubeau21

  • Visual Basic, VB6, VB.NET, VB 2005, VB Creer et connecter une base access sous windows 8
    Ce programme s'adresse à tous ceux qui comme moi ont vu leur application qui fonctionnait sous XP, devenue obsolète sous Windows 7 et 8. Par...
    Langage : Visual Basic, VB6, VB.NET, VB 2005, VB, publié le 22/05/2013 par Le Pivert

  • Visual Basic, VB6, VB.NET, VB 2005, VB Excel impression par lot
    Bonjour, Grâce à ce module, vous pourrez lancer des impressions d'un répertoire complet contenant des fichiers Excel sans avoir à ouvrir o...
    Langage : Visual Basic, VB6, VB.NET, VB 2005, VB, publié le 20/05/2013 par beaubeau21

  • Visual Basic, VB6, VB.NET, VB 2005, VB Excel suppression par lot d'une feuille
    Bonjour, Grâce à ce code vous pourrez supprimer la 2eme feuille de tous les fichiers Excel d'un répertoire sélectionné. mon site : http...
    Langage : Visual Basic, VB6, VB.NET, VB 2005, VB, publié le 20/05/2013 par beaubeau21

  • Visual Basic, VB6, VB.NET, VB 2005, VB Personnalisation du ruban sous excel 2007 - 2 eme version
    Enfin voilà , chose promise voici donc un classeur excel qui assemble les fichiers customUI et rels et qui permet d'y ajouter directement se...
    Langage : Visual Basic, VB6, VB.NET, VB 2005, VB, publié le 19/05/2013 par warlok2008

Voir la suite...





Logiciels à télécharger...

  • Easy-Planning (4.5.0.11)
    Easy-Planning (4.5.0.11)
    Easy-Planning permet de créer des plannings sous la représentation de diagrammes et est adapté aux petites et moyennes entreprises(PME). Easy-Planning permet la création de plannings prévisionnels, p...
  • CVEasy (3.1.0.51)
    CVEasy (3.1.0.51)
    PHMSD-CVEasy est un logiciel d'aide à la rédaction de CV d'une simplicité déconcertante. PHMSD-CVEasy vous assistera pour la rédaction de votre CV, le CV de vos amis ou de membres de votre famille, m...
  • LettresFaciles 2011 (8.6.0.31)
    LettresFaciles 2011 (8.6.0.31)
    LettresFaciles est un logiciel facilitant la création et la rédaction de lettres types. Son interface simple d'utilisation mais suffisamment complète vous permettra de créer une multitude de lettres....

Sondage...

Le top des photos

Photo ??Photo ???????????????
Photo ????????Photo ????????
 

Développement réalisé par Nicolas SOREL (Nix) et Emmanuel (EBArtSoft) avec l'aide de Cyril DURAND, Merci à Vincent pour ses précieux conseils
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés
Temps d'éxécution de la page : 0,42 sec