123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 車輛保養紀錄表
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <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 Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.ComboBox1 = New System.Windows.Forms.ComboBox()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.Label20 = New System.Windows.Forms.Label()
- Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
- Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Button14 = New System.Windows.Forms.Button()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
- Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- 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()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Label15
- '
- Me.Label15.AutoSize = True
- Me.Label15.ForeColor = System.Drawing.Color.Blue
- Me.Label15.Location = New System.Drawing.Point(12, 9)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(56, 16)
- Me.Label15.TabIndex = 641
- Me.Label15.Text = "車牌號碼"
- '
- 'ComboBox1
- '
- Me.ComboBox1.ForeColor = System.Drawing.Color.Blue
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Location = New System.Drawing.Point(66, 6)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(89, 24)
- Me.ComboBox1.TabIndex = 640
- '
- 'DataGridView1
- '
- Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Location = New System.Drawing.Point(12, 62)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowHeadersWidth = 5
- Me.DataGridView1.RowTemplate.Height = 24
- Me.DataGridView1.Size = New System.Drawing.Size(287, 901)
- Me.DataGridView1.TabIndex = 642
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker1.Location = New System.Drawing.Point(65, 33)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(90, 23)
- Me.DateTimePicker1.TabIndex = 1097
- '
- 'Label20
- '
- Me.Label20.AutoSize = True
- Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label20.Location = New System.Drawing.Point(12, 37)
- Me.Label20.Name = "Label20"
- Me.Label20.Size = New System.Drawing.Size(56, 16)
- Me.Label20.TabIndex = 1098
- Me.Label20.Text = "預保日期"
- '
- 'NumericUpDown1
- '
- Me.NumericUpDown1.Location = New System.Drawing.Point(209, 34)
- Me.NumericUpDown1.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
- Me.NumericUpDown1.Name = "NumericUpDown1"
- Me.NumericUpDown1.Size = New System.Drawing.Size(90, 23)
- Me.NumericUpDown1.TabIndex = 1108
- Me.NumericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- Me.NumericUpDown1.ThousandsSeparator = True
- '
- 'Label13
- '
- Me.Label13.AutoSize = True
- Me.Label13.Location = New System.Drawing.Point(161, 37)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(44, 16)
- Me.Label13.TabIndex = 1107
- Me.Label13.Text = "里程數"
- '
- 'DateTimePicker2
- '
- Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker2.Location = New System.Drawing.Point(209, 7)
- Me.DateTimePicker2.Name = "DateTimePicker2"
- Me.DateTimePicker2.Size = New System.Drawing.Size(90, 23)
- Me.DateTimePicker2.TabIndex = 1109
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label1.Location = New System.Drawing.Point(156, 11)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(56, 16)
- Me.Label1.TabIndex = 1110
- Me.Label1.Text = "保養日期"
- '
- 'TextBox3
- '
- Me.TextBox3.AllowDrop = True
- Me.TextBox3.ForeColor = System.Drawing.Color.Black
- Me.TextBox3.Location = New System.Drawing.Point(769, 102)
- Me.TextBox3.Multiline = True
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(25, 23)
- Me.TextBox3.TabIndex = 1116
- '
- 'Label9
- '
- Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label9.AutoSize = True
- Me.Label9.Location = New System.Drawing.Point(1437, 771)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(56, 16)
- Me.Label9.TabIndex = 1115
- Me.Label9.Text = "檔案名稱"
- '
- 'TextBox4
- '
- Me.TextBox4.AllowDrop = True
- Me.TextBox4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.TextBox4.ForeColor = System.Drawing.Color.Black
- Me.TextBox4.Location = New System.Drawing.Point(1491, 768)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(391, 23)
- Me.TextBox4.TabIndex = 1114
- '
- 'Label6
- '
- Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label6.AutoSize = True
- Me.Label6.ForeColor = System.Drawing.Color.Red
- Me.Label6.Location = New System.Drawing.Point(1444, 794)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(424, 16)
- Me.Label6.TabIndex = 1113
- Me.Label6.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
- '
- 'WebBrowser2
- '
- Me.WebBrowser2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.WebBrowser2.Location = New System.Drawing.Point(1440, 62)
- Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
- Me.WebBrowser2.Name = "WebBrowser2"
- Me.WebBrowser2.Size = New System.Drawing.Size(442, 703)
- Me.WebBrowser2.TabIndex = 1112
- Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
- '
- 'WebBrowser1
- '
- Me.WebBrowser1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.WebBrowser1.Location = New System.Drawing.Point(1440, 813)
- Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
- Me.WebBrowser1.Name = "WebBrowser1"
- Me.WebBrowser1.Size = New System.Drawing.Size(442, 150)
- Me.WebBrowser1.TabIndex = 1111
- Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
- '
- 'Label8
- '
- Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label8.ForeColor = System.Drawing.Color.Red
- Me.Label8.Location = New System.Drawing.Point(1543, 5)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(339, 48)
- Me.Label8.TabIndex = 1119
- Me.Label8.Text = "1、將我的電腦內的資料拖曳到伺服器FTP文件夾。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、在我的電腦檔案顯示處將要上傳的檔案拖曳到檔案名稱處。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、確認單據內容、檔案名稱資料無誤後方可按確認入庫" &
- "。"
- '
- 'Label2
- '
- Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.Location = New System.Drawing.Point(1443, 2)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(86, 24)
- Me.Label2.TabIndex = 1118
- Me.Label2.Text = "我的電腦"
- '
- 'Button14
- '
- Me.Button14.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button14.ForeColor = System.Drawing.Color.Blue
- Me.Button14.Location = New System.Drawing.Point(1440, 26)
- Me.Button14.Name = "Button14"
- Me.Button14.Size = New System.Drawing.Size(97, 30)
- Me.Button14.TabIndex = 1117
- Me.Button14.Text = "讀取料夾路徑"
- Me.Button14.UseVisualStyleBackColor = True
- '
- 'PictureBox1
- '
- Me.PictureBox1.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.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PictureBox1.Location = New System.Drawing.Point(305, 62)
- Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(1129, 901)
- Me.PictureBox1.TabIndex = 1120
- Me.PictureBox1.TabStop = False
- '
- 'Button3
- '
- Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button3.ForeColor = System.Drawing.Color.Red
- Me.Button3.Location = New System.Drawing.Point(413, 6)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(53, 50)
- Me.Button3.TabIndex = 1123
- Me.Button3.Text = "刪除資料"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.ForeColor = System.Drawing.Color.Green
- Me.Button1.Location = New System.Drawing.Point(359, 6)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(53, 50)
- Me.Button1.TabIndex = 1122
- Me.Button1.Text = "修改資料"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Button2.Location = New System.Drawing.Point(305, 6)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(53, 50)
- Me.Button2.TabIndex = 1121
- Me.Button2.Text = "新增資料"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'SaveFileDialog1
- '
- Me.SaveFileDialog1.DefaultExt = "jpg"
- Me.SaveFileDialog1.SupportMultiDottedExtensions = True
- Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
- '
- 'TextBox1
- '
- Me.TextBox1.Location = New System.Drawing.Point(606, 102)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(157, 23)
- Me.TextBox1.TabIndex = 1124
- '
- 'Button4
- '
- Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Button4.Location = New System.Drawing.Point(669, 32)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(60, 23)
- Me.Button4.TabIndex = 1130
- Me.Button4.Text = "復原"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Button5
- '
- Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Button5.Location = New System.Drawing.Point(669, 7)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(60, 23)
- Me.Button5.TabIndex = 1129
- Me.Button5.Text = "放大"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'Button6
- '
- Me.Button6.ForeColor = System.Drawing.Color.Blue
- Me.Button6.Location = New System.Drawing.Point(587, 32)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(80, 23)
- Me.Button6.TabIndex = 1128
- Me.Button6.Text = "垂直翻轉"
- Me.Button6.UseVisualStyleBackColor = True
- '
- 'Button7
- '
- Me.Button7.ForeColor = System.Drawing.Color.Blue
- Me.Button7.Location = New System.Drawing.Point(587, 7)
- Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(80, 23)
- Me.Button7.TabIndex = 1127
- Me.Button7.Text = "水平翻轉"
- Me.Button7.UseVisualStyleBackColor = True
- '
- 'Button8
- '
- Me.Button8.ForeColor = System.Drawing.Color.Blue
- Me.Button8.Location = New System.Drawing.Point(468, 32)
- Me.Button8.Name = "Button8"
- Me.Button8.Size = New System.Drawing.Size(117, 23)
- Me.Button8.TabIndex = 1126
- Me.Button8.Text = "逆時鐘90度旋轉"
- Me.Button8.UseVisualStyleBackColor = True
- '
- 'Button9
- '
- Me.Button9.ForeColor = System.Drawing.Color.Blue
- Me.Button9.Location = New System.Drawing.Point(468, 7)
- Me.Button9.Name = "Button9"
- Me.Button9.Size = New System.Drawing.Size(117, 23)
- Me.Button9.TabIndex = 1125
- Me.Button9.Text = "順時鐘90度旋轉"
- Me.Button9.UseVisualStyleBackColor = True
- '
- '車輛保養紀錄表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1894, 971)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.Button6)
- Me.Controls.Add(Me.Button7)
- Me.Controls.Add(Me.Button8)
- Me.Controls.Add(Me.Button9)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Button14)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.TextBox4)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.WebBrowser2)
- Me.Controls.Add(Me.WebBrowser1)
- Me.Controls.Add(Me.DateTimePicker2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.NumericUpDown1)
- Me.Controls.Add(Me.Label13)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.Label20)
- Me.Controls.Add(Me.DataGridView1)
- Me.Controls.Add(Me.ComboBox1)
- Me.Controls.Add(Me.Label15)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.PictureBox1)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "車輛保養紀錄表"
- Me.Text = "車輛保養紀錄表"
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Label15 As Label
- Friend WithEvents ComboBox1 As ComboBox
- Friend WithEvents DataGridView1 As DataGridView
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents Label20 As Label
- Friend WithEvents NumericUpDown1 As NumericUpDown
- Friend WithEvents Label13 As Label
- Friend WithEvents DateTimePicker2 As DateTimePicker
- Friend WithEvents Label1 As Label
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents Label9 As Label
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents Label6 As Label
- Friend WithEvents WebBrowser2 As WebBrowser
- Friend WithEvents WebBrowser1 As WebBrowser
- Friend WithEvents Label8 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents Button14 As Button
- Friend WithEvents PictureBox1 As PictureBox
- Friend WithEvents Button3 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
- Friend WithEvents SaveFileDialog1 As SaveFileDialog
- Friend WithEvents TextBox1 As TextBox
- 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
- End Class
|