123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790 |
- <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.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()
- 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.文件號_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.存檔_bt = New System.Windows.Forms.Button()
- Me.刪除_tb = New System.Windows.Forms.Button()
- Me.新建議題_bt = New System.Windows.Forms.Button()
- Me.執行人_cb = New System.Windows.Forms.ComboBox()
- Me.新建執行人_bt = New System.Windows.Forms.Button()
- Me.刪除執行人_bt = New System.Windows.Forms.Button()
- Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button()
- Me.伺服器_wb = New System.Windows.Forms.WebBrowser()
- Me.電腦_lb = New System.Windows.Forms.Label()
- Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label()
- Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
- Me.本機_wb = New System.Windows.Forms.WebBrowser()
- Me.圖片清單_dgv = New System.Windows.Forms.DataGridView()
- Me.圖檔入系統_bt = New System.Windows.Forms.Button()
- 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.縮放_bt = New System.Windows.Forms.Button()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.圖片_pb = 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()
- 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.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '會議記錄表_dgv
- '
- Me.會議記錄表_dgv.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.會議記錄表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.會議記錄表_dgv.BackgroundColor = System.Drawing.Color.White
- 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.Right), System.Windows.Forms.AnchorStyles)
- Me.執行人_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.執行人_dgv.BackgroundColor = System.Drawing.Color.White
- 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.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.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.地點_lb.AutoSize = True
- 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.SystemColors.Control
- 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.Right), System.Windows.Forms.AnchorStyles)
- Me.備註_tb.Location = New System.Drawing.Point(887, 72)
- Me.備註_tb.Multiline = True
- Me.備註_tb.Name = "備註_tb"
- Me.備註_tb.Size = New System.Drawing.Size(220, 140)
- 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(127, 240)
- Me.Panel1.TabIndex = 1454
- Me.Panel1.Visible = False
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- 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
- '
- '文件號_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.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.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.細項說明_tb.Location = New System.Drawing.Point(309, 84)
- Me.細項說明_tb.Multiline = True
- Me.細項說明_tb.Name = "細項說明_tb"
- Me.細項說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.細項說明_tb.Size = New System.Drawing.Size(576, 78)
- Me.細項說明_tb.TabIndex = 1459
- '
- '細項說明_lb
- '
- Me.細項說明_lb.AutoSize = True
- Me.細項說明_lb.BackColor = System.Drawing.SystemColors.Control
- 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, 68)
- 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.AutoSize = True
- Me.執行時間_lb.BackColor = System.Drawing.SystemColors.Control
- 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.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(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.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(421, 213)
- Me.執行情況_cb.Name = "執行情況_cb"
- Me.執行情況_cb.Size = New System.Drawing.Size(464, 24)
- Me.執行情況_cb.TabIndex = 1464
- '
- '執行情況_lb
- '
- Me.執行情況_lb.AutoSize = True
- Me.執行情況_lb.BackColor = System.Drawing.SystemColors.Control
- 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.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(421, 188)
- Me.預計完成_cb.Name = "預計完成_cb"
- Me.預計完成_cb.Size = New System.Drawing.Size(464, 24)
- Me.預計完成_cb.TabIndex = 1466
- '
- '預計完成_lb
- '
- Me.預計完成_lb.AutoSize = True
- Me.預計完成_lb.BackColor = System.Drawing.SystemColors.Control
- 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.SystemColors.Control
- 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.SystemColors.Control
- 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, 57)
- 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.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 = True
- '
- '長期執行_ch
- '
- Me.長期執行_ch.AutoSize = True
- 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 = True
- '
- '存檔_bt
- '
- Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
- Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.存檔_bt.ForeColor = System.Drawing.Color.Green
- Me.存檔_bt.ImageAlign = System.Drawing.ContentAlignment.BottomCenter
- Me.存檔_bt.Location = New System.Drawing.Point(998, 0)
- Me.存檔_bt.Name = "存檔_bt"
- Me.存檔_bt.Size = New System.Drawing.Size(54, 54)
- Me.存檔_bt.TabIndex = 1658
- Me.存檔_bt.UseVisualStyleBackColor = True
- '
- '刪除_tb
- '
- Me.刪除_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.刪除_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
- Me.刪除_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.刪除_tb.ForeColor = System.Drawing.Color.Red
- Me.刪除_tb.Location = New System.Drawing.Point(1054, 0)
- Me.刪除_tb.Name = "刪除_tb"
- Me.刪除_tb.Size = New System.Drawing.Size(54, 54)
- Me.刪除_tb.TabIndex = 1659
- Me.刪除_tb.UseVisualStyleBackColor = True
- '
- '新建議題_bt
- '
- Me.新建議題_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.新建議題_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder
- Me.新建議題_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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(887, 0)
- Me.新建議題_bt.Name = "新建議題_bt"
- Me.新建議題_bt.Size = New System.Drawing.Size(54, 54)
- Me.新建議題_bt.TabIndex = 1660
- Me.新建議題_bt.UseVisualStyleBackColor = True
- '
- '執行人_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
- '
- '讀取資料夾路徑_bt
- '
- Me.讀取資料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.讀取資料夾路徑_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PortableComputer
- Me.讀取資料夾路徑_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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(145, 1)
- Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt"
- Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(36, 36)
- Me.讀取資料夾路徑_bt.TabIndex = 1667
- Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True
- '
- '伺服器_wb
- '
- Me.伺服器_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.伺服器_wb.Location = New System.Drawing.Point(2, 307)
- Me.伺服器_wb.MinimumSize = New System.Drawing.Size(20, 20)
- Me.伺服器_wb.Name = "伺服器_wb"
- Me.伺服器_wb.Size = New System.Drawing.Size(300, 94)
- Me.伺服器_wb.TabIndex = 1665
- Me.伺服器_wb.Url = New System.Uri("", System.UriKind.Relative)
- '
- '電腦_lb
- '
- Me.電腦_lb.AutoSize = True
- 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(3, 21)
- Me.電腦_lb.Name = "電腦_lb"
- Me.電腦_lb.Size = New System.Drawing.Size(55, 16)
- Me.電腦_lb.TabIndex = 1668
- Me.電腦_lb.Text = "我的電腦"
- '
- '伺服器FTP文件夾_lb
- '
- Me.伺服器FTP文件夾_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.伺服器FTP文件夾_lb.AutoSize = True
- Me.伺服器FTP文件夾_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.伺服器FTP文件夾_lb.Location = New System.Drawing.Point(2, 288)
- Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb"
- Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(108, 17)
- Me.伺服器FTP文件夾_lb.TabIndex = 1669
- Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾"
- '
- '檔案名稱_tb
- '
- Me.檔案名稱_tb.AllowDrop = True
- Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
- Me.檔案名稱_tb.Location = New System.Drawing.Point(1, 263)
- Me.檔案名稱_tb.Name = "檔案名稱_tb"
- Me.檔案名稱_tb.Size = New System.Drawing.Size(300, 23)
- Me.檔案名稱_tb.TabIndex = 1670
- '
- '本機_wb
- '
- Me.本機_wb.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.本機_wb.Location = New System.Drawing.Point(2, 40)
- Me.本機_wb.MinimumSize = New System.Drawing.Size(20, 20)
- Me.本機_wb.Name = "本機_wb"
- Me.本機_wb.Size = New System.Drawing.Size(300, 221)
- Me.本機_wb.TabIndex = 1666
- Me.本機_wb.Url = New System.Uri("", System.UriKind.Relative)
- '
- '圖片清單_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.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.圖片清單_dgv.BackgroundColor = System.Drawing.Color.White
- 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(78, 272)
- Me.圖片清單_dgv.TabIndex = 1671
- '
- '圖檔入系統_bt
- '
- Me.圖檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.圖檔入系統_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Add_Image
- Me.圖檔入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.圖檔入系統_bt.ForeColor = System.Drawing.Color.Green
- Me.圖檔入系統_bt.Location = New System.Drawing.Point(181, 1)
- Me.圖檔入系統_bt.Name = "圖檔入系統_bt"
- Me.圖檔入系統_bt.Size = New System.Drawing.Size(85, 36)
- Me.圖檔入系統_bt.TabIndex = 1672
- Me.圖檔入系統_bt.UseVisualStyleBackColor = True
- '
- '已完成資料顯示_ch
- '
- Me.已完成資料顯示_ch.AutoSize = True
- 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 = True
- '
- 'Panel2
- '
- Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel3.Controls.Add(Me.縮放_bt)
- Me.Panel3.Controls.Add(Me.電腦_lb)
- Me.Panel3.Controls.Add(Me.圖檔入系統_bt)
- Me.Panel3.Controls.Add(Me.檔案名稱_tb)
- Me.Panel3.Controls.Add(Me.讀取資料夾路徑_bt)
- Me.Panel3.Controls.Add(Me.伺服器_wb)
- Me.Panel3.Controls.Add(Me.伺服器FTP文件夾_lb)
- Me.Panel3.Controls.Add(Me.本機_wb)
- 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
- '
- '縮放_bt
- '
- Me.縮放_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.縮放_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
- Me.縮放_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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(265, 1)
- Me.縮放_bt.Name = "縮放_bt"
- Me.縮放_bt.Size = New System.Drawing.Size(36, 36)
- Me.縮放_bt.TabIndex = 1673
- 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.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
- '
- '圖片_pb
- '
- Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.圖片_pb.Location = New System.Drawing.Point(82, 1)
- Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.圖片_pb.Name = "圖片_pb"
- Me.圖片_pb.Size = New System.Drawing.Size(222, 272)
- Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.圖片_pb.TabIndex = 1664
- Me.圖片_pb.TabStop = False
- '
- '翻譯_bt
- '
- Me.翻譯_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.翻譯_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GOOGLELOG01
- Me.翻譯_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.翻譯_bt.Location = New System.Drawing.Point(942, 0)
- Me.翻譯_bt.Name = "翻譯_bt"
- Me.翻譯_bt.Size = New System.Drawing.Size(54, 54)
- Me.翻譯_bt.TabIndex = 1807
- Me.翻譯_bt.UseVisualStyleBackColor = True
- '
- '等待翻譯_tim
- '
- Me.等待翻譯_tim.Interval = 500
- '
- 'IN_ch
- '
- Me.IN_ch.AutoSize = True
- Me.IN_ch.Location = New System.Drawing.Point(978, 53)
- 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 = True
- '
- 'TW_ch
- '
- Me.TW_ch.AutoSize = True
- Me.TW_ch.Location = New System.Drawing.Point(936, 53)
- 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 = True
- '
- '會議記錄
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1349, 681)
- Me.Controls.Add(Me.翻譯_bt)
- 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.新建議題_bt)
- Me.Controls.Add(Me.刪除_tb)
- Me.Controls.Add(Me.存檔_bt)
- Me.Controls.Add(Me.備註_lb)
- 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.執行時間_cb)
- Me.Controls.Add(Me.執行時間_lb)
- Me.Controls.Add(Me.細項說明_tb)
- Me.Controls.Add(Me.細項說明_lb)
- Me.Controls.Add(Me.會議日期_lb)
- Me.Controls.Add(Me.會議日期_dtp)
- Me.Controls.Add(Me.會議項目_tb)
- 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.圖片清單_dgv)
- Me.Controls.Add(Me.圖片_pb)
- 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.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)
- Me.Panel3.PerformLayout()
- CType(Me.圖片_pb, 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 存檔_bt As Button
- Friend WithEvents 刪除_tb As Button
- Friend WithEvents 新建議題_bt As Button
- Friend WithEvents 執行人_cb As ComboBox
- Friend WithEvents 新建執行人_bt As Button
- Friend WithEvents 刪除執行人_bt As Button
- Friend WithEvents 檔案路徑_tb As TextBox
- Friend WithEvents 讀取資料夾路徑_bt As Button
- Friend WithEvents 伺服器_wb As WebBrowser
- Friend WithEvents 電腦_lb As Label
- Friend WithEvents 伺服器FTP文件夾_lb As Label
- Friend WithEvents 檔案名稱_tb As TextBox
- Friend WithEvents 圖片_pb As PictureBox
- Friend WithEvents 本機_wb As WebBrowser
- Friend WithEvents 圖片清單_dgv As DataGridView
- Friend WithEvents 圖檔入系統_bt As Button
- 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 縮放_bt As Button
- Friend WithEvents 副檔名_tb As TextBox
- Friend WithEvents 文件號_tb As TextBox
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents 翻譯_bt As Button
- Friend WithEvents 等待翻譯_tim As Timer
- Friend WithEvents IN_ch As CheckBox
- Friend WithEvents TW_ch As CheckBox
- End Class
|