Subversion Repository Public Repository

ChrisCompleteCodeTrunk

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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FieldSync
    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.MenuStrip1 = New System.Windows.Forms.MenuStrip
        Me.MenuFile = New System.Windows.Forms.ToolStripMenuItem
        Me.MenuFileNew = New System.Windows.Forms.ToolStripMenuItem
        Me.MenuFileOpen = New System.Windows.Forms.ToolStripMenuItem
        Me.MenuFileExit = New System.Windows.Forms.ToolStripMenuItem
        Me.MenuOptions = New System.Windows.Forms.ToolStripMenuItem
        Me.MenuOptionsView = New System.Windows.Forms.ToolStripMenuItem
        Me.MenuHelp = New System.Windows.Forms.ToolStripMenuItem
        Me.AboutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.Sync = New System.Windows.Forms.Button
        Me.ProgressBar1 = New System.Windows.Forms.ProgressBar
        Me.TextBoxConfig = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.ConfigButton = New System.Windows.Forms.Button
        Me.ConfigFileDialog = New System.Windows.Forms.OpenFileDialog
        Me.MenuStrip1.SuspendLayout()
        Me.SuspendLayout()
        '
        'MenuStrip1
        '
        Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MenuFile, Me.MenuOptions, Me.MenuHelp})
        Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
        Me.MenuStrip1.Name = "MenuStrip1"
        Me.MenuStrip1.Size = New System.Drawing.Size(292, 24)
        Me.MenuStrip1.TabIndex = 0
        Me.MenuStrip1.Text = "MenuStrip1"
        '
        'MenuFile
        '
        Me.MenuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MenuFileNew, Me.MenuFileOpen, Me.MenuFileExit})
        Me.MenuFile.Name = "MenuFile"
        Me.MenuFile.Size = New System.Drawing.Size(35, 20)
        Me.MenuFile.Text = "File"
        '
        'MenuFileNew
        '
        Me.MenuFileNew.Name = "MenuFileNew"
        Me.MenuFileNew.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.N), System.Windows.Forms.Keys)
        Me.MenuFileNew.Size = New System.Drawing.Size(186, 22)
        Me.MenuFileNew.Text = "New Config..."
        '
        'MenuFileOpen
        '
        Me.MenuFileOpen.Name = "MenuFileOpen"
        Me.MenuFileOpen.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
        Me.MenuFileOpen.Size = New System.Drawing.Size(186, 22)
        Me.MenuFileOpen.Text = "Open Config..."
        '
        'MenuFileExit
        '
        Me.MenuFileExit.Name = "MenuFileExit"
        Me.MenuFileExit.Size = New System.Drawing.Size(186, 22)
        Me.MenuFileExit.Text = "Exit"
        '
        'MenuOptions
        '
        Me.MenuOptions.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MenuOptionsView})
        Me.MenuOptions.Name = "MenuOptions"
        Me.MenuOptions.Size = New System.Drawing.Size(56, 20)
        Me.MenuOptions.Text = "Options"
        '
        'MenuOptionsView
        '
        Me.MenuOptionsView.Name = "MenuOptionsView"
        Me.MenuOptionsView.Size = New System.Drawing.Size(130, 22)
        Me.MenuOptionsView.Text = "View Config"
        '
        'MenuHelp
        '
        Me.MenuHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AboutToolStripMenuItem})
        Me.MenuHelp.Name = "MenuHelp"
        Me.MenuHelp.Size = New System.Drawing.Size(40, 20)
        Me.MenuHelp.Text = "Help"
        '
        'AboutToolStripMenuItem
        '
        Me.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem"
        Me.AboutToolStripMenuItem.Size = New System.Drawing.Size(103, 22)
        Me.AboutToolStripMenuItem.Text = "About"
        '
        'Sync
        '
        Me.Sync.Location = New System.Drawing.Point(205, 135)
        Me.Sync.Name = "Sync"
        Me.Sync.Size = New System.Drawing.Size(75, 23)
        Me.Sync.TabIndex = 1
        Me.Sync.Text = "Sync"
        Me.Sync.UseVisualStyleBackColor = True
        '
        'ProgressBar1
        '
        Me.ProgressBar1.Location = New System.Drawing.Point(12, 91)
        Me.ProgressBar1.Name = "ProgressBar1"
        Me.ProgressBar1.Size = New System.Drawing.Size(268, 23)
        Me.ProgressBar1.TabIndex = 2
        '
        'TextBoxConfig
        '
        Me.TextBoxConfig.Location = New System.Drawing.Point(71, 40)
        Me.TextBoxConfig.Name = "TextBoxConfig"
        Me.TextBoxConfig.ReadOnly = True
        Me.TextBoxConfig.Size = New System.Drawing.Size(178, 20)
        Me.TextBoxConfig.TabIndex = 3
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(9, 47)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(56, 13)
        Me.Label1.TabIndex = 4
        Me.Label1.Text = "Config File"
        '
        'ConfigButton
        '
        Me.ConfigButton.Location = New System.Drawing.Point(255, 38)
        Me.ConfigButton.Name = "ConfigButton"
        Me.ConfigButton.Size = New System.Drawing.Size(25, 23)
        Me.ConfigButton.TabIndex = 5
        Me.ConfigButton.Text = "..."
        Me.ConfigButton.UseVisualStyleBackColor = True
        '
        'ConfigFileDialog
        '
        Me.ConfigFileDialog.Filter = "Config files (*.conf)|*.conf|All files (*.*)|*.*"
        '
        'FieldSync
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(292, 167)
        Me.Controls.Add(Me.ConfigButton)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.TextBoxConfig)
        Me.Controls.Add(Me.ProgressBar1)
        Me.Controls.Add(Me.Sync)
        Me.Controls.Add(Me.MenuStrip1)
        Me.MainMenuStrip = Me.MenuStrip1
        Me.Name = "FieldSync"
        Me.Text = "Field Sync"
        Me.MenuStrip1.ResumeLayout(False)
        Me.MenuStrip1.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
    Friend WithEvents MenuFile As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents MenuOptions As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents MenuHelp As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents MenuFileExit As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents Sync As System.Windows.Forms.Button
    Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
    Friend WithEvents TextBoxConfig As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents ConfigButton As System.Windows.Forms.Button
    Friend WithEvents ConfigFileDialog As System.Windows.Forms.OpenFileDialog
    Friend WithEvents MenuFileNew As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents MenuOptionsView As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents AboutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents MenuFileOpen As System.Windows.Forms.ToolStripMenuItem

End Class

Commits for ChrisCompleteCodeTrunk/ATC LaserficheFieldUpdater/LaserficheFieldUpdater/MainForm.Designer.vb

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000