-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmMainDelete.Designer.vb
127 lines (122 loc) · 6.04 KB
/
frmMainDelete.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMainDelete
Inherits System.Windows.Forms.Form
'Form reemplaza a Dispose para limpiar la lista de componentes.
<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
'Requerido por el Diseñador de Windows Forms
Private components As System.ComponentModel.IContainer
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
'Se puede modificar usando el Diseñador de Windows Forms.
'No lo modifique con el editor de código.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.cmdExcludeFiles = New System.Windows.Forms.Button()
Me.cmdIncludeFiles = New System.Windows.Forms.Button()
Me.cmdCancel = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.TableLayoutPanel1.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TableLayoutPanel1.ColumnCount = 3
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
Me.TableLayoutPanel1.Controls.Add(Me.cmdExcludeFiles, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.cmdIncludeFiles, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.cmdCancel, 1, 0)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(12, 57)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(220, 29)
Me.TableLayoutPanel1.TabIndex = 0
'
'cmdExcludeFiles
'
Me.cmdExcludeFiles.Anchor = System.Windows.Forms.AnchorStyles.None
Me.cmdExcludeFiles.Location = New System.Drawing.Point(76, 3)
Me.cmdExcludeFiles.Name = "cmdExcludeFiles"
Me.cmdExcludeFiles.Size = New System.Drawing.Size(67, 23)
Me.cmdExcludeFiles.TabIndex = 2
Me.cmdExcludeFiles.Text = "Keep files"
'
'cmdIncludeFiles
'
Me.cmdIncludeFiles.Anchor = System.Windows.Forms.AnchorStyles.None
Me.cmdIncludeFiles.Location = New System.Drawing.Point(3, 3)
Me.cmdIncludeFiles.Name = "cmdIncludeFiles"
Me.cmdIncludeFiles.Size = New System.Drawing.Size(67, 23)
Me.cmdIncludeFiles.TabIndex = 0
Me.cmdIncludeFiles.Text = "Delete files"
'
'cmdCancel
'
Me.cmdCancel.Anchor = System.Windows.Forms.AnchorStyles.None
Me.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.cmdCancel.Location = New System.Drawing.Point(149, 3)
Me.cmdCancel.Name = "cmdCancel"
Me.cmdCancel.Size = New System.Drawing.Size(67, 23)
Me.cmdCancel.TabIndex = 1
Me.cmdCancel.Text = "Cancel"
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(53, 12)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(175, 32)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Would you like to keep the files on your disk?"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'PictureBox1
'
Me.PictureBox1.Location = New System.Drawing.Point(15, 12)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(32, 32)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 2
Me.PictureBox1.TabStop = False
'
'frmMainDelete
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.cmdCancel
Me.ClientSize = New System.Drawing.Size(244, 98)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmMainDelete"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Deleting Mac"
Me.TableLayoutPanel1.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents cmdCancel As System.Windows.Forms.Button
Friend WithEvents cmdExcludeFiles As System.Windows.Forms.Button
Friend WithEvents cmdIncludeFiles As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
End Class