From dfac3489c438f5c54bff088a354815e79675b531 Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Sun, 1 Mar 2015 10:50:24 +0000 Subject: Initial commit --- Backup/windows 95/phone dialer.Designer.vb | 727 +++++++++++++++++++++++++++++ 1 file changed, 727 insertions(+) create mode 100755 Backup/windows 95/phone dialer.Designer.vb (limited to 'Backup/windows 95/phone dialer.Designer.vb') diff --git a/Backup/windows 95/phone dialer.Designer.vb b/Backup/windows 95/phone dialer.Designer.vb new file mode 100755 index 0000000..6c88bdd --- /dev/null +++ b/Backup/windows 95/phone dialer.Designer.vb @@ -0,0 +1,727 @@ + _ +Partial Class phone_dialer + Inherits System.Windows.Forms.Form + + 'Form overrides dispose to clean up the component list. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Required by the Windows Form Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Windows Form Designer + 'It can be modified using the Windows Form Designer. + 'Do not modify it using the code editor. + _ + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container + Me.program = New System.Windows.Forms.Panel + Me.Panel1 = New System.Windows.Forms.Panel + Me.GroupBox1 = New System.Windows.Forms.GroupBox + Me.Label9 = New System.Windows.Forms.Label + Me.Label8 = New System.Windows.Forms.Label + Me.Label7 = New System.Windows.Forms.Label + Me.Label6 = New System.Windows.Forms.Label + Me.Label5 = New System.Windows.Forms.Label + Me.Label4 = New System.Windows.Forms.Label + Me.Label3 = New System.Windows.Forms.Label + Me.Label2 = New System.Windows.Forms.Label + Me.Button22 = New System.Windows.Forms.Button + Me.Button21 = New System.Windows.Forms.Button + Me.Button19 = New System.Windows.Forms.Button + Me.Button18 = New System.Windows.Forms.Button + Me.Button17 = New System.Windows.Forms.Button + Me.Button16 = New System.Windows.Forms.Button + Me.Button15 = New System.Windows.Forms.Button + Me.Button14 = New System.Windows.Forms.Button + Me.Button11 = New System.Windows.Forms.Button + Me.Button12 = New System.Windows.Forms.Button + Me.Button13 = New System.Windows.Forms.Button + Me.Button8 = New System.Windows.Forms.Button + Me.Button9 = New System.Windows.Forms.Button + Me.Button10 = New System.Windows.Forms.Button + Me.Button5 = New System.Windows.Forms.Button + Me.Button6 = New System.Windows.Forms.Button + Me.Button7 = New System.Windows.Forms.Button + Me.Button4 = New System.Windows.Forms.Button + Me.Button3 = New System.Windows.Forms.Button + Me.Button2 = New System.Windows.Forms.Button + Me.Button1 = New System.Windows.Forms.Button + Me.ComboBox1 = New System.Windows.Forms.ComboBox + Me.Label1 = New System.Windows.Forms.Label + Me.MenuStrip1 = New System.Windows.Forms.MenuStrip + Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.EditToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.CutCtrlXToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.CopyCtrlCToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.PasteCtrlVToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.DeleteDelToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.SpeedDialToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.ToolsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.ConnectUsingToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.DialingPropertiesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.ShowLogToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.HelpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.HelpTopicsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.WhatsThisToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.AboutPhoneDialerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem + Me.outsideprogramtopbar = New System.Windows.Forms.Panel + Me.programtopbar = New System.Windows.Forms.Panel + Me.maximizebutton = New System.Windows.Forms.PictureBox + Me.minimizebutton = New System.Windows.Forms.PictureBox + Me.programname = New System.Windows.Forms.Label + Me.closebutton = New System.Windows.Forms.PictureBox + Me.look = New System.Windows.Forms.Timer(Me.components) + Me.program.SuspendLayout() + Me.Panel1.SuspendLayout() + Me.GroupBox1.SuspendLayout() + Me.MenuStrip1.SuspendLayout() + Me.outsideprogramtopbar.SuspendLayout() + Me.programtopbar.SuspendLayout() + CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.closebutton, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'program + ' + Me.program.BackColor = System.Drawing.Color.Silver + Me.program.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + Me.program.Controls.Add(Me.Panel1) + Me.program.Controls.Add(Me.MenuStrip1) + Me.program.Controls.Add(Me.outsideprogramtopbar) + Me.program.Dock = System.Windows.Forms.DockStyle.Fill + Me.program.Location = New System.Drawing.Point(0, 0) + Me.program.Name = "program" + Me.program.Size = New System.Drawing.Size(327, 332) + Me.program.TabIndex = 4 + ' + 'Panel1 + ' + Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.Panel1.Controls.Add(Me.GroupBox1) + Me.Panel1.Controls.Add(Me.Button11) + Me.Panel1.Controls.Add(Me.Button12) + Me.Panel1.Controls.Add(Me.Button13) + Me.Panel1.Controls.Add(Me.Button8) + Me.Panel1.Controls.Add(Me.Button9) + Me.Panel1.Controls.Add(Me.Button10) + Me.Panel1.Controls.Add(Me.Button5) + Me.Panel1.Controls.Add(Me.Button6) + Me.Panel1.Controls.Add(Me.Button7) + Me.Panel1.Controls.Add(Me.Button4) + Me.Panel1.Controls.Add(Me.Button3) + Me.Panel1.Controls.Add(Me.Button2) + Me.Panel1.Controls.Add(Me.Button1) + Me.Panel1.Controls.Add(Me.ComboBox1) + Me.Panel1.Controls.Add(Me.Label1) + Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill + Me.Panel1.Location = New System.Drawing.Point(0, 49) + Me.Panel1.Name = "Panel1" + Me.Panel1.Size = New System.Drawing.Size(323, 279) + Me.Panel1.TabIndex = 7 + ' + 'GroupBox1 + ' + Me.GroupBox1.Controls.Add(Me.Label9) + Me.GroupBox1.Controls.Add(Me.Label8) + Me.GroupBox1.Controls.Add(Me.Label7) + Me.GroupBox1.Controls.Add(Me.Label6) + Me.GroupBox1.Controls.Add(Me.Label5) + Me.GroupBox1.Controls.Add(Me.Label4) + Me.GroupBox1.Controls.Add(Me.Label3) + Me.GroupBox1.Controls.Add(Me.Label2) + Me.GroupBox1.Controls.Add(Me.Button22) + Me.GroupBox1.Controls.Add(Me.Button21) + Me.GroupBox1.Controls.Add(Me.Button19) + Me.GroupBox1.Controls.Add(Me.Button18) + Me.GroupBox1.Controls.Add(Me.Button17) + Me.GroupBox1.Controls.Add(Me.Button16) + Me.GroupBox1.Controls.Add(Me.Button15) + Me.GroupBox1.Controls.Add(Me.Button14) + Me.GroupBox1.Location = New System.Drawing.Point(173, 7) + Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(139, 248) + Me.GroupBox1.TabIndex = 15 + Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "Speed dial" + ' + 'Label9 + ' + Me.Label9.AutoSize = True + Me.Label9.Location = New System.Drawing.Point(7, 219) + Me.Label9.Name = "Label9" + Me.Label9.Size = New System.Drawing.Size(13, 13) + Me.Label9.TabIndex = 16 + Me.Label9.Text = "8" + ' + 'Label8 + ' + Me.Label8.AutoSize = True + Me.Label8.Location = New System.Drawing.Point(7, 191) + Me.Label8.Name = "Label8" + Me.Label8.Size = New System.Drawing.Size(13, 13) + Me.Label8.TabIndex = 15 + Me.Label8.Text = "7" + ' + 'Label7 + ' + Me.Label7.AutoSize = True + Me.Label7.Location = New System.Drawing.Point(7, 165) + Me.Label7.Name = "Label7" + Me.Label7.Size = New System.Drawing.Size(13, 13) + Me.Label7.TabIndex = 14 + Me.Label7.Text = "6" + ' + 'Label6 + ' + Me.Label6.AutoSize = True + Me.Label6.Location = New System.Drawing.Point(7, 137) + Me.Label6.Name = "Label6" + Me.Label6.Size = New System.Drawing.Size(13, 13) + Me.Label6.TabIndex = 13 + Me.Label6.Text = "5" + ' + 'Label5 + ' + Me.Label5.AutoSize = True + Me.Label5.Location = New System.Drawing.Point(7, 109) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(13, 13) + Me.Label5.TabIndex = 12 + Me.Label5.Text = "4" + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.Location = New System.Drawing.Point(7, 80) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(13, 13) + Me.Label4.TabIndex = 11 + Me.Label4.Text = "3" + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Location = New System.Drawing.Point(7, 51) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(13, 13) + Me.Label3.TabIndex = 10 + Me.Label3.Text = "2" + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(7, 24) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(13, 13) + Me.Label2.TabIndex = 9 + Me.Label2.Text = "1" + ' + 'Button22 + ' + Me.Button22.Location = New System.Drawing.Point(23, 132) + Me.Button22.Name = "Button22" + Me.Button22.Size = New System.Drawing.Size(108, 23) + Me.Button22.TabIndex = 8 + Me.Button22.UseVisualStyleBackColor = True + ' + 'Button21 + ' + Me.Button21.Location = New System.Drawing.Point(23, 160) + Me.Button21.Name = "Button21" + Me.Button21.Size = New System.Drawing.Size(108, 23) + Me.Button21.TabIndex = 7 + Me.Button21.UseVisualStyleBackColor = True + ' + 'Button19 + ' + Me.Button19.Location = New System.Drawing.Point(23, 214) + Me.Button19.Name = "Button19" + Me.Button19.Size = New System.Drawing.Size(108, 23) + Me.Button19.TabIndex = 5 + Me.Button19.UseVisualStyleBackColor = True + ' + 'Button18 + ' + Me.Button18.Location = New System.Drawing.Point(23, 186) + Me.Button18.Name = "Button18" + Me.Button18.Size = New System.Drawing.Size(108, 23) + Me.Button18.TabIndex = 4 + Me.Button18.UseVisualStyleBackColor = True + ' + 'Button17 + ' + Me.Button17.Location = New System.Drawing.Point(23, 104) + Me.Button17.Name = "Button17" + Me.Button17.Size = New System.Drawing.Size(108, 23) + Me.Button17.TabIndex = 3 + Me.Button17.UseVisualStyleBackColor = True + ' + 'Button16 + ' + Me.Button16.Location = New System.Drawing.Point(23, 75) + Me.Button16.Name = "Button16" + Me.Button16.Size = New System.Drawing.Size(108, 23) + Me.Button16.TabIndex = 2 + Me.Button16.UseVisualStyleBackColor = True + ' + 'Button15 + ' + Me.Button15.Location = New System.Drawing.Point(23, 46) + Me.Button15.Name = "Button15" + Me.Button15.Size = New System.Drawing.Size(108, 23) + Me.Button15.TabIndex = 1 + Me.Button15.UseVisualStyleBackColor = True + ' + 'Button14 + ' + Me.Button14.Location = New System.Drawing.Point(23, 19) + Me.Button14.Name = "Button14" + Me.Button14.Size = New System.Drawing.Size(108, 23) + Me.Button14.TabIndex = 0 + Me.Button14.UseVisualStyleBackColor = True + ' + 'Button11 + ' + Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Button11.Location = New System.Drawing.Point(18, 221) + Me.Button11.Name = "Button11" + Me.Button11.Size = New System.Drawing.Size(40, 34) + Me.Button11.TabIndex = 14 + Me.Button11.Text = "*" + Me.Button11.TextAlign = System.Drawing.ContentAlignment.BottomCenter + Me.Button11.UseVisualStyleBackColor = True + ' + 'Button12 + ' + Me.Button12.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Button12.Location = New System.Drawing.Point(104, 221) + Me.Button12.Name = "Button12" + Me.Button12.Size = New System.Drawing.Size(40, 34) + Me.Button12.TabIndex = 13 + Me.Button12.Text = "#" + Me.Button12.UseVisualStyleBackColor = True + ' + 'Button13 + ' + Me.Button13.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Button13.Location = New System.Drawing.Point(61, 221) + Me.Button13.Name = "Button13" + Me.Button13.Size = New System.Drawing.Size(40, 34) + Me.Button13.TabIndex = 12 + Me.Button13.Text = "0" + Me.Button13.TextAlign = System.Drawing.ContentAlignment.BottomCenter + Me.Button13.UseVisualStyleBackColor = True + ' + 'Button8 + ' + Me.Button8.Font = New System.Drawing.Font("Calibri", 7.0!) + Me.Button8.Location = New System.Drawing.Point(18, 181) + Me.Button8.Name = "Button8" + Me.Button8.Size = New System.Drawing.Size(40, 34) + Me.Button8.TabIndex = 11 + Me.Button8.Text = "PQRS 7" + Me.Button8.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.Button8.UseVisualStyleBackColor = True + ' + 'Button9 + ' + Me.Button9.Font = New System.Drawing.Font("Calibri", 7.0!) + Me.Button9.Location = New System.Drawing.Point(104, 181) + Me.Button9.Name = "Button9" + Me.Button9.Size = New System.Drawing.Size(40, 34) + Me.Button9.TabIndex = 10 + Me.Button9.Text = "WXYZ 9" + Me.Button9.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.Button9.UseVisualStyleBackColor = True + ' + 'Button10 + ' + Me.Button10.Font = New System.Drawing.Font("Calibri", 7.0!) + Me.Button10.Location = New System.Drawing.Point(61, 181) + Me.Button10.Name = "Button10" + Me.Button10.Size = New System.Drawing.Size(40, 34) + Me.Button10.TabIndex = 9 + Me.Button10.Text = "TUV 8" + Me.Button10.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.Button10.UseVisualStyleBackColor = True + ' + 'Button5 + ' + Me.Button5.Font = New System.Drawing.Font("Calibri", 7.0!) + Me.Button5.Location = New System.Drawing.Point(18, 141) + Me.Button5.Name = "Button5" + Me.Button5.Size = New System.Drawing.Size(40, 34) + Me.Button5.TabIndex = 8 + Me.Button5.Text = "GHI 4" + Me.Button5.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.Button5.UseVisualStyleBackColor = True + ' + 'Button6 + ' + Me.Button6.Font = New System.Drawing.Font("Calibri", 7.0!) + Me.Button6.Location = New System.Drawing.Point(104, 141) + Me.Button6.Name = "Button6" + Me.Button6.Size = New System.Drawing.Size(40, 34) + Me.Button6.TabIndex = 7 + Me.Button6.Text = "MNO 6" + Me.Button6.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.Button6.UseVisualStyleBackColor = True + ' + 'Button7 + ' + Me.Button7.Font = New System.Drawing.Font("Calibri", 7.0!) + Me.Button7.Location = New System.Drawing.Point(61, 141) + Me.Button7.Name = "Button7" + Me.Button7.Size = New System.Drawing.Size(40, 34) + Me.Button7.TabIndex = 6 + Me.Button7.Text = "JKL 5" + Me.Button7.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.Button7.UseVisualStyleBackColor = True + ' + 'Button4 + ' + Me.Button4.Font = New System.Drawing.Font("Calibri", 7.0!) + Me.Button4.Location = New System.Drawing.Point(18, 101) + Me.Button4.Name = "Button4" + Me.Button4.Size = New System.Drawing.Size(40, 34) + Me.Button4.TabIndex = 5 + Me.Button4.Text = "1" + Me.Button4.TextAlign = System.Drawing.ContentAlignment.BottomCenter + Me.Button4.UseVisualStyleBackColor = True + ' + 'Button3 + ' + Me.Button3.Font = New System.Drawing.Font("Calibri", 7.0!) + Me.Button3.Location = New System.Drawing.Point(104, 101) + Me.Button3.Name = "Button3" + Me.Button3.Size = New System.Drawing.Size(40, 34) + Me.Button3.TabIndex = 4 + Me.Button3.Text = "DEF 3" + Me.Button3.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.Button3.UseVisualStyleBackColor = True + ' + 'Button2 + ' + Me.Button2.Font = New System.Drawing.Font("Calibri", 7.0!) + Me.Button2.Location = New System.Drawing.Point(61, 101) + Me.Button2.Name = "Button2" + Me.Button2.Size = New System.Drawing.Size(40, 34) + Me.Button2.TabIndex = 3 + Me.Button2.Text = "ABC 2" + Me.Button2.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.Button2.UseVisualStyleBackColor = True + ' + 'Button1 + ' + Me.Button1.Location = New System.Drawing.Point(8, 60) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(150, 23) + Me.Button1.TabIndex = 2 + Me.Button1.Text = "Dial" + Me.Button1.UseVisualStyleBackColor = True + ' + 'ComboBox1 + ' + Me.ComboBox1.FormattingEnabled = True + Me.ComboBox1.Location = New System.Drawing.Point(8, 32) + Me.ComboBox1.Name = "ComboBox1" + Me.ComboBox1.Size = New System.Drawing.Size(150, 21) + Me.ComboBox1.TabIndex = 1 + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(7, 15) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(78, 13) + Me.Label1.TabIndex = 0 + Me.Label1.Text = "Number to dial:" + ' + 'MenuStrip1 + ' + Me.MenuStrip1.BackColor = System.Drawing.Color.Silver + Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.EditToolStripMenuItem, Me.ToolsToolStripMenuItem, Me.HelpToolStripMenuItem}) + Me.MenuStrip1.Location = New System.Drawing.Point(0, 25) + Me.MenuStrip1.Name = "MenuStrip1" + Me.MenuStrip1.Size = New System.Drawing.Size(323, 24) + Me.MenuStrip1.TabIndex = 6 + Me.MenuStrip1.Text = "MenuStrip1" + ' + 'FileToolStripMenuItem + ' + Me.FileToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExitToolStripMenuItem}) + Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem" + Me.FileToolStripMenuItem.Size = New System.Drawing.Size(37, 20) + Me.FileToolStripMenuItem.Text = "File" + ' + 'ExitToolStripMenuItem + ' + Me.ExitToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem" + Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(92, 22) + Me.ExitToolStripMenuItem.Text = "Exit" + ' + 'EditToolStripMenuItem + ' + Me.EditToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CutCtrlXToolStripMenuItem, Me.CopyCtrlCToolStripMenuItem, Me.PasteCtrlVToolStripMenuItem, Me.DeleteDelToolStripMenuItem, Me.SpeedDialToolStripMenuItem}) + Me.EditToolStripMenuItem.Name = "EditToolStripMenuItem" + Me.EditToolStripMenuItem.Size = New System.Drawing.Size(39, 20) + Me.EditToolStripMenuItem.Text = "Edit" + ' + 'CutCtrlXToolStripMenuItem + ' + Me.CutCtrlXToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.CutCtrlXToolStripMenuItem.Name = "CutCtrlXToolStripMenuItem" + Me.CutCtrlXToolStripMenuItem.Size = New System.Drawing.Size(158, 22) + Me.CutCtrlXToolStripMenuItem.Text = "Cut Ctrl+X" + ' + 'CopyCtrlCToolStripMenuItem + ' + Me.CopyCtrlCToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.CopyCtrlCToolStripMenuItem.Name = "CopyCtrlCToolStripMenuItem" + Me.CopyCtrlCToolStripMenuItem.Size = New System.Drawing.Size(158, 22) + Me.CopyCtrlCToolStripMenuItem.Text = "Copy Ctrl+C" + ' + 'PasteCtrlVToolStripMenuItem + ' + Me.PasteCtrlVToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.PasteCtrlVToolStripMenuItem.Name = "PasteCtrlVToolStripMenuItem" + Me.PasteCtrlVToolStripMenuItem.Size = New System.Drawing.Size(158, 22) + Me.PasteCtrlVToolStripMenuItem.Text = "Paste Ctrl+V" + ' + 'DeleteDelToolStripMenuItem + ' + Me.DeleteDelToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.DeleteDelToolStripMenuItem.Name = "DeleteDelToolStripMenuItem" + Me.DeleteDelToolStripMenuItem.Size = New System.Drawing.Size(158, 22) + Me.DeleteDelToolStripMenuItem.Text = "Delete Del" + ' + 'SpeedDialToolStripMenuItem + ' + Me.SpeedDialToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.SpeedDialToolStripMenuItem.Name = "SpeedDialToolStripMenuItem" + Me.SpeedDialToolStripMenuItem.Size = New System.Drawing.Size(158, 22) + Me.SpeedDialToolStripMenuItem.Text = "Speed Dial..." + ' + 'ToolsToolStripMenuItem + ' + Me.ToolsToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ConnectUsingToolStripMenuItem, Me.DialingPropertiesToolStripMenuItem, Me.ShowLogToolStripMenuItem}) + Me.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem" + Me.ToolsToolStripMenuItem.Size = New System.Drawing.Size(48, 20) + Me.ToolsToolStripMenuItem.Text = "Tools" + ' + 'ConnectUsingToolStripMenuItem + ' + Me.ConnectUsingToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.ConnectUsingToolStripMenuItem.Name = "ConnectUsingToolStripMenuItem" + Me.ConnectUsingToolStripMenuItem.Size = New System.Drawing.Size(176, 22) + Me.ConnectUsingToolStripMenuItem.Text = "Connect Using..." + ' + 'DialingPropertiesToolStripMenuItem + ' + Me.DialingPropertiesToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.DialingPropertiesToolStripMenuItem.Name = "DialingPropertiesToolStripMenuItem" + Me.DialingPropertiesToolStripMenuItem.Size = New System.Drawing.Size(176, 22) + Me.DialingPropertiesToolStripMenuItem.Text = "Dialing Properties..." + ' + 'ShowLogToolStripMenuItem + ' + Me.ShowLogToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.ShowLogToolStripMenuItem.Name = "ShowLogToolStripMenuItem" + Me.ShowLogToolStripMenuItem.Size = New System.Drawing.Size(176, 22) + Me.ShowLogToolStripMenuItem.Text = "Show Log" + ' + 'HelpToolStripMenuItem + ' + Me.HelpToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.HelpTopicsToolStripMenuItem, Me.WhatsThisToolStripMenuItem, Me.AboutPhoneDialerToolStripMenuItem}) + Me.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem" + Me.HelpToolStripMenuItem.Size = New System.Drawing.Size(44, 20) + Me.HelpToolStripMenuItem.Text = "Help" + ' + 'HelpTopicsToolStripMenuItem + ' + Me.HelpTopicsToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.HelpTopicsToolStripMenuItem.Name = "HelpTopicsToolStripMenuItem" + Me.HelpTopicsToolStripMenuItem.Size = New System.Drawing.Size(177, 22) + Me.HelpTopicsToolStripMenuItem.Text = "Help Topics" + ' + 'WhatsThisToolStripMenuItem + ' + Me.WhatsThisToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.WhatsThisToolStripMenuItem.Name = "WhatsThisToolStripMenuItem" + Me.WhatsThisToolStripMenuItem.Size = New System.Drawing.Size(177, 22) + Me.WhatsThisToolStripMenuItem.Text = "What's This?" + ' + 'AboutPhoneDialerToolStripMenuItem + ' + Me.AboutPhoneDialerToolStripMenuItem.BackColor = System.Drawing.Color.Silver + Me.AboutPhoneDialerToolStripMenuItem.Name = "AboutPhoneDialerToolStripMenuItem" + Me.AboutPhoneDialerToolStripMenuItem.Size = New System.Drawing.Size(177, 22) + Me.AboutPhoneDialerToolStripMenuItem.Text = "About Phone Dialer" + ' + 'outsideprogramtopbar + ' + Me.outsideprogramtopbar.Controls.Add(Me.programtopbar) + Me.outsideprogramtopbar.Dock = System.Windows.Forms.DockStyle.Top + Me.outsideprogramtopbar.Location = New System.Drawing.Point(0, 0) + Me.outsideprogramtopbar.Name = "outsideprogramtopbar" + Me.outsideprogramtopbar.Size = New System.Drawing.Size(323, 25) + Me.outsideprogramtopbar.TabIndex = 5 + ' + 'programtopbar + ' + Me.programtopbar.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.programtopbar.BackColor = System.Drawing.Color.DarkBlue + Me.programtopbar.Controls.Add(Me.maximizebutton) + Me.programtopbar.Controls.Add(Me.minimizebutton) + Me.programtopbar.Controls.Add(Me.programname) + Me.programtopbar.Controls.Add(Me.closebutton) + Me.programtopbar.Location = New System.Drawing.Point(3, 3) + Me.programtopbar.Name = "programtopbar" + Me.programtopbar.Size = New System.Drawing.Size(317, 18) + Me.programtopbar.TabIndex = 0 + ' + 'maximizebutton + ' + Me.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right + Me.maximizebutton.Image = Global.windows_95.My.Resources.Resources.Maximize + Me.maximizebutton.Location = New System.Drawing.Point(283, 2) + Me.maximizebutton.Name = "maximizebutton" + Me.maximizebutton.Size = New System.Drawing.Size(16, 14) + Me.maximizebutton.TabIndex = 6 + Me.maximizebutton.TabStop = False + ' + 'minimizebutton + ' + Me.minimizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right + Me.minimizebutton.Image = Global.windows_95.My.Resources.Resources.minimize + Me.minimizebutton.Location = New System.Drawing.Point(267, 2) + Me.minimizebutton.Name = "minimizebutton" + Me.minimizebutton.Size = New System.Drawing.Size(16, 14) + Me.minimizebutton.TabIndex = 5 + Me.minimizebutton.TabStop = False + ' + 'programname + ' + Me.programname.AutoSize = True + Me.programname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.programname.ForeColor = System.Drawing.Color.White + Me.programname.Location = New System.Drawing.Point(3, 2) + Me.programname.Name = "programname" + Me.programname.Size = New System.Drawing.Size(80, 13) + Me.programname.TabIndex = 3 + Me.programname.Text = "Phone Dialer" + ' + 'closebutton + ' + Me.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right + Me.closebutton.Image = Global.windows_95.My.Resources.Resources.close + Me.closebutton.Location = New System.Drawing.Point(300, 2) + Me.closebutton.Name = "closebutton" + Me.closebutton.Size = New System.Drawing.Size(16, 14) + Me.closebutton.TabIndex = 4 + Me.closebutton.TabStop = False + ' + 'look + ' + ' + 'phone_dialer + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(327, 332) + Me.Controls.Add(Me.program) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None + Me.MainMenuStrip = Me.MenuStrip1 + Me.Name = "phone_dialer" + Me.Text = "phone_dialer" + Me.TopMost = True + Me.program.ResumeLayout(False) + Me.program.PerformLayout() + Me.Panel1.ResumeLayout(False) + Me.Panel1.PerformLayout() + Me.GroupBox1.ResumeLayout(False) + Me.GroupBox1.PerformLayout() + Me.MenuStrip1.ResumeLayout(False) + Me.MenuStrip1.PerformLayout() + Me.outsideprogramtopbar.ResumeLayout(False) + Me.programtopbar.ResumeLayout(False) + Me.programtopbar.PerformLayout() + CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.closebutton, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + + End Sub + Friend WithEvents program As System.Windows.Forms.Panel + Friend WithEvents outsideprogramtopbar As System.Windows.Forms.Panel + Friend WithEvents programtopbar As System.Windows.Forms.Panel + Friend WithEvents maximizebutton As System.Windows.Forms.PictureBox + Friend WithEvents minimizebutton As System.Windows.Forms.PictureBox + Friend WithEvents programname As System.Windows.Forms.Label + Friend WithEvents closebutton As System.Windows.Forms.PictureBox + Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip + Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents EditToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents CutCtrlXToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents CopyCtrlCToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents PasteCtrlVToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents DeleteDelToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents SpeedDialToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ToolsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ConnectUsingToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents DialingPropertiesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ShowLogToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents HelpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents HelpTopicsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents WhatsThisToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents AboutPhoneDialerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents Panel1 As System.Windows.Forms.Panel + Friend WithEvents Button2 As System.Windows.Forms.Button + Friend WithEvents Button1 As System.Windows.Forms.Button + Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents Button11 As System.Windows.Forms.Button + Friend WithEvents Button12 As System.Windows.Forms.Button + Friend WithEvents Button13 As System.Windows.Forms.Button + Friend WithEvents Button8 As System.Windows.Forms.Button + Friend WithEvents Button9 As System.Windows.Forms.Button + Friend WithEvents Button10 As System.Windows.Forms.Button + Friend WithEvents Button5 As System.Windows.Forms.Button + Friend WithEvents Button6 As System.Windows.Forms.Button + Friend WithEvents Button7 As System.Windows.Forms.Button + Friend WithEvents Button4 As System.Windows.Forms.Button + Friend WithEvents Button3 As System.Windows.Forms.Button + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents Button22 As System.Windows.Forms.Button + Friend WithEvents Button21 As System.Windows.Forms.Button + Friend WithEvents Button19 As System.Windows.Forms.Button + Friend WithEvents Button18 As System.Windows.Forms.Button + Friend WithEvents Button17 As System.Windows.Forms.Button + Friend WithEvents Button16 As System.Windows.Forms.Button + Friend WithEvents Button15 As System.Windows.Forms.Button + Friend WithEvents Button14 As System.Windows.Forms.Button + Friend WithEvents Label9 As System.Windows.Forms.Label + Friend WithEvents Label8 As System.Windows.Forms.Label + Friend WithEvents Label7 As System.Windows.Forms.Label + Friend WithEvents Label6 As System.Windows.Forms.Label + Friend WithEvents Label5 As System.Windows.Forms.Label + Friend WithEvents Label4 As System.Windows.Forms.Label + Friend WithEvents Label3 As System.Windows.Forms.Label + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents look As System.Windows.Forms.Timer +End Class -- cgit v1.2.3