_ 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.部門聯絡函清單_tp = New System.Windows.Forms.TabPage() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.未審核_ch = New System.Windows.Forms.CheckBox() Me.已審核_ch = New System.Windows.Forms.CheckBox() Me.部門聯絡函本文_tp = New System.Windows.Forms.TabPage() 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() 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.圖片清單_dgv = New System.Windows.Forms.DataGridView() Me.圖片_pb = New System.Windows.Forms.PictureBox() Me.電腦_lb = New System.Windows.Forms.Label() Me.本機_wb = New System.Windows.Forms.WebBrowser() Me.圖檔入系統_bt = New System.Windows.Forms.Button() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label() Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button() Me.伺服器_wb = New System.Windows.Forms.WebBrowser() Me.擬辦_tb = New System.Windows.Forms.TextBox() Me.擬辦_lb = New System.Windows.Forms.Label() Me.建議_lb = New System.Windows.Forms.Label() Me.建議_tb = New System.Windows.Forms.TextBox() 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.執行部門_lb = New System.Windows.Forms.Label() Me.執行部門_cb = New System.Windows.Forms.ComboBox() Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker() Me.申請日期_lb = New System.Windows.Forms.Label() Me.聯絡人_lb = New System.Windows.Forms.Label() Me.聯絡人_cb = New System.Windows.Forms.ComboBox() Me.聯絡部門_lb = New System.Windows.Forms.Label() Me.聯絡部門_cb = New System.Windows.Forms.ComboBox() Me.聯絡函主題_tb = New System.Windows.Forms.TextBox() Me.聯絡函主題_lb = New System.Windows.Forms.Label() Me.申請人_lb = New System.Windows.Forms.Label() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.申請部門_lb = New System.Windows.Forms.Label() Me.申請部門_tb = New System.Windows.Forms.TextBox() Me.聯絡函單號_lb = New System.Windows.Forms.Label() Me.聯絡函單號_tb = New System.Windows.Forms.TextBox() Me.聯絡函未准_bt = New System.Windows.Forms.Button() Me.聯絡函核准_bt = New System.Windows.Forms.Button() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.TabControl1.SuspendLayout() Me.部門聯絡函清單_tp.SuspendLayout() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.部門聯絡函本文_tp.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.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.TabControl1.Controls.Add(Me.部門聯絡函清單_tp) Me.TabControl1.Controls.Add(Me.部門聯絡函本文_tp) Me.TabControl1.Location = New System.Drawing.Point(0, 2) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(1349, 676) Me.TabControl1.TabIndex = 872 ' '部門聯絡函清單_tp ' Me.部門聯絡函清單_tp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.部門聯絡函清單_tp.Controls.Add(Me.清單_dgv) Me.部門聯絡函清單_tp.Controls.Add(Me.未審核_ch) Me.部門聯絡函清單_tp.Controls.Add(Me.已審核_ch) Me.部門聯絡函清單_tp.Location = New System.Drawing.Point(4, 25) Me.部門聯絡函清單_tp.Name = "部門聯絡函清單_tp" Me.部門聯絡函清單_tp.Padding = New System.Windows.Forms.Padding(3) Me.部門聯絡函清單_tp.Size = New System.Drawing.Size(1341, 647) Me.部門聯絡函清單_tp.TabIndex = 0 Me.部門聯絡函清單_tp.Text = "部門聯絡函清單" Me.部門聯絡函清單_tp.UseVisualStyleBackColor = True ' '清單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 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 DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.清單_dgv.DefaultCellStyle = DataGridViewCellStyle2 Me.清單_dgv.Location = New System.Drawing.Point(3, 22) Me.清單_dgv.Name = "清單_dgv" Me.清單_dgv.RowHeadersWidth = 5 Me.清單_dgv.RowTemplate.Height = 24 Me.清單_dgv.Size = New System.Drawing.Size(1330, 616) Me.清單_dgv.TabIndex = 869 ' '未審核_ch ' Me.未審核_ch.AutoSize = True Me.未審核_ch.Checked = True Me.未審核_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.未審核_ch.ForeColor = System.Drawing.Color.Red Me.未審核_ch.Location = New System.Drawing.Point(6, 2) Me.未審核_ch.Name = "未審核_ch" Me.未審核_ch.Size = New System.Drawing.Size(134, 20) Me.未審核_ch.TabIndex = 867 Me.未審核_ch.Text = "未檢視的部門聯絡函" Me.未審核_ch.UseVisualStyleBackColor = True ' '已審核_ch ' Me.已審核_ch.AutoSize = True Me.已審核_ch.ForeColor = System.Drawing.Color.Red Me.已審核_ch.Location = New System.Drawing.Point(406, 2) Me.已審核_ch.Name = "已審核_ch" Me.已審核_ch.Size = New System.Drawing.Size(134, 20) Me.已審核_ch.TabIndex = 868 Me.已審核_ch.Text = "已檢視的部門聯絡函" Me.已審核_ch.UseVisualStyleBackColor = True ' '部門聯絡函本文_tp ' Me.部門聯絡函本文_tp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.部門聯絡函本文_tp.Controls.Add(Me.垂直翻轉_bt) Me.部門聯絡函本文_tp.Controls.Add(Me.水平翻轉_bt) Me.部門聯絡函本文_tp.Controls.Add(Me.逆時鐘90度旋轉_bt) Me.部門聯絡函本文_tp.Controls.Add(Me.順時鐘90度旋轉_bt) Me.部門聯絡函本文_tp.Controls.Add(Me.Panel1) Me.部門聯絡函本文_tp.Controls.Add(Me.圖片清單_dgv) Me.部門聯絡函本文_tp.Controls.Add(Me.圖片_pb) Me.部門聯絡函本文_tp.Controls.Add(Me.電腦_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.本機_wb) Me.部門聯絡函本文_tp.Controls.Add(Me.圖檔入系統_bt) Me.部門聯絡函本文_tp.Controls.Add(Me.檔案名稱_tb) Me.部門聯絡函本文_tp.Controls.Add(Me.伺服器FTP文件夾_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.讀取資料夾路徑_bt) Me.部門聯絡函本文_tp.Controls.Add(Me.伺服器_wb) Me.部門聯絡函本文_tp.Controls.Add(Me.擬辦_tb) Me.部門聯絡函本文_tp.Controls.Add(Me.擬辦_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.建議_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.建議_tb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡事項_tb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡事項_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.執行人_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.執行人_cb) Me.部門聯絡函本文_tp.Controls.Add(Me.執行部門_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.執行部門_cb) Me.部門聯絡函本文_tp.Controls.Add(Me.申請日期_dtp) Me.部門聯絡函本文_tp.Controls.Add(Me.申請日期_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡人_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡人_cb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡部門_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡部門_cb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡函主題_tb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡函主題_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.申請人_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.申請人_tb) Me.部門聯絡函本文_tp.Controls.Add(Me.申請部門_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.申請部門_tb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡函單號_lb) Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡函單號_tb) Me.部門聯絡函本文_tp.Location = New System.Drawing.Point(4, 25) Me.部門聯絡函本文_tp.Name = "部門聯絡函本文_tp" Me.部門聯絡函本文_tp.Padding = New System.Windows.Forms.Padding(3) Me.部門聯絡函本文_tp.Size = New System.Drawing.Size(1341, 647) Me.部門聯絡函本文_tp.TabIndex = 1 Me.部門聯絡函本文_tp.Text = "部門聯絡函本文" Me.部門聯絡函本文_tp.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.Blue Me.垂直翻轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.L180 Me.垂直翻轉_bt.Location = New System.Drawing.Point(907, 1) Me.垂直翻轉_bt.Name = "垂直翻轉_bt" Me.垂直翻轉_bt.Size = New System.Drawing.Size(28, 28) Me.垂直翻轉_bt.TabIndex = 1704 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.Blue Me.水平翻轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.R180 Me.水平翻轉_bt.Location = New System.Drawing.Point(877, 1) Me.水平翻轉_bt.Name = "水平翻轉_bt" Me.水平翻轉_bt.Size = New System.Drawing.Size(28, 28) Me.水平翻轉_bt.TabIndex = 1703 Me.水平翻轉_bt.UseVisualStyleBackColor = True ' '逆時鐘90度旋轉_bt ' Me.逆時鐘90度旋轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue Me.逆時鐘90度旋轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.R90 Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(847, 1) Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt" Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28) Me.逆時鐘90度旋轉_bt.TabIndex = 1702 Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '順時鐘90度旋轉_bt ' Me.順時鐘90度旋轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue Me.順時鐘90度旋轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.L90 Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(818, 1) Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt" Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28) Me.順時鐘90度旋轉_bt.TabIndex = 1701 Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '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.Location = New System.Drawing.Point(427, 524) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(214, 100) Me.Panel1.TabIndex = 1693 Me.Panel1.Visible = False ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(125, 3) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(81, 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, 53) Me.副檔名_tb.Name = "副檔名_tb" Me.副檔名_tb.Size = New System.Drawing.Size(116, 23) Me.副檔名_tb.TabIndex = 1685 ' '圖片庫_tb ' Me.圖片庫_tb.AllowDrop = True Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black Me.圖片庫_tb.Location = New System.Drawing.Point(3, 28) Me.圖片庫_tb.Name = "圖片庫_tb" Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23) Me.圖片庫_tb.TabIndex = 1684 ' '檔案路徑_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 = 1683 ' '圖片清單_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 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(815, 30) Me.圖片清單_dgv.Name = "圖片清單_dgv" Me.圖片清單_dgv.RowHeadersWidth = 5 Me.圖片清單_dgv.RowTemplate.Height = 24 Me.圖片清單_dgv.Size = New System.Drawing.Size(121, 212) Me.圖片清單_dgv.TabIndex = 1699 ' '圖片_pb ' Me.圖片_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top 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(937, 2) Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.圖片_pb.Name = "圖片_pb" Me.圖片_pb.Size = New System.Drawing.Size(400, 240) Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.圖片_pb.TabIndex = 1692 Me.圖片_pb.TabStop = False ' '電腦_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.Location = New System.Drawing.Point(817, 249) Me.電腦_lb.Name = "電腦_lb" Me.電腦_lb.Size = New System.Drawing.Size(55, 16) Me.電腦_lb.TabIndex = 1696 Me.電腦_lb.Text = "我的電腦" ' '本機_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(817, 267) Me.本機_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.本機_wb.Name = "本機_wb" Me.本機_wb.Size = New System.Drawing.Size(517, 216) Me.本機_wb.TabIndex = 1694 Me.本機_wb.Url = New System.Uri("", System.UriKind.Relative) ' '圖檔入系統_bt ' Me.圖檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.圖檔入系統_bt.ForeColor = System.Drawing.Color.Green Me.圖檔入系統_bt.Location = New System.Drawing.Point(1227, 507) Me.圖檔入系統_bt.Name = "圖檔入系統_bt" Me.圖檔入系統_bt.Size = New System.Drawing.Size(110, 24) Me.圖檔入系統_bt.TabIndex = 1700 Me.圖檔入系統_bt.Text = "圖檔入系統" Me.圖檔入系統_bt.UseVisualStyleBackColor = True ' '檔案名稱_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(816, 484) Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(518, 23) Me.檔案名稱_tb.TabIndex = 1698 ' '伺服器FTP文件夾_lb ' Me.伺服器FTP文件夾_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), 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(817, 514) Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb" Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(108, 17) Me.伺服器FTP文件夾_lb.TabIndex = 1697 Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾" ' '讀取資料夾路徑_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(1227, 241) Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt" Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(110, 24) Me.讀取資料夾路徑_bt.TabIndex = 1695 Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑" Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True ' '伺服器_wb ' Me.伺服器_wb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.伺服器_wb.Location = New System.Drawing.Point(817, 534) Me.伺服器_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.伺服器_wb.Name = "伺服器_wb" Me.伺服器_wb.Size = New System.Drawing.Size(517, 106) Me.伺服器_wb.TabIndex = 1693 Me.伺服器_wb.Url = New System.Uri("", System.UriKind.Relative) ' '擬辦_tb ' 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.Location = New System.Drawing.Point(2, 507) Me.擬辦_tb.Multiline = True Me.擬辦_tb.Name = "擬辦_tb" Me.擬辦_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.擬辦_tb.Size = New System.Drawing.Size(810, 138) Me.擬辦_tb.TabIndex = 894 ' '擬辦_lb ' Me.擬辦_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.擬辦_lb.AutoSize = True Me.擬辦_lb.Location = New System.Drawing.Point(-1, 491) Me.擬辦_lb.Name = "擬辦_lb" Me.擬辦_lb.Size = New System.Drawing.Size(31, 16) Me.擬辦_lb.TabIndex = 897 Me.擬辦_lb.Text = "擬辦" ' '建議_lb ' Me.建議_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.建議_lb.AutoSize = True Me.建議_lb.Location = New System.Drawing.Point(-1, 333) Me.建議_lb.Name = "建議_lb" Me.建議_lb.Size = New System.Drawing.Size(31, 16) Me.建議_lb.TabIndex = 896 Me.建議_lb.Text = "建議" ' '建議_tb ' 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.Location = New System.Drawing.Point(2, 349) Me.建議_tb.Multiline = True Me.建議_tb.Name = "建議_tb" Me.建議_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.建議_tb.Size = New System.Drawing.Size(810, 138) Me.建議_tb.TabIndex = 895 ' '聯絡事項_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(2, 189) Me.聯絡事項_tb.Multiline = True Me.聯絡事項_tb.Name = "聯絡事項_tb" Me.聯絡事項_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.聯絡事項_tb.Size = New System.Drawing.Size(810, 138) Me.聯絡事項_tb.TabIndex = 892 ' '聯絡事項_lb ' Me.聯絡事項_lb.AutoSize = True Me.聯絡事項_lb.Location = New System.Drawing.Point(2, 172) Me.聯絡事項_lb.Name = "聯絡事項_lb" Me.聯絡事項_lb.Size = New System.Drawing.Size(55, 16) Me.聯絡事項_lb.TabIndex = 893 Me.聯絡事項_lb.Text = "聯絡事項" ' '執行人_lb ' Me.執行人_lb.AutoSize = True Me.執行人_lb.Location = New System.Drawing.Point(401, 79) Me.執行人_lb.Name = "執行人_lb" Me.執行人_lb.Size = New System.Drawing.Size(43, 16) Me.執行人_lb.TabIndex = 891 Me.執行人_lb.Text = "執行人" ' '執行人_cb ' Me.執行人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.執行人_cb.FormattingEnabled = True Me.執行人_cb.Items.AddRange(New Object() {"2019"}) Me.執行人_cb.Location = New System.Drawing.Point(512, 76) Me.執行人_cb.Name = "執行人_cb" Me.執行人_cb.Size = New System.Drawing.Size(300, 24) Me.執行人_cb.TabIndex = 890 ' '執行部門_lb ' Me.執行部門_lb.AutoSize = True Me.執行部門_lb.Location = New System.Drawing.Point(2, 79) Me.執行部門_lb.Name = "執行部門_lb" Me.執行部門_lb.Size = New System.Drawing.Size(55, 16) Me.執行部門_lb.TabIndex = 889 Me.執行部門_lb.Text = "執行部門" ' '執行部門_cb ' Me.執行部門_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.執行部門_cb.FormattingEnabled = True Me.執行部門_cb.Items.AddRange(New Object() {"2019"}) Me.執行部門_cb.Location = New System.Drawing.Point(99, 76) Me.執行部門_cb.Name = "執行部門_cb" Me.執行部門_cb.Size = New System.Drawing.Size(300, 24) Me.執行部門_cb.TabIndex = 888 ' '申請日期_dtp ' Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd" Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.申請日期_dtp.Location = New System.Drawing.Point(512, 3) Me.申請日期_dtp.Name = "申請日期_dtp" Me.申請日期_dtp.Size = New System.Drawing.Size(300, 23) Me.申請日期_dtp.TabIndex = 884 ' '申請日期_lb ' Me.申請日期_lb.AutoSize = True Me.申請日期_lb.Location = New System.Drawing.Point(401, 6) Me.申請日期_lb.Name = "申請日期_lb" Me.申請日期_lb.Size = New System.Drawing.Size(55, 16) Me.申請日期_lb.TabIndex = 883 Me.申請日期_lb.Text = "申請日期" ' '聯絡人_lb ' Me.聯絡人_lb.AutoSize = True Me.聯絡人_lb.Location = New System.Drawing.Point(401, 54) Me.聯絡人_lb.Name = "聯絡人_lb" Me.聯絡人_lb.Size = New System.Drawing.Size(43, 16) Me.聯絡人_lb.TabIndex = 882 Me.聯絡人_lb.Text = "聯絡人" ' '聯絡人_cb ' Me.聯絡人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.聯絡人_cb.FormattingEnabled = True Me.聯絡人_cb.Items.AddRange(New Object() {"2019"}) Me.聯絡人_cb.Location = New System.Drawing.Point(512, 51) Me.聯絡人_cb.Name = "聯絡人_cb" Me.聯絡人_cb.Size = New System.Drawing.Size(300, 24) Me.聯絡人_cb.TabIndex = 881 ' '聯絡部門_lb ' Me.聯絡部門_lb.AutoSize = True Me.聯絡部門_lb.Location = New System.Drawing.Point(2, 54) Me.聯絡部門_lb.Name = "聯絡部門_lb" Me.聯絡部門_lb.Size = New System.Drawing.Size(55, 16) Me.聯絡部門_lb.TabIndex = 880 Me.聯絡部門_lb.Text = "聯絡部門" ' '聯絡部門_cb ' Me.聯絡部門_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.聯絡部門_cb.FormattingEnabled = True Me.聯絡部門_cb.Items.AddRange(New Object() {"2019"}) Me.聯絡部門_cb.Location = New System.Drawing.Point(99, 51) Me.聯絡部門_cb.Name = "聯絡部門_cb" Me.聯絡部門_cb.Size = New System.Drawing.Size(300, 24) Me.聯絡部門_cb.TabIndex = 879 ' '聯絡函主題_tb ' Me.聯絡函主題_tb.Location = New System.Drawing.Point(2, 119) Me.聯絡函主題_tb.Multiline = True Me.聯絡函主題_tb.Name = "聯絡函主題_tb" Me.聯絡函主題_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.聯絡函主題_tb.Size = New System.Drawing.Size(811, 50) Me.聯絡函主題_tb.TabIndex = 878 ' '聯絡函主題_lb ' Me.聯絡函主題_lb.AutoSize = True Me.聯絡函主題_lb.Location = New System.Drawing.Point(2, 102) Me.聯絡函主題_lb.Name = "聯絡函主題_lb" Me.聯絡函主題_lb.Size = New System.Drawing.Size(67, 16) Me.聯絡函主題_lb.TabIndex = 877 Me.聯絡函主題_lb.Text = "聯絡函主題" ' '申請人_lb ' Me.申請人_lb.AutoSize = True Me.申請人_lb.Location = New System.Drawing.Point(401, 30) Me.申請人_lb.Name = "申請人_lb" Me.申請人_lb.Size = New System.Drawing.Size(43, 16) Me.申請人_lb.TabIndex = 875 Me.申請人_lb.Text = "申請人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(512, 27) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(301, 23) Me.申請人_tb.TabIndex = 874 ' '申請部門_lb ' Me.申請部門_lb.AutoSize = True Me.申請部門_lb.Location = New System.Drawing.Point(2, 30) Me.申請部門_lb.Name = "申請部門_lb" Me.申請部門_lb.Size = New System.Drawing.Size(55, 16) Me.申請部門_lb.TabIndex = 873 Me.申請部門_lb.Text = "申請部門" ' '申請部門_tb ' Me.申請部門_tb.Location = New System.Drawing.Point(99, 27) Me.申請部門_tb.Name = "申請部門_tb" Me.申請部門_tb.Size = New System.Drawing.Size(300, 23) Me.申請部門_tb.TabIndex = 872 ' '聯絡函單號_lb ' Me.聯絡函單號_lb.AutoSize = True Me.聯絡函單號_lb.Location = New System.Drawing.Point(3, 6) Me.聯絡函單號_lb.Name = "聯絡函單號_lb" Me.聯絡函單號_lb.Size = New System.Drawing.Size(67, 16) Me.聯絡函單號_lb.TabIndex = 871 Me.聯絡函單號_lb.Text = "聯絡函單號" ' '聯絡函單號_tb ' Me.聯絡函單號_tb.Location = New System.Drawing.Point(99, 3) Me.聯絡函單號_tb.Name = "聯絡函單號_tb" Me.聯絡函單號_tb.Size = New System.Drawing.Size(300, 23) Me.聯絡函單號_tb.TabIndex = 870 ' '聯絡函未准_bt ' 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.Red Me.聯絡函未准_bt.Location = New System.Drawing.Point(691, 1) Me.聯絡函未准_bt.Name = "聯絡函未准_bt" Me.聯絡函未准_bt.Size = New System.Drawing.Size(209, 25) Me.聯絡函未准_bt.TabIndex = 886 Me.聯絡函未准_bt.Text = "聯絡函未准" Me.聯絡函未准_bt.UseVisualStyleBackColor = True ' '聯絡函核准_bt ' 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.Green Me.聯絡函核准_bt.Location = New System.Drawing.Point(480, 1) Me.聯絡函核准_bt.Name = "聯絡函核准_bt" Me.聯絡函核准_bt.Size = New System.Drawing.Size(209, 25) Me.聯絡函核准_bt.TabIndex = 885 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.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(1320, 1) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1351 Me.語轉扭_bt.Text = "L" Me.語轉扭_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(1349, 681) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.聯絡函核准_bt) Me.Controls.Add(Me.聯絡函未准_bt) Me.Controls.Add(Me.TabControl1) 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 = "聯絡函最高主管核准" Me.TabControl1.ResumeLayout(False) Me.部門聯絡函清單_tp.ResumeLayout(False) Me.部門聯絡函清單_tp.PerformLayout() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.部門聯絡函本文_tp.ResumeLayout(False) Me.部門聯絡函本文_tp.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents TabControl1 As TabControl Friend WithEvents 部門聯絡函本文_tp As TabPage Friend WithEvents 部門聯絡函清單_tp As TabPage Friend WithEvents 未審核_ch As CheckBox Friend WithEvents 已審核_ch As CheckBox Friend WithEvents 執行人_lb As Label Friend WithEvents 執行人_cb As ComboBox Friend WithEvents 執行部門_lb As Label Friend WithEvents 執行部門_cb As ComboBox Friend WithEvents 申請日期_dtp As DateTimePicker Friend WithEvents 申請日期_lb As Label Friend WithEvents 聯絡人_lb As Label Friend WithEvents 聯絡人_cb As ComboBox Friend WithEvents 聯絡部門_lb As Label Friend WithEvents 聯絡部門_cb As ComboBox Friend WithEvents 聯絡函主題_tb As TextBox Friend WithEvents 聯絡函主題_lb As Label Friend WithEvents 申請人_lb As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents 申請部門_lb As Label Friend WithEvents 申請部門_tb As TextBox Friend WithEvents 聯絡函單號_lb As Label Friend WithEvents 聯絡函單號_tb As TextBox Friend WithEvents 聯絡函未准_bt As Button Friend WithEvents 聯絡函核准_bt As Button Friend WithEvents 清單_dgv As DataGridView Friend WithEvents 聯絡事項_tb As TextBox Friend WithEvents 聯絡事項_lb As Label Friend WithEvents 擬辦_tb As TextBox Friend WithEvents 擬辦_lb As Label Friend WithEvents 建議_lb As Label Friend WithEvents 建議_tb As TextBox Friend WithEvents 圖片清單_dgv As DataGridView Friend WithEvents 圖片_pb As PictureBox Friend WithEvents 電腦_lb As Label Friend WithEvents 本機_wb As WebBrowser Friend WithEvents 圖檔入系統_bt As Button Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents 伺服器FTP文件夾_lb As Label Friend WithEvents 讀取資料夾路徑_bt As Button Friend WithEvents 伺服器_wb As WebBrowser Friend WithEvents Panel1 As Panel Friend WithEvents 副檔名_tb As TextBox Friend WithEvents 圖片庫_tb As TextBox Friend WithEvents 檔案路徑_tb As TextBox Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents 語言_dgv As DataGridView 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