Partial Class 請購單核准 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() 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 DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.已作廢_lb = New System.Windows.Forms.Label() Me.作廢清單_dgv = New System.Windows.Forms.DataGridView() Me.未審核_lb = New System.Windows.Forms.Label() Me.未核准_dgv = New System.Windows.Forms.DataGridView() Me.已作廢_rb = New System.Windows.Forms.RadioButton() Me.未審核_rb = New System.Windows.Forms.RadioButton() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.請購單核准_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.請購單作廢_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.存檔_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.刪除請購單上點選資料_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker() Me.請購單作廢_bt = New System.Windows.Forms.Button() Me.請購單核准_bt = New System.Windows.Forms.Button() Me.請購明細_dgv = New System.Windows.Forms.DataGridView() Me.申請人_lb = New System.Windows.Forms.Label() 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.存檔_bt = New System.Windows.Forms.Button() Me.物料圖_pb = New System.Windows.Forms.PictureBox() Me.倉庫編號_tb = New System.Windows.Forms.TextBox() Me.倉庫級別_tb = New System.Windows.Forms.TextBox() Me.指定倉庫_cb = New System.Windows.Forms.ComboBox() Me.指定倉庫_lb = New System.Windows.Forms.Label() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.需求日期_dtp = New System.Windows.Forms.DateTimePicker() Me.需求日期_lb = New System.Windows.Forms.Label() Me.刪除請購單上點選資料_bt = New System.Windows.Forms.Button() Me.確認列印_bt = New System.Windows.Forms.Button() Me.審核_tb = New System.Windows.Forms.TextBox() Me.已審核_rb = New System.Windows.Forms.RadioButton() Me.已核准_dgv = New System.Windows.Forms.DataGridView() Me.已審核_lb = New System.Windows.Forms.Label() Me.請購明細1_dgv = New System.Windows.Forms.DataGridView() Me.系統語言_cb = New System.Windows.Forms.ComboBox() 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.語轉扭_bt = New System.Windows.Forms.Button() Me.大間距_ch = New System.Windows.Forms.CheckBox() Me.中間距_ch = New System.Windows.Forms.CheckBox() Me.小間距_ch = New System.Windows.Forms.CheckBox() Me.合約號_lb = New System.Windows.Forms.Label() Me.合約號_tb = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label7 = New System.Windows.Forms.Label() Me.備註_tb = New System.Windows.Forms.TextBox() Me.詳細資料2_ch = New System.Windows.Forms.CheckBox() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.加急件_bt = New System.Windows.Forms.Button() Me.系統說明_bt = New System.Windows.Forms.Button() CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.請購明細1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' '已作廢_lb ' Me.已作廢_lb.AutoSize = True Me.已作廢_lb.Location = New System.Drawing.Point(2, 8) Me.已作廢_lb.Name = "已作廢_lb" Me.已作廢_lb.Size = New System.Drawing.Size(218, 15) Me.已作廢_lb.TabIndex = 829 Me.已作廢_lb.Text = "已 作 廢 的 建 築 物 料 請 購 單" ' '作廢清單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, 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), 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(4, 52) Me.作廢清單_dgv.Name = "作廢清單_dgv" Me.作廢清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.作廢清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.作廢清單_dgv.RowTemplate.Height = 24 Me.作廢清單_dgv.Size = New System.Drawing.Size(515, 625) Me.作廢清單_dgv.TabIndex = 828 ' '未審核_lb ' Me.未審核_lb.AutoSize = True Me.未審核_lb.Location = New System.Drawing.Point(6, 8) Me.未審核_lb.Name = "未審核_lb" Me.未審核_lb.Size = New System.Drawing.Size(135, 15) Me.未審核_lb.TabIndex = 827 Me.未審核_lb.Text = "未 審 核 的 " ' '未核准_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 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(4, 52) Me.未核准_dgv.Name = "未核准_dgv" Me.未核准_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.未核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.未核准_dgv.RowTemplate.Height = 24 Me.未核准_dgv.Size = New System.Drawing.Size(515, 625) Me.未核准_dgv.TabIndex = 826 ' '已作廢_rb ' Me.已作廢_rb.AutoSize = True Me.已作廢_rb.ForeColor = System.Drawing.Color.Red Me.已作廢_rb.Location = New System.Drawing.Point(219, 29) Me.已作廢_rb.Name = "已作廢_rb" Me.已作廢_rb.Size = New System.Drawing.Size(70, 19) Me.已作廢_rb.TabIndex = 833 Me.已作廢_rb.TabStop = True Me.已作廢_rb.Text = "已 作 廢" Me.已作廢_rb.UseVisualStyleBackColor = True ' '未審核_rb ' Me.未審核_rb.AutoSize = True Me.未審核_rb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.未審核_rb.Location = New System.Drawing.Point(7, 29) Me.未審核_rb.Name = "未審核_rb" Me.未審核_rb.Size = New System.Drawing.Size(106, 19) Me.未審核_rb.TabIndex = 832 Me.未審核_rb.TabStop = True Me.未審核_rb.Text = "未 審 核" Me.未審核_rb.UseVisualStyleBackColor = True ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.ToolStripSeparator6, Me.請購單核准_tsm, Me.請購單作廢_tsm, Me.ToolStripSeparator1, Me.存檔_tsm, Me.刪除請購單上點選資料_tsm}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(195, 126) ' '重新整理_tsm ' Me.重新整理_tsm.Name = "重新整理_tsm" Me.重新整理_tsm.Size = New System.Drawing.Size(194, 22) Me.重新整理_tsm.Text = "重新整理" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(191, 6) ' '請購單核准_tsm ' Me.請購單核准_tsm.ForeColor = System.Drawing.Color.Green Me.請購單核准_tsm.Name = "請購單核准_tsm" Me.請購單核准_tsm.Size = New System.Drawing.Size(194, 22) Me.請購單核准_tsm.Text = "請購單核准" ' '請購單作廢_tsm ' Me.請購單作廢_tsm.ForeColor = System.Drawing.Color.Red Me.請購單作廢_tsm.Name = "請購單作廢_tsm" Me.請購單作廢_tsm.Size = New System.Drawing.Size(194, 22) Me.請購單作廢_tsm.Text = "請購單作廢" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(191, 6) ' '存檔_tsm ' Me.存檔_tsm.ForeColor = System.Drawing.Color.Green Me.存檔_tsm.Name = "存檔_tsm" Me.存檔_tsm.Size = New System.Drawing.Size(194, 22) Me.存檔_tsm.Text = "清單修改存檔" Me.存檔_tsm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '刪除請購單上點選資料_tsm ' Me.刪除請購單上點選資料_tsm.ForeColor = System.Drawing.Color.Red Me.刪除請購單上點選資料_tsm.Name = "刪除請購單上點選資料_tsm" Me.刪除請購單上點選資料_tsm.Size = New System.Drawing.Size(194, 22) Me.刪除請購單上點選資料_tsm.Text = "刪除請購單上點選資料" ' '申請日期_dtp ' Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.申請日期_dtp.Location = New System.Drawing.Point(658, 28) Me.申請日期_dtp.Name = "申請日期_dtp" Me.申請日期_dtp.Size = New System.Drawing.Size(125, 22) Me.申請日期_dtp.TabIndex = 859 ' '請購單作廢_bt ' Me.請購單作廢_bt.BackgroundImage = Global.HX_PGS_ERP_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(991, 52) Me.請購單作廢_bt.Name = "請購單作廢_bt" Me.請購單作廢_bt.Size = New System.Drawing.Size(46, 46) Me.請購單作廢_bt.TabIndex = 858 Me.請購單作廢_bt.UseVisualStyleBackColor = True ' '請購單核准_bt ' Me.請購單核准_bt.BackgroundImage = Global.HX_PGS_ERP_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.Green Me.請購單核准_bt.Location = New System.Drawing.Point(878, 52) Me.請購單核准_bt.Name = "請購單核准_bt" Me.請購單核准_bt.Size = New System.Drawing.Size(46, 46) Me.請購單核准_bt.TabIndex = 857 Me.請購單核准_bt.UseVisualStyleBackColor = True ' '請購明細_dgv ' DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.請購明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5 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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.請購明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.請購明細_dgv.Location = New System.Drawing.Point(520, 124) Me.請購明細_dgv.Name = "請購明細_dgv" Me.請購明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6 Me.請購明細_dgv.RowTemplate.Height = 24 Me.請購明細_dgv.Size = New System.Drawing.Size(825, 553) Me.請購明細_dgv.TabIndex = 856 ' '申請人_lb ' Me.申請人_lb.AutoSize = True Me.申請人_lb.Location = New System.Drawing.Point(819, 6) Me.申請人_lb.Name = "申請人_lb" Me.申請人_lb.Size = New System.Drawing.Size(58, 15) Me.申請人_lb.TabIndex = 855 Me.申請人_lb.Text = "申 請 人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(881, 3) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(199, 22) Me.申請人_tb.TabIndex = 854 ' '申請日期_lb ' Me.申請日期_lb.AutoSize = True Me.申請日期_lb.Location = New System.Drawing.Point(522, 32) Me.申請日期_lb.Name = "申請日期_lb" Me.申請日期_lb.Size = New System.Drawing.Size(93, 15) Me.申請日期_lb.TabIndex = 853 Me.申請日期_lb.Text = "申 請 日 期" ' '請購單號_lb ' Me.請購單號_lb.AutoSize = True Me.請購單號_lb.Location = New System.Drawing.Point(522, 7) Me.請購單號_lb.Name = "請購單號_lb" Me.請購單號_lb.Size = New System.Drawing.Size(51, 15) Me.請購單號_lb.TabIndex = 852 Me.請購單號_lb.Text = "請購單號" ' '請購單號_tb ' Me.請購單號_tb.Location = New System.Drawing.Point(584, 4) Me.請購單號_tb.Name = "請購單號_tb" Me.請購單號_tb.Size = New System.Drawing.Size(199, 22) Me.請購單號_tb.TabIndex = 851 ' '項次_tb ' Me.項次_tb.Location = New System.Drawing.Point(564, 99) Me.項次_tb.Name = "項次_tb" Me.項次_tb.Size = New System.Drawing.Size(34, 22) Me.項次_tb.TabIndex = 862 ' '項次_lb ' Me.項次_lb.AutoSize = True Me.項次_lb.Location = New System.Drawing.Point(602, 102) Me.項次_lb.Name = "項次_lb" Me.項次_lb.Size = New System.Drawing.Size(44, 15) Me.項次_lb.TabIndex = 861 Me.項次_lb.Text = "項 次" ' '選擇_lb ' Me.選擇_lb.AutoSize = True Me.選擇_lb.Location = New System.Drawing.Point(525, 103) Me.選擇_lb.Name = "選擇_lb" Me.選擇_lb.Size = New System.Drawing.Size(38, 15) Me.選擇_lb.TabIndex = 860 Me.選擇_lb.Text = "選 擇" ' '存檔_bt ' Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_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.Location = New System.Drawing.Point(1037, 52) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(46, 46) Me.存檔_bt.TabIndex = 863 Me.存檔_bt.UseVisualStyleBackColor = True ' '物料圖_pb ' Me.物料圖_pb.BackColor = System.Drawing.Color.Transparent Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.物料圖_pb.Location = New System.Drawing.Point(1131, 2) Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.物料圖_pb.Name = "物料圖_pb" Me.物料圖_pb.Size = New System.Drawing.Size(214, 121) Me.物料圖_pb.TabIndex = 956 Me.物料圖_pb.TabStop = False ' '倉庫編號_tb ' Me.倉庫編號_tb.Location = New System.Drawing.Point(153, 199) Me.倉庫編號_tb.Name = "倉庫編號_tb" Me.倉庫編號_tb.Size = New System.Drawing.Size(52, 22) Me.倉庫編號_tb.TabIndex = 1008 Me.倉庫編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '倉庫級別_tb ' Me.倉庫級別_tb.Location = New System.Drawing.Point(153, 176) Me.倉庫級別_tb.Name = "倉庫級別_tb" Me.倉庫級別_tb.Size = New System.Drawing.Size(52, 22) Me.倉庫級別_tb.TabIndex = 1006 Me.倉庫級別_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '指定倉庫_cb ' Me.指定倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.指定倉庫_cb.FormattingEnabled = True Me.指定倉庫_cb.Items.AddRange(New Object() {"2019"}) Me.指定倉庫_cb.Location = New System.Drawing.Point(657, 75) Me.指定倉庫_cb.Name = "指定倉庫_cb" Me.指定倉庫_cb.Size = New System.Drawing.Size(221, 23) Me.指定倉庫_cb.TabIndex = 1004 ' '指定倉庫_lb ' Me.指定倉庫_lb.AutoSize = True Me.指定倉庫_lb.Location = New System.Drawing.Point(522, 78) Me.指定倉庫_lb.Name = "指定倉庫_lb" Me.指定倉庫_lb.Size = New System.Drawing.Size(132, 15) Me.指定倉庫_lb.TabIndex = 1005 Me.指定倉庫_lb.Text = "指 定 倉 庫" ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(6, 4) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(97, 49) Me.語言_dgv.TabIndex = 1027 Me.語言_dgv.Visible = False ' '需求日期_dtp ' Me.需求日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.需求日期_dtp.Location = New System.Drawing.Point(991, 27) Me.需求日期_dtp.Name = "需求日期_dtp" Me.需求日期_dtp.Size = New System.Drawing.Size(89, 22) Me.需求日期_dtp.TabIndex = 1347 ' '需求日期_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.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.需求日期_lb.Location = New System.Drawing.Point(863, 30) Me.需求日期_lb.Name = "需求日期_lb" Me.需求日期_lb.Size = New System.Drawing.Size(97, 16) Me.需求日期_lb.TabIndex = 1346 Me.需求日期_lb.Text = "需 求 日 期" ' '刪除請購單上點選資料_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(657, 98) Me.刪除請購單上點選資料_bt.Name = "刪除請購單上點選資料_bt" Me.刪除請購單上點選資料_bt.Size = New System.Drawing.Size(341, 25) Me.刪除請購單上點選資料_bt.TabIndex = 1348 Me.刪除請購單上點選資料_bt.Text = "刪除請購單上點選的資料" Me.刪除請購單上點選資料_bt.UseVisualStyleBackColor = True ' '確認列印_bt ' Me.確認列印_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.print Me.確認列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.確認列印_bt.ContextMenuStrip = Me.ContextMenuStrip1 Me.確認列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.確認列印_bt.ForeColor = System.Drawing.Color.Olive Me.確認列印_bt.Location = New System.Drawing.Point(1083, 52) Me.確認列印_bt.Name = "確認列印_bt" Me.確認列印_bt.Size = New System.Drawing.Size(46, 46) Me.確認列印_bt.TabIndex = 1349 Me.確認列印_bt.UseVisualStyleBackColor = True ' '審核_tb ' Me.審核_tb.Location = New System.Drawing.Point(6, 56) Me.審核_tb.Name = "審核_tb" Me.審核_tb.Size = New System.Drawing.Size(199, 22) Me.審核_tb.TabIndex = 1350 Me.審核_tb.Visible = False ' '已審核_rb ' Me.已審核_rb.AutoSize = True Me.已審核_rb.ForeColor = System.Drawing.Color.Green Me.已審核_rb.Location = New System.Drawing.Point(121, 29) Me.已審核_rb.Name = "已審核_rb" Me.已審核_rb.Size = New System.Drawing.Size(88, 19) Me.已審核_rb.TabIndex = 1351 Me.已審核_rb.TabStop = True Me.已審核_rb.Text = "已 審 核" Me.已審核_rb.UseVisualStyleBackColor = True ' '已核准_dgv ' DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7 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(4, 52) Me.已核准_dgv.Name = "已核准_dgv" Me.已核准_dgv.RowHeadersWidth = 5 DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.已核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8 Me.已核准_dgv.RowTemplate.Height = 24 Me.已核准_dgv.Size = New System.Drawing.Size(515, 625) Me.已核准_dgv.TabIndex = 1352 ' '已審核_lb ' Me.已審核_lb.AutoSize = True Me.已審核_lb.Location = New System.Drawing.Point(7, 7) Me.已審核_lb.Name = "已審核_lb" Me.已審核_lb.Size = New System.Drawing.Size(248, 15) Me.已審核_lb.TabIndex = 1353 Me.已審核_lb.Text = "已 審 核 的 建 築 物 料 請 購 單" ' '請購明細1_dgv ' DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.請購明細1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9 Me.請購明細1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.請購明細1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.請購明細1_dgv.Location = New System.Drawing.Point(108, 4) Me.請購明細1_dgv.Name = "請購明細1_dgv" Me.請購明細1_dgv.RowHeadersWidth = 5 DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.請購明細1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10 Me.請購明細1_dgv.RowTemplate.Height = 24 Me.請購明細1_dgv.Size = New System.Drawing.Size(97, 49) Me.請購明細1_dgv.TabIndex = 1354 Me.請購明細1_dgv.Visible = False ' '系統語言_cb ' Me.系統語言_cb.BackColor = System.Drawing.SystemColors.Control Me.系統語言_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.系統語言_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.系統語言_cb.ForeColor = System.Drawing.Color.White Me.系統語言_cb.FormattingEnabled = True Me.系統語言_cb.Items.AddRange(New Object() {"繁體中文", "English", "Indonesian"}) Me.系統語言_cb.Location = New System.Drawing.Point(6, 175) Me.系統語言_cb.Name = "系統語言_cb" Me.系統語言_cb.Size = New System.Drawing.Size(75, 24) Me.系統語言_cb.TabIndex = 1355 ' '申請人部門_tb ' Me.申請人部門_tb.Location = New System.Drawing.Point(6, 80) Me.申請人部門_tb.Name = "申請人部門_tb" Me.申請人部門_tb.Size = New System.Drawing.Size(199, 22) Me.申請人部門_tb.TabIndex = 1356 Me.申請人部門_tb.Visible = False ' '申請人課別_tb ' Me.申請人課別_tb.Location = New System.Drawing.Point(6, 104) Me.申請人課別_tb.Name = "申請人課別_tb" Me.申請人課別_tb.Size = New System.Drawing.Size(199, 22) Me.申請人課別_tb.TabIndex = 1357 Me.申請人課別_tb.Visible = False ' '申請人組別_tb ' Me.申請人組別_tb.Location = New System.Drawing.Point(6, 128) Me.申請人組別_tb.Name = "申請人組別_tb" Me.申請人組別_tb.Size = New System.Drawing.Size(199, 22) Me.申請人組別_tb.TabIndex = 1358 Me.申請人組別_tb.Visible = False ' '申請人級別_tb ' Me.申請人級別_tb.Location = New System.Drawing.Point(6, 152) Me.申請人級別_tb.Name = "申請人級別_tb" Me.申請人級別_tb.Size = New System.Drawing.Size(199, 22) Me.申請人級別_tb.TabIndex = 1359 Me.申請人級別_tb.Visible = False ' '語轉扭_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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(127, 175) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1634 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '大間距_ch ' Me.大間距_ch.AutoSize = True Me.大間距_ch.Location = New System.Drawing.Point(1090, 102) Me.大間距_ch.Name = "大間距_ch" Me.大間距_ch.Size = New System.Drawing.Size(38, 19) Me.大間距_ch.TabIndex = 1637 Me.大間距_ch.Text = "L3" Me.大間距_ch.UseVisualStyleBackColor = True ' '中間距_ch ' Me.中間距_ch.AutoSize = True Me.中間距_ch.Location = New System.Drawing.Point(1047, 102) Me.中間距_ch.Name = "中間距_ch" Me.中間距_ch.Size = New System.Drawing.Size(38, 19) Me.中間距_ch.TabIndex = 1636 Me.中間距_ch.Text = "L2" Me.中間距_ch.UseVisualStyleBackColor = True ' '小間距_ch ' Me.小間距_ch.AutoSize = True Me.小間距_ch.Location = New System.Drawing.Point(1004, 102) Me.小間距_ch.Name = "小間距_ch" Me.小間距_ch.Size = New System.Drawing.Size(38, 19) Me.小間距_ch.TabIndex = 1635 Me.小間距_ch.Text = "L1" Me.小間距_ch.UseVisualStyleBackColor = True ' '合約號_lb ' Me.合約號_lb.AutoSize = True Me.合約號_lb.Location = New System.Drawing.Point(301, 7) Me.合約號_lb.Name = "合約號_lb" Me.合約號_lb.Size = New System.Drawing.Size(40, 15) Me.合約號_lb.TabIndex = 1638 Me.合約號_lb.Text = "合約號" ' '合約號_tb ' Me.合約號_tb.Location = New System.Drawing.Point(375, 4) Me.合約號_tb.Name = "合約號_tb" Me.合約號_tb.Size = New System.Drawing.Size(143, 22) Me.合約號_tb.TabIndex = 1639 ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.語言_dgv) Me.Panel1.Controls.Add(Me.請購明細1_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.Controls.Add(Me.倉庫級別_tb) Me.Panel1.Controls.Add(Me.倉庫編號_tb) Me.Panel1.Controls.Add(Me.語轉扭_bt) Me.Panel1.Controls.Add(Me.系統語言_cb) Me.Panel1.Location = New System.Drawing.Point(88, 240) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(214, 243) Me.Panel1.TabIndex = 1640 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(522, 56) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(64, 15) Me.Label7.TabIndex = 1642 Me.Label7.Text = "Komentar :" ' '備註_tb ' Me.備註_tb.Location = New System.Drawing.Point(591, 52) Me.備註_tb.Name = "備註_tb" Me.備註_tb.Size = New System.Drawing.Size(287, 22) Me.備註_tb.TabIndex = 1641 ' '詳細資料2_ch ' Me.詳細資料2_ch.AutoSize = True Me.詳細資料2_ch.Location = New System.Drawing.Point(448, 30) Me.詳細資料2_ch.Name = "詳細資料2_ch" Me.詳細資料2_ch.Size = New System.Drawing.Size(70, 19) Me.詳細資料2_ch.TabIndex = 1837 Me.詳細資料2_ch.Text = "詳細資料" Me.詳細資料2_ch.UseVisualStyleBackColor = True ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' '加急件_bt ' Me.加急件_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Fire 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.Green Me.加急件_bt.Location = New System.Drawing.Point(945, 52) Me.加急件_bt.Name = "加急件_bt" Me.加急件_bt.Size = New System.Drawing.Size(46, 46) Me.加急件_bt.TabIndex = 1838 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.question_mark 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(1083, 4) Me.系統說明_bt.Name = "系統說明_bt" Me.系統說明_bt.Size = New System.Drawing.Size(46, 46) Me.系統說明_bt.TabIndex = 1899 Me.系統說明_bt.UseVisualStyleBackColor = True ' '請購單核准 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.系統說明_bt) Me.Controls.Add(Me.加急件_bt) Me.Controls.Add(Me.詳細資料2_ch) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.合約號_tb) Me.Controls.Add(Me.合約號_lb) Me.Controls.Add(Me.大間距_ch) Me.Controls.Add(Me.中間距_ch) Me.Controls.Add(Me.小間距_ch) Me.Controls.Add(Me.確認列印_bt) Me.Controls.Add(Me.刪除請購單上點選資料_bt) Me.Controls.Add(Me.需求日期_dtp) Me.Controls.Add(Me.需求日期_lb) Me.Controls.Add(Me.指定倉庫_cb) Me.Controls.Add(Me.指定倉庫_lb) Me.Controls.Add(Me.物料圖_pb) Me.Controls.Add(Me.存檔_bt) Me.Controls.Add(Me.項次_tb) Me.Controls.Add(Me.項次_lb) Me.Controls.Add(Me.選擇_lb) Me.Controls.Add(Me.申請日期_dtp) Me.Controls.Add(Me.請購單作廢_bt) Me.Controls.Add(Me.請購單核准_bt) Me.Controls.Add(Me.申請人_lb) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.請購單號_lb) Me.Controls.Add(Me.請購單號_tb) Me.Controls.Add(Me.已作廢_rb) Me.Controls.Add(Me.申請日期_lb) Me.Controls.Add(Me.已審核_rb) Me.Controls.Add(Me.未審核_rb) Me.Controls.Add(Me.未核准_dgv) Me.Controls.Add(Me.已核准_dgv) Me.Controls.Add(Me.作廢清單_dgv) Me.Controls.Add(Me.請購明細_dgv) Me.Controls.Add(Me.已審核_lb) Me.Controls.Add(Me.未審核_lb) Me.Controls.Add(Me.已作廢_lb) Me.Font = New System.Drawing.Font("微軟正黑體", 8.25!, 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 = "建築物料請購單核准" CType(Me.作廢清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.請購明細1_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 已作廢_lb As Label Friend WithEvents 作廢清單_dgv As DataGridView Friend WithEvents 未審核_lb As Label Friend WithEvents 未核准_dgv As DataGridView Friend WithEvents 已作廢_rb As RadioButton Friend WithEvents 未審核_rb As RadioButton Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理_tsm As ToolStripMenuItem Friend WithEvents 申請日期_dtp As DateTimePicker Friend WithEvents 請購單作廢_bt As Button Friend WithEvents 請購單核准_bt As Button Friend WithEvents 請購明細_dgv As DataGridView 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 請購單核准_tsm As ToolStripMenuItem Friend WithEvents 請購單作廢_tsm As ToolStripMenuItem Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents 項次_tb As TextBox Friend WithEvents 項次_lb As Label Friend WithEvents 選擇_lb As Label Friend WithEvents 刪除請購單上點選資料_tsm As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 存檔_bt As Button Friend WithEvents 存檔_tsm As ToolStripMenuItem Friend WithEvents 物料圖_pb As PictureBox Friend WithEvents 倉庫編號_tb As TextBox Friend WithEvents 倉庫級別_tb As TextBox Friend WithEvents 指定倉庫_cb As ComboBox Friend WithEvents 指定倉庫_lb As Label Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 需求日期_dtp As DateTimePicker Friend WithEvents 需求日期_lb As Label Friend WithEvents 刪除請購單上點選資料_bt As Button Friend WithEvents 確認列印_bt As Button Friend WithEvents 審核_tb As TextBox Friend WithEvents 已審核_rb As RadioButton Friend WithEvents 已核准_dgv As DataGridView Friend WithEvents 已審核_lb As Label Friend WithEvents 請購明細1_dgv As DataGridView Friend WithEvents 系統語言_cb As ComboBox Friend WithEvents 申請人部門_tb As TextBox Friend WithEvents 申請人課別_tb As TextBox Friend WithEvents 申請人組別_tb As TextBox Friend WithEvents 申請人級別_tb As TextBox Friend WithEvents 語轉扭_bt As Button Friend WithEvents 大間距_ch As CheckBox Friend WithEvents 中間距_ch As CheckBox Friend WithEvents 小間距_ch As CheckBox Friend WithEvents 合約號_lb As Label Friend WithEvents 合約號_tb As TextBox Friend WithEvents Panel1 As Panel Friend WithEvents Label7 As Label Friend WithEvents 備註_tb As TextBox Friend WithEvents 詳細資料2_ch As CheckBox Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 加急件_bt As Button Friend WithEvents 系統說明_bt As Button End Class