573 lines
21 KiB
VB.net
573 lines
21 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class UserControl3
|
|||
|
|
Inherits System.Windows.Forms.UserControl
|
|||
|
|
|
|||
|
|
'UserControl 重写释放以清理组件列表。
|
|||
|
|
<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
|
|||
|
|
|
|||
|
|
'Windows 窗体设计器所必需的
|
|||
|
|
Private components As System.ComponentModel.IContainer
|
|||
|
|
|
|||
|
|
'注意: 以下过程是 Windows 窗体设计器所必需的
|
|||
|
|
'可以使用 Windows 窗体设计器修改它。
|
|||
|
|
'不要使用代码编辑器修改它。
|
|||
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
|
Private Sub InitializeComponent()
|
|||
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button9 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button10 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button11 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button12 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button13 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button14 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button15 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button16 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button17 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button18 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button19 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button20 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button21 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button22 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button23 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button24 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button25 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button26 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button27 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button28 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button29 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button30 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button31 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button32 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button33 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button34 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button35 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button36 = New System.Windows.Forms.Button()
|
|||
|
|
Me.R_TXT = New System.Windows.Forms.NumericUpDown()
|
|||
|
|
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
|
|||
|
|
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
|||
|
|
Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
|
|||
|
|
Me.Button37 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button38 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|||
|
|
CType(Me.R_TXT,System.ComponentModel.ISupportInitialize).BeginInit
|
|||
|
|
CType(Me.NumericUpDown1,System.ComponentModel.ISupportInitialize).BeginInit
|
|||
|
|
CType(Me.NumericUpDown2,System.ComponentModel.ISupportInitialize).BeginInit
|
|||
|
|
Me.SuspendLayout
|
|||
|
|
'
|
|||
|
|
'Button1
|
|||
|
|
'
|
|||
|
|
Me.Button1.AllowDrop = true
|
|||
|
|
Me.Button1.Location = New System.Drawing.Point(0, 3)
|
|||
|
|
Me.Button1.Name = "Button1"
|
|||
|
|
Me.Button1.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button1.TabIndex = 0
|
|||
|
|
Me.Button1.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button2
|
|||
|
|
'
|
|||
|
|
Me.Button2.AllowDrop = true
|
|||
|
|
Me.Button2.Location = New System.Drawing.Point(25, 3)
|
|||
|
|
Me.Button2.Name = "Button2"
|
|||
|
|
Me.Button2.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button2.TabIndex = 1
|
|||
|
|
Me.Button2.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button3
|
|||
|
|
'
|
|||
|
|
Me.Button3.AllowDrop = true
|
|||
|
|
Me.Button3.Location = New System.Drawing.Point(50, 3)
|
|||
|
|
Me.Button3.Name = "Button3"
|
|||
|
|
Me.Button3.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button3.TabIndex = 2
|
|||
|
|
Me.Button3.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button4
|
|||
|
|
'
|
|||
|
|
Me.Button4.AllowDrop = true
|
|||
|
|
Me.Button4.Location = New System.Drawing.Point(75, 3)
|
|||
|
|
Me.Button4.Name = "Button4"
|
|||
|
|
Me.Button4.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button4.TabIndex = 3
|
|||
|
|
Me.Button4.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button5
|
|||
|
|
'
|
|||
|
|
Me.Button5.AllowDrop = true
|
|||
|
|
Me.Button5.Location = New System.Drawing.Point(100, 3)
|
|||
|
|
Me.Button5.Name = "Button5"
|
|||
|
|
Me.Button5.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button5.TabIndex = 4
|
|||
|
|
Me.Button5.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button6
|
|||
|
|
'
|
|||
|
|
Me.Button6.AllowDrop = true
|
|||
|
|
Me.Button6.Location = New System.Drawing.Point(125, 3)
|
|||
|
|
Me.Button6.Name = "Button6"
|
|||
|
|
Me.Button6.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button6.TabIndex = 5
|
|||
|
|
Me.Button6.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button7
|
|||
|
|
'
|
|||
|
|
Me.Button7.AllowDrop = true
|
|||
|
|
Me.Button7.Location = New System.Drawing.Point(150, 3)
|
|||
|
|
Me.Button7.Name = "Button7"
|
|||
|
|
Me.Button7.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button7.TabIndex = 6
|
|||
|
|
Me.Button7.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button8
|
|||
|
|
'
|
|||
|
|
Me.Button8.AllowDrop = true
|
|||
|
|
Me.Button8.Location = New System.Drawing.Point(175, 3)
|
|||
|
|
Me.Button8.Name = "Button8"
|
|||
|
|
Me.Button8.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button8.TabIndex = 7
|
|||
|
|
Me.Button8.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button9
|
|||
|
|
'
|
|||
|
|
Me.Button9.AllowDrop = true
|
|||
|
|
Me.Button9.Location = New System.Drawing.Point(200, 3)
|
|||
|
|
Me.Button9.Name = "Button9"
|
|||
|
|
Me.Button9.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button9.TabIndex = 8
|
|||
|
|
Me.Button9.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button10
|
|||
|
|
'
|
|||
|
|
Me.Button10.AllowDrop = true
|
|||
|
|
Me.Button10.Location = New System.Drawing.Point(200, 34)
|
|||
|
|
Me.Button10.Name = "Button10"
|
|||
|
|
Me.Button10.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button10.TabIndex = 17
|
|||
|
|
Me.Button10.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button11
|
|||
|
|
'
|
|||
|
|
Me.Button11.AllowDrop = true
|
|||
|
|
Me.Button11.Location = New System.Drawing.Point(175, 34)
|
|||
|
|
Me.Button11.Name = "Button11"
|
|||
|
|
Me.Button11.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button11.TabIndex = 16
|
|||
|
|
Me.Button11.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button12
|
|||
|
|
'
|
|||
|
|
Me.Button12.AllowDrop = true
|
|||
|
|
Me.Button12.Location = New System.Drawing.Point(150, 34)
|
|||
|
|
Me.Button12.Name = "Button12"
|
|||
|
|
Me.Button12.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button12.TabIndex = 15
|
|||
|
|
Me.Button12.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button13
|
|||
|
|
'
|
|||
|
|
Me.Button13.AllowDrop = true
|
|||
|
|
Me.Button13.Location = New System.Drawing.Point(125, 34)
|
|||
|
|
Me.Button13.Name = "Button13"
|
|||
|
|
Me.Button13.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button13.TabIndex = 14
|
|||
|
|
Me.Button13.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button14
|
|||
|
|
'
|
|||
|
|
Me.Button14.AllowDrop = true
|
|||
|
|
Me.Button14.Location = New System.Drawing.Point(100, 34)
|
|||
|
|
Me.Button14.Name = "Button14"
|
|||
|
|
Me.Button14.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button14.TabIndex = 13
|
|||
|
|
Me.Button14.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button15
|
|||
|
|
'
|
|||
|
|
Me.Button15.AllowDrop = true
|
|||
|
|
Me.Button15.Location = New System.Drawing.Point(75, 34)
|
|||
|
|
Me.Button15.Name = "Button15"
|
|||
|
|
Me.Button15.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button15.TabIndex = 12
|
|||
|
|
Me.Button15.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button16
|
|||
|
|
'
|
|||
|
|
Me.Button16.AllowDrop = true
|
|||
|
|
Me.Button16.Location = New System.Drawing.Point(50, 34)
|
|||
|
|
Me.Button16.Name = "Button16"
|
|||
|
|
Me.Button16.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button16.TabIndex = 11
|
|||
|
|
Me.Button16.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button17
|
|||
|
|
'
|
|||
|
|
Me.Button17.AllowDrop = true
|
|||
|
|
Me.Button17.Location = New System.Drawing.Point(25, 34)
|
|||
|
|
Me.Button17.Name = "Button17"
|
|||
|
|
Me.Button17.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button17.TabIndex = 10
|
|||
|
|
Me.Button17.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button18
|
|||
|
|
'
|
|||
|
|
Me.Button18.AllowDrop = true
|
|||
|
|
Me.Button18.Location = New System.Drawing.Point(0, 34)
|
|||
|
|
Me.Button18.Name = "Button18"
|
|||
|
|
Me.Button18.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button18.TabIndex = 9
|
|||
|
|
Me.Button18.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button19
|
|||
|
|
'
|
|||
|
|
Me.Button19.AllowDrop = true
|
|||
|
|
Me.Button19.Location = New System.Drawing.Point(200, 65)
|
|||
|
|
Me.Button19.Name = "Button19"
|
|||
|
|
Me.Button19.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button19.TabIndex = 26
|
|||
|
|
Me.Button19.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button20
|
|||
|
|
'
|
|||
|
|
Me.Button20.AllowDrop = true
|
|||
|
|
Me.Button20.Location = New System.Drawing.Point(175, 65)
|
|||
|
|
Me.Button20.Name = "Button20"
|
|||
|
|
Me.Button20.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button20.TabIndex = 25
|
|||
|
|
Me.Button20.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button21
|
|||
|
|
'
|
|||
|
|
Me.Button21.AllowDrop = true
|
|||
|
|
Me.Button21.Location = New System.Drawing.Point(150, 65)
|
|||
|
|
Me.Button21.Name = "Button21"
|
|||
|
|
Me.Button21.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button21.TabIndex = 24
|
|||
|
|
Me.Button21.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button22
|
|||
|
|
'
|
|||
|
|
Me.Button22.AllowDrop = true
|
|||
|
|
Me.Button22.Location = New System.Drawing.Point(125, 65)
|
|||
|
|
Me.Button22.Name = "Button22"
|
|||
|
|
Me.Button22.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button22.TabIndex = 23
|
|||
|
|
Me.Button22.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button23
|
|||
|
|
'
|
|||
|
|
Me.Button23.AllowDrop = true
|
|||
|
|
Me.Button23.Location = New System.Drawing.Point(100, 65)
|
|||
|
|
Me.Button23.Name = "Button23"
|
|||
|
|
Me.Button23.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button23.TabIndex = 22
|
|||
|
|
Me.Button23.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button24
|
|||
|
|
'
|
|||
|
|
Me.Button24.AllowDrop = true
|
|||
|
|
Me.Button24.Location = New System.Drawing.Point(75, 65)
|
|||
|
|
Me.Button24.Name = "Button24"
|
|||
|
|
Me.Button24.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button24.TabIndex = 21
|
|||
|
|
Me.Button24.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button25
|
|||
|
|
'
|
|||
|
|
Me.Button25.AllowDrop = true
|
|||
|
|
Me.Button25.Location = New System.Drawing.Point(50, 65)
|
|||
|
|
Me.Button25.Name = "Button25"
|
|||
|
|
Me.Button25.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button25.TabIndex = 20
|
|||
|
|
Me.Button25.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button26
|
|||
|
|
'
|
|||
|
|
Me.Button26.AllowDrop = true
|
|||
|
|
Me.Button26.Location = New System.Drawing.Point(25, 65)
|
|||
|
|
Me.Button26.Name = "Button26"
|
|||
|
|
Me.Button26.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button26.TabIndex = 19
|
|||
|
|
Me.Button26.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button27
|
|||
|
|
'
|
|||
|
|
Me.Button27.AllowDrop = true
|
|||
|
|
Me.Button27.Location = New System.Drawing.Point(0, 65)
|
|||
|
|
Me.Button27.Name = "Button27"
|
|||
|
|
Me.Button27.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button27.TabIndex = 18
|
|||
|
|
Me.Button27.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button28
|
|||
|
|
'
|
|||
|
|
Me.Button28.AllowDrop = true
|
|||
|
|
Me.Button28.Location = New System.Drawing.Point(200, 96)
|
|||
|
|
Me.Button28.Name = "Button28"
|
|||
|
|
Me.Button28.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button28.TabIndex = 35
|
|||
|
|
Me.Button28.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button29
|
|||
|
|
'
|
|||
|
|
Me.Button29.AllowDrop = true
|
|||
|
|
Me.Button29.Location = New System.Drawing.Point(175, 96)
|
|||
|
|
Me.Button29.Name = "Button29"
|
|||
|
|
Me.Button29.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button29.TabIndex = 34
|
|||
|
|
Me.Button29.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button30
|
|||
|
|
'
|
|||
|
|
Me.Button30.AllowDrop = true
|
|||
|
|
Me.Button30.Location = New System.Drawing.Point(150, 96)
|
|||
|
|
Me.Button30.Name = "Button30"
|
|||
|
|
Me.Button30.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button30.TabIndex = 33
|
|||
|
|
Me.Button30.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button31
|
|||
|
|
'
|
|||
|
|
Me.Button31.AllowDrop = true
|
|||
|
|
Me.Button31.Location = New System.Drawing.Point(125, 96)
|
|||
|
|
Me.Button31.Name = "Button31"
|
|||
|
|
Me.Button31.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button31.TabIndex = 32
|
|||
|
|
Me.Button31.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button32
|
|||
|
|
'
|
|||
|
|
Me.Button32.AllowDrop = true
|
|||
|
|
Me.Button32.Location = New System.Drawing.Point(100, 96)
|
|||
|
|
Me.Button32.Name = "Button32"
|
|||
|
|
Me.Button32.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button32.TabIndex = 31
|
|||
|
|
Me.Button32.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button33
|
|||
|
|
'
|
|||
|
|
Me.Button33.AllowDrop = true
|
|||
|
|
Me.Button33.Location = New System.Drawing.Point(75, 96)
|
|||
|
|
Me.Button33.Name = "Button33"
|
|||
|
|
Me.Button33.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button33.TabIndex = 30
|
|||
|
|
Me.Button33.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button34
|
|||
|
|
'
|
|||
|
|
Me.Button34.AllowDrop = true
|
|||
|
|
Me.Button34.Location = New System.Drawing.Point(50, 96)
|
|||
|
|
Me.Button34.Name = "Button34"
|
|||
|
|
Me.Button34.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button34.TabIndex = 29
|
|||
|
|
Me.Button34.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button35
|
|||
|
|
'
|
|||
|
|
Me.Button35.AllowDrop = true
|
|||
|
|
Me.Button35.Location = New System.Drawing.Point(25, 96)
|
|||
|
|
Me.Button35.Name = "Button35"
|
|||
|
|
Me.Button35.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button35.TabIndex = 28
|
|||
|
|
Me.Button35.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button36
|
|||
|
|
'
|
|||
|
|
Me.Button36.AllowDrop = true
|
|||
|
|
Me.Button36.Location = New System.Drawing.Point(0, 96)
|
|||
|
|
Me.Button36.Name = "Button36"
|
|||
|
|
Me.Button36.Size = New System.Drawing.Size(25, 25)
|
|||
|
|
Me.Button36.TabIndex = 27
|
|||
|
|
Me.Button36.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'R_TXT
|
|||
|
|
'
|
|||
|
|
Me.R_TXT.Location = New System.Drawing.Point(77, 151)
|
|||
|
|
Me.R_TXT.Maximum = New Decimal(New Integer() {255, 0, 0, 0})
|
|||
|
|
Me.R_TXT.Name = "R_TXT"
|
|||
|
|
Me.R_TXT.Size = New System.Drawing.Size(44, 21)
|
|||
|
|
Me.R_TXT.TabIndex = 36
|
|||
|
|
'
|
|||
|
|
'NumericUpDown1
|
|||
|
|
'
|
|||
|
|
Me.NumericUpDown1.Location = New System.Drawing.Point(125, 151)
|
|||
|
|
Me.NumericUpDown1.Maximum = New Decimal(New Integer() {255, 0, 0, 0})
|
|||
|
|
Me.NumericUpDown1.Name = "NumericUpDown1"
|
|||
|
|
Me.NumericUpDown1.Size = New System.Drawing.Size(44, 21)
|
|||
|
|
Me.NumericUpDown1.TabIndex = 37
|
|||
|
|
'
|
|||
|
|
'NumericUpDown2
|
|||
|
|
'
|
|||
|
|
Me.NumericUpDown2.Location = New System.Drawing.Point(31, 151)
|
|||
|
|
Me.NumericUpDown2.Maximum = New Decimal(New Integer() {255, 0, 0, 0})
|
|||
|
|
Me.NumericUpDown2.Name = "NumericUpDown2"
|
|||
|
|
Me.NumericUpDown2.Size = New System.Drawing.Size(44, 21)
|
|||
|
|
Me.NumericUpDown2.TabIndex = 38
|
|||
|
|
'
|
|||
|
|
'Button37
|
|||
|
|
'
|
|||
|
|
Me.Button37.AllowDrop = true
|
|||
|
|
Me.Button37.Location = New System.Drawing.Point(171, 151)
|
|||
|
|
Me.Button37.Name = "Button37"
|
|||
|
|
Me.Button37.Size = New System.Drawing.Size(50, 21)
|
|||
|
|
Me.Button37.TabIndex = 39
|
|||
|
|
Me.Button37.Text = "取色"
|
|||
|
|
Me.Button37.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Button38
|
|||
|
|
'
|
|||
|
|
Me.Button38.AllowDrop = true
|
|||
|
|
Me.Button38.Location = New System.Drawing.Point(-2, 142)
|
|||
|
|
Me.Button38.Name = "Button38"
|
|||
|
|
Me.Button38.Size = New System.Drawing.Size(32, 32)
|
|||
|
|
Me.Button38.TabIndex = 40
|
|||
|
|
Me.Button38.UseVisualStyleBackColor = true
|
|||
|
|
'
|
|||
|
|
'Label1
|
|||
|
|
'
|
|||
|
|
Me.Label1.AutoSize = true
|
|||
|
|
Me.Label1.Location = New System.Drawing.Point(29, 138)
|
|||
|
|
Me.Label1.Name = "Label1"
|
|||
|
|
Me.Label1.Size = New System.Drawing.Size(23, 12)
|
|||
|
|
Me.Label1.TabIndex = 41
|
|||
|
|
Me.Label1.Text = "R:"
|
|||
|
|
'
|
|||
|
|
'Label2
|
|||
|
|
'
|
|||
|
|
Me.Label2.AutoSize = true
|
|||
|
|
Me.Label2.Location = New System.Drawing.Point(123, 138)
|
|||
|
|
Me.Label2.Name = "Label2"
|
|||
|
|
Me.Label2.Size = New System.Drawing.Size(23, 12)
|
|||
|
|
Me.Label2.TabIndex = 42
|
|||
|
|
Me.Label2.Text = "B:"
|
|||
|
|
'
|
|||
|
|
'Label3
|
|||
|
|
'
|
|||
|
|
Me.Label3.AutoSize = true
|
|||
|
|
Me.Label3.Location = New System.Drawing.Point(75, 138)
|
|||
|
|
Me.Label3.Name = "Label3"
|
|||
|
|
Me.Label3.Size = New System.Drawing.Size(17, 12)
|
|||
|
|
Me.Label3.TabIndex = 43
|
|||
|
|
Me.Label3.Text = "G:"
|
|||
|
|
'
|
|||
|
|
'UserControl3
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.Controls.Add(Me.Label3)
|
|||
|
|
Me.Controls.Add(Me.Label2)
|
|||
|
|
Me.Controls.Add(Me.Label1)
|
|||
|
|
Me.Controls.Add(Me.Button38)
|
|||
|
|
Me.Controls.Add(Me.Button37)
|
|||
|
|
Me.Controls.Add(Me.NumericUpDown2)
|
|||
|
|
Me.Controls.Add(Me.NumericUpDown1)
|
|||
|
|
Me.Controls.Add(Me.R_TXT)
|
|||
|
|
Me.Controls.Add(Me.Button28)
|
|||
|
|
Me.Controls.Add(Me.Button29)
|
|||
|
|
Me.Controls.Add(Me.Button30)
|
|||
|
|
Me.Controls.Add(Me.Button31)
|
|||
|
|
Me.Controls.Add(Me.Button32)
|
|||
|
|
Me.Controls.Add(Me.Button33)
|
|||
|
|
Me.Controls.Add(Me.Button34)
|
|||
|
|
Me.Controls.Add(Me.Button35)
|
|||
|
|
Me.Controls.Add(Me.Button36)
|
|||
|
|
Me.Controls.Add(Me.Button19)
|
|||
|
|
Me.Controls.Add(Me.Button20)
|
|||
|
|
Me.Controls.Add(Me.Button21)
|
|||
|
|
Me.Controls.Add(Me.Button22)
|
|||
|
|
Me.Controls.Add(Me.Button23)
|
|||
|
|
Me.Controls.Add(Me.Button24)
|
|||
|
|
Me.Controls.Add(Me.Button25)
|
|||
|
|
Me.Controls.Add(Me.Button26)
|
|||
|
|
Me.Controls.Add(Me.Button27)
|
|||
|
|
Me.Controls.Add(Me.Button10)
|
|||
|
|
Me.Controls.Add(Me.Button11)
|
|||
|
|
Me.Controls.Add(Me.Button12)
|
|||
|
|
Me.Controls.Add(Me.Button13)
|
|||
|
|
Me.Controls.Add(Me.Button14)
|
|||
|
|
Me.Controls.Add(Me.Button15)
|
|||
|
|
Me.Controls.Add(Me.Button16)
|
|||
|
|
Me.Controls.Add(Me.Button17)
|
|||
|
|
Me.Controls.Add(Me.Button18)
|
|||
|
|
Me.Controls.Add(Me.Button9)
|
|||
|
|
Me.Controls.Add(Me.Button8)
|
|||
|
|
Me.Controls.Add(Me.Button7)
|
|||
|
|
Me.Controls.Add(Me.Button6)
|
|||
|
|
Me.Controls.Add(Me.Button5)
|
|||
|
|
Me.Controls.Add(Me.Button4)
|
|||
|
|
Me.Controls.Add(Me.Button3)
|
|||
|
|
Me.Controls.Add(Me.Button2)
|
|||
|
|
Me.Controls.Add(Me.Button1)
|
|||
|
|
Me.Name = "UserControl3"
|
|||
|
|
Me.Size = New System.Drawing.Size(230, 177)
|
|||
|
|
CType(Me.R_TXT,System.ComponentModel.ISupportInitialize).EndInit
|
|||
|
|
CType(Me.NumericUpDown1,System.ComponentModel.ISupportInitialize).EndInit
|
|||
|
|
CType(Me.NumericUpDown2,System.ComponentModel.ISupportInitialize).EndInit
|
|||
|
|
Me.ResumeLayout(false)
|
|||
|
|
Me.PerformLayout
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
Friend WithEvents Button1 As Button
|
|||
|
|
Friend WithEvents Button2 As Button
|
|||
|
|
Friend WithEvents Button3 As Button
|
|||
|
|
Friend WithEvents Button4 As Button
|
|||
|
|
Friend WithEvents Button5 As Button
|
|||
|
|
Friend WithEvents Button6 As Button
|
|||
|
|
Friend WithEvents Button7 As Button
|
|||
|
|
Friend WithEvents Button8 As Button
|
|||
|
|
Friend WithEvents Button9 As Button
|
|||
|
|
Friend WithEvents Button10 As Button
|
|||
|
|
Friend WithEvents Button11 As Button
|
|||
|
|
Friend WithEvents Button12 As Button
|
|||
|
|
Friend WithEvents Button13 As Button
|
|||
|
|
Friend WithEvents Button14 As Button
|
|||
|
|
Friend WithEvents Button15 As Button
|
|||
|
|
Friend WithEvents Button16 As Button
|
|||
|
|
Friend WithEvents Button17 As Button
|
|||
|
|
Friend WithEvents Button18 As Button
|
|||
|
|
Friend WithEvents Button19 As Button
|
|||
|
|
Friend WithEvents Button20 As Button
|
|||
|
|
Friend WithEvents Button21 As Button
|
|||
|
|
Friend WithEvents Button22 As Button
|
|||
|
|
Friend WithEvents Button23 As Button
|
|||
|
|
Friend WithEvents Button24 As Button
|
|||
|
|
Friend WithEvents Button25 As Button
|
|||
|
|
Friend WithEvents Button26 As Button
|
|||
|
|
Friend WithEvents Button27 As Button
|
|||
|
|
Friend WithEvents Button28 As Button
|
|||
|
|
Friend WithEvents Button29 As Button
|
|||
|
|
Friend WithEvents Button30 As Button
|
|||
|
|
Friend WithEvents Button31 As Button
|
|||
|
|
Friend WithEvents Button32 As Button
|
|||
|
|
Friend WithEvents Button33 As Button
|
|||
|
|
Friend WithEvents Button34 As Button
|
|||
|
|
Friend WithEvents Button35 As Button
|
|||
|
|
Friend WithEvents Button36 As Button
|
|||
|
|
Friend WithEvents R_TXT As NumericUpDown
|
|||
|
|
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
|
|||
|
|
Friend WithEvents NumericUpDown1 As NumericUpDown
|
|||
|
|
Friend WithEvents NumericUpDown2 As NumericUpDown
|
|||
|
|
Friend WithEvents Button37 As Button
|
|||
|
|
Friend WithEvents Button38 As Button
|
|||
|
|
Friend WithEvents Label1 As Label
|
|||
|
|
Friend WithEvents Label2 As Label
|
|||
|
|
Friend WithEvents Label3 As Label
|
|||
|
|
End Class
|