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

📄 frmmain.frm

📁 JK Proxy Project - Version 0.1 ------------------------------ This was going to be a proxy serve
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmMain 
   Caption         =   "Form1"
   ClientHeight    =   5700
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   8115
   LinkTopic       =   "Form1"
   ScaleHeight     =   380
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   541
   StartUpPosition =   3  'Windows Default
   Begin VB.Timer tmrBlockUpdate 
      Interval        =   60000
      Left            =   5160
      Top             =   240
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   1440
      Top             =   120
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin MSComctlLib.ImageList imgTray 
      Left            =   6600
      Top             =   120
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   2
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":0000
            Key             =   "NOTRUNNING"
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":031A
            Key             =   "RUNNING"
         EndProperty
      EndProperty
   End
   Begin VB.Timer tmrCheck 
      Enabled         =   0   'False
      Interval        =   2000
      Left            =   3000
      Top             =   120
   End
   Begin VB.PictureBox picSub 
      Height          =   4215
      Index           =   0
      Left            =   1920
      ScaleHeight     =   277
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   493
      TabIndex        =   1
      Top             =   600
      Width           =   7455
      Begin VB.CommandButton cmdSaveSettings 
         Caption         =   "Save settings"
         Height          =   375
         Left            =   6120
         TabIndex        =   19
         Top             =   3720
         Width           =   1215
      End
      Begin VB.CommandButton cmdDiscard 
         Caption         =   "Discard changes"
         Height          =   375
         Left            =   4560
         TabIndex        =   18
         Top             =   3720
         Width           =   1455
      End
      Begin VB.Frame frModule 
         Caption         =   "eMail proxy - settings"
         Height          =   3375
         Index           =   0
         Left            =   2400
         TabIndex        =   4
         Top             =   120
         Visible         =   0   'False
         Width           =   4935
         Begin VB.CommandButton cmdIPRules 
            Caption         =   "Edit"
            Height          =   255
            Left            =   4080
            TabIndex        =   41
            Top             =   2400
            Width           =   615
         End
         Begin VB.CommandButton cmdEditEmailRules 
            Caption         =   "Edit"
            Height          =   285
            Left            =   4080
            TabIndex        =   31
            Top             =   1440
            Width           =   615
         End
         Begin VB.TextBox txtEmailIPRules 
            Height          =   285
            Left            =   1560
            TabIndex        =   14
            Top             =   2400
            Width           =   2415
         End
         Begin VB.TextBox txtEmailKeepTrash 
            Height          =   285
            Left            =   1560
            TabIndex        =   12
            Top             =   1920
            Width           =   615
         End
         Begin VB.TextBox txtEmailRules 
            Height          =   285
            Left            =   1560
            TabIndex        =   10
            Top             =   1440
            Width           =   2415
         End
         Begin VB.TextBox txtEmailTrash 
            Height          =   285
            Left            =   1560
            TabIndex        =   8
            Top             =   960
            Width           =   2415
         End
         Begin VB.TextBox txtEmailPort 
            Height          =   285
            Left            =   1560
            TabIndex        =   6
            Top             =   480
            Width           =   615
         End
         Begin VB.Label Label6 
            Caption         =   "IP rules file:"
            Height          =   255
            Left            =   240
            TabIndex        =   13
            Top             =   2400
            Width           =   1095
         End
         Begin VB.Label Label5 
            Caption         =   "Keep blocked emails (in days):"
            Height          =   495
            Left            =   240
            TabIndex        =   11
            Top             =   1920
            Width           =   1215
         End
         Begin VB.Label Label4 
            Caption         =   "Rules file:"
            Height          =   375
            Left            =   240
            TabIndex        =   9
            Top             =   1440
            Width           =   1455
         End
         Begin VB.Label Label3 
            Caption         =   "Trash folder:"
            Height          =   255
            Left            =   240
            TabIndex        =   7
            Top             =   960
            Width           =   1335
         End
         Begin VB.Label Label2 
            Caption         =   "Server port:"
            Height          =   255
            Left            =   240
            TabIndex        =   5
            Top             =   480
            Width           =   2175
         End
      End
      Begin VB.ComboBox cmbModule 
         Height          =   315
         Left            =   0
         Style           =   2  'Dropdown List
         TabIndex        =   3
         Top             =   240
         Width           =   2175
      End
      Begin VB.Label Label1 
         Caption         =   "Settings of:"
         Height          =   255
         Left            =   0
         TabIndex        =   2
         Top             =   0
         Width           =   2895
      End
   End
   Begin VB.PictureBox picSub 
      Height          =   3735
      Index           =   1
      Left            =   1320
      ScaleHeight     =   245
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   461
      TabIndex        =   16
      Top             =   960
      Width           =   6975
      Begin VB.CommandButton cmdShowFull 
         Caption         =   "Show fullscreen"
         Height          =   315
         Left            =   4560
         TabIndex        =   22
         Top             =   1680
         Width           =   1695
      End
      Begin VB.CheckBox chkFullHeader 
         Caption         =   "Show full header"
         Height          =   255
         Left            =   2880
         TabIndex        =   21
         Top             =   1725
         Width           =   3375
      End
      Begin VB.TextBox txtShowBlocked 
         Height          =   1455
         Left            =   0
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   20
         Top             =   2160
         Width           =   6735
      End
      Begin MSComctlLib.ListView lvBlocked 
         Height          =   1575
         Left            =   0
         TabIndex        =   17
         Top             =   0
         Width           =   6735
         _ExtentX        =   11880
         _ExtentY        =   2778
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   -1  'True
         HideSelection   =   0   'False
         FullRowSelect   =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   1
         NumItems        =   0
      End
   End
   Begin VB.PictureBox picSub 
      Height          =   3495
      Index           =   2
      Left            =   480
      ScaleHeight     =   229
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   453
      TabIndex        =   23
      Top             =   960
      Width           =   6855
      Begin VB.TextBox txtProtocol 
         Height          =   2415
         Left            =   1560
         Locked          =   -1  'True
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   30
         Top             =   720
         Width           =   4935
      End
      Begin VB.CommandButton cmdRestart 
         Caption         =   "Restart server"
         Height          =   315
         Left            =   0
         TabIndex        =   28
         Top             =   1440
         Width           =   1215
      End
      Begin VB.CommandButton cmdStop 
         Caption         =   "Stop server"
         Height          =   315
         Left            =   0
         TabIndex        =   27
         Top             =   1080
         Width           =   1215
      End
      Begin VB.CommandButton cmdStart 
         Caption         =   "Start server"
         Height          =   315
         Left            =   0
         TabIndex        =   26
         Top             =   720
         Width           =   1215
      End
      Begin VB.Label lblRestart 
         Caption         =   "No"
         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            =   0
         TabIndex        =   40
         Top             =   2280
         Width           =   1455
      End
      Begin VB.Label Label12 
         Caption         =   "Restart required:"
         Height          =   255
         Left            =   0
         TabIndex        =   39
         Top             =   2040
         Width           =   1695
      End
      Begin VB.Label Label8 
         Caption         =   "Protocol:"
         Height          =   255
         Left            =   1560
         TabIndex        =   29
         Top             =   480
         Width           =   2055
      End
      Begin VB.Label lblRunning 
         Caption         =   "[lblRunning]"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   255
         Left            =   0
         TabIndex        =   25
         Top             =   240
         Width           =   3975
      End
      Begin VB.Label Label7 
         Caption         =   "Server is"
         Height          =   255
         Left            =   0
         TabIndex        =   24
         Top             =   0
         Width           =   3495
      End
   End
   Begin VB.PictureBox picSub 
      Height          =   4215
      Index           =   3
      Left            =   960
      ScaleHeight     =   4155
      ScaleWidth      =   7275
      TabIndex        =   32
      Top             =   480
      Width           =   7335
      Begin VB.CommandButton cmdSelSpammers 
         Caption         =   "..."
         Height          =   255
         Left            =   5880
         TabIndex        =   38
         Top             =   1440
         Width           =   495
      End
      Begin VB.TextBox txtSpammers 
         Height          =   285
         Left            =   0
         TabIndex        =   37
         Top             =   1440
         Width           =   5775
      End
      Begin VB.TextBox txtServerDir 
         Height          =   285
         Left            =   0
         TabIndex        =   36
         Top             =   720
         Width           =   5775
      End
      Begin VB.Label Label11 
         Caption         =   "Server directory:"
         Height          =   255
         Left            =   0
         TabIndex        =   35
         Top             =   480
         Width           =   3255
      End
      Begin VB.Label Label10 
         Caption         =   "List of spam senders: (for shortcut in tray menu, use this to quickly add spam senders)"
         Height          =   255
         Left            =   0
         TabIndex        =   34
         Top             =   1200
         Width           =   6615
      End
      Begin VB.Label Label9 
         Caption         =   "These are internal settings of this program and have nothing to do with the server software as such"
         Height          =   855
         Left            =   0
         TabIndex        =   33
         Top             =   0
         Width           =   7215
      End
   End
   Begin MSComctlLib.TabStrip tabMain 
      Height          =   5055
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   7815
      _ExtentX        =   13785
      _ExtentY        =   8916
      _Version        =   393216
      BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628} 
         NumTabs         =   1
         BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            ImageVarType    =   2

⌨️ 快捷键说明

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