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

📄 toolwnd.vb

📁 三汇CTI示例程序源码
💻 VB
📖 第 1 页 / 共 2 页
字号:
Public Class ToolWnd
    Inherits System.Windows.Forms.Form

#Region " Windows 窗体设计器生成的代码 "

    Public Sub New()
        MyBase.New()

        '该调用是 Windows 窗体设计器所必需的。
        InitializeComponent()

        '在 InitializeComponent() 调用之后添加任何初始化

    End Sub

    '窗体重写 dispose 以清理组件列表。
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing Then
            If Not (components Is Nothing) Then
                components.Dispose()
            End If
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改此过程。
    '不要使用代码编辑器修改它。
    Friend WithEvents groupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents button2 As System.Windows.Forms.Button
    Friend WithEvents m_txtNumPage As System.Windows.Forms.TextBox
    Friend WithEvents label2 As System.Windows.Forms.Label
    Friend WithEvents button1 As System.Windows.Forms.Button
    Friend WithEvents m_txtPathFile As System.Windows.Forms.TextBox
    Friend WithEvents label1 As System.Windows.Forms.Label
    Friend WithEvents groupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents button3 As System.Windows.Forms.Button
    Friend WithEvents m_txtTime As System.Windows.Forms.TextBox
    Friend WithEvents label15 As System.Windows.Forms.Label
    Friend WithEvents m_txtTimeY As System.Windows.Forms.TextBox
    Friend WithEvents label14 As System.Windows.Forms.Label
    Friend WithEvents m_txtTimeX As System.Windows.Forms.TextBox
    Friend WithEvents label13 As System.Windows.Forms.Label
    Friend WithEvents m_txtTo As System.Windows.Forms.TextBox
    Friend WithEvents label12 As System.Windows.Forms.Label
    Friend WithEvents m_txtToY As System.Windows.Forms.TextBox
    Friend WithEvents label11 As System.Windows.Forms.Label
    Friend WithEvents m_txtToX As System.Windows.Forms.TextBox
    Friend WithEvents label10 As System.Windows.Forms.Label
    Friend WithEvents m_txtSub As System.Windows.Forms.TextBox
    Friend WithEvents label9 As System.Windows.Forms.Label
    Friend WithEvents m_txtSubY As System.Windows.Forms.TextBox
    Friend WithEvents label8 As System.Windows.Forms.Label
    Friend WithEvents m_txtSubX As System.Windows.Forms.TextBox
    Friend WithEvents label7 As System.Windows.Forms.Label
    Friend WithEvents m_txtFromY As System.Windows.Forms.TextBox
    Friend WithEvents label6 As System.Windows.Forms.Label
    Friend WithEvents m_txtFromX As System.Windows.Forms.TextBox
    Friend WithEvents label5 As System.Windows.Forms.Label
    Friend WithEvents m_txtFrom As System.Windows.Forms.TextBox
    Friend WithEvents label4 As System.Windows.Forms.Label
    Friend WithEvents m_txtRow As System.Windows.Forms.TextBox
    Friend WithEvents label3 As System.Windows.Forms.Label
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.groupBox1 = New System.Windows.Forms.GroupBox
        Me.button2 = New System.Windows.Forms.Button
        Me.m_txtNumPage = New System.Windows.Forms.TextBox
        Me.label2 = New System.Windows.Forms.Label
        Me.button1 = New System.Windows.Forms.Button
        Me.m_txtPathFile = New System.Windows.Forms.TextBox
        Me.label1 = New System.Windows.Forms.Label
        Me.groupBox2 = New System.Windows.Forms.GroupBox
        Me.button3 = New System.Windows.Forms.Button
        Me.m_txtTime = New System.Windows.Forms.TextBox
        Me.label15 = New System.Windows.Forms.Label
        Me.m_txtTimeY = New System.Windows.Forms.TextBox
        Me.label14 = New System.Windows.Forms.Label
        Me.m_txtTimeX = New System.Windows.Forms.TextBox
        Me.label13 = New System.Windows.Forms.Label
        Me.m_txtTo = New System.Windows.Forms.TextBox
        Me.label12 = New System.Windows.Forms.Label
        Me.m_txtToY = New System.Windows.Forms.TextBox
        Me.label11 = New System.Windows.Forms.Label
        Me.m_txtToX = New System.Windows.Forms.TextBox
        Me.label10 = New System.Windows.Forms.Label
        Me.m_txtSub = New System.Windows.Forms.TextBox
        Me.label9 = New System.Windows.Forms.Label
        Me.m_txtSubY = New System.Windows.Forms.TextBox
        Me.label8 = New System.Windows.Forms.Label
        Me.m_txtSubX = New System.Windows.Forms.TextBox
        Me.label7 = New System.Windows.Forms.Label
        Me.m_txtFromY = New System.Windows.Forms.TextBox
        Me.label6 = New System.Windows.Forms.Label
        Me.m_txtFromX = New System.Windows.Forms.TextBox
        Me.label5 = New System.Windows.Forms.Label
        Me.m_txtFrom = New System.Windows.Forms.TextBox
        Me.label4 = New System.Windows.Forms.Label
        Me.m_txtRow = New System.Windows.Forms.TextBox
        Me.label3 = New System.Windows.Forms.Label
        Me.groupBox1.SuspendLayout()
        Me.groupBox2.SuspendLayout()
        Me.SuspendLayout()
        '
        'groupBox1
        '
        Me.groupBox1.Controls.Add(Me.button2)
        Me.groupBox1.Controls.Add(Me.m_txtNumPage)
        Me.groupBox1.Controls.Add(Me.label2)
        Me.groupBox1.Controls.Add(Me.button1)
        Me.groupBox1.Controls.Add(Me.m_txtPathFile)
        Me.groupBox1.Controls.Add(Me.label1)
        Me.groupBox1.Location = New System.Drawing.Point(24, 24)
        Me.groupBox1.Name = "groupBox1"
        Me.groupBox1.Size = New System.Drawing.Size(336, 144)
        Me.groupBox1.TabIndex = 1
        Me.groupBox1.TabStop = False
        Me.groupBox1.Text = "Get number of pages of fax file"
        '
        'button2
        '
        Me.button2.Location = New System.Drawing.Point(104, 104)
        Me.button2.Name = "button2"
        Me.button2.Size = New System.Drawing.Size(144, 23)
        Me.button2.TabIndex = 5
        Me.button2.Text = "fBmp_GetFileAllPage"
        '
        'm_txtNumPage
        '
        Me.m_txtNumPage.Location = New System.Drawing.Point(128, 64)
        Me.m_txtNumPage.Name = "m_txtNumPage"
        Me.m_txtNumPage.TabIndex = 4
        Me.m_txtNumPage.Text = ""
        '
        'label2
        '
        Me.label2.Location = New System.Drawing.Point(16, 64)
        Me.label2.Name = "label2"
        Me.label2.Size = New System.Drawing.Size(104, 23)
        Me.label2.TabIndex = 3
        Me.label2.Text = "Numbers of page"
        '
        'button1
        '
        Me.button1.Location = New System.Drawing.Point(248, 24)
        Me.button1.Name = "button1"
        Me.button1.TabIndex = 2
        Me.button1.Text = "Browse"
        '
        'm_txtPathFile
        '
        Me.m_txtPathFile.Location = New System.Drawing.Point(128, 24)
        Me.m_txtPathFile.Name = "m_txtPathFile"
        Me.m_txtPathFile.TabIndex = 1
        Me.m_txtPathFile.Text = ""
        '
        'label1
        '
        Me.label1.Location = New System.Drawing.Point(80, 24)
        Me.label1.Name = "label1"
        Me.label1.Size = New System.Drawing.Size(40, 23)
        Me.label1.TabIndex = 0
        Me.label1.Text = "File"
        '
        'groupBox2
        '
        Me.groupBox2.Controls.Add(Me.button3)
        Me.groupBox2.Controls.Add(Me.m_txtTime)
        Me.groupBox2.Controls.Add(Me.label15)
        Me.groupBox2.Controls.Add(Me.m_txtTimeY)
        Me.groupBox2.Controls.Add(Me.label14)
        Me.groupBox2.Controls.Add(Me.m_txtTimeX)
        Me.groupBox2.Controls.Add(Me.label13)
        Me.groupBox2.Controls.Add(Me.m_txtTo)
        Me.groupBox2.Controls.Add(Me.label12)
        Me.groupBox2.Controls.Add(Me.m_txtToY)
        Me.groupBox2.Controls.Add(Me.label11)
        Me.groupBox2.Controls.Add(Me.m_txtToX)
        Me.groupBox2.Controls.Add(Me.label10)
        Me.groupBox2.Controls.Add(Me.m_txtSub)
        Me.groupBox2.Controls.Add(Me.label9)
        Me.groupBox2.Controls.Add(Me.m_txtSubY)
        Me.groupBox2.Controls.Add(Me.label8)
        Me.groupBox2.Controls.Add(Me.m_txtSubX)
        Me.groupBox2.Controls.Add(Me.label7)
        Me.groupBox2.Controls.Add(Me.m_txtFromY)
        Me.groupBox2.Controls.Add(Me.label6)
        Me.groupBox2.Controls.Add(Me.m_txtFromX)
        Me.groupBox2.Controls.Add(Me.label5)
        Me.groupBox2.Controls.Add(Me.m_txtFrom)
        Me.groupBox2.Controls.Add(Me.label4)
        Me.groupBox2.Controls.Add(Me.m_txtRow)
        Me.groupBox2.Controls.Add(Me.label3)
        Me.groupBox2.Location = New System.Drawing.Point(24, 160)
        Me.groupBox2.Name = "groupBox2"
        Me.groupBox2.Size = New System.Drawing.Size(336, 256)
        Me.groupBox2.TabIndex = 2
        Me.groupBox2.TabStop = False
        Me.groupBox2.Text = "Properties of header"
        '
        'button3
        '
        Me.button3.Location = New System.Drawing.Point(152, 222)
        Me.button3.Name = "button3"
        Me.button3.Size = New System.Drawing.Size(136, 23)
        Me.button3.TabIndex = 26
        Me.button3.Text = "fBmp_SetHeaderFormat"
        '
        'm_txtTime
        '
        Me.m_txtTime.Location = New System.Drawing.Point(96, 224)
        Me.m_txtTime.Name = "m_txtTime"
        Me.m_txtTime.Size = New System.Drawing.Size(40, 21)
        Me.m_txtTime.TabIndex = 25
        Me.m_txtTime.Text = ""
        '
        'label15
        '
        Me.label15.Location = New System.Drawing.Point(32, 224)
        Me.label15.Name = "label15"
        Me.label15.Size = New System.Drawing.Size(48, 21)
        Me.label15.TabIndex = 24
        Me.label15.Text = "szTime"
        '
        'm_txtTimeY
        '
        Me.m_txtTimeY.Location = New System.Drawing.Point(248, 192)
        Me.m_txtTimeY.Name = "m_txtTimeY"
        Me.m_txtTimeY.Size = New System.Drawing.Size(40, 21)
        Me.m_txtTimeY.TabIndex = 23
        Me.m_txtTimeY.Text = ""
        '
        'label14
        '
        Me.label14.Location = New System.Drawing.Point(184, 192)
        Me.label14.Name = "label14"
        Me.label14.Size = New System.Drawing.Size(48, 21)

⌨️ 快捷键说明

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