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

📄 finsedit.frm

📁 OMRON FINS 串口 以太网通讯协议软件原代码
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form finsform 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Form1"
   ClientHeight    =   6885
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7020
   Icon            =   "Finsedit.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6885
   ScaleWidth      =   7020
   StartUpPosition =   2  '屏幕中心
   Begin MSCommLib.MSComm MSComm1 
      Left            =   450
      Top             =   6900
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      DTREnable       =   -1  'True
      RThreshold      =   1
   End
   Begin VB.Frame Frame7 
      Caption         =   "通讯参数"
      Height          =   600
      Left            =   45
      TabIndex        =   49
      Top             =   4455
      Width           =   6975
      Begin VB.CommandButton Command4 
         Caption         =   "Test"
         Height          =   350
         Left            =   5640
         TabIndex        =   56
         Top             =   195
         Width           =   1140
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Index           =   14
         ItemData        =   "Finsedit.frx":030A
         Left            =   960
         List            =   "Finsedit.frx":0326
         Style           =   2  'Dropdown List
         TabIndex        =   52
         Top             =   240
         Width           =   900
      End
      Begin VB.ComboBox Combo6 
         Height          =   300
         ItemData        =   "Finsedit.frx":0362
         Left            =   4560
         List            =   "Finsedit.frx":038A
         Style           =   2  'Dropdown List
         TabIndex        =   51
         Top             =   210
         Width           =   900
      End
      Begin VB.ComboBox Combo5 
         Height          =   300
         ItemData        =   "Finsedit.frx":03E2
         Left            =   2880
         List            =   "Finsedit.frx":03F5
         Style           =   2  'Dropdown List
         TabIndex        =   50
         Top             =   240
         Width           =   900
      End
      Begin VB.Label Label9 
         Caption         =   "格式:"
         Height          =   255
         Left            =   3825
         TabIndex        =   55
         Top             =   225
         Width           =   735
      End
      Begin VB.Label Label8 
         Caption         =   "端口号:"
         Height          =   255
         Left            =   120
         TabIndex        =   54
         Top             =   240
         Width           =   735
      End
      Begin VB.Label Label6 
         Caption         =   "波特率:"
         Height          =   255
         Index           =   6
         Left            =   2040
         TabIndex        =   53
         Top             =   240
         Width           =   855
      End
   End
   Begin VB.Frame Frame6 
      Caption         =   "接收 FINS 信息"
      Height          =   1710
      Left            =   45
      TabIndex        =   46
      Top             =   5115
      Width           =   6975
      Begin VB.TextBox Text2 
         Height          =   1380
         Left            =   60
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   48
         Top             =   240
         Width           =   6840
      End
   End
   Begin VB.Frame Frame5 
      Caption         =   "目标 PLC IP 地址"
      Height          =   675
      Left            =   45
      TabIndex        =   39
      Top             =   3705
      Width           =   6975
      Begin VB.CommandButton Command3 
         Caption         =   "Test"
         Height          =   350
         Left            =   5640
         TabIndex        =   47
         Top             =   210
         Width           =   1140
      End
      Begin VB.TextBox Text3 
         Height          =   300
         Left            =   4560
         TabIndex        =   44
         Text            =   "9600"
         Top             =   240
         Width           =   600
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Index           =   13
         ItemData        =   "Finsedit.frx":041C
         Left            =   2715
         List            =   "Finsedit.frx":041E
         Style           =   2  'Dropdown List
         TabIndex        =   43
         Top             =   240
         Width           =   800
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Index           =   12
         ItemData        =   "Finsedit.frx":0420
         Left            =   1890
         List            =   "Finsedit.frx":0422
         Style           =   2  'Dropdown List
         TabIndex        =   42
         Top             =   240
         Width           =   800
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Index           =   11
         ItemData        =   "Finsedit.frx":0424
         Left            =   1050
         List            =   "Finsedit.frx":0426
         Style           =   2  'Dropdown List
         TabIndex        =   41
         Top             =   240
         Width           =   800
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Index           =   10
         ItemData        =   "Finsedit.frx":0428
         Left            =   210
         List            =   "Finsedit.frx":042A
         Style           =   2  'Dropdown List
         TabIndex        =   40
         Top             =   240
         Width           =   800
      End
      Begin VB.Label Label7 
         Caption         =   "端口:"
         Height          =   225
         Left            =   3750
         TabIndex        =   45
         Top             =   270
         Width           =   735
      End
   End
   Begin VB.CheckBox Check2 
      Caption         =   "发送到剪贴板"
      Height          =   180
      Left            =   120
      TabIndex        =   31
      Top             =   3360
      Value           =   1  'Checked
      Width           =   1935
   End
   Begin VB.CheckBox Check1 
      Caption         =   "生成 Visual basic 注释"
      Height          =   180
      Left            =   2160
      TabIndex        =   25
      Top             =   3360
      Width           =   2535
   End
   Begin VB.CommandButton Command1 
      Appearance      =   0  'Flat
      Caption         =   "&Enter"
      Default         =   -1  'True
      Height          =   290
      Left            =   4800
      TabIndex        =   14
      Top             =   3345
      Width           =   700
   End
   Begin VB.CommandButton Command2 
      Caption         =   "E&xit"
      Height          =   290
      Left            =   6000
      TabIndex        =   13
      Top             =   3360
      Width           =   700
   End
   Begin VB.Frame Frame2 
      Caption         =   "FINS 信息"
      Height          =   1260
      Left            =   0
      TabIndex        =   11
      Top             =   1935
      Width           =   6975
      Begin VB.Frame Frame3 
         Height          =   580
         Left            =   120
         TabIndex        =   17
         Top             =   550
         Width           =   6735
         Begin VB.ComboBox Combo4 
            Height          =   300
            ItemData        =   "Finsedit.frx":042C
            Left            =   6000
            List            =   "Finsedit.frx":0460
            Style           =   2  'Dropdown List
            TabIndex        =   28
            Top             =   200
            Width           =   615
         End
         Begin VB.ComboBox Combo3 
            Height          =   300
            ItemData        =   "Finsedit.frx":049A
            Left            =   840
            List            =   "Finsedit.frx":04C8
            Style           =   2  'Dropdown List
            TabIndex        =   26
            Top             =   180
            Width           =   975
         End
         Begin VB.VScrollBar VScroll4 
            Height          =   270
            Left            =   3360
            TabIndex        =   23
            Top             =   200
            Width           =   255
         End
         Begin VB.TextBox Text5 
            Height          =   270
            Left            =   2520
            TabIndex        =   22
            Text            =   "Text5"
            Top             =   200
            Width           =   855
         End
         Begin VB.VScrollBar VScroll5 
            Height          =   270
            Left            =   5160
            TabIndex        =   19
            Top             =   200
            Width           =   255
         End
         Begin VB.TextBox Text6 
            Height          =   270
            Left            =   4320
            TabIndex        =   18
            Text            =   "Text6"
            Top             =   200
            Width           =   855
         End
         Begin VB.Label Label2 
            Caption         =   "Bit:"
            Height          =   255
            Left            =   5520
            TabIndex        =   27
            Top             =   250
            Width           =   375
         End
         Begin VB.Label Label4 
            Caption         =   "地址:"
            Height          =   255
            Left            =   1920
            TabIndex        =   24
            Top             =   250
            Width           =   615
         End
         Begin VB.Label Label5 
            Caption         =   "数量:"
            Height          =   255
            Left            =   3720
            TabIndex        =   21
            Top             =   250
            Width           =   735
         End
         Begin VB.Label Label3 
            Caption         =   "内存区:"
            Height          =   255
            Left            =   120
            TabIndex        =   20
            Top             =   250
            Width           =   735
         End
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         ItemData        =   "Finsedit.frx":0530
         Left            =   1080
         List            =   "Finsedit.frx":053D
         Style           =   2  'Dropdown List
         TabIndex        =   15
         Top             =   240
         Width           =   1095
      End
      Begin VB.TextBox Text1 
         Height          =   300
         Left            =   2280
         TabIndex        =   12
         Top             =   240
         Width           =   4575
      End
      Begin VB.Label Label1 
         Caption         =   "操作类型:"
         Height          =   255
         Left            =   120
         TabIndex        =   16
         Top             =   260
         Width           =   975
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "FINS网络参数"
      Height          =   1875
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   6975
      Begin VB.Frame Frame4 
         Caption         =   "源计算机 IP 地址"
         Height          =   680
         Left            =   120
         TabIndex        =   32
         Top             =   1080
         Width           =   6615
         Begin VB.ComboBox Combo1 
            Height          =   300
            Index           =   9
            ItemData        =   "Finsedit.frx":055A
            Left            =   5640
            List            =   "Finsedit.frx":055C
            Style           =   2  'Dropdown List
            TabIndex        =   38
            Top             =   240
            Width           =   800
         End
         Begin VB.ComboBox Combo1 
            Height          =   300
            Index           =   8
            ItemData        =   "Finsedit.frx":055E
            Left            =   4680
            List            =   "Finsedit.frx":0560
            Style           =   2  'Dropdown List
            TabIndex        =   37
            Top             =   240
            Width           =   800
         End
         Begin VB.ComboBox Combo1 
            Height          =   300
            Index           =   7
            ItemData        =   "Finsedit.frx":0562
            Left            =   3720
            List            =   "Finsedit.frx":0564
            Style           =   2  'Dropdown List
            TabIndex        =   36
            Top             =   240
            Width           =   800
         End
         Begin VB.ComboBox Combo1 
            Height          =   300
            Index           =   6
            ItemData        =   "Finsedit.frx":0566
            Left            =   2760
            List            =   "Finsedit.frx":0568
            Style           =   2  'Dropdown List
            TabIndex        =   35
            Top             =   240
            Width           =   800
         End
         Begin VB.OptionButton Option2 
            Caption         =   "其它地址"
            Height          =   180
            Left            =   1440
            TabIndex        =   34
            Top             =   300
            Width           =   1095
         End
         Begin VB.OptionButton Option1 
            Caption         =   "本机地址"
            Height          =   180
            Left            =   240
            TabIndex        =   33
            Top             =   300
            Value           =   -1  'True
            Width           =   1095
         End
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Index           =   5
         ItemData        =   "Finsedit.frx":056A
         Left            =   5760
         List            =   "Finsedit.frx":056C
         Style           =   2  'Dropdown List
         TabIndex        =   29
         Top             =   720
         Width           =   975
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Index           =   4
         ItemData        =   "Finsedit.frx":056E
         Left            =   4320
         List            =   "Finsedit.frx":0570
         Style           =   2  'Dropdown List
         TabIndex        =   9
         Top             =   720
         Width           =   800

⌨️ 快捷键说明

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