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 DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(文件)) Me.Label10 = New System.Windows.Forms.Label() Me.主旨_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.單號_tb = New System.Windows.Forms.TextBox() Me.選擇日期_dtp = New System.Windows.Forms.DateTimePicker() Me.開單人_tb = New System.Windows.Forms.TextBox() Me.Label29 = New System.Windows.Forms.Label() Me.Label0 = New System.Windows.Forms.Label() Me.控制表_dgv = New System.Windows.Forms.DataGridView() Me.Label13 = New System.Windows.Forms.Label() Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.字體_NUD = New System.Windows.Forms.NumericUpDown() Me.字體大小調整_lb = New System.Windows.Forms.Label() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.公司名稱 = New System.Windows.Forms.TextBox() Me.已核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton() Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton() Me.已發行的營運成本收支單_rb = New System.Windows.Forms.RadioButton() Me.說明_tb = New System.Windows.Forms.TextBox() Me.人員_dgv = New System.Windows.Forms.DataGridView() Me.指定人員_bt = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.發行_bt = New System.Windows.Forms.Button() Me.查詢_tb = New System.Windows.Forms.Button() Me.作廢_bt = New System.Windows.Forms.Button() Me.刪除_bt = New System.Windows.Forms.Button() Me.儲存_bt = New System.Windows.Forms.Button() Me.新增_bt = New System.Windows.Forms.Button() Me.列印_bt = New System.Windows.Forms.Button() Me.全選_cb = New System.Windows.Forms.CheckBox() Me.ppp = New System.Windows.Forms.Panel() Me.副檔名_tb = New System.Windows.Forms.TextBox() Me.圖片庫_tb = New System.Windows.Forms.TextBox() Me.檔案路徑_tb = New System.Windows.Forms.TextBox() Me.人員1_dgv = New System.Windows.Forms.DataGridView() Me.圖片清單_dgv = New System.Windows.Forms.DataGridView() Me.圖片_pb = New System.Windows.Forms.PictureBox() Me.圖檔入系統_rbt = New System.Windows.Forms.Button() Me.讀取資料夾路徑_rbt = New System.Windows.Forms.Button() 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.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.PDF_P = New System.Windows.Forms.Panel() Me.RadPdfViewer1 = New Telerik.WinControls.UI.RadPdfViewer() Me.RadPdfViewerNavigator1 = New Telerik.WinControls.UI.RadPdfViewerNavigator() Me.圖片_P = New System.Windows.Forms.Panel() Me.圖片1_pb = New System.Windows.Forms.PictureBox() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ppp.SuspendLayout() CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.圖片_pb, 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() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.PDF_P.SuspendLayout() CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.圖片_P.SuspendLayout() CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage2.SuspendLayout() Me.SuspendLayout() ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label10.Location = New System.Drawing.Point(4, 84) Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(31, 16) Me.Label10.TabIndex = 1856 Me.Label10.Text = "說明" ' '主旨_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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.主旨_tb.Location = New System.Drawing.Point(2, 29) Me.主旨_tb.Margin = New System.Windows.Forms.Padding(4) Me.主旨_tb.Multiline = True Me.主旨_tb.Name = "主旨_tb" Me.主旨_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.主旨_tb.Size = New System.Drawing.Size(508, 51) Me.主旨_tb.TabIndex = 1853 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label9.Location = New System.Drawing.Point(4, 7) Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(31, 16) Me.Label9.TabIndex = 1854 Me.Label9.Text = "主旨" ' '單號_tb ' Me.單號_tb.Location = New System.Drawing.Point(43, 95) Me.單號_tb.Margin = New System.Windows.Forms.Padding(4) Me.單號_tb.Name = "單號_tb" Me.單號_tb.ReadOnly = True Me.單號_tb.Size = New System.Drawing.Size(120, 23) Me.單號_tb.TabIndex = 1852 Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '選擇日期_dtp ' Me.選擇日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.選擇日期_dtp.Location = New System.Drawing.Point(886, 29) Me.選擇日期_dtp.Name = "選擇日期_dtp" Me.選擇日期_dtp.Size = New System.Drawing.Size(134, 23) Me.選擇日期_dtp.TabIndex = 1851 ' '開單人_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(1068, 2) Me.開單人_tb.Margin = New System.Windows.Forms.Padding(4) Me.開單人_tb.Name = "開單人_tb" Me.開單人_tb.ReadOnly = True Me.開單人_tb.Size = New System.Drawing.Size(127, 23) Me.開單人_tb.TabIndex = 1868 Me.開單人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label29 ' Me.Label29.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label29.AutoSize = True Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label29.Location = New System.Drawing.Point(828, 32) Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(55, 16) Me.Label29.TabIndex = 1850 Me.Label29.Text = "文件日期" ' 'Label0 ' Me.Label0.AutoSize = True Me.Label0.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label0.Location = New System.Drawing.Point(4, 101) Me.Label0.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label0.Name = "Label0" Me.Label0.Size = New System.Drawing.Size(31, 16) Me.Label0.TabIndex = 1849 Me.Label0.Text = "單號" Me.Label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '控制表_dgv ' DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.控制表_dgv.Location = New System.Drawing.Point(306, 25) Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4) Me.控制表_dgv.Name = "控制表_dgv" Me.控制表_dgv.ReadOnly = True Me.控制表_dgv.RowHeadersWidth = 5 Me.控制表_dgv.RowTemplate.Height = 24 Me.控制表_dgv.Size = New System.Drawing.Size(193, 652) Me.控制表_dgv.TabIndex = 1843 ' 'Label13 ' Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label13.AutoSize = True Me.Label13.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label13.Location = New System.Drawing.Point(1022, 5) Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(43, 16) Me.Label13.TabIndex = 1867 Me.Label13.Text = "開單人" ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "系統說明" ' '字體_NUD ' Me.字體_NUD.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.字體_NUD.DecimalPlaces = 1 Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536}) Me.字體_NUD.Location = New System.Drawing.Point(453, 4) Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0}) Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0}) Me.字體_NUD.Name = "字體_NUD" Me.字體_NUD.Size = New System.Drawing.Size(52, 23) Me.字體_NUD.TabIndex = 1864 Me.字體_NUD.Value = New Decimal(New Integer() {12, 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.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.字體大小調整_lb.Location = New System.Drawing.Point(389, 7) Me.字體大小調整_lb.Name = "字體大小調整_lb" Me.字體大小調整_lb.Size = New System.Drawing.Size(55, 16) Me.字體大小調整_lb.TabIndex = 1865 Me.字體大小調整_lb.Text = "字體調整" ' '檔案名稱_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(559, 2) Me.檔案名稱_tb.Margin = New System.Windows.Forms.Padding(4) Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(464, 23) Me.檔案名稱_tb.TabIndex = 1861 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label8.Location = New System.Drawing.Point(501, 5) Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(55, 16) Me.Label8.TabIndex = 1860 Me.Label8.Text = "檔案名稱" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '公司名稱 ' Me.公司名稱.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.公司名稱.Location = New System.Drawing.Point(7, 11) Me.公司名稱.Margin = New System.Windows.Forms.Padding(4) Me.公司名稱.Multiline = True Me.公司名稱.Name = "公司名稱" Me.公司名稱.Size = New System.Drawing.Size(116, 20) Me.公司名稱.TabIndex = 1859 Me.公司名稱.Visible = False ' '已核准的營運成本收支單_rb ' Me.已核准的營運成本收支單_rb.AutoSize = True Me.已核准的營運成本收支單_rb.ForeColor = System.Drawing.Color.Blue Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(307, 4) Me.已核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已核准的營運成本收支單_rb.Name = "已核准的營運成本收支單_rb" Me.已核准的營運成本收支單_rb.Size = New System.Drawing.Size(61, 20) Me.已核准的營運成本收支單_rb.TabIndex = 1858 Me.已核准的營運成本收支單_rb.TabStop = True Me.已核准的營運成本收支單_rb.Text = "已儲存" Me.已核准的營運成本收支單_rb.UseVisualStyleBackColor = True ' '作廢的營運成本收支單_rb ' Me.作廢的營運成本收支單_rb.AutoSize = True Me.作廢的營運成本收支單_rb.ForeColor = System.Drawing.Color.Blue Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(372, 4) Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb" Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(61, 20) Me.作廢的營運成本收支單_rb.TabIndex = 1857 Me.作廢的營運成本收支單_rb.TabStop = True Me.作廢的營運成本收支單_rb.Text = "已作廢" Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True ' '已發行的營運成本收支單_rb ' Me.已發行的營運成本收支單_rb.AutoSize = True Me.已發行的營運成本收支單_rb.ForeColor = System.Drawing.Color.Blue Me.已發行的營運成本收支單_rb.Location = New System.Drawing.Point(437, 4) Me.已發行的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已發行的營運成本收支單_rb.Name = "已發行的營運成本收支單_rb" Me.已發行的營運成本收支單_rb.Size = New System.Drawing.Size(61, 20) Me.已發行的營運成本收支單_rb.TabIndex = 1871 Me.已發行的營運成本收支單_rb.TabStop = True Me.已發行的營運成本收支單_rb.Text = "已發行" Me.已發行的營運成本收支單_rb.UseVisualStyleBackColor = True ' '說明_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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.說明_tb.Location = New System.Drawing.Point(3, 104) Me.說明_tb.Margin = New System.Windows.Forms.Padding(4) Me.說明_tb.Multiline = True Me.說明_tb.Name = "說明_tb" Me.說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.說明_tb.Size = New System.Drawing.Size(508, 511) Me.說明_tb.TabIndex = 1873 ' '人員_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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.人員_dgv.Location = New System.Drawing.Point(1025, 64) Me.人員_dgv.Name = "人員_dgv" Me.人員_dgv.RowHeadersWidth = 5 Me.人員_dgv.RowTemplate.Height = 24 Me.人員_dgv.Size = New System.Drawing.Size(318, 613) Me.人員_dgv.TabIndex = 1874 ' '指定人員_bt ' Me.指定人員_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.指定人員_bt.Location = New System.Drawing.Point(1093, 25) Me.指定人員_bt.Name = "指定人員_bt" Me.指定人員_bt.Size = New System.Drawing.Size(102, 32) Me.指定人員_bt.TabIndex = 1875 Me.指定人員_bt.Text = "指定人員" Me.指定人員_bt.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label1.AutoSize = True Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label1.Location = New System.Drawing.Point(1031, 46) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 1876 Me.Label1.Text = "簽核人員" ' '發行_bt ' Me.發行_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.發行_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check 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.DarkGreen Me.發行_bt.Location = New System.Drawing.Point(2, 278) Me.發行_bt.Margin = New System.Windows.Forms.Padding(4) Me.發行_bt.Name = "發行_bt" Me.發行_bt.Size = New System.Drawing.Size(35, 35) Me.發行_bt.TabIndex = 1872 Me.發行_bt.UseVisualStyleBackColor = True ' '查詢_tb ' Me.查詢_tb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Search Me.查詢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.查詢_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.查詢_tb.ForeColor = System.Drawing.Color.Red Me.查詢_tb.Location = New System.Drawing.Point(171, 97) Me.查詢_tb.Margin = New System.Windows.Forms.Padding(4) Me.查詢_tb.Name = "查詢_tb" Me.查詢_tb.Size = New System.Drawing.Size(30, 25) Me.查詢_tb.TabIndex = 1863 Me.查詢_tb.UseVisualStyleBackColor = True ' '作廢_bt ' Me.作廢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.作廢_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Close 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.DarkGreen Me.作廢_bt.Location = New System.Drawing.Point(39, 278) Me.作廢_bt.Margin = New System.Windows.Forms.Padding(4) Me.作廢_bt.Name = "作廢_bt" Me.作廢_bt.Size = New System.Drawing.Size(35, 35) Me.作廢_bt.TabIndex = 1848 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.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty 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.Red Me.刪除_bt.Location = New System.Drawing.Point(1245, 7) Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(50, 50) Me.刪除_bt.TabIndex = 1847 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.HSKIN_MIS_SYS.My.Resources.Resources.SAVER 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.DarkGreen Me.儲存_bt.Location = New System.Drawing.Point(1295, 7) Me.儲存_bt.Margin = New System.Windows.Forms.Padding(4) Me.儲存_bt.Name = "儲存_bt" Me.儲存_bt.Size = New System.Drawing.Size(50, 50) Me.儲存_bt.TabIndex = 1846 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.HSKIN_MIS_SYS.My.Resources.Resources.add_2 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(1195, 7) Me.新增_bt.Margin = New System.Windows.Forms.Padding(4) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(50, 50) Me.新增_bt.TabIndex = 1845 Me.新增_bt.UseVisualStyleBackColor = True ' '列印_bt ' Me.列印_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.列印_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.print 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.Red Me.列印_bt.Location = New System.Drawing.Point(76, 278) Me.列印_bt.Margin = New System.Windows.Forms.Padding(4) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(35, 35) Me.列印_bt.TabIndex = 1844 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.AutoSize = True Me.全選_cb.Location = New System.Drawing.Point(1030, 27) Me.全選_cb.Name = "全選_cb" Me.全選_cb.Size = New System.Drawing.Size(62, 20) Me.全選_cb.TabIndex = 1877 Me.全選_cb.Text = "所有人" Me.全選_cb.UseVisualStyleBackColor = True ' 'ppp ' Me.ppp.Controls.Add(Me.副檔名_tb) Me.ppp.Controls.Add(Me.圖片庫_tb) Me.ppp.Controls.Add(Me.檔案路徑_tb) Me.ppp.Controls.Add(Me.人員1_dgv) Me.ppp.Controls.Add(Me.公司名稱) Me.ppp.Controls.Add(Me.Label0) Me.ppp.Controls.Add(Me.單號_tb) Me.ppp.Controls.Add(Me.查詢_tb) Me.ppp.Location = New System.Drawing.Point(1028, 278) Me.ppp.Name = "ppp" Me.ppp.Size = New System.Drawing.Size(253, 137) Me.ppp.TabIndex = 1878 Me.ppp.Visible = False ' '副檔名_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(129, 65) Me.副檔名_tb.Name = "副檔名_tb" Me.副檔名_tb.Size = New System.Drawing.Size(116, 23) Me.副檔名_tb.TabIndex = 1878 ' '圖片庫_tb ' Me.圖片庫_tb.AllowDrop = True Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black Me.圖片庫_tb.Location = New System.Drawing.Point(7, 65) Me.圖片庫_tb.Name = "圖片庫_tb" Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23) Me.圖片庫_tb.TabIndex = 1877 ' '檔案路徑_tb ' Me.檔案路徑_tb.AllowDrop = True Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black Me.檔案路徑_tb.Location = New System.Drawing.Point(7, 36) Me.檔案路徑_tb.Multiline = True Me.檔案路徑_tb.Name = "檔案路徑_tb" Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23) Me.檔案路徑_tb.TabIndex = 1876 ' '人員1_dgv ' DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.人員1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5 Me.人員1_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.人員1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.人員1_dgv.BackgroundColor = System.Drawing.Color.White Me.人員1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.人員1_dgv.Location = New System.Drawing.Point(129, 156) Me.人員1_dgv.Name = "人員1_dgv" Me.人員1_dgv.RowHeadersWidth = 5 Me.人員1_dgv.RowTemplate.Height = 24 Me.人員1_dgv.Size = New System.Drawing.Size(116, 0) Me.人員1_dgv.TabIndex = 1875 ' '圖片清單_dgv ' DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6 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, 3) 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 = 1886 ' '圖片_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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.圖片_pb.Location = New System.Drawing.Point(104, 3) 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 = 1885 Me.圖片_pb.TabStop = False ' '圖檔入系統_rbt ' Me.圖檔入系統_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.圖檔入系統_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 278) Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt" Me.圖檔入系統_rbt.Size = New System.Drawing.Size(103, 35) Me.圖檔入系統_rbt.TabIndex = 1888 Me.圖檔入系統_rbt.UseVisualStyleBackColor = True ' '讀取資料夾路徑_rbt ' Me.讀取資料夾路徑_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.PortableComputer Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(160, 278) Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt" Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(35, 35) Me.讀取資料夾路徑_rbt.TabIndex = 1887 Me.讀取資料夾路徑_rbt.UseVisualStyleBackColor = True ' 'PB5 ' Me.PB5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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, 558) 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 = 1884 Me.PB5.TabStop = False ' 'PB4 ' Me.PB4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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, 436) 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 = 1883 Me.PB4.TabStop = False ' 'PB1 ' Me.PB1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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, 314) 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 = 1879 Me.PB1.TabStop = False ' 'PB2 ' Me.PB2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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, 314) 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 = 1881 Me.PB2.TabStop = False ' 'PB3 ' Me.PB3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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, 436) 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 = 1882 Me.PB3.TabStop = False ' 'PB6 ' Me.PB6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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, 558) 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 = 1880 Me.PB6.TabStop = False ' '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.Appearance = System.Windows.Forms.TabAppearance.Buttons Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Location = New System.Drawing.Point(498, 27) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(529, 655) Me.TabControl1.TabIndex = 1889 ' 'TabPage1 ' Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TabPage1.Controls.Add(Me.PDF_P) Me.TabPage1.Controls.Add(Me.圖片_P) Me.TabPage1.Location = New System.Drawing.Point(4, 28) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(521, 623) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "文件清單與圖片" Me.TabPage1.UseVisualStyleBackColor = True ' 'PDF_P ' Me.PDF_P.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.PDF_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PDF_P.Controls.Add(Me.RadPdfViewer1) Me.PDF_P.Controls.Add(Me.RadPdfViewerNavigator1) Me.PDF_P.Location = New System.Drawing.Point(0, -1) Me.PDF_P.Name = "PDF_P" Me.PDF_P.Size = New System.Drawing.Size(519, 622) Me.PDF_P.TabIndex = 1886 ' 'RadPdfViewer1 ' Me.RadPdfViewer1.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.RadPdfViewer1.BackColor = System.Drawing.SystemColors.ControlLightLight Me.RadPdfViewer1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.RadPdfViewer1.Location = New System.Drawing.Point(0, 38) Me.RadPdfViewer1.Name = "RadPdfViewer1" ' ' ' Me.RadPdfViewer1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 38, 200, 200) Me.RadPdfViewer1.Size = New System.Drawing.Size(516, 581) Me.RadPdfViewer1.TabIndex = 1 Me.RadPdfViewer1.ThumbnailsScaleFactor = 0.15! ' 'RadPdfViewerNavigator1 ' Me.RadPdfViewerNavigator1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.RadPdfViewerNavigator1.BackColor = System.Drawing.SystemColors.ControlLightLight Me.RadPdfViewerNavigator1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.RadPdfViewerNavigator1.Location = New System.Drawing.Point(0, 1) Me.RadPdfViewerNavigator1.Name = "RadPdfViewerNavigator1" ' ' ' Me.RadPdfViewerNavigator1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 1, 610, 38) Me.RadPdfViewerNavigator1.Size = New System.Drawing.Size(516, 38) Me.RadPdfViewerNavigator1.TabIndex = 0 ' '圖片_P ' Me.圖片_P.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.圖片_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.圖片_P.Controls.Add(Me.圖片1_pb) Me.圖片_P.Location = New System.Drawing.Point(0, -2) Me.圖片_P.Name = "圖片_P" Me.圖片_P.Size = New System.Drawing.Size(521, 628) Me.圖片_P.TabIndex = 1888 ' '圖片1_pb ' Me.圖片1_pb.BackColor = System.Drawing.Color.White Me.圖片1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.圖片1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.圖片1_pb.Dock = System.Windows.Forms.DockStyle.Fill Me.圖片1_pb.Location = New System.Drawing.Point(0, 0) Me.圖片1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.圖片1_pb.Name = "圖片1_pb" Me.圖片1_pb.Size = New System.Drawing.Size(519, 626) Me.圖片1_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.圖片1_pb.TabIndex = 1887 Me.圖片1_pb.TabStop = False ' 'TabPage2 ' Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TabPage2.Controls.Add(Me.Label9) Me.TabPage2.Controls.Add(Me.主旨_tb) Me.TabPage2.Controls.Add(Me.Label10) Me.TabPage2.Controls.Add(Me.說明_tb) Me.TabPage2.Controls.Add(Me.字體大小調整_lb) Me.TabPage2.Controls.Add(Me.字體_NUD) Me.TabPage2.Location = New System.Drawing.Point(4, 28) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Size = New System.Drawing.Size(521, 621) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "文件內容" Me.TabPage2.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" Me.OpenFileDialog1.Multiselect = 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.ppp) Me.Controls.Add(Me.控制表_dgv) Me.Controls.Add(Me.已核准的營運成本收支單_rb) Me.Controls.Add(Me.圖片清單_dgv) Me.Controls.Add(Me.作廢的營運成本收支單_rb) Me.Controls.Add(Me.圖片_pb) Me.Controls.Add(Me.已發行的營運成本收支單_rb) Me.Controls.Add(Me.圖檔入系統_rbt) Me.Controls.Add(Me.讀取資料夾路徑_rbt) Me.Controls.Add(Me.PB5) Me.Controls.Add(Me.PB4) Me.Controls.Add(Me.PB1) Me.Controls.Add(Me.PB2) Me.Controls.Add(Me.PB3) Me.Controls.Add(Me.PB6) Me.Controls.Add(Me.全選_cb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.指定人員_bt) Me.Controls.Add(Me.人員_dgv) Me.Controls.Add(Me.發行_bt) Me.Controls.Add(Me.選擇日期_dtp) Me.Controls.Add(Me.開單人_tb) Me.Controls.Add(Me.Label29) Me.Controls.Add(Me.作廢_bt) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.儲存_bt) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.Label8) 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "文件簽核管理" CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ppp.ResumeLayout(False) Me.ppp.PerformLayout() CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.圖片_pb, 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() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.PDF_P.ResumeLayout(False) Me.PDF_P.PerformLayout() CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.圖片_P.ResumeLayout(False) CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label10 As Label Friend WithEvents 主旨_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 單號_tb As TextBox Friend WithEvents 選擇日期_dtp As DateTimePicker Friend WithEvents 開單人_tb As TextBox Friend WithEvents 查詢_tb As Button Friend WithEvents Label29 As Label Friend WithEvents Label0 As Label Friend WithEvents 作廢_bt As Button Friend WithEvents 刪除_bt As Button Friend WithEvents 儲存_bt As Button Friend WithEvents 新增_bt As Button Friend WithEvents 列印_bt As Button Friend WithEvents 控制表_dgv As DataGridView Friend WithEvents Label13 As Label Friend WithEvents PrintDocument1 As Printing.PrintDocument Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 字體_NUD As NumericUpDown Friend WithEvents 字體大小調整_lb As Label Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 公司名稱 As TextBox Friend WithEvents 已核准的營運成本收支單_rb As RadioButton Friend WithEvents 作廢的營運成本收支單_rb As RadioButton Friend WithEvents 已發行的營運成本收支單_rb As RadioButton Friend WithEvents 發行_bt As Button Friend WithEvents 說明_tb As TextBox Friend WithEvents 人員_dgv As DataGridView Friend WithEvents 指定人員_bt As Button Friend WithEvents Label1 As Label Friend WithEvents 全選_cb As CheckBox Friend WithEvents ppp As Panel Friend WithEvents 人員1_dgv As DataGridView Friend WithEvents 圖片清單_dgv As DataGridView Friend WithEvents 圖片_pb As PictureBox Friend WithEvents 圖檔入系統_rbt As Button Friend WithEvents 讀取資料夾路徑_rbt As Button 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 TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents PDF_P As Panel Friend WithEvents RadPdfViewer1 As Telerik.WinControls.UI.RadPdfViewer Friend WithEvents RadPdfViewerNavigator1 As Telerik.WinControls.UI.RadPdfViewerNavigator Friend WithEvents TabPage2 As TabPage Friend WithEvents 副檔名_tb As TextBox Friend WithEvents 圖片庫_tb As TextBox Friend WithEvents 檔案路徑_tb As TextBox Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents 圖片1_pb As PictureBox Friend WithEvents 圖片_P As Panel End Class