亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? frmmain.vb

?? 對ima、imz壓縮文件修改
?? VB
字號:
Option Strict Off
Option Explicit On
Friend Class frmMain
	Inherits System.Windows.Forms.Form
#Region "Windows Form Designer generated code "
	Public Sub New()
		MyBase.New()
		If m_vb6FormDefInstance Is Nothing Then
			If m_InitializingDefInstance Then
				m_vb6FormDefInstance = Me
			Else
				Try 
					'For the start-up form, the first instance created is the default instance.
					If System.Reflection.Assembly.GetExecutingAssembly.EntryPoint.DeclaringType Is Me.GetType Then
						m_vb6FormDefInstance = Me
					End If
				Catch
				End Try
			End If
		End If
		'This call is required by the Windows Form Designer.
		InitializeComponent()
	End Sub
	'Form overrides dispose to clean up the component list.
	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
	'Required by the Windows Form Designer
	Private components As System.ComponentModel.IContainer
	Public ToolTip1 As System.Windows.Forms.ToolTip
	Public WithEvents FileFind As Microsoft.VisualBasic.Compatibility.VB6.FileListBox
	Public WithEvents DirFind As Microsoft.VisualBasic.Compatibility.VB6.DirListBox
	Public WithEvents DriveFind As Microsoft.VisualBasic.Compatibility.VB6.DriveListBox
	Public WithEvents Command1 As System.Windows.Forms.Button
	Public WithEvents txtRead As System.Windows.Forms.TextBox
	Public WithEvents txtWrite As System.Windows.Forms.TextBox
	Public WithEvents cmdRead As System.Windows.Forms.Button
	Public WithEvents cmdWrite As System.Windows.Forms.Button
	'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.
    Public WithEvents TextBox1 As System.Windows.Forms.TextBox
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
        Me.FileFind = New Microsoft.VisualBasic.Compatibility.VB6.FileListBox
        Me.DirFind = New Microsoft.VisualBasic.Compatibility.VB6.DirListBox
        Me.DriveFind = New Microsoft.VisualBasic.Compatibility.VB6.DriveListBox
        Me.Command1 = New System.Windows.Forms.Button
        Me.txtRead = New System.Windows.Forms.TextBox
        Me.txtWrite = New System.Windows.Forms.TextBox
        Me.cmdRead = New System.Windows.Forms.Button
        Me.cmdWrite = New System.Windows.Forms.Button
        Me.TextBox1 = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'FileFind
        '
        Me.FileFind.BackColor = System.Drawing.SystemColors.Window
        Me.FileFind.Cursor = System.Windows.Forms.Cursors.Default
        Me.FileFind.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.FileFind.ForeColor = System.Drawing.SystemColors.WindowText
        Me.FileFind.FormattingEnabled = True
        Me.FileFind.Location = New System.Drawing.Point(248, 40)
        Me.FileFind.Name = "FileFind"
        Me.FileFind.Pattern = "*.*"
        Me.FileFind.Size = New System.Drawing.Size(224, 144)
        Me.FileFind.TabIndex = 7
        '
        'DirFind
        '
        Me.DirFind.BackColor = System.Drawing.SystemColors.Window
        Me.DirFind.Cursor = System.Windows.Forms.Cursors.Default
        Me.DirFind.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.DirFind.ForeColor = System.Drawing.SystemColors.WindowText
        Me.DirFind.FormattingEnabled = True
        Me.DirFind.IntegralHeight = False
        Me.DirFind.Location = New System.Drawing.Point(8, 64)
        Me.DirFind.Name = "DirFind"
        Me.DirFind.Size = New System.Drawing.Size(230, 126)
        Me.DirFind.TabIndex = 6
        '
        'DriveFind
        '
        Me.DriveFind.BackColor = System.Drawing.SystemColors.Window
        Me.DriveFind.Cursor = System.Windows.Forms.Cursors.Default
        Me.DriveFind.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.DriveFind.ForeColor = System.Drawing.SystemColors.WindowText
        Me.DriveFind.FormattingEnabled = True
        Me.DriveFind.Location = New System.Drawing.Point(8, 40)
        Me.DriveFind.Name = "DriveFind"
        Me.DriveFind.Size = New System.Drawing.Size(228, 21)
        Me.DriveFind.TabIndex = 5
        '
        'Command1
        '
        Me.Command1.BackColor = System.Drawing.SystemColors.Control
        Me.Command1.Cursor = System.Windows.Forms.Cursors.Default
        Me.Command1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Command1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Command1.Location = New System.Drawing.Point(8, 240)
        Me.Command1.Name = "Command1"
        Me.Command1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Command1.Size = New System.Drawing.Size(465, 25)
        Me.Command1.TabIndex = 4
        Me.Command1.Text = "Close"
        Me.Command1.UseVisualStyleBackColor = False
        '
        'txtRead
        '
        Me.txtRead.AcceptsReturn = True
        Me.txtRead.BackColor = System.Drawing.SystemColors.Window
        Me.txtRead.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtRead.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtRead.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtRead.Location = New System.Drawing.Point(168, 200)
        Me.txtRead.MaxLength = 0
        Me.txtRead.Name = "txtRead"
        Me.txtRead.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtRead.Size = New System.Drawing.Size(305, 25)
        Me.txtRead.TabIndex = 3
        '
        'txtWrite
        '
        Me.txtWrite.AcceptsReturn = True
        Me.txtWrite.BackColor = System.Drawing.SystemColors.Window
        Me.txtWrite.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtWrite.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtWrite.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtWrite.Location = New System.Drawing.Point(168, 8)
        Me.txtWrite.MaxLength = 0
        Me.txtWrite.Name = "txtWrite"
        Me.txtWrite.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtWrite.Size = New System.Drawing.Size(305, 25)
        Me.txtWrite.TabIndex = 2
        '
        'cmdRead
        '
        Me.cmdRead.BackColor = System.Drawing.SystemColors.Control
        Me.cmdRead.Cursor = System.Windows.Forms.Cursors.Default
        Me.cmdRead.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cmdRead.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cmdRead.Location = New System.Drawing.Point(8, 200)
        Me.cmdRead.Name = "cmdRead"
        Me.cmdRead.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cmdRead.Size = New System.Drawing.Size(153, 25)
        Me.cmdRead.TabIndex = 1
        Me.cmdRead.Text = "Read Floppy A: to Image"
        Me.cmdRead.UseVisualStyleBackColor = False
        '
        'cmdWrite
        '
        Me.cmdWrite.BackColor = System.Drawing.SystemColors.Control
        Me.cmdWrite.Cursor = System.Windows.Forms.Cursors.Default
        Me.cmdWrite.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cmdWrite.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cmdWrite.Location = New System.Drawing.Point(8, 8)
        Me.cmdWrite.Name = "cmdWrite"
        Me.cmdWrite.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cmdWrite.Size = New System.Drawing.Size(153, 25)
        Me.cmdWrite.TabIndex = 0
        Me.cmdWrite.Text = "Write Image to Floppy A:"
        Me.cmdWrite.UseVisualStyleBackColor = False
        '
        'TextBox1
        '
        Me.TextBox1.AcceptsReturn = True
        Me.TextBox1.BackColor = System.Drawing.SystemColors.Window
        Me.TextBox1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.TextBox1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.TextBox1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.TextBox1.Location = New System.Drawing.Point(80, 272)
        Me.TextBox1.MaxLength = 0
        Me.TextBox1.Name = "TextBox1"
        Me.TextBox1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.TextBox1.Size = New System.Drawing.Size(305, 25)
        Me.TextBox1.TabIndex = 8
        '
        'frmMain
        '
        Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
        Me.BackColor = System.Drawing.SystemColors.Control
        Me.ClientSize = New System.Drawing.Size(477, 302)
        Me.Controls.Add(Me.TextBox1)
        Me.Controls.Add(Me.FileFind)
        Me.Controls.Add(Me.DirFind)
        Me.Controls.Add(Me.DriveFind)
        Me.Controls.Add(Me.Command1)
        Me.Controls.Add(Me.txtRead)
        Me.Controls.Add(Me.txtWrite)
        Me.Controls.Add(Me.cmdRead)
        Me.Controls.Add(Me.cmdWrite)
        Me.Cursor = System.Windows.Forms.Cursors.Default
        Me.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Location = New System.Drawing.Point(4, 23)
        Me.Name = "frmMain"
        Me.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Text = "Form1"
        Me.ResumeLayout(False)

    End Sub
