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() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(會議記錄)) Me.會議記錄表_dgv = New System.Windows.Forms.DataGridView() Me.執行人_dgv = New System.Windows.Forms.DataGridView() Me.地點_cb = New System.Windows.Forms.ComboBox() Me.地點_lb = New System.Windows.Forms.Label() Me.會議項目_lb = New System.Windows.Forms.Label() Me.備註_tb = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.文件號_tb = New System.Windows.Forms.TextBox() Me.副檔名_tb = New System.Windows.Forms.TextBox() Me.圖片庫_tb = New System.Windows.Forms.TextBox() Me.會議編號_tb = New System.Windows.Forms.TextBox() Me.檔案路徑_tb = New System.Windows.Forms.TextBox() Me.會議項目_tb = New System.Windows.Forms.TextBox() Me.會議日期_lb = New System.Windows.Forms.Label() Me.會議日期_dtp = New System.Windows.Forms.DateTimePicker() Me.細項說明_tb = New System.Windows.Forms.TextBox() Me.細項說明_lb = New System.Windows.Forms.Label() Me.執行時間_lb = New System.Windows.Forms.Label() Me.執行時間_cb = New System.Windows.Forms.ComboBox() Me.執行情況_cb = New System.Windows.Forms.ComboBox() Me.執行情況_lb = New System.Windows.Forms.Label() Me.預計完成_cb = New System.Windows.Forms.ComboBox() Me.預計完成_lb = New System.Windows.Forms.Label() Me.執行人_lb = New System.Windows.Forms.Label() Me.備註_lb = New System.Windows.Forms.Label() Me.已完成_ch = New System.Windows.Forms.CheckBox() Me.長期執行_ch = New System.Windows.Forms.CheckBox() Me.執行人_cb = New System.Windows.Forms.ComboBox() Me.新建執行人_bt = New System.Windows.Forms.Button() Me.刪除執行人_bt = New System.Windows.Forms.Button() Me.圖片清單_dgv = New System.Windows.Forms.DataGridView() Me.已完成資料顯示_ch = New System.Windows.Forms.CheckBox() Me.Panel2 = New System.Windows.Forms.Panel() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.Panel3 = New System.Windows.Forms.Panel() Me.圖檔入系統_rbt = New Telerik.WinControls.UI.RadButton() Me.讀取資料夾路徑_rbt = New Telerik.WinControls.UI.RadButton() Me.PB5 = New System.Windows.Forms.PictureBox() Me.PB4 = New System.Windows.Forms.PictureBox() Me.PB1 = New System.Windows.Forms.PictureBox() Me.PB2 = New System.Windows.Forms.PictureBox() Me.PB3 = New System.Windows.Forms.PictureBox() Me.PB6 = New System.Windows.Forms.PictureBox() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components) Me.IN_ch = New System.Windows.Forms.CheckBox() Me.TW_ch = New System.Windows.Forms.CheckBox() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.圖片_pb = New System.Windows.Forms.PictureBox() Me.新建議題_rbt = New Telerik.WinControls.UI.RadButton() Me.存檔_rbt = New Telerik.WinControls.UI.RadButton() Me.刪除_rtb = New Telerik.WinControls.UI.RadButton() Me.翻譯_rbt = New Telerik.WinControls.UI.RadButton() Me.字體大小_nud = New System.Windows.Forms.NumericUpDown() Me.字體大小_lb = New System.Windows.Forms.Label() CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.Panel3.SuspendLayout() CType(Me.圖檔入系統_rbt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.讀取資料夾路徑_rbt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.新建議題_rbt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.存檔_rbt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.刪除_rtb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.翻譯_rbt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '會議記錄表_dgv ' Me.會議記錄表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.會議記錄表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.會議記錄表_dgv.BackgroundColor = System.Drawing.Color.White Me.會議記錄表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.會議記錄表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.會議記錄表_dgv.Location = New System.Drawing.Point(308, 239) Me.會議記錄表_dgv.Name = "會議記錄表_dgv" Me.會議記錄表_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.會議記錄表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.會議記錄表_dgv.RowTemplate.Height = 24 Me.會議記錄表_dgv.Size = New System.Drawing.Size(1037, 437) Me.會議記錄表_dgv.TabIndex = 1433 ' '執行人_dgv ' Me.執行人_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.執行人_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.執行人_dgv.BackgroundColor = System.Drawing.Color.White Me.執行人_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.執行人_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.執行人_dgv.Location = New System.Drawing.Point(1110, 71) Me.執行人_dgv.Name = "執行人_dgv" Me.執行人_dgv.RowHeadersWidth = 5 Me.執行人_dgv.RowTemplate.Height = 24 Me.執行人_dgv.Size = New System.Drawing.Size(235, 141) Me.執行人_dgv.TabIndex = 1434 ' '地點_cb ' Me.地點_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.地點_cb.FormattingEnabled = True Me.地點_cb.Location = New System.Drawing.Point(476, 1) Me.地點_cb.Name = "地點_cb" Me.地點_cb.Size = New System.Drawing.Size(259, 24) Me.地點_cb.TabIndex = 1442 ' '地點_lb ' Me.地點_lb.AutoSize = True Me.地點_lb.BackColor = System.Drawing.Color.Transparent Me.地點_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.地點_lb.ForeColor = System.Drawing.Color.Black Me.地點_lb.Location = New System.Drawing.Point(409, 5) Me.地點_lb.Name = "地點_lb" Me.地點_lb.Size = New System.Drawing.Size(31, 16) Me.地點_lb.TabIndex = 1441 Me.地點_lb.Text = "地點" Me.地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '會議項目_lb ' Me.會議項目_lb.AutoSize = True Me.會議項目_lb.BackColor = System.Drawing.Color.Transparent Me.會議項目_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.會議項目_lb.Location = New System.Drawing.Point(310, 7) Me.會議項目_lb.Name = "會議項目_lb" Me.會議項目_lb.Size = New System.Drawing.Size(55, 16) Me.會議項目_lb.TabIndex = 1444 Me.會議項目_lb.Text = "會議項目" Me.會議項目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '備註_tb ' Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.備註_tb.Location = New System.Drawing.Point(887, 76) Me.備註_tb.Multiline = True Me.備註_tb.Name = "備註_tb" Me.備註_tb.Size = New System.Drawing.Size(220, 136) Me.備註_tb.TabIndex = 1443 ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.語言_dgv) Me.Panel1.Controls.Add(Me.文件號_tb) Me.Panel1.Controls.Add(Me.副檔名_tb) Me.Panel1.Controls.Add(Me.圖片庫_tb) Me.Panel1.Controls.Add(Me.會議編號_tb) Me.Panel1.Controls.Add(Me.檔案路徑_tb) Me.Panel1.Location = New System.Drawing.Point(894, 398) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(132, 227) Me.Panel1.TabIndex = 1454 Me.Panel1.Visible = False ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2}) Me.語言_dgv.Location = New System.Drawing.Point(3, 146) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(116, 73) Me.語言_dgv.TabIndex = 1689 ' 'Column1 ' Me.Column1.HeaderText = "Column1" Me.Column1.Name = "Column1" ' 'Column2 ' Me.Column2.HeaderText = "Column2" Me.Column2.Name = "Column2" ' '文件號_tb ' Me.文件號_tb.Enabled = False Me.文件號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.文件號_tb.Location = New System.Drawing.Point(3, 117) Me.文件號_tb.Name = "文件號_tb" Me.文件號_tb.Size = New System.Drawing.Size(116, 23) Me.文件號_tb.TabIndex = 1676 ' '副檔名_tb ' Me.副檔名_tb.Enabled = False Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.副檔名_tb.Location = New System.Drawing.Point(3, 88) Me.副檔名_tb.Name = "副檔名_tb" Me.副檔名_tb.Size = New System.Drawing.Size(116, 23) Me.副檔名_tb.TabIndex = 1675 ' '圖片庫_tb ' Me.圖片庫_tb.AllowDrop = True Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black Me.圖片庫_tb.Location = New System.Drawing.Point(3, 59) Me.圖片庫_tb.Name = "圖片庫_tb" Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23) Me.圖片庫_tb.TabIndex = 1674 ' '會議編號_tb ' Me.會議編號_tb.AllowDrop = True Me.會議編號_tb.ForeColor = System.Drawing.Color.Black Me.會議編號_tb.Location = New System.Drawing.Point(3, 30) Me.會議編號_tb.Name = "會議編號_tb" Me.會議編號_tb.Size = New System.Drawing.Size(116, 23) Me.會議編號_tb.TabIndex = 1673 ' '檔案路徑_tb ' Me.檔案路徑_tb.AllowDrop = True Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black Me.檔案路徑_tb.Location = New System.Drawing.Point(3, 3) Me.檔案路徑_tb.Multiline = True Me.檔案路徑_tb.Name = "檔案路徑_tb" Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23) Me.檔案路徑_tb.TabIndex = 1672 ' '會議項目_tb ' Me.會議項目_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.會議項目_tb.Location = New System.Drawing.Point(309, 25) Me.會議項目_tb.Multiline = True Me.會議項目_tb.Name = "會議項目_tb" Me.會議項目_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.會議項目_tb.Size = New System.Drawing.Size(576, 41) Me.會議項目_tb.TabIndex = 1455 ' '會議日期_lb ' Me.會議日期_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.會議日期_lb.AutoSize = True Me.會議日期_lb.BackColor = System.Drawing.Color.Transparent Me.會議日期_lb.ForeColor = System.Drawing.Color.Black Me.會議日期_lb.Location = New System.Drawing.Point(741, 5) Me.會議日期_lb.Name = "會議日期_lb" Me.會議日期_lb.Size = New System.Drawing.Size(55, 16) Me.會議日期_lb.TabIndex = 1457 Me.會議日期_lb.Text = "會議日期" ' '會議日期_dtp ' Me.會議日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.會議日期_dtp.CustomFormat = "yyyy/MM/dd" Me.會議日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.會議日期_dtp.Location = New System.Drawing.Point(798, 1) Me.會議日期_dtp.Name = "會議日期_dtp" Me.會議日期_dtp.Size = New System.Drawing.Size(87, 23) Me.會議日期_dtp.TabIndex = 1456 ' '細項說明_tb ' Me.細項說明_tb.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.細項說明_tb.Location = New System.Drawing.Point(309, 91) Me.細項說明_tb.Multiline = True Me.細項說明_tb.Name = "細項說明_tb" Me.細項說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.細項說明_tb.Size = New System.Drawing.Size(576, 71) Me.細項說明_tb.TabIndex = 1459 ' '細項說明_lb ' Me.細項說明_lb.AutoSize = True Me.細項說明_lb.BackColor = System.Drawing.Color.Transparent Me.細項說明_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.細項說明_lb.Location = New System.Drawing.Point(310, 71) Me.細項說明_lb.Name = "細項說明_lb" Me.細項說明_lb.Size = New System.Drawing.Size(55, 16) Me.細項說明_lb.TabIndex = 1458 Me.細項說明_lb.Text = "細項說明" Me.細項說明_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '執行時間_lb ' Me.執行時間_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.執行時間_lb.AutoSize = True Me.執行時間_lb.BackColor = System.Drawing.Color.Transparent Me.執行時間_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.執行時間_lb.Location = New System.Drawing.Point(314, 166) Me.執行時間_lb.Name = "執行時間_lb" Me.執行時間_lb.Size = New System.Drawing.Size(55, 16) Me.執行時間_lb.TabIndex = 1461 Me.執行時間_lb.Text = "執行時間" Me.執行時間_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '執行時間_cb ' Me.執行時間_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.執行時間_cb.FormattingEnabled = True Me.執行時間_cb.Location = New System.Drawing.Point(421, 163) Me.執行時間_cb.Name = "執行時間_cb" Me.執行時間_cb.Size = New System.Drawing.Size(464, 24) Me.執行時間_cb.TabIndex = 1462 ' '執行情況_cb ' Me.執行情況_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.執行情況_cb.FormattingEnabled = True Me.執行情況_cb.Location = New System.Drawing.Point(421, 213) Me.執行情況_cb.Name = "執行情況_cb" Me.執行情況_cb.Size = New System.Drawing.Size(464, 24) Me.執行情況_cb.TabIndex = 1464 ' '執行情況_lb ' Me.執行情況_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.執行情況_lb.AutoSize = True Me.執行情況_lb.BackColor = System.Drawing.Color.Transparent Me.執行情況_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.執行情況_lb.Location = New System.Drawing.Point(314, 216) Me.執行情況_lb.Name = "執行情況_lb" Me.執行情況_lb.Size = New System.Drawing.Size(55, 16) Me.執行情況_lb.TabIndex = 1463 Me.執行情況_lb.Text = "執行情況" Me.執行情況_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '預計完成_cb ' Me.預計完成_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.預計完成_cb.FormattingEnabled = True Me.預計完成_cb.Location = New System.Drawing.Point(421, 188) Me.預計完成_cb.Name = "預計完成_cb" Me.預計完成_cb.Size = New System.Drawing.Size(464, 24) Me.預計完成_cb.TabIndex = 1466 ' '預計完成_lb ' Me.預計完成_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.預計完成_lb.AutoSize = True Me.預計完成_lb.BackColor = System.Drawing.Color.Transparent Me.預計完成_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.預計完成_lb.Location = New System.Drawing.Point(314, 191) Me.預計完成_lb.Name = "預計完成_lb" Me.預計完成_lb.Size = New System.Drawing.Size(55, 16) Me.預計完成_lb.TabIndex = 1465 Me.預計完成_lb.Text = "預計完成" Me.預計完成_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '執行人_lb ' Me.執行人_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.執行人_lb.AutoSize = True Me.執行人_lb.BackColor = System.Drawing.Color.Transparent Me.執行人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.執行人_lb.Location = New System.Drawing.Point(1113, 5) Me.執行人_lb.Name = "執行人_lb" Me.執行人_lb.Size = New System.Drawing.Size(43, 16) Me.執行人_lb.TabIndex = 1467 Me.執行人_lb.Text = "執行人" Me.執行人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '備註_lb ' Me.備註_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.備註_lb.AutoSize = True Me.備註_lb.BackColor = System.Drawing.Color.Transparent Me.備註_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.備註_lb.Location = New System.Drawing.Point(891, 59) Me.備註_lb.Name = "備註_lb" Me.備註_lb.Size = New System.Drawing.Size(31, 16) Me.備註_lb.TabIndex = 1468 Me.備註_lb.Text = "備註" Me.備註_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '已完成_ch ' Me.已完成_ch.AutoSize = True Me.已完成_ch.BackColor = System.Drawing.Color.Transparent Me.已完成_ch.Location = New System.Drawing.Point(3, 3) Me.已完成_ch.Name = "已完成_ch" Me.已完成_ch.Size = New System.Drawing.Size(62, 20) Me.已完成_ch.TabIndex = 1469 Me.已完成_ch.Text = "已完成" Me.已完成_ch.UseVisualStyleBackColor = False ' '長期執行_ch ' Me.長期執行_ch.AutoSize = True Me.長期執行_ch.BackColor = System.Drawing.Color.Transparent Me.長期執行_ch.Location = New System.Drawing.Point(148, 3) Me.長期執行_ch.Name = "長期執行_ch" Me.長期執行_ch.Size = New System.Drawing.Size(74, 20) Me.長期執行_ch.TabIndex = 1470 Me.長期執行_ch.Text = "長期執行" Me.長期執行_ch.UseVisualStyleBackColor = False ' '執行人_cb ' Me.執行人_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.執行人_cb.FormattingEnabled = True Me.執行人_cb.Location = New System.Drawing.Point(1110, 21) Me.執行人_cb.Name = "執行人_cb" Me.執行人_cb.Size = New System.Drawing.Size(235, 24) Me.執行人_cb.TabIndex = 1661 ' '新建執行人_bt ' Me.新建執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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(1110, 45) Me.新建執行人_bt.Name = "新建執行人_bt" Me.新建執行人_bt.Size = New System.Drawing.Size(118, 26) Me.新建執行人_bt.TabIndex = 1663 Me.新建執行人_bt.Text = "新建執行人" Me.新建執行人_bt.UseVisualStyleBackColor = True ' '刪除執行人_bt ' Me.刪除執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.刪除執行人_bt.ForeColor = System.Drawing.Color.Red Me.刪除執行人_bt.Location = New System.Drawing.Point(1228, 45) Me.刪除執行人_bt.Name = "刪除執行人_bt" Me.刪除執行人_bt.Size = New System.Drawing.Size(118, 26) Me.刪除執行人_bt.TabIndex = 1662 Me.刪除執行人_bt.Text = "刪除" Me.刪除執行人_bt.UseVisualStyleBackColor = True ' '圖片清單_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 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.BackgroundColor = System.Drawing.Color.White Me.圖片清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.圖片清單_dgv.Location = New System.Drawing.Point(2, 1) Me.圖片清單_dgv.Name = "圖片清單_dgv" Me.圖片清單_dgv.RowHeadersWidth = 5 Me.圖片清單_dgv.RowTemplate.Height = 24 Me.圖片清單_dgv.Size = New System.Drawing.Size(100, 272) Me.圖片清單_dgv.TabIndex = 1671 ' '已完成資料顯示_ch ' Me.已完成資料顯示_ch.AutoSize = True Me.已完成資料顯示_ch.BackColor = System.Drawing.Color.Transparent Me.已完成資料顯示_ch.Location = New System.Drawing.Point(343, 3) Me.已完成資料顯示_ch.Name = "已完成資料顯示_ch" Me.已完成資料顯示_ch.Size = New System.Drawing.Size(110, 20) Me.已完成資料顯示_ch.TabIndex = 1673 Me.已完成資料顯示_ch.Text = "已完成資料顯示" Me.已完成資料顯示_ch.UseVisualStyleBackColor = False ' 'Panel2 ' Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel2.BackColor = System.Drawing.Color.Transparent Me.Panel2.Controls.Add(Me.已完成_ch) Me.Panel2.Controls.Add(Me.已完成資料顯示_ch) Me.Panel2.Controls.Add(Me.長期執行_ch) Me.Panel2.Location = New System.Drawing.Point(887, 213) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(461, 25) Me.Panel2.TabIndex = 1674 ' 'Panel3 ' Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Panel3.BackColor = System.Drawing.Color.Transparent Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel3.Controls.Add(Me.圖檔入系統_rbt) Me.Panel3.Controls.Add(Me.讀取資料夾路徑_rbt) Me.Panel3.Controls.Add(Me.PB5) Me.Panel3.Controls.Add(Me.PB4) Me.Panel3.Controls.Add(Me.PB1) Me.Panel3.Controls.Add(Me.PB2) Me.Panel3.Controls.Add(Me.PB3) Me.Panel3.Controls.Add(Me.PB6) Me.Panel3.Location = New System.Drawing.Point(1, 274) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(305, 405) Me.Panel3.TabIndex = 1675 ' '圖檔入系統_rbt ' Me.圖檔入系統_rbt.BackColor = System.Drawing.Color.Transparent Me.圖檔入系統_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Add_Image Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 4) Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt" Me.圖檔入系統_rbt.Size = New System.Drawing.Size(100, 32) Me.圖檔入系統_rbt.TabIndex = 1812 ' '讀取資料夾路徑_rbt ' Me.讀取資料夾路徑_rbt.BackColor = System.Drawing.Color.Transparent Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PortableComputer Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(146, 2) Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt" Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(32, 32) Me.讀取資料夾路徑_rbt.TabIndex = 1811 ' 'PB5 ' Me.PB5.BackColor = System.Drawing.Color.White Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image) Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PB5.Location = New System.Drawing.Point(2, 281) Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PB5.Name = "PB5" Me.PB5.Size = New System.Drawing.Size(149, 119) Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PB5.TabIndex = 1703 Me.PB5.TabStop = False ' 'PB4 ' Me.PB4.BackColor = System.Drawing.Color.White Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image) Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PB4.Location = New System.Drawing.Point(153, 159) Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PB4.Name = "PB4" Me.PB4.Size = New System.Drawing.Size(149, 119) Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PB4.TabIndex = 1702 Me.PB4.TabStop = False ' 'PB1 ' Me.PB1.BackColor = System.Drawing.Color.White Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image) Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PB1.Location = New System.Drawing.Point(2, 37) Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PB1.Name = "PB1" Me.PB1.Size = New System.Drawing.Size(149, 119) Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PB1.TabIndex = 1696 Me.PB1.TabStop = False ' 'PB2 ' Me.PB2.BackColor = System.Drawing.Color.White Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image) Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PB2.Location = New System.Drawing.Point(153, 37) Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PB2.Name = "PB2" Me.PB2.Size = New System.Drawing.Size(149, 119) Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PB2.TabIndex = 1698 Me.PB2.TabStop = False ' 'PB3 ' Me.PB3.BackColor = System.Drawing.Color.White Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image) Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PB3.Location = New System.Drawing.Point(2, 159) Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PB3.Name = "PB3" Me.PB3.Size = New System.Drawing.Size(149, 119) Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PB3.TabIndex = 1700 Me.PB3.TabStop = False ' 'PB6 ' Me.PB6.BackColor = System.Drawing.Color.White Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image) Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PB6.Location = New System.Drawing.Point(153, 281) Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PB6.Name = "PB6" Me.PB6.Size = New System.Drawing.Size(149, 119) Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PB6.TabIndex = 1697 Me.PB6.TabStop = False ' '語轉扭_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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(1323, -2) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(23, 23) Me.語轉扭_bt.TabIndex = 1676 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '等待翻譯_tim ' Me.等待翻譯_tim.Interval = 500 ' 'IN_ch ' Me.IN_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.IN_ch.AutoSize = True Me.IN_ch.BackColor = System.Drawing.Color.Transparent Me.IN_ch.Location = New System.Drawing.Point(978, 55) Me.IN_ch.Name = "IN_ch" Me.IN_ch.Size = New System.Drawing.Size(39, 20) Me.IN_ch.TabIndex = 1810 Me.IN_ch.Text = "IN" Me.IN_ch.UseVisualStyleBackColor = False ' 'TW_ch ' Me.TW_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TW_ch.AutoSize = True Me.TW_ch.BackColor = System.Drawing.Color.Transparent Me.TW_ch.Location = New System.Drawing.Point(936, 55) Me.TW_ch.Name = "TW_ch" Me.TW_ch.Size = New System.Drawing.Size(45, 20) Me.TW_ch.TabIndex = 1809 Me.TW_ch.Text = "TW" Me.TW_ch.UseVisualStyleBackColor = False ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" Me.OpenFileDialog1.Multiselect = True ' '圖片_pb ' Me.圖片_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.圖片_pb.BackColor = System.Drawing.Color.White Me.圖片_pb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Picture Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.圖片_pb.Location = New System.Drawing.Point(104, 1) Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.圖片_pb.Name = "圖片_pb" Me.圖片_pb.Size = New System.Drawing.Size(200, 272) Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.圖片_pb.TabIndex = 1664 Me.圖片_pb.TabStop = False ' '新建議題_rbt ' Me.新建議題_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.新建議題_rbt.BackColor = System.Drawing.Color.Transparent Me.新建議題_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder Me.新建議題_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.新建議題_rbt.Location = New System.Drawing.Point(892, 6) Me.新建議題_rbt.Name = "新建議題_rbt" Me.新建議題_rbt.Size = New System.Drawing.Size(45, 45) Me.新建議題_rbt.TabIndex = 1812 ' '存檔_rbt ' Me.存檔_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.存檔_rbt.BackColor = System.Drawing.Color.Transparent Me.存檔_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.存檔_rbt.Location = New System.Drawing.Point(1007, 5) Me.存檔_rbt.Name = "存檔_rbt" Me.存檔_rbt.Size = New System.Drawing.Size(45, 45) Me.存檔_rbt.TabIndex = 1813 ' '刪除_rtb ' Me.刪除_rtb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.刪除_rtb.BackColor = System.Drawing.Color.Transparent Me.刪除_rtb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.刪除_rtb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除_rtb.Location = New System.Drawing.Point(1059, 5) Me.刪除_rtb.Name = "刪除_rtb" Me.刪除_rtb.Size = New System.Drawing.Size(45, 45) Me.刪除_rtb.TabIndex = 1813 ' '翻譯_rbt ' Me.翻譯_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.翻譯_rbt.BackColor = System.Drawing.Color.Transparent Me.翻譯_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GOOGLELOG01 Me.翻譯_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.翻譯_rbt.Location = New System.Drawing.Point(949, 5) Me.翻譯_rbt.Name = "翻譯_rbt" Me.翻譯_rbt.Size = New System.Drawing.Size(45, 45) Me.翻譯_rbt.TabIndex = 1813 ' '字體大小_nud ' Me.字體大小_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.字體大小_nud.BackColor = System.Drawing.Color.DimGray Me.字體大小_nud.ForeColor = System.Drawing.Color.White Me.字體大小_nud.Location = New System.Drawing.Point(835, 67) Me.字體大小_nud.Maximum = New Decimal(New Integer() {72, 0, 0, 0}) Me.字體大小_nud.Minimum = New Decimal(New Integer() {8, 0, 0, 0}) Me.字體大小_nud.Name = "字體大小_nud" Me.字體大小_nud.Size = New System.Drawing.Size(49, 23) Me.字體大小_nud.TabIndex = 1814 Me.字體大小_nud.Value = New Decimal(New Integer() {9, 0, 0, 0}) ' '字體大小_lb ' Me.字體大小_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.字體大小_lb.AutoSize = True Me.字體大小_lb.BackColor = System.Drawing.Color.Transparent Me.字體大小_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.字體大小_lb.Location = New System.Drawing.Point(778, 70) Me.字體大小_lb.Name = "字體大小_lb" Me.字體大小_lb.Size = New System.Drawing.Size(55, 16) Me.字體大小_lb.TabIndex = 1815 Me.字體大小_lb.Text = "字體大小" Me.字體大小_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '會議記錄 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(1349, 681) Me.Controls.Add(Me.字體大小_lb) Me.Controls.Add(Me.字體大小_nud) Me.Controls.Add(Me.翻譯_rbt) Me.Controls.Add(Me.刪除_rtb) Me.Controls.Add(Me.存檔_rbt) Me.Controls.Add(Me.新建議題_rbt) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.Panel3) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.新建執行人_bt) Me.Controls.Add(Me.刪除執行人_bt) Me.Controls.Add(Me.執行人_cb) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.執行人_lb) Me.Controls.Add(Me.預計完成_cb) Me.Controls.Add(Me.預計完成_lb) Me.Controls.Add(Me.執行情況_cb) Me.Controls.Add(Me.執行情況_lb) Me.Controls.Add(Me.執行時間_lb) Me.Controls.Add(Me.細項說明_lb) Me.Controls.Add(Me.會議日期_lb) Me.Controls.Add(Me.會議日期_dtp) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.會議項目_lb) Me.Controls.Add(Me.地點_cb) Me.Controls.Add(Me.地點_lb) Me.Controls.Add(Me.執行人_dgv) Me.Controls.Add(Me.圖片清單_dgv) Me.Controls.Add(Me.圖片_pb) Me.Controls.Add(Me.會議記錄表_dgv) Me.Controls.Add(Me.會議項目_tb) Me.Controls.Add(Me.細項說明_tb) Me.Controls.Add(Me.執行時間_cb) Me.Controls.Add(Me.備註_lb) Me.Controls.Add(Me.IN_ch) Me.Controls.Add(Me.TW_ch) 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(4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "會議記錄" Me.Text = "會議記錄" CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel3.ResumeLayout(False) CType(Me.圖檔入系統_rbt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.讀取資料夾路徑_rbt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.新建議題_rbt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.存檔_rbt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.刪除_rtb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.翻譯_rbt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 會議記錄表_dgv As DataGridView Friend WithEvents 執行人_dgv As DataGridView Friend WithEvents 地點_cb As ComboBox Friend WithEvents 地點_lb As Label Friend WithEvents 會議項目_lb As Label Friend WithEvents 備註_tb As TextBox Friend WithEvents Panel1 As Panel Friend WithEvents 會議項目_tb As TextBox Friend WithEvents 會議日期_lb As Label Friend WithEvents 會議日期_dtp As DateTimePicker Friend WithEvents 細項說明_tb As TextBox Friend WithEvents 細項說明_lb As Label Friend WithEvents 執行時間_lb As Label Friend WithEvents 執行時間_cb As ComboBox Friend WithEvents 執行情況_cb As ComboBox Friend WithEvents 執行情況_lb As Label Friend WithEvents 預計完成_cb As ComboBox Friend WithEvents 預計完成_lb As Label Friend WithEvents 執行人_lb As Label Friend WithEvents 備註_lb As Label Friend WithEvents 已完成_ch As CheckBox Friend WithEvents 長期執行_ch As CheckBox Friend WithEvents 執行人_cb As ComboBox Friend WithEvents 新建執行人_bt As Button Friend WithEvents 刪除執行人_bt As Button Friend WithEvents 檔案路徑_tb As TextBox Friend WithEvents 圖片_pb As PictureBox Friend WithEvents 圖片清單_dgv As DataGridView Friend WithEvents 會議編號_tb As TextBox Friend WithEvents 已完成資料顯示_ch As CheckBox Friend WithEvents Panel2 As Panel Friend WithEvents 圖片庫_tb As TextBox Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents Panel3 As Panel Friend WithEvents 副檔名_tb As TextBox Friend WithEvents 文件號_tb As TextBox Friend WithEvents 語轉扭_bt As Button Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 等待翻譯_tim As Timer Friend WithEvents IN_ch As CheckBox Friend WithEvents TW_ch As CheckBox Friend WithEvents ToolTip1 As ToolTip Friend WithEvents PB5 As PictureBox Friend WithEvents PB4 As PictureBox Friend WithEvents PB1 As PictureBox Friend WithEvents PB2 As PictureBox Friend WithEvents PB3 As PictureBox Friend WithEvents PB6 As PictureBox Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents 讀取資料夾路徑_rbt As Telerik.WinControls.UI.RadButton Friend WithEvents 圖檔入系統_rbt As Telerik.WinControls.UI.RadButton Friend WithEvents 新建議題_rbt As Telerik.WinControls.UI.RadButton Friend WithEvents 存檔_rbt As Telerik.WinControls.UI.RadButton Friend WithEvents 刪除_rtb As Telerik.WinControls.UI.RadButton Friend WithEvents 翻譯_rbt As Telerik.WinControls.UI.RadButton Friend WithEvents 字體大小_nud As NumericUpDown Friend WithEvents 字體大小_lb As Label Friend WithEvents Column1 As DataGridViewTextBoxColumn Friend WithEvents Column2 As DataGridViewTextBoxColumn End Class