⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chat.frm

📁 可以把数据库中的记录以email的形式发送出去
💻 FRM
📖 第 1 页 / 共 4 页
字号:
            TabIndex        =   40
            Top             =   120
            Width           =   375
         End
         Begin VB.Label Label3 
            BackColor       =   &H00FFC0C0&
            Caption         =   "Seconds"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   1560
            TabIndex        =   39
            Top             =   120
            Width           =   855
         End
      End
      Begin VB.CommandButton cmdSendText 
         Caption         =   "Send Text"
         Height          =   255
         Left            =   3000
         TabIndex        =   33
         ToolTipText     =   "This button send the text to the left to the other party"
         Top             =   240
         Width           =   1095
      End
      Begin VB.TextBox txtSendText 
         Height          =   285
         Left            =   120
         TabIndex        =   32
         ToolTipText     =   "Text to send to your friend"
         Top             =   240
         Width           =   2775
      End
   End
   Begin VB.Frame FrameStatus 
      BackColor       =   &H00FF8080&
      Caption         =   "Status:"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   2175
      Left            =   5760
      TabIndex        =   28
      Top             =   0
      Width           =   1335
      Begin VB.CommandButton cmdConnect 
         Caption         =   "Connect"
         Height          =   375
         Left            =   120
         TabIndex        =   30
         ToolTipText     =   "This button controls Connecting, Disconnecting and Listening"
         Top             =   1680
         Width           =   1095
      End
      Begin VB.PictureBox imgConnecting 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H00FF8080&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   1350
         Left            =   120
         Picture         =   "Chat.frx":C5C6
         ScaleHeight     =   1350
         ScaleWidth      =   1110
         TabIndex        =   29
         Top             =   240
         Visible         =   0   'False
         Width           =   1110
      End
      Begin VB.Image imgOnline 
         Height          =   1350
         Left            =   120
         Picture         =   "Chat.frx":D5BF
         Top             =   240
         Visible         =   0   'False
         Width           =   1110
      End
      Begin VB.Image imgOffline 
         Height          =   1350
         Left            =   120
         Picture         =   "Chat.frx":E5C9
         Top             =   240
         Width           =   1110
      End
   End
   Begin ComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   19
      Top             =   6390
      Width           =   7230
      _ExtentX        =   12753
      _ExtentY        =   661
      SimpleText      =   ""
      _Version        =   327682
      BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7} 
         NumPanels       =   3
         BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Alignment       =   1
            Object.Width           =   2469
            MinWidth        =   2469
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel2 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Alignment       =   1
            Object.Width           =   7937
            MinWidth        =   7937
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel3 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Style           =   5
            Alignment       =   1
            Object.Width           =   2293
            MinWidth        =   2293
            TextSave        =   "2:17 AM"
            Object.Tag             =   ""
         EndProperty
      EndProperty
   End
   Begin VB.TextBox txtIncomingData 
      Height          =   2175
      Left            =   120
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   4
      Top             =   0
      Width           =   5655
   End
   Begin VB.Frame FrameSendEmail 
      BackColor       =   &H00FF8080&
      Caption         =   "Send Email"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   2175
      Left            =   120
      TabIndex        =   20
      Top             =   3840
      Visible         =   0   'False
      Width           =   6975
      Begin VB.Frame FrameSendEmailStatus 
         BackColor       =   &H00FF8080&
         Caption         =   "Status"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   1695
         Left            =   5400
         TabIndex        =   25
         Top             =   240
         Width           =   1455
         Begin VB.CommandButton cmdSendMail 
            Caption         =   "Send"
            Height          =   255
            Left            =   120
            TabIndex        =   54
            Top             =   1200
            Width           =   1215
         End
         Begin ComctlLib.ProgressBar ProgressBar1 
            Height          =   135
            Left            =   120
            TabIndex        =   26
            Top             =   720
            Width           =   1215
            _ExtentX        =   2143
            _ExtentY        =   238
            _Version        =   327682
            Appearance      =   1
         End
         Begin VB.Label StatusTxt 
            BackColor       =   &H00FF8080&
            Height          =   375
            Left            =   120
            TabIndex        =   27
            ToolTipText     =   "Status Messages"
            Top             =   240
            Width           =   1215
         End
      End
      Begin VB.TextBox txtEmailBodyOfMessage 
         Height          =   1215
         Left            =   2040
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   10
         ToolTipText     =   "Put your text here"
         Top             =   240
         Width           =   3255
      End
      Begin VB.TextBox txtToEmailAddress 
         Height          =   285
         Left            =   120
         TabIndex        =   7
         Top             =   1080
         Width           =   1815
      End
      Begin VB.TextBox txtFromEmailAddress 
         Height          =   285
         Left            =   120
         TabIndex        =   6
         ToolTipText     =   "youremail@yourisp.com"
         Top             =   480
         Width           =   1815
      End
      Begin VB.TextBox txtEmailServer 
         Height          =   285
         Left            =   120
         TabIndex        =   8
         Text            =   "12.9.25.36"
         ToolTipText     =   "mail.yourisp.com or smtp.yourisp.com"
         Top             =   1680
         Width           =   1815
      End
      Begin VB.TextBox txtEmailSubject 
         Height          =   285
         Left            =   2040
         TabIndex        =   9
         ToolTipText     =   "Email Subject"
         Top             =   1680
         Width           =   3255
      End
      Begin VB.Label Label7 
         BackColor       =   &H00FF8080&
         Caption         =   "Send To:"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   24
         Top             =   840
         Width           =   975
      End
      Begin VB.Label Label1 
         BackColor       =   &H00FF8080&
         Caption         =   "Your Email Address:"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   23
         Top             =   240
         Width           =   1935
      End
      Begin VB.Label Label5 
         BackColor       =   &H00FF8080&
         Caption         =   "SMTP Address:"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   22
         Top             =   1440
         Width           =   1935
      End
      Begin VB.Label Label6 
         BackColor       =   &H00FF8080&
         Caption         =   "Subject:"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   2040
         TabIndex        =   21
         Top             =   1440
         Width           =   855
      End
   End
   Begin VB.Frame FrameConnectOptions 
      BackColor       =   &H00FF8080&
      Caption         =   "Connect Options"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   975
      Left            =   120
      TabIndex        =   16
      Top             =   3840
      Width           =   6975
      Begin VB.TextBox txtNick 
         Height          =   285
         Left            =   5040
         TabIndex        =   15
         Text            =   "Nick Name"
         ToolTipText     =   "You can change the Nickname even during a chat session"
         Top             =   480
         Width           =   1215
      End
      Begin VB.TextBox txtPort 
         Height          =   285
         Left            =   4200
         TabIndex        =   14
         Text            =   "1005"
         ToolTipText     =   "The Host AND Guest MUST use the same port number"
         Top             =   480
         Width           =   615
      End
      Begin VB.TextBox txtIP 
         Height          =   285
         Left            =   2520
         TabIndex        =   13
         Text            =   "localhost"
         ToolTipText     =   "If you're connecting to yourself, then leave as Localhost... Otherwise enter the IP# of the Host"
         Top             =   480
         Width           =   1415
      End
      Begin VB.OptionButton optHostGuest 
         BackColor       =   &H00FF8080&
         Caption         =   "GUEST"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   195
         Index           =   1
         Left            =   1200
         TabIndex        =   12
         ToolTipText     =   "You will connect to a host... Get the IP# of the Host and enter below"
         Top             =   480
         Value           =   -1  'True
         Width           =   1095
      End
      Begin VB.OptionButton optHostGuest 
         BackColor       =   &H00FF8080&
         Caption         =   "HOST"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   195
         Index           =   0
         Left            =   120
         TabIndex        =   11
         ToolTipText     =   "You will receive the connection, tell your friend your IP#"
         Top             =   480
         Width           =   975
      End
      Begin VB.Label LabelNick 
         Alignment       =   2  'Center
         AutoSize        =   -1  'True
         BackColor       =   &H00FF8080&
         Caption         =   "Nick Name"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   5040
         TabIndex        =   43
         Top             =   240
         Width           =   975
      End
      Begin VB.Label LabelAddress 
         AutoSize        =   -1  'True
         BackColor       =   &H00FF8080&
         Caption         =   "Address"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   2520
         TabIndex        =   18
         Top             =   240
         Width           =   690
      End
      Begin VB.Label labelPort 
         Alignment       =   2  'Center
         AutoSize        =   -1  'True
         BackColor       =   &H00FF8080&
         Caption         =   "Port"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   4200
         TabIndex        =   17
         Top             =   240

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -