-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUC_WorkFlowEvent.Designer.vb
More file actions
190 lines (185 loc) · 9.48 KB
/
UC_WorkFlowEvent.Designer.vb
File metadata and controls
190 lines (185 loc) · 9.48 KB
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class UC_WorkFlowEvent
Inherits System.Windows.Forms.UserControl
'UserControl 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.TLP = New System.Windows.Forms.TableLayoutPanel()
Me.DG_Variables = New System.Windows.Forms.DataGridView()
Me.Check = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.VarName = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.VarValue = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.BT_Close = New System.Windows.Forms.Button()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.LB_SEQ = New System.Windows.Forms.Label()
Me.BT_Steps = New System.Windows.Forms.Button()
Me.TLP.SuspendLayout()
CType(Me.DG_Variables, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TableLayoutPanel1.SuspendLayout()
Me.SuspendLayout()
'
'TLP
'
Me.TLP.ColumnCount = 2
Me.TLP.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TLP.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TLP.Controls.Add(Me.DG_Variables, 1, 0)
Me.TLP.Controls.Add(Me.BT_Close, 0, 0)
Me.TLP.Controls.Add(Me.TableLayoutPanel1, 0, 1)
Me.TLP.Dock = System.Windows.Forms.DockStyle.Fill
Me.TLP.Location = New System.Drawing.Point(0, 0)
Me.TLP.Name = "TLP"
Me.TLP.RowCount = 2
Me.TLP.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TLP.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TLP.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TLP.Size = New System.Drawing.Size(281, 148)
Me.TLP.TabIndex = 0
'
'DG_Variables
'
Me.DG_Variables.AllowUserToAddRows = False
Me.DG_Variables.AllowUserToDeleteRows = False
Me.DG_Variables.AllowUserToResizeRows = False
Me.DG_Variables.BackgroundColor = System.Drawing.SystemColors.ControlDark
Me.DG_Variables.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.DG_Variables.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
Me.DG_Variables.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DG_Variables.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Check, Me.VarName, Me.VarValue})
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.ControlLight
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.DG_Variables.DefaultCellStyle = DataGridViewCellStyle1
Me.DG_Variables.Dock = System.Windows.Forms.DockStyle.Fill
Me.DG_Variables.GridColor = System.Drawing.SystemColors.Control
Me.DG_Variables.Location = New System.Drawing.Point(30, 0)
Me.DG_Variables.Margin = New System.Windows.Forms.Padding(0)
Me.DG_Variables.MultiSelect = False
Me.DG_Variables.Name = "DG_Variables"
Me.DG_Variables.RowHeadersVisible = False
Me.TLP.SetRowSpan(Me.DG_Variables, 2)
Me.DG_Variables.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
Me.DG_Variables.Size = New System.Drawing.Size(251, 148)
Me.DG_Variables.TabIndex = 0
'
'Check
'
Me.Check.DataPropertyName = "Check"
Me.Check.Frozen = True
Me.Check.HeaderText = "C"
Me.Check.Name = "Check"
Me.Check.Width = 25
'
'VarName
'
Me.VarName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.VarName.DataPropertyName = "Name"
Me.VarName.HeaderText = "Name"
Me.VarName.Name = "VarName"
'
'VarValue
'
Me.VarValue.DataPropertyName = "Value"
Me.VarValue.HeaderText = "Value"
Me.VarValue.Name = "VarValue"
Me.VarValue.Width = 50
'
'BT_Close
'
Me.BT_Close.Dock = System.Windows.Forms.DockStyle.Fill
Me.BT_Close.FlatAppearance.BorderSize = 0
Me.BT_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.BT_Close.Image = Global.SolidEdge_VarHandler.My.Resources.Resources.Close
Me.BT_Close.Location = New System.Drawing.Point(0, 0)
Me.BT_Close.Margin = New System.Windows.Forms.Padding(0)
Me.BT_Close.Name = "BT_Close"
Me.BT_Close.Size = New System.Drawing.Size(30, 20)
Me.BT_Close.TabIndex = 2
Me.BT_Close.UseVisualStyleBackColor = True
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 1
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel1.Controls.Add(Me.LB_SEQ, 0, 1)
Me.TableLayoutPanel1.Controls.Add(Me.BT_Steps, 0, 0)
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 20)
Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(0)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 2
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(30, 128)
Me.TableLayoutPanel1.TabIndex = 3
'
'LB_SEQ
'
Me.LB_SEQ.AutoSize = True
Me.LB_SEQ.Dock = System.Windows.Forms.DockStyle.Fill
Me.LB_SEQ.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LB_SEQ.ForeColor = System.Drawing.Color.DarkGray
Me.LB_SEQ.Location = New System.Drawing.Point(3, 25)
Me.LB_SEQ.Name = "LB_SEQ"
Me.LB_SEQ.Size = New System.Drawing.Size(24, 103)
Me.LB_SEQ.TabIndex = 1
Me.LB_SEQ.Text = "1"
Me.LB_SEQ.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'BT_Steps
'
Me.BT_Steps.Dock = System.Windows.Forms.DockStyle.Fill
Me.BT_Steps.Image = Global.SolidEdge_VarHandler.My.Resources.Resources.Settings
Me.BT_Steps.Location = New System.Drawing.Point(3, 3)
Me.BT_Steps.Name = "BT_Steps"
Me.BT_Steps.Size = New System.Drawing.Size(24, 19)
Me.BT_Steps.TabIndex = 2
Me.BT_Steps.UseVisualStyleBackColor = True
'
'UC_WorkFlowEvent
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Controls.Add(Me.TLP)
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Margin = New System.Windows.Forms.Padding(3, 0, 3, 3)
Me.Name = "UC_WorkFlowEvent"
Me.Size = New System.Drawing.Size(281, 148)
Me.TLP.ResumeLayout(False)
CType(Me.DG_Variables, System.ComponentModel.ISupportInitialize).EndInit()
Me.TableLayoutPanel1.ResumeLayout(False)
Me.TableLayoutPanel1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents TLP As TableLayoutPanel
Friend WithEvents DG_Variables As DataGridView
Friend WithEvents LB_SEQ As Label
Friend WithEvents Check As DataGridViewCheckBoxColumn
Friend WithEvents VarName As DataGridViewTextBoxColumn
Friend WithEvents VarValue As DataGridViewTextBoxColumn
Friend WithEvents BT_Close As Button
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents BT_Steps As Button
End Class