_ Partial Class 車輛保養紀錄表 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(車輛保養紀錄表)) Me.Label15 = New System.Windows.Forms.Label() Me.車牌號碼_cb = New System.Windows.Forms.ComboBox() Me.紀錄清單_dgv = New System.Windows.Forms.DataGridView() Me.預保日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label20 = New System.Windows.Forms.Label() Me.里程數_nud = New System.Windows.Forms.NumericUpDown() Me.Label13 = New System.Windows.Forms.Label() Me.保養日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label1 = New System.Windows.Forms.Label() Me.檔名讀取_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser() Me.FTP資料夾_wb = New System.Windows.Forms.WebBrowser() Me.Label8 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button() Me.報告圖_pb = New System.Windows.Forms.PictureBox() Me.刪除資料_bt = New System.Windows.Forms.Button() Me.修改資料_bt = New System.Windows.Forms.Button() Me.新增資料_bt = New System.Windows.Forms.Button() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.流水號_tb = New System.Windows.Forms.TextBox() Me.復原_bt = New System.Windows.Forms.Button() Me.放大_bt = New System.Windows.Forms.Button() Me.垂直翻轉_bt = New System.Windows.Forms.Button() Me.水平翻轉_bt = New System.Windows.Forms.Button() Me.逆時鐘90度_bt = New System.Windows.Forms.Button() Me.順時鐘90度_bt = New System.Windows.Forms.Button() CType(Me.紀錄清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.里程數_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.報告圖_pb, 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 = "車牌號碼" ' '車牌號碼_cb ' Me.車牌號碼_cb.ForeColor = System.Drawing.Color.Blue Me.車牌號碼_cb.FormattingEnabled = True Me.車牌號碼_cb.Location = New System.Drawing.Point(66, 6) Me.車牌號碼_cb.Name = "車牌號碼_cb" Me.車牌號碼_cb.Size = New System.Drawing.Size(89, 24) Me.車牌號碼_cb.TabIndex = 640 ' '紀錄清單_dgv ' Me.紀錄清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.紀錄清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.紀錄清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.紀錄清單_dgv.Location = New System.Drawing.Point(12, 62) Me.紀錄清單_dgv.Name = "紀錄清單_dgv" Me.紀錄清單_dgv.RowHeadersWidth = 5 Me.紀錄清單_dgv.RowTemplate.Height = 24 Me.紀錄清單_dgv.Size = New System.Drawing.Size(287, 901) Me.紀錄清單_dgv.TabIndex = 642 ' '預保日期_dtp ' Me.預保日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.預保日期_dtp.Location = New System.Drawing.Point(65, 33) Me.預保日期_dtp.Name = "預保日期_dtp" Me.預保日期_dtp.Size = New System.Drawing.Size(90, 23) Me.預保日期_dtp.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 = "預保日期" ' '里程數_nud ' Me.里程數_nud.Location = New System.Drawing.Point(209, 34) Me.里程數_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0}) Me.里程數_nud.Name = "里程數_nud" Me.里程數_nud.Size = New System.Drawing.Size(90, 23) Me.里程數_nud.TabIndex = 1108 Me.里程數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.里程數_nud.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 = "里程數" ' '保養日期_dtp ' Me.保養日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.保養日期_dtp.Location = New System.Drawing.Point(209, 7) Me.保養日期_dtp.Name = "保養日期_dtp" Me.保養日期_dtp.Size = New System.Drawing.Size(90, 23) Me.保養日期_dtp.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 = "保養日期" ' '檔名讀取_tb ' Me.檔名讀取_tb.AllowDrop = True Me.檔名讀取_tb.ForeColor = System.Drawing.Color.Black Me.檔名讀取_tb.Location = New System.Drawing.Point(769, 102) Me.檔名讀取_tb.Multiline = True Me.檔名讀取_tb.Name = "檔名讀取_tb" Me.檔名讀取_tb.Size = New System.Drawing.Size(25, 23) Me.檔名讀取_tb.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 = "檔案名稱" ' '檔案名稱_tb ' Me.檔案名稱_tb.AllowDrop = True Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black Me.檔案名稱_tb.Location = New System.Drawing.Point(1491, 768) Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(391, 23) Me.檔案名稱_tb.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文件夾,請修改檔案名稱不要帶有中文字或是符號" ' '本機資料夾_wb ' Me.本機資料夾_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.本機資料夾_wb.Location = New System.Drawing.Point(1440, 62) Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.本機資料夾_wb.Name = "本機資料夾_wb" Me.本機資料夾_wb.Size = New System.Drawing.Size(442, 703) Me.本機資料夾_wb.TabIndex = 1112 Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative) ' 'FTP資料夾_wb ' Me.FTP資料夾_wb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.FTP資料夾_wb.Location = New System.Drawing.Point(1440, 813) Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.FTP資料夾_wb.Name = "FTP資料夾_wb" Me.FTP資料夾_wb.Size = New System.Drawing.Size(442, 150) Me.FTP資料夾_wb.TabIndex = 1111 Me.FTP資料夾_wb.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 = "我的電腦" ' '讀取資料夾路徑_bt ' Me.讀取資料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.讀取資料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.讀取資料夾路徑_bt.ForeColor = System.Drawing.Color.Blue Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(1440, 26) Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt" Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(97, 30) Me.讀取資料夾路徑_bt.TabIndex = 1117 Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑" Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True ' '報告圖_pb ' Me.報告圖_pb.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.報告圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.報告圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.報告圖_pb.Location = New System.Drawing.Point(305, 62) Me.報告圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.報告圖_pb.Name = "報告圖_pb" Me.報告圖_pb.Size = New System.Drawing.Size(1129, 901) Me.報告圖_pb.TabIndex = 1120 Me.報告圖_pb.TabStop = False ' '刪除資料_bt ' Me.刪除資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.刪除資料_bt.ForeColor = System.Drawing.Color.Red Me.刪除資料_bt.Location = New System.Drawing.Point(413, 6) Me.刪除資料_bt.Name = "刪除資料_bt" Me.刪除資料_bt.Size = New System.Drawing.Size(53, 50) Me.刪除資料_bt.TabIndex = 1123 Me.刪除資料_bt.Text = "刪除資料" Me.刪除資料_bt.UseVisualStyleBackColor = True ' '修改資料_bt ' Me.修改資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.修改資料_bt.ForeColor = System.Drawing.Color.Green Me.修改資料_bt.Location = New System.Drawing.Point(359, 6) Me.修改資料_bt.Name = "修改資料_bt" Me.修改資料_bt.Size = New System.Drawing.Size(53, 50) Me.修改資料_bt.TabIndex = 1122 Me.修改資料_bt.Text = "儲存" Me.修改資料_bt.UseVisualStyleBackColor = True ' '新增資料_bt ' Me.新增資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增資料_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.新增資料_bt.Location = New System.Drawing.Point(305, 6) Me.新增資料_bt.Name = "新增資料_bt" Me.新增資料_bt.Size = New System.Drawing.Size(53, 50) Me.新增資料_bt.TabIndex = 1121 Me.新增資料_bt.Text = "新增資料" Me.新增資料_bt.UseVisualStyleBackColor = True ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' '流水號_tb ' Me.流水號_tb.Location = New System.Drawing.Point(606, 102) Me.流水號_tb.Name = "流水號_tb" Me.流水號_tb.Size = New System.Drawing.Size(157, 23) Me.流水號_tb.TabIndex = 1124 ' '復原_bt ' Me.復原_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.復原_bt.Location = New System.Drawing.Point(669, 32) Me.復原_bt.Name = "復原_bt" Me.復原_bt.Size = New System.Drawing.Size(60, 23) Me.復原_bt.TabIndex = 1130 Me.復原_bt.Text = "復原" Me.復原_bt.UseVisualStyleBackColor = True ' '放大_bt ' Me.放大_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.放大_bt.Location = New System.Drawing.Point(669, 7) Me.放大_bt.Name = "放大_bt" Me.放大_bt.Size = New System.Drawing.Size(60, 23) Me.放大_bt.TabIndex = 1129 Me.放大_bt.Text = "放大" Me.放大_bt.UseVisualStyleBackColor = True ' '垂直翻轉_bt ' Me.垂直翻轉_bt.ForeColor = System.Drawing.Color.Blue Me.垂直翻轉_bt.Location = New System.Drawing.Point(587, 32) Me.垂直翻轉_bt.Name = "垂直翻轉_bt" Me.垂直翻轉_bt.Size = New System.Drawing.Size(80, 23) Me.垂直翻轉_bt.TabIndex = 1128 Me.垂直翻轉_bt.Text = "垂直翻轉" Me.垂直翻轉_bt.UseVisualStyleBackColor = True ' '水平翻轉_bt ' Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue Me.水平翻轉_bt.Location = New System.Drawing.Point(587, 7) Me.水平翻轉_bt.Name = "水平翻轉_bt" Me.水平翻轉_bt.Size = New System.Drawing.Size(80, 23) Me.水平翻轉_bt.TabIndex = 1127 Me.水平翻轉_bt.Text = "水平翻轉" Me.水平翻轉_bt.UseVisualStyleBackColor = True ' '逆時鐘90度_bt ' Me.逆時鐘90度_bt.ForeColor = System.Drawing.Color.Blue Me.逆時鐘90度_bt.Location = New System.Drawing.Point(468, 32) Me.逆時鐘90度_bt.Name = "逆時鐘90度_bt" Me.逆時鐘90度_bt.Size = New System.Drawing.Size(117, 23) Me.逆時鐘90度_bt.TabIndex = 1126 Me.逆時鐘90度_bt.Text = "逆時鐘90度旋轉" Me.逆時鐘90度_bt.UseVisualStyleBackColor = True ' '順時鐘90度_bt ' Me.順時鐘90度_bt.ForeColor = System.Drawing.Color.Blue Me.順時鐘90度_bt.Location = New System.Drawing.Point(468, 7) Me.順時鐘90度_bt.Name = "順時鐘90度_bt" Me.順時鐘90度_bt.Size = New System.Drawing.Size(117, 23) Me.順時鐘90度_bt.TabIndex = 1125 Me.順時鐘90度_bt.Text = "順時鐘90度旋轉" Me.順時鐘90度_bt.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.復原_bt) Me.Controls.Add(Me.放大_bt) Me.Controls.Add(Me.垂直翻轉_bt) Me.Controls.Add(Me.水平翻轉_bt) Me.Controls.Add(Me.逆時鐘90度_bt) Me.Controls.Add(Me.順時鐘90度_bt) Me.Controls.Add(Me.流水號_tb) Me.Controls.Add(Me.刪除資料_bt) Me.Controls.Add(Me.修改資料_bt) Me.Controls.Add(Me.新增資料_bt) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.讀取資料夾路徑_bt) Me.Controls.Add(Me.檔名讀取_tb) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.本機資料夾_wb) Me.Controls.Add(Me.FTP資料夾_wb) Me.Controls.Add(Me.保養日期_dtp) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.里程數_nud) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.預保日期_dtp) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.紀錄清單_dgv) Me.Controls.Add(Me.車牌號碼_cb) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.報告圖_pb) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "車輛保養紀錄表" Me.Text = "車輛保養紀錄表" CType(Me.紀錄清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.里程數_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.報告圖_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label15 As Label Friend WithEvents 車牌號碼_cb As ComboBox Friend WithEvents 紀錄清單_dgv As DataGridView Friend WithEvents 預保日期_dtp As DateTimePicker Friend WithEvents Label20 As Label Friend WithEvents 里程數_nud As NumericUpDown Friend WithEvents Label13 As Label Friend WithEvents 保養日期_dtp As DateTimePicker Friend WithEvents Label1 As Label Friend WithEvents 檔名讀取_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 本機資料夾_wb As WebBrowser Friend WithEvents FTP資料夾_wb As WebBrowser Friend WithEvents Label8 As Label Friend WithEvents Label2 As Label Friend WithEvents 讀取資料夾路徑_bt As Button Friend WithEvents 報告圖_pb As PictureBox Friend WithEvents 刪除資料_bt As Button Friend WithEvents 修改資料_bt As Button Friend WithEvents 新增資料_bt As Button Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents 流水號_tb As TextBox Friend WithEvents 復原_bt As Button Friend WithEvents 放大_bt As Button Friend WithEvents 垂直翻轉_bt As Button Friend WithEvents 水平翻轉_bt As Button Friend WithEvents 逆時鐘90度_bt As Button Friend WithEvents 順時鐘90度_bt As Button End Class