Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Begin VB.Form Form1
- BorderStyle = 1 'Fixed Single
- Caption = "Password Generator"
- ClientHeight = 2745
- ClientLeft = 150
- ClientTop = 720
- ClientWidth = 4695
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2745
- ScaleWidth = 4695
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command2
- Caption = "Hide Password"
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 495
- Left = 2400
- TabIndex = 9
- Top = 2160
- Width = 1575
- End
- Begin VB.CheckBox Check3
- Caption = "Uppercase"
- BeginProperty Font
- Name = "Tahoma"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 120
- TabIndex = 6
- Top = 1080
- Width = 1335
- End
- Begin VB.CheckBox Check2
- Caption = "Lowercase"
- BeginProperty Font
- Name = "Tahoma"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 120
- TabIndex = 5
- Top = 840
- Value = 1 'Checked
- Width = 1335
- End
- Begin VB.CheckBox Check1
- Caption = "Add Numbers"
- BeginProperty Font
- Name = "Tahoma"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 120
- TabIndex = 4
- Top = 1320
- Width = 1455
- End
- Begin VB.ComboBox Combo1
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 315
- ItemData = "PasswordGen.frx":0000
- Left = 2520
- List = "PasswordGen.frx":0002
- Style = 2 'Dropdown List
- TabIndex = 3
- Top = 1080
- Width = 2055
- End
- Begin VB.CommandButton Command1
- Caption = "Get Password"
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 495
- Left = 720
- TabIndex = 1
- Top = 2160
- Width = 1575
- End
- Begin VB.TextBox Text1
- Height = 285
- Left = 0
- Locked = -1 'True
- TabIndex = 0
- Top = 240
- Width = 4695
- End
- Begin VB.Frame Frame1
- Caption = "Options"
- BeginProperty Font
- Name = "Tahoma"
- Size = 9.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 1095
- Left = 0
- TabIndex = 7
- Top = 600
- Width = 4695
- Begin VB.Label Label2
- Caption = "Select # Of Characters:"
- BeginProperty Font
- Name = "Tahoma"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 2520
- TabIndex = 8
- Top = 240
- Width = 2055
- End
- End
- Begin VB.Label Label1
- Caption = "Your Password:"
- BeginProperty Font
- Name = "Tahoma"
- Size = 9.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 0
- TabIndex = 2
- Top = 0
- Width = 4695
- End
- Begin VB.Menu Clip
- Caption = "Clipboard"
- Begin VB.Menu Copy
- Caption = "Copy"
- Shortcut = ^C
- End
- End
- Begin VB.Menu About
- Caption = "About..."
- End
- End
Add Comment
Please, Sign In to add comment