-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAddConditional.Designer.vb
235 lines (230 loc) · 11.4 KB
/
AddConditional.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AddConditional
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
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AddConditional))
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
Me.OK_Button = New System.Windows.Forms.Button
Me.Cancel_Button = New System.Windows.Forms.Button
Me.Explanation = New System.Windows.Forms.Label
Me.AttLabel = New System.Windows.Forms.Label
Me.Attribute = New System.Windows.Forms.ComboBox
Me.AttIcon = New System.Windows.Forms.PictureBox
Me.PassLabel = New System.Windows.Forms.Label
Me.Display = New FastColoredTextBoxNS.FastColoredTextBox
Me.Yesnt = New System.Windows.Forms.CheckBox
Me.Value = New System.Windows.Forms.ComboBox
Me.Empty = New System.Windows.Forms.CheckBox
Me.TableLayoutPanel1.SuspendLayout()
CType(Me.AttIcon, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Display, 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 = 2
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.Controls.Add(Me.OK_Button, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(183, 358)
Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(4)
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.Size = New System.Drawing.Size(195, 36)
Me.TableLayoutPanel1.TabIndex = 0
'
'OK_Button
'
Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.OK_Button.Location = New System.Drawing.Point(4, 4)
Me.OK_Button.Margin = New System.Windows.Forms.Padding(4)
Me.OK_Button.Name = "OK_Button"
Me.OK_Button.Size = New System.Drawing.Size(89, 28)
Me.OK_Button.TabIndex = 5
Me.OK_Button.Text = "OK"
'
'Cancel_Button
'
Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Cancel_Button.Location = New System.Drawing.Point(101, 4)
Me.Cancel_Button.Margin = New System.Windows.Forms.Padding(4)
Me.Cancel_Button.Name = "Cancel_Button"
Me.Cancel_Button.Size = New System.Drawing.Size(89, 28)
Me.Cancel_Button.TabIndex = 6
Me.Cancel_Button.Text = "Cancel"
'
'Explanation
'
Me.Explanation.Location = New System.Drawing.Point(12, 11)
Me.Explanation.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Explanation.Name = "Explanation"
Me.Explanation.Size = New System.Drawing.Size(365, 87)
Me.Explanation.TabIndex = 1
Me.Explanation.Text = resources.GetString("Explanation.Text")
'
'AttLabel
'
Me.AttLabel.AutoSize = True
Me.AttLabel.Location = New System.Drawing.Point(12, 106)
Me.AttLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.AttLabel.Name = "AttLabel"
Me.AttLabel.Size = New System.Drawing.Size(121, 17)
Me.AttLabel.TabIndex = 2
Me.AttLabel.Text = "Attribute to query:"
'
'Attribute
'
Me.Attribute.FormattingEnabled = True
Me.Attribute.Location = New System.Drawing.Point(161, 102)
Me.Attribute.Margin = New System.Windows.Forms.Padding(4)
Me.Attribute.Name = "Attribute"
Me.Attribute.Size = New System.Drawing.Size(215, 24)
Me.Attribute.TabIndex = 1
Me.Attribute.Text = "path"
'
'AttIcon
'
Me.AttIcon.Image = CType(resources.GetObject("AttIcon.Image"), System.Drawing.Image)
Me.AttIcon.Location = New System.Drawing.Point(139, 106)
Me.AttIcon.Margin = New System.Windows.Forms.Padding(4)
Me.AttIcon.Name = "AttIcon"
Me.AttIcon.Size = New System.Drawing.Size(16, 16)
Me.AttIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
Me.AttIcon.TabIndex = 6
Me.AttIcon.TabStop = False
'
'PassLabel
'
Me.PassLabel.AutoSize = True
Me.PassLabel.Location = New System.Drawing.Point(12, 193)
Me.PassLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.PassLabel.Name = "PassLabel"
Me.PassLabel.Size = New System.Drawing.Size(214, 17)
Me.PassLabel.TabIndex = 11
Me.PassLabel.Text = "If conditional passes, render out:"
'
'Display
'
Me.Display.AutoCompleteBracketsList = New Char() {Global.Microsoft.VisualBasic.ChrW(40), Global.Microsoft.VisualBasic.ChrW(41), Global.Microsoft.VisualBasic.ChrW(123), Global.Microsoft.VisualBasic.ChrW(125), Global.Microsoft.VisualBasic.ChrW(91), Global.Microsoft.VisualBasic.ChrW(93), Global.Microsoft.VisualBasic.ChrW(34), Global.Microsoft.VisualBasic.ChrW(34), Global.Microsoft.VisualBasic.ChrW(39), Global.Microsoft.VisualBasic.ChrW(39)}
Me.Display.AutoIndentCharsPatterns = Global.AutoSite_XL.My.Resources.Resources.iconTheme
Me.Display.AutoScrollMinSize = New System.Drawing.Size(31, 18)
Me.Display.BackBrush = Nothing
Me.Display.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Display.CharHeight = 18
Me.Display.CharWidth = 10
Me.Display.CommentPrefix = Nothing
Me.Display.Cursor = System.Windows.Forms.Cursors.IBeam
Me.Display.DisabledColor = System.Drawing.Color.FromArgb(CType(CType(100, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
Me.Display.Font = New System.Drawing.Font("Courier New", 9.75!)
Me.Display.IsReplaceMode = False
Me.Display.Language = FastColoredTextBoxNS.Language.HTML
Me.Display.LeftBracket = Global.Microsoft.VisualBasic.ChrW(60)
Me.Display.LeftBracket2 = Global.Microsoft.VisualBasic.ChrW(40)
Me.Display.Location = New System.Drawing.Point(16, 217)
Me.Display.Margin = New System.Windows.Forms.Padding(4)
Me.Display.Name = "Display"
Me.Display.Paddings = New System.Windows.Forms.Padding(0)
Me.Display.RightBracket = Global.Microsoft.VisualBasic.ChrW(62)
Me.Display.RightBracket2 = Global.Microsoft.VisualBasic.ChrW(41)
Me.Display.SelectionColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Display.ServiceColors = CType(resources.GetObject("Display.ServiceColors"), FastColoredTextBoxNS.ServiceColors)
Me.Display.Size = New System.Drawing.Size(360, 133)
Me.Display.TabIndex = 4
Me.Display.Zoom = 100
'
'Yesnt
'
Me.Yesnt.AutoSize = True
Me.Yesnt.Location = New System.Drawing.Point(15, 134)
Me.Yesnt.Name = "Yesnt"
Me.Yesnt.Size = New System.Drawing.Size(60, 21)
Me.Yesnt.TabIndex = 2
Me.Yesnt.Text = "NOT"
Me.Yesnt.UseVisualStyleBackColor = True
'
'Value
'
Me.Value.FormattingEnabled = True
Me.Value.Location = New System.Drawing.Point(80, 132)
Me.Value.Margin = New System.Windows.Forms.Padding(4)
Me.Value.Name = "Value"
Me.Value.Size = New System.Drawing.Size(296, 24)
Me.Value.TabIndex = 3
Me.Value.Text = "index.md"
'
'Empty
'
Me.Empty.AutoSize = True
Me.Empty.Location = New System.Drawing.Point(80, 163)
Me.Empty.Name = "Empty"
Me.Empty.Size = New System.Drawing.Size(69, 21)
Me.Empty.TabIndex = 12
Me.Empty.Text = "Empty"
Me.Empty.UseVisualStyleBackColor = True
'
'AddConditional
'
Me.AcceptButton = Me.OK_Button
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.Cancel_Button
Me.ClientSize = New System.Drawing.Size(391, 409)
Me.Controls.Add(Me.Empty)
Me.Controls.Add(Me.Value)
Me.Controls.Add(Me.Yesnt)
Me.Controls.Add(Me.Display)
Me.Controls.Add(Me.PassLabel)
Me.Controls.Add(Me.AttIcon)
Me.Controls.Add(Me.Attribute)
Me.Controls.Add(Me.AttLabel)
Me.Controls.Add(Me.Explanation)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Margin = New System.Windows.Forms.Padding(4)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "AddConditional"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Insert Conditional"
Me.TableLayoutPanel1.ResumeLayout(False)
CType(Me.AttIcon, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Display, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents OK_Button As System.Windows.Forms.Button
Friend WithEvents Cancel_Button As System.Windows.Forms.Button
Friend WithEvents Explanation As System.Windows.Forms.Label
Friend WithEvents AttLabel As System.Windows.Forms.Label
Friend WithEvents Attribute As System.Windows.Forms.ComboBox
Friend WithEvents AttIcon As System.Windows.Forms.PictureBox
Friend WithEvents PassLabel As System.Windows.Forms.Label
Friend WithEvents Display As FastColoredTextBoxNS.FastColoredTextBox
Friend WithEvents Yesnt As System.Windows.Forms.CheckBox
Friend WithEvents Value As System.Windows.Forms.ComboBox
Friend WithEvents Empty As System.Windows.Forms.CheckBox
End Class