#End Region 
#Region "Upgrade Support "
	Private Shared m_vb6FormDefInstance As frmMain
	Private Shared m_InitializingDefInstance As Boolean
	Public Shared Property DefInstance() As frmMain
		Get
			If m_vb6FormDefInstance Is Nothing OrElse m_vb6FormDefInstance.IsDisposed Then
				m_InitializingDefInstance = True
				m_vb6FormDefInstance = New frmMain()
				m_InitializingDefInstance = False
			End If
			DefInstance = m_vb6FormDefInstance
		End Get
		Set
			m_vb6FormDefInstance = Value
		End Set
	End Property
#End Region 
	Public gsPath As String
	
    Private Sub cmdRead_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles cmdRead.Click
        TextBox1.Text = "reading"

        Call ReadFloppyToFile((txtRead.Text), "Label Name", True)
        DirFind.Path = gsPath
    End Sub

    Private Sub cmdWrite_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles cmdWrite.Click
        Call WriteImageToFloppy((txtWrite.Text), True)
        DirFind_Change(DirFind, New System.EventArgs)
    End Sub

    Private Sub Command1_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Command1.Click
        End
    End Sub

    Private Sub DirFind_Change(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles DirFind.Change
        FileFind.FileName = DirFind.Path
        gsPath = DirFind.Path
    End Sub

    Private Sub DriveFind_SelectedIndexChanged(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles DriveFind.SelectedIndexChanged
        DirFind.Path = DriveFind.Drive
    End Sub

    Private Sub FileFind_SelectedIndexChanged(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles FileFind.SelectedIndexChanged
        'Dim Tmp As String
        If FileFind.Items.Count > 0 Then
            txtWrite.Text = DirFind.Path & "\" & FileFind.Items(FileFind.SelectedIndex)
            cmdWrite.Enabled = True
        End If
    End Sub

    Private Sub frmMain_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load
        frmMain.DefInstance.Text = "Image Tester"
        txtRead.Text = VB6.GetPath & "\MyTestRead.imz"
        'txtWrite.Text = App.Path & "\MyTestRead.imz"
        FileFind.Pattern = "*.ima;*.imz"
        DirFind.Path = VB6.GetPath
        cmdWrite.Enabled = False
    End Sub

    'UPGRADE_WARNING: Event txtWrite.TextChanged may fire when form is initialized. Click for more: 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="vbup2075"'
    Private Sub txtWrite_TextChanged(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles txtWrite.TextChanged
        If txtWrite.Text = "" Then cmdWrite.Enabled = False
    End Sub

End Class

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久综合狠狠综合久久综合88| 亚洲欧美一区二区三区久本道91| 亚洲国产高清在线| 亚洲第一福利一区| 99免费精品在线观看| 精品国产一区二区三区不卡 | 天天影视涩香欲综合网| 国产一区在线视频| 91麻豆精品国产自产在线| 最新日韩在线视频| 国产又粗又猛又爽又黄91精品| 欧美三级欧美一级| 亚洲猫色日本管| 成人a区在线观看| 欧美精品一区二区三区蜜桃视频| 亚洲一区二区欧美| 97se亚洲国产综合自在线不卡| 久久男人中文字幕资源站| 天堂久久久久va久久久久| 欧洲av一区二区嗯嗯嗯啊| 国产精品久久久久婷婷二区次 | 亚洲成人久久影院| 色噜噜狠狠成人网p站| 国产精品久久精品日日| 国产一区二区在线电影| 欧美r级在线观看| 久久国产精品99久久人人澡| 欧美日韩高清影院| 亚洲18影院在线观看| 欧美性一区二区| 成人免费在线视频观看| 不卡一区二区三区四区| 国产精品久久免费看| 99综合电影在线视频| 国产精品丝袜黑色高跟| av网站一区二区三区| 《视频一区视频二区| 成人av在线电影| 日韩伦理av电影| 91在线porny国产在线看| 一区在线观看免费| 色妹子一区二区| 亚洲最新视频在线播放| 欧美日韩在线播放三区四区| 丝袜国产日韩另类美女| 精品成人佐山爱一区二区| 国产成人鲁色资源国产91色综| 亚洲欧美色图小说| 欧美亚洲动漫制服丝袜| 日韩精彩视频在线观看| 精品黑人一区二区三区久久| 国产成人自拍网| 亚洲色图另类专区| 777午夜精品视频在线播放| 麻豆成人久久精品二区三区小说| 久久久精品综合| 在线中文字幕一区二区| 免费在线观看视频一区| 久久嫩草精品久久久精品一| 91首页免费视频| 日韩精品色哟哟| 中文字幕国产一区二区| 欧洲在线/亚洲| 国产一区亚洲一区| 伊人一区二区三区| 2欧美一区二区三区在线观看视频| 成人激情开心网| 丝袜亚洲另类欧美综合| 中文成人av在线| 欧美精品电影在线播放| 国产精品中文欧美| 亚洲二区在线视频| 国产亚洲精品7777| 欧美日韩亚洲综合在线| 成人一区二区在线观看| 视频一区视频二区在线观看| 欧美极品xxx| 欧美一区二区视频在线观看2022| 成人动漫在线一区| 麻豆91免费观看| 亚洲免费成人av| 久久综合久久久久88| 欧美色综合影院| 成人动漫一区二区在线| 久久超级碰视频| 性欧美大战久久久久久久久| 国产精品免费久久| 精品99一区二区| 666欧美在线视频| 色狠狠桃花综合| 成人av免费观看| 国产一区二区三区精品欧美日韩一区二区三区 | www.欧美色图| 国产一区欧美日韩| 日韩中文字幕区一区有砖一区| 136国产福利精品导航| www日韩大片| 日韩亚洲欧美中文三级| 欧美专区亚洲专区| 99国产精品久| 成人精品免费看| 91啦中文在线观看| 国产成a人无v码亚洲福利| 精品一区在线看| 日韩国产欧美一区二区三区| 性做久久久久久| 午夜精品福利一区二区蜜股av | 亚洲午夜视频在线| **网站欧美大片在线观看| 国产精品久久精品日日| 国产精品系列在线| 国产精品乱码人人做人人爱| 欧美国产激情一区二区三区蜜月| 久久一区二区视频| 欧美videofree性高清杂交| 欧美一级一区二区| 制服视频三区第一页精品| 欧美日韩一区三区| 91精品国产色综合久久不卡电影| 777a∨成人精品桃花网| 91精品国产高清一区二区三区 | 国产乱码精品一区二区三区忘忧草 | 日本久久一区二区| 日本大香伊一区二区三区| 在线视频一区二区三| 欧美性大战久久久久久久 | av影院午夜一区| av高清久久久| 欧美性色欧美a在线播放| 欧美精品三级在线观看| 日韩色在线观看| 久久久亚洲精品石原莉奈| 中文字幕乱码一区二区免费| 亚洲欧洲在线观看av| 一个色在线综合| 免费观看在线综合色| 国产一区二区免费看| 99re热视频精品| 欧美色网站导航| 欧美大度的电影原声| 亚洲国产精品t66y| 一区二区三区精品在线| 奇米影视一区二区三区| 成人免费视频一区二区| 欧美性色欧美a在线播放| 日韩欧美二区三区| 日韩一区在线播放| 日韩精品视频网站| 不卡的av在线| 日韩欧美一区在线| 国产精品久久久久影院亚瑟 | 成人av免费在线| 欧美日韩一区二区三区高清| 欧美va在线播放| 亚洲欧美日韩国产综合在线| 久久精品国产999大香线蕉| 国产**成人网毛片九色| 欧美羞羞免费网站| 中文字幕国产精品一区二区| 日韩精品一二三| 91色综合久久久久婷婷| 91精品欧美一区二区三区综合在| 国产三级精品视频| 天使萌一区二区三区免费观看| 国产激情精品久久久第一区二区| 精品视频在线免费| 国产精品狼人久久影院观看方式| 蜜臀av性久久久久蜜臀av麻豆| 97精品国产露脸对白| 久久久久久久久久久99999| 亚洲国产综合91精品麻豆| 国产成人a级片| 日韩一二三四区| 亚洲午夜一区二区三区| av一本久道久久综合久久鬼色| 日韩免费视频线观看| 亚洲国产一区二区a毛片| 成人av在线影院| 久久这里只有精品首页| 午夜日韩在线电影| 日本道精品一区二区三区 | 99久久99久久久精品齐齐| 欧美成人官网二区| 欧美a一区二区| 欧美日韩国产高清一区二区| 亚洲精品中文在线观看| 国产a视频精品免费观看| 精品久久99ma| 蜜臀av性久久久久蜜臀aⅴ流畅 | 久久综合九色综合97_久久久| 奇米精品一区二区三区在线观看| 在线一区二区观看| 亚洲精品亚洲人成人网| av高清久久久| 综合久久久久久| 91亚洲大成网污www| 国产精品卡一卡二| 99精品久久只有精品| 中文字幕日韩av资源站| 成人av动漫网站|