280 lines
11 KiB
VB.net
280 lines
11 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Open_Passed_File
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.HowToOpenQuestion = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.SetDirectoryButton = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.CopyButton = New System.Windows.Forms.Button()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.MoveButton = New System.Windows.Forms.Button()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
|
Me.HoverMe = New System.Windows.Forms.Label()
|
|
Me.CancelOpenButton = New System.Windows.Forms.Button()
|
|
Me.RememberCheckbox = New System.Windows.Forms.CheckBox()
|
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.GroupBox1.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox2.SuspendLayout()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox3.SuspendLayout()
|
|
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'HowToOpenQuestion
|
|
'
|
|
Me.HowToOpenQuestion.Location = New System.Drawing.Point(19, 9)
|
|
Me.HowToOpenQuestion.Name = "HowToOpenQuestion"
|
|
Me.HowToOpenQuestion.Size = New System.Drawing.Size(579, 52)
|
|
Me.HowToOpenQuestion.TabIndex = 0
|
|
Me.HowToOpenQuestion.Text = "How do you want to open C:\Filename.txt?"
|
|
Me.HowToOpenQuestion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.SetDirectoryButton)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.PictureBox1)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(19, 64)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No
|
|
Me.GroupBox1.Size = New System.Drawing.Size(189, 329)
|
|
Me.GroupBox1.TabIndex = 1
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Set Directory"
|
|
'
|
|
'SetDirectoryButton
|
|
'
|
|
Me.SetDirectoryButton.Location = New System.Drawing.Point(8, 286)
|
|
Me.SetDirectoryButton.Name = "SetDirectoryButton"
|
|
Me.SetDirectoryButton.Size = New System.Drawing.Size(173, 29)
|
|
Me.SetDirectoryButton.TabIndex = 1
|
|
Me.SetDirectoryButton.Text = "Set Directory"
|
|
Me.SetDirectoryButton.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Location = New System.Drawing.Point(7, 130)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(176, 161)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Notepad Ultra's working directory will be changed to the directory containing the" &
|
|
" file." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "The original file will not be moved." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "No duplication occurs."
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackgroundImage = Global.Notepad_Ultra.My.Resources.Resources.shell32_134_02
|
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.PictureBox1.Location = New System.Drawing.Point(46, 21)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(96, 96)
|
|
Me.PictureBox1.TabIndex = 0
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.CopyButton)
|
|
Me.GroupBox2.Controls.Add(Me.Label3)
|
|
Me.GroupBox2.Controls.Add(Me.PictureBox2)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(214, 64)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.RightToLeft = System.Windows.Forms.RightToLeft.No
|
|
Me.GroupBox2.Size = New System.Drawing.Size(189, 329)
|
|
Me.GroupBox2.TabIndex = 1
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Copy"
|
|
'
|
|
'CopyButton
|
|
'
|
|
Me.CopyButton.Location = New System.Drawing.Point(8, 286)
|
|
Me.CopyButton.Name = "CopyButton"
|
|
Me.CopyButton.Size = New System.Drawing.Size(173, 29)
|
|
Me.CopyButton.TabIndex = 2
|
|
Me.CopyButton.Text = "Copy"
|
|
Me.CopyButton.UseVisualStyleBackColor = True
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.Location = New System.Drawing.Point(6, 130)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(176, 161)
|
|
Me.Label3.TabIndex = 1
|
|
Me.Label3.Text = "The file will be copied to Notepad Ultra's current working directory." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "The orig" &
|
|
"inal file will not be moved." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Duplication will occur."
|
|
'
|
|
'PictureBox2
|
|
'
|
|
Me.PictureBox2.BackgroundImage = Global.Notepad_Ultra.My.Resources.Resources.shell32_148_02
|
|
Me.PictureBox2.Location = New System.Drawing.Point(46, 21)
|
|
Me.PictureBox2.Name = "PictureBox2"
|
|
Me.PictureBox2.Size = New System.Drawing.Size(96, 96)
|
|
Me.PictureBox2.TabIndex = 0
|
|
Me.PictureBox2.TabStop = False
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.MoveButton)
|
|
Me.GroupBox3.Controls.Add(Me.Label4)
|
|
Me.GroupBox3.Controls.Add(Me.PictureBox3)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(409, 64)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.RightToLeft = System.Windows.Forms.RightToLeft.No
|
|
Me.GroupBox3.Size = New System.Drawing.Size(189, 329)
|
|
Me.GroupBox3.TabIndex = 1
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Move"
|
|
'
|
|
'MoveButton
|
|
'
|
|
Me.MoveButton.Location = New System.Drawing.Point(8, 286)
|
|
Me.MoveButton.Name = "MoveButton"
|
|
Me.MoveButton.Size = New System.Drawing.Size(173, 29)
|
|
Me.MoveButton.TabIndex = 3
|
|
Me.MoveButton.Text = "Move"
|
|
Me.MoveButton.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.Location = New System.Drawing.Point(6, 130)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(176, 161)
|
|
Me.Label4.TabIndex = 1
|
|
Me.Label4.Text = "The file will be moved to Notepad Ultra's current working directory." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "The origi" &
|
|
"nal file will be moved." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "No duplication occurs."
|
|
'
|
|
'PictureBox3
|
|
'
|
|
Me.PictureBox3.BackgroundImage = Global.Notepad_Ultra.My.Resources.Resources.imageres_5348_02
|
|
Me.PictureBox3.Location = New System.Drawing.Point(46, 21)
|
|
Me.PictureBox3.Name = "PictureBox3"
|
|
Me.PictureBox3.Size = New System.Drawing.Size(96, 96)
|
|
Me.PictureBox3.TabIndex = 0
|
|
Me.PictureBox3.TabStop = False
|
|
'
|
|
'HoverMe
|
|
'
|
|
Me.HoverMe.AutoSize = True
|
|
Me.HoverMe.Location = New System.Drawing.Point(360, 405)
|
|
Me.HoverMe.Name = "HoverMe"
|
|
Me.HoverMe.Size = New System.Drawing.Size(253, 17)
|
|
Me.HoverMe.TabIndex = 2
|
|
Me.HoverMe.Text = "Hover to view current working directory"
|
|
'
|
|
'CancelOpenButton
|
|
'
|
|
Me.CancelOpenButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.CancelOpenButton.Location = New System.Drawing.Point(12, 437)
|
|
Me.CancelOpenButton.Name = "CancelOpenButton"
|
|
Me.CancelOpenButton.Size = New System.Drawing.Size(75, 23)
|
|
Me.CancelOpenButton.TabIndex = 3
|
|
Me.CancelOpenButton.Text = "Cancel"
|
|
Me.CancelOpenButton.UseVisualStyleBackColor = True
|
|
'
|
|
'RememberCheckbox
|
|
'
|
|
Me.RememberCheckbox.AutoSize = True
|
|
Me.RememberCheckbox.Location = New System.Drawing.Point(12, 404)
|
|
Me.RememberCheckbox.Name = "RememberCheckbox"
|
|
Me.RememberCheckbox.Size = New System.Drawing.Size(166, 21)
|
|
Me.RememberCheckbox.TabIndex = 4
|
|
Me.RememberCheckbox.Text = "Remember my choice"
|
|
Me.RememberCheckbox.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(13, 428)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(591, 38)
|
|
Me.Label1.TabIndex = 5
|
|
Me.Label1.Text = "Now loading..."
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
Me.Label1.Visible = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(12, 434)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(166, 26)
|
|
Me.Button1.TabIndex = 6
|
|
Me.Button1.Text = "Use notepad.exe"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Open_Passed_File
|
|
'
|
|
Me.AcceptButton = Me.SetDirectoryButton
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(616, 475)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.RememberCheckbox)
|
|
Me.Controls.Add(Me.CancelOpenButton)
|
|
Me.Controls.Add(Me.HoverMe)
|
|
Me.Controls.Add(Me.GroupBox3)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.HowToOpenQuestion)
|
|
Me.Name = "Open_Passed_File"
|
|
Me.Text = "Notepad Ultra - Opening C:\Filename.txt"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents HowToOpenQuestion As Label
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents GroupBox2 As GroupBox
|
|
Friend WithEvents GroupBox3 As GroupBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Friend WithEvents PictureBox2 As PictureBox
|
|
Friend WithEvents PictureBox3 As PictureBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents SetDirectoryButton As Button
|
|
Friend WithEvents CopyButton As Button
|
|
Friend WithEvents HoverMe As Label
|
|
Friend WithEvents CancelOpenButton As Button
|
|
Friend WithEvents RememberCheckbox As CheckBox
|
|
Friend WithEvents MoveButton As Button
|
|
Friend WithEvents ToolTip1 As ToolTip
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|