-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDataShow.Designer.vb
156 lines (152 loc) · 6.94 KB
/
DataShow.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class DataShow
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.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Label1 = New System.Windows.Forms.Label()
Me.Save_Screen_DataShow = New System.Windows.Forms.Button()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DataGridView1
'
Me.DataGridView1.AllowUserToDeleteRows = False
Me.DataGridView1.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.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
Me.DataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column7, Me.Column2, Me.Column3, Me.Column4, Me.Column8, Me.Column5, Me.Column6})
Me.DataGridView1.Location = New System.Drawing.Point(-1, 66)
Me.DataGridView1.Margin = New System.Windows.Forms.Padding(4)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.ReadOnly = True
Me.DataGridView1.Size = New System.Drawing.Size(847, 285)
Me.DataGridView1.TabIndex = 0
'
'Column1
'
Me.Column1.HeaderText = "Sample #"
Me.Column1.Name = "Column1"
Me.Column1.ReadOnly = True
'
'Column7
'
Me.Column7.HeaderText = "Trial"
Me.Column7.Name = "Column7"
Me.Column7.ReadOnly = True
'
'Column2
'
Me.Column2.HeaderText = "Asphalt Content(%)"
Me.Column2.Name = "Column2"
Me.Column2.ReadOnly = True
'
'Column3
'
Me.Column3.HeaderText = "Dry Weight(g)"
Me.Column3.Name = "Column3"
Me.Column3.ReadOnly = True
'
'Column4
'
Me.Column4.HeaderText = "SSD weight (g)"
Me.Column4.Name = "Column4"
Me.Column4.ReadOnly = True
'
'Column8
'
Me.Column8.HeaderText = "In water weight"
Me.Column8.Name = "Column8"
Me.Column8.ReadOnly = True
'
'Column5
'
Me.Column5.HeaderText = "Stability"
Me.Column5.Name = "Column5"
Me.Column5.ReadOnly = True
'
'Column6
'
Me.Column6.HeaderText = "Flow"
Me.Column6.Name = "Column6"
Me.Column6.ReadOnly = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Tahoma", 14.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(52, 41)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(120, 23)
Me.Label1.TabIndex = 51
Me.Label1.Text = "Data Input:"
'
'Save_Screen_DataShow
'
Me.Save_Screen_DataShow.BackColor = System.Drawing.Color.MediumSpringGreen
Me.Save_Screen_DataShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Save_Screen_DataShow.Font = New System.Drawing.Font("Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Save_Screen_DataShow.Location = New System.Drawing.Point(1, 1)
Me.Save_Screen_DataShow.Name = "Save_Screen_DataShow"
Me.Save_Screen_DataShow.Size = New System.Drawing.Size(148, 32)
Me.Save_Screen_DataShow.TabIndex = 50
Me.Save_Screen_DataShow.Text = "Save Screen"
Me.Save_Screen_DataShow.UseVisualStyleBackColor = False
'
'DataShow
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 19.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.ClientSize = New System.Drawing.Size(846, 348)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Save_Screen_DataShow)
Me.Controls.Add(Me.DataGridView1)
Me.Font = New System.Drawing.Font("Tahoma", 12.0!)
Me.HelpButton = True
Me.Margin = New System.Windows.Forms.Padding(4)
Me.Name = "DataShow"
Me.Text = "Form1"
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Save_Screen_DataShow As System.Windows.Forms.Button
End Class