-
Notifications
You must be signed in to change notification settings - Fork 4
/
HeatmapOptionsForm.Designer.vb
222 lines (220 loc) · 10.8 KB
/
HeatmapOptionsForm.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
Imports DevExpress.DashboardWin.Native
Namespace DevExpress.DashboardWin.CustomItemExtension.Heatmap
Partial Public Class HeatmapOptionsForm
Private components As System.ComponentModel.IContainer = Nothing
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso (components IsNot Nothing) Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
#Region "Windows Form Designer generated code"
Private Sub InitializeComponent()
Dim resources As New System.ComponentModel.ComponentResourceManager(GetType(HeatmapOptionsForm))
Me.separator = New DevExpress.XtraEditors.LabelControl()
Me.layoutControl1 = New DevExpress.XtraLayout.LayoutControl()
Me.valueMapControl = New DevExpress.DashboardWin.CustomItemExtension.Heatmap.HeatmapOptionsControl()
Me.btnCancel = New DevExpress.XtraEditors.SimpleButton()
Me.btnOK = New DevExpress.XtraEditors.SimpleButton()
Me.layoutControlGroup8 = New DevExpress.XtraLayout.LayoutControlGroup()
Me.layoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
Me.layoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup()
Me.layoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem()
Me.emptySpaceItem9 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.layoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem()
Me.emptySpaceItem3 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.lcgValueMap = New DevExpress.XtraLayout.LayoutControlGroup()
Me.lciValueMapControl = New DevExpress.XtraLayout.LayoutControlItem()
Me.emptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
DirectCast(Me.layoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.layoutControl1.SuspendLayout()
DirectCast(Me.layoutControlGroup8, System.ComponentModel.ISupportInitialize).BeginInit()
DirectCast(Me.layoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
DirectCast(Me.layoutControlGroup2, System.ComponentModel.ISupportInitialize).BeginInit()
DirectCast(Me.layoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit()
DirectCast(Me.emptySpaceItem9, System.ComponentModel.ISupportInitialize).BeginInit()
DirectCast(Me.layoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit()
DirectCast(Me.emptySpaceItem3, System.ComponentModel.ISupportInitialize).BeginInit()
DirectCast(Me.lcgValueMap, System.ComponentModel.ISupportInitialize).BeginInit()
DirectCast(Me.lciValueMapControl, System.ComponentModel.ISupportInitialize).BeginInit()
DirectCast(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
' separator
'
Me.separator.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Vertical
Me.separator.LineVisible = True
resources.ApplyResources(Me.separator, "separator")
Me.separator.Name = "separator"
'
' layoutControl1
'
Me.layoutControl1.AllowCustomization = False
resources.ApplyResources(Me.layoutControl1, "layoutControl1")
Me.layoutControl1.Controls.Add(Me.valueMapControl)
Me.layoutControl1.Controls.Add(Me.btnCancel)
Me.layoutControl1.Controls.Add(Me.btnOK)
Me.layoutControl1.HiddenItems.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() { Me.layoutControlGroup8})
Me.layoutControl1.Name = "layoutControl1"
Me.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(913, 143, 822, 812)
Me.layoutControl1.OptionsFocus.AllowFocusReadonlyEditors = False
Me.layoutControl1.OptionsFocus.AllowFocusTabbedGroups = False
Me.layoutControl1.OptionsFocus.EnableAutoTabOrder = False
Me.layoutControl1.Root = Me.layoutControlGroup1
'
' valueMapControl
'
resources.ApplyResources(Me.valueMapControl, "valueMapControl")
Me.valueMapControl.Name = "valueMapControl"
'
' btnCancel
'
resources.ApplyResources(Me.btnCancel, "btnCancel")
Me.btnCancel.AutoWidthInLayoutControl = True
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.StyleController = Me.layoutControl1
'
' btnOK
'
resources.ApplyResources(Me.btnOK, "btnOK")
Me.btnOK.AutoWidthInLayoutControl = True
Me.btnOK.Name = "btnOK"
Me.btnOK.StyleController = Me.layoutControl1
'
' layoutControlGroup8
'
Me.layoutControlGroup8.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False
Me.layoutControlGroup8.GroupBordersVisible = False
Me.layoutControlGroup8.Location = New System.Drawing.Point(0, 0)
Me.layoutControlGroup8.Name = "layoutControlGroup8"
Me.layoutControlGroup8.Size = New System.Drawing.Size(125, 354)
Me.layoutControlGroup8.TextVisible = False
'
' layoutControlGroup1
'
Me.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True
Me.layoutControlGroup1.GroupBordersVisible = False
Me.layoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() { Me.layoutControlGroup2, Me.emptySpaceItem3, Me.lcgValueMap})
Me.layoutControlGroup1.Name = "Root"
Me.layoutControlGroup1.Size = New System.Drawing.Size(609, 374)
Me.layoutControlGroup1.TextVisible = False
'
' layoutControlGroup2
'
Me.layoutControlGroup2.GroupBordersVisible = False
Me.layoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() { Me.layoutControlItem6, Me.emptySpaceItem9, Me.layoutControlItem5})
Me.layoutControlGroup2.Location = New System.Drawing.Point(0, 328)
Me.layoutControlGroup2.Name = "layoutControlGroup2"
Me.layoutControlGroup2.Size = New System.Drawing.Size(589, 26)
'
' layoutControlItem6
'
Me.layoutControlItem6.Control = Me.btnCancel
Me.layoutControlItem6.FillControlToClientArea = False
Me.layoutControlItem6.Location = New System.Drawing.Point(508, 0)
Me.layoutControlItem6.Name = "layoutControlItem6"
Me.layoutControlItem6.Padding = New DevExpress.XtraLayout.Utils.Padding(3, 3, 2, 2)
Me.layoutControlItem6.Size = New System.Drawing.Size(81, 26)
Me.layoutControlItem6.TextSize = New System.Drawing.Size(0, 0)
Me.layoutControlItem6.TextVisible = False
'
' emptySpaceItem9
'
Me.emptySpaceItem9.AllowHotTrack = False
Me.emptySpaceItem9.Location = New System.Drawing.Point(0, 0)
Me.emptySpaceItem9.Name = "emptySpaceItem9"
Me.emptySpaceItem9.Size = New System.Drawing.Size(429, 26)
Me.emptySpaceItem9.TextSize = New System.Drawing.Size(0, 0)
'
' layoutControlItem5
'
Me.layoutControlItem5.Control = Me.btnOK
Me.layoutControlItem5.FillControlToClientArea = False
Me.layoutControlItem5.Location = New System.Drawing.Point(429, 0)
Me.layoutControlItem5.Name = "layoutControlItem5"
Me.layoutControlItem5.Size = New System.Drawing.Size(79, 26)
Me.layoutControlItem5.TextSize = New System.Drawing.Size(0, 0)
Me.layoutControlItem5.TextVisible = False
'
' emptySpaceItem3
'
Me.emptySpaceItem3.AllowHotTrack = False
Me.emptySpaceItem3.Location = New System.Drawing.Point(0, 318)
Me.emptySpaceItem3.Name = "emptySpaceItem3"
Me.emptySpaceItem3.Size = New System.Drawing.Size(589, 10)
Me.emptySpaceItem3.TextSize = New System.Drawing.Size(0, 0)
'
' lcgValueMap
'
Me.lcgValueMap.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False
Me.lcgValueMap.GroupBordersVisible = False
Me.lcgValueMap.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() { Me.lciValueMapControl, Me.emptySpaceItem1})
Me.lcgValueMap.Location = New System.Drawing.Point(0, 0)
Me.lcgValueMap.Name = "lcgValueMap"
Me.lcgValueMap.Size = New System.Drawing.Size(589, 318)
Me.lcgValueMap.TextVisible = False
'
' lciValueMapControl
'
Me.lciValueMapControl.Control = Me.valueMapControl
Me.lciValueMapControl.Location = New System.Drawing.Point(0, 0)
Me.lciValueMapControl.Name = "lciValueMapControl"
Me.lciValueMapControl.Size = New System.Drawing.Size(589, 308)
Me.lciValueMapControl.TextSize = New System.Drawing.Size(0, 0)
Me.lciValueMapControl.TextVisible = False
'
' emptySpaceItem1
'
Me.emptySpaceItem1.AllowHotTrack = False
Me.emptySpaceItem1.Location = New System.Drawing.Point(0, 308)
Me.emptySpaceItem1.Name = "emptySpaceItem1"
Me.emptySpaceItem1.Size = New System.Drawing.Size(589, 10)
Me.emptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
'
' HeatmapOptionsForm
'
Me.AcceptButton = Me.btnOK
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.btnCancel
Me.Controls.Add(Me.layoutControl1)
Me.Controls.Add(Me.separator)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.IconOptions.ShowIcon = False
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "HeatmapOptionsForm"
DirectCast(Me.layoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.layoutControl1.ResumeLayout(False)
DirectCast(Me.layoutControlGroup8, System.ComponentModel.ISupportInitialize).EndInit()
DirectCast(Me.layoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
DirectCast(Me.layoutControlGroup2, System.ComponentModel.ISupportInitialize).EndInit()
DirectCast(Me.layoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit()
DirectCast(Me.emptySpaceItem9, System.ComponentModel.ISupportInitialize).EndInit()
DirectCast(Me.layoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit()
DirectCast(Me.emptySpaceItem3, System.ComponentModel.ISupportInitialize).EndInit()
DirectCast(Me.lcgValueMap, System.ComponentModel.ISupportInitialize).EndInit()
DirectCast(Me.lciValueMapControl, System.ComponentModel.ISupportInitialize).EndInit()
DirectCast(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
#End Region
Private separator As DevExpress.XtraEditors.LabelControl
Private WithEvents btnCancel As DevExpress.XtraEditors.SimpleButton
Private WithEvents btnOK As DevExpress.XtraEditors.SimpleButton
Private valueMapControl As HeatmapOptionsControl
Private layoutControl1 As DevExpress.XtraLayout.LayoutControl
Private layoutControlGroup1 As DevExpress.XtraLayout.LayoutControlGroup
Private layoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem
Private layoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem
Private layoutControlGroup2 As DevExpress.XtraLayout.LayoutControlGroup
Private emptySpaceItem3 As DevExpress.XtraLayout.EmptySpaceItem
Private emptySpaceItem9 As DevExpress.XtraLayout.EmptySpaceItem
Private layoutControlGroup8 As DevExpress.XtraLayout.LayoutControlGroup
Private lciValueMapControl As DevExpress.XtraLayout.LayoutControlItem
Private emptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
Private lcgValueMap As DevExpress.XtraLayout.LayoutControlGroup
End Class
End Namespace