-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmRecordProperties.Designer.vb
171 lines (167 loc) · 7.5 KB
/
frmRecordProperties.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
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmRecordProperties
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRecordProperties))
Me.cbBat = New System.Windows.Forms.ComboBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.txtAbundance = New System.Windows.Forms.TextBox
Me.txtComment = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.butOkay = New System.Windows.Forms.Button
Me.butCancel = New System.Windows.Forms.Button
Me.cbTreatAs = New System.Windows.Forms.ComboBox
Me.Label4 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'cbBat
'
Me.cbBat.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.cbBat.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cbBat.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbBat.FormattingEnabled = True
Me.cbBat.Location = New System.Drawing.Point(77, 7)
Me.cbBat.Name = "cbBat"
Me.cbBat.Size = New System.Drawing.Size(316, 21)
Me.cbBat.TabIndex = 0
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(45, 10)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(26, 13)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Bat:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(6, 38)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(65, 13)
Me.Label2.TabIndex = 2
Me.Label2.Text = "Abundance:"
'
'txtAbundance
'
Me.txtAbundance.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.txtAbundance.Location = New System.Drawing.Point(77, 35)
Me.txtAbundance.Name = "txtAbundance"
Me.txtAbundance.Size = New System.Drawing.Size(316, 20)
Me.txtAbundance.TabIndex = 3
'
'txtComment
'
Me.txtComment.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.txtComment.Location = New System.Drawing.Point(77, 90)
Me.txtComment.Multiline = True
Me.txtComment.Name = "txtComment"
Me.txtComment.Size = New System.Drawing.Size(316, 142)
Me.txtComment.TabIndex = 5
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(17, 90)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(54, 13)
Me.Label3.TabIndex = 4
Me.Label3.Text = "Comment:"
'
'butOkay
'
Me.butOkay.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.butOkay.Location = New System.Drawing.Point(326, 238)
Me.butOkay.Name = "butOkay"
Me.butOkay.Size = New System.Drawing.Size(67, 25)
Me.butOkay.TabIndex = 6
Me.butOkay.Text = "Okay"
Me.butOkay.UseVisualStyleBackColor = True
'
'butCancel
'
Me.butCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.butCancel.Location = New System.Drawing.Point(253, 238)
Me.butCancel.Name = "butCancel"
Me.butCancel.Size = New System.Drawing.Size(67, 25)
Me.butCancel.TabIndex = 7
Me.butCancel.Text = "Cancel"
Me.butCancel.UseVisualStyleBackColor = True
'
'cbTreatAs
'
Me.cbTreatAs.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.cbTreatAs.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbTreatAs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbTreatAs.FormattingEnabled = True
Me.cbTreatAs.Items.AddRange(New Object() {"Record", "Duplicate contact"})
Me.cbTreatAs.Location = New System.Drawing.Point(77, 63)
Me.cbTreatAs.Name = "cbTreatAs"
Me.cbTreatAs.Size = New System.Drawing.Size(316, 21)
Me.cbTreatAs.TabIndex = 8
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(22, 66)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(49, 13)
Me.Label4.TabIndex = 9
Me.Label4.Text = "Treat as:"
'
'frmRecordProperties
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(401, 266)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.cbTreatAs)
Me.Controls.Add(Me.butCancel)
Me.Controls.Add(Me.butOkay)
Me.Controls.Add(Me.txtComment)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.txtAbundance)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.cbBat)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmRecordProperties"
Me.Text = "Bat record details"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents cbBat As System.Windows.Forms.ComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtAbundance As System.Windows.Forms.TextBox
Friend WithEvents txtComment As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents butOkay As System.Windows.Forms.Button
Friend WithEvents butCancel As System.Windows.Forms.Button
Friend WithEvents cbTreatAs As System.Windows.Forms.ComboBox
Friend WithEvents Label4 As System.Windows.Forms.Label
End Class