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() Me.已審核_lb = New System.Windows.Forms.Label() Me.已核准_dgv = New System.Windows.Forms.DataGridView() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.申請日期_dgv = New System.Windows.Forms.DateTimePicker() 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.語言_dgv = New System.Windows.Forms.DataGridView() 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.合約號_tb = New System.Windows.Forms.TextBox() Me.合約號_lb = New System.Windows.Forms.Label() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.項次_bt = New Telerik.WinControls.UI.RadTextBoxControl() Me.修改_bt = New Telerik.WinControls.UI.RadButton() Me.Label26 = New System.Windows.Forms.Label() Me.已採購_ch = New System.Windows.Forms.CheckBox() Me.詳細資料2_ch = New System.Windows.Forms.CheckBox() Me.Label25 = New System.Windows.Forms.Label() Me.採購單號_tb = New System.Windows.Forms.TextBox() Me.依採購單_ch = New System.Windows.Forms.CheckBox() Me.依請購單_ch = New System.Windows.Forms.CheckBox() Me.物料圖_pb = New System.Windows.Forms.PictureBox() Me.Label17 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.Label22 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label24 = New System.Windows.Forms.Label() Me.SOP1_P = New System.Windows.Forms.PictureBox() Me.SOP2_P = New System.Windows.Forms.PictureBox() Me.SOP8_P = New System.Windows.Forms.PictureBox() Me.SOP3_P = New System.Windows.Forms.PictureBox() Me.SOP4_P = New System.Windows.Forms.PictureBox() Me.SOP7_P = New System.Windows.Forms.PictureBox() Me.SOP5_P = New System.Windows.Forms.PictureBox() Me.SOP6_P = New System.Windows.Forms.PictureBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.項次_bt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.修改_bt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SOP1_P, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SOP2_P, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SOP8_P, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SOP3_P, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SOP4_P, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SOP7_P, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SOP5_P, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SOP6_P, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '已審核_lb ' Me.已審核_lb.AutoSize = True Me.已審核_lb.Location = New System.Drawing.Point(3, 2) Me.已審核_lb.Name = "已審核_lb" Me.已審核_lb.Size = New System.Drawing.Size(259, 16) Me.已審核_lb.TabIndex = 839 Me.已審核_lb.Text = "已 審 核 的 建 築 物 料 請 購 單" ' '已核准_dgv ' Me.已核准_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.已核准_dgv.BackgroundColor = System.Drawing.Color.White Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.已核准_dgv.Location = New System.Drawing.Point(3, 20) Me.已核准_dgv.Name = "已核准_dgv" Me.已核准_dgv.ReadOnly = True Me.已核准_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.已核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.已核准_dgv.RowTemplate.Height = 24 Me.已核准_dgv.Size = New System.Drawing.Size(1157, 340) Me.已核准_dgv.TabIndex = 838 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26) ' '重新整理_tsm ' Me.重新整理_tsm.Name = "重新整理_tsm" Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22) Me.重新整理_tsm.Text = "重新整理" ' '申請日期_dgv ' Me.申請日期_dgv.CustomFormat = "yyyy/MM/dd" Me.申請日期_dgv.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.申請日期_dgv.Location = New System.Drawing.Point(336, 2) Me.申請日期_dgv.Name = "申請日期_dgv" Me.申請日期_dgv.Size = New System.Drawing.Size(103, 23) Me.申請日期_dgv.TabIndex = 868 ' '請購明細_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.請購明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.請購明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ 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(3, 53) Me.請購明細_dgv.Name = "請購明細_dgv" Me.請購明細_dgv.ReadOnly = True Me.請購明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.請購明細_dgv.RowTemplate.Height = 24 Me.請購明細_dgv.Size = New System.Drawing.Size(1334, 249) Me.請購明細_dgv.TabIndex = 867 ' '申請人_lb ' Me.申請人_lb.AutoSize = True Me.申請人_lb.Location = New System.Drawing.Point(2, 31) Me.申請人_lb.Name = "申請人_lb" Me.申請人_lb.Size = New System.Drawing.Size(61, 16) Me.申請人_lb.TabIndex = 866 Me.申請人_lb.Text = "申 請 人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(84, 28) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.ReadOnly = True Me.申請人_tb.Size = New System.Drawing.Size(167, 23) Me.申請人_tb.TabIndex = 865 ' '申請日期_lb ' Me.申請日期_lb.AutoSize = True Me.申請日期_lb.Location = New System.Drawing.Point(199, 5) Me.申請日期_lb.Name = "申請日期_lb" Me.申請日期_lb.Size = New System.Drawing.Size(97, 16) Me.申請日期_lb.TabIndex = 864 Me.申請日期_lb.Text = "申 請 日 期" ' '請購單號_lb ' Me.請購單號_lb.AutoSize = True Me.請購單號_lb.Location = New System.Drawing.Point(0, 5) Me.請購單號_lb.Name = "請購單號_lb" Me.請購單號_lb.Size = New System.Drawing.Size(55, 16) Me.請購單號_lb.TabIndex = 863 Me.請購單號_lb.Text = "請購單號" ' '請購單號_tb ' Me.請購單號_tb.Location = New System.Drawing.Point(65, 2) Me.請購單號_tb.Name = "請購單號_tb" Me.請購單號_tb.ReadOnly = True Me.請購單號_tb.Size = New System.Drawing.Size(130, 23) Me.請購單號_tb.TabIndex = 862 ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(36, 51) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(81, 49) Me.語言_dgv.TabIndex = 1027 Me.語言_dgv.Visible = False ' '語轉扭_bt ' Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black Me.語轉扭_bt.Location = New System.Drawing.Point(1306, 241) 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.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.大間距_ch.AutoSize = True Me.大間距_ch.Location = New System.Drawing.Point(1253, 244) Me.大間距_ch.Name = "大間距_ch" Me.大間距_ch.Size = New System.Drawing.Size(39, 20) Me.大間距_ch.TabIndex = 1640 Me.大間距_ch.Text = "L3" Me.大間距_ch.UseVisualStyleBackColor = True ' '中間距_ch ' Me.中間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.中間距_ch.AutoSize = True Me.中間距_ch.Location = New System.Drawing.Point(1210, 244) Me.中間距_ch.Name = "中間距_ch" Me.中間距_ch.Size = New System.Drawing.Size(39, 20) Me.中間距_ch.TabIndex = 1639 Me.中間距_ch.Text = "L2" Me.中間距_ch.UseVisualStyleBackColor = True ' '小間距_ch ' Me.小間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.小間距_ch.AutoSize = True Me.小間距_ch.Location = New System.Drawing.Point(1167, 244) Me.小間距_ch.Name = "小間距_ch" Me.小間距_ch.Size = New System.Drawing.Size(39, 20) Me.小間距_ch.TabIndex = 1638 Me.小間距_ch.Text = "L1" Me.小間距_ch.UseVisualStyleBackColor = True ' '合約號_tb ' Me.合約號_tb.Enabled = False Me.合約號_tb.Location = New System.Drawing.Point(327, 27) Me.合約號_tb.Name = "合約號_tb" Me.合約號_tb.Size = New System.Drawing.Size(112, 23) Me.合約號_tb.TabIndex = 1642 ' '合約號_lb ' Me.合約號_lb.AutoSize = True Me.合約號_lb.Location = New System.Drawing.Point(253, 30) Me.合約號_lb.Name = "合約號_lb" Me.合約號_lb.Size = New System.Drawing.Size(43, 16) Me.合約號_lb.TabIndex = 1641 Me.合約號_lb.Text = "合約號" ' 'SplitContainer1 ' Me.SplitContainer1.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.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.SplitContainer1.Location = New System.Drawing.Point(3, 1) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.項次_bt) Me.SplitContainer1.Panel1.Controls.Add(Me.修改_bt) Me.SplitContainer1.Panel1.Controls.Add(Me.Label26) Me.SplitContainer1.Panel1.Controls.Add(Me.已採購_ch) Me.SplitContainer1.Panel1.Controls.Add(Me.詳細資料2_ch) Me.SplitContainer1.Panel1.Controls.Add(Me.Label25) Me.SplitContainer1.Panel1.Controls.Add(Me.採購單號_tb) Me.SplitContainer1.Panel1.Controls.Add(Me.依採購單_ch) Me.SplitContainer1.Panel1.Controls.Add(Me.依請購單_ch) Me.SplitContainer1.Panel1.Controls.Add(Me.已審核_lb) Me.SplitContainer1.Panel1.Controls.Add(Me.已核准_dgv) Me.SplitContainer1.Panel1.Controls.Add(Me.物料圖_pb) Me.SplitContainer1.Panel1.Controls.Add(Me.語言_dgv) Me.SplitContainer1.Panel1.Controls.Add(Me.大間距_ch) Me.SplitContainer1.Panel1.Controls.Add(Me.語轉扭_bt) Me.SplitContainer1.Panel1.Controls.Add(Me.中間距_ch) Me.SplitContainer1.Panel1.Controls.Add(Me.小間距_ch) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.Label17) Me.SplitContainer1.Panel2.Controls.Add(Me.Label18) Me.SplitContainer1.Panel2.Controls.Add(Me.Label19) Me.SplitContainer1.Panel2.Controls.Add(Me.Label20) Me.SplitContainer1.Panel2.Controls.Add(Me.Label21) Me.SplitContainer1.Panel2.Controls.Add(Me.Label22) Me.SplitContainer1.Panel2.Controls.Add(Me.Label23) Me.SplitContainer1.Panel2.Controls.Add(Me.Label24) Me.SplitContainer1.Panel2.Controls.Add(Me.請購單號_lb) Me.SplitContainer1.Panel2.Controls.Add(Me.請購單號_tb) Me.SplitContainer1.Panel2.Controls.Add(Me.合約號_tb) Me.SplitContainer1.Panel2.Controls.Add(Me.申請日期_lb) Me.SplitContainer1.Panel2.Controls.Add(Me.合約號_lb) Me.SplitContainer1.Panel2.Controls.Add(Me.申請人_tb) Me.SplitContainer1.Panel2.Controls.Add(Me.申請日期_dgv) Me.SplitContainer1.Panel2.Controls.Add(Me.申請人_lb) Me.SplitContainer1.Panel2.Controls.Add(Me.SOP1_P) Me.SplitContainer1.Panel2.Controls.Add(Me.SOP2_P) Me.SplitContainer1.Panel2.Controls.Add(Me.SOP8_P) Me.SplitContainer1.Panel2.Controls.Add(Me.SOP3_P) Me.SplitContainer1.Panel2.Controls.Add(Me.SOP4_P) Me.SplitContainer1.Panel2.Controls.Add(Me.SOP7_P) Me.SplitContainer1.Panel2.Controls.Add(Me.SOP5_P) Me.SplitContainer1.Panel2.Controls.Add(Me.SOP6_P) Me.SplitContainer1.Panel2.Controls.Add(Me.請購明細_dgv) Me.SplitContainer1.Panel2.Controls.Add(Me.Label8) Me.SplitContainer1.Panel2.Controls.Add(Me.Label7) Me.SplitContainer1.Panel2.Controls.Add(Me.Label6) Me.SplitContainer1.Panel2.Controls.Add(Me.Label5) Me.SplitContainer1.Panel2.Controls.Add(Me.Label4) Me.SplitContainer1.Panel2.Controls.Add(Me.Label1) Me.SplitContainer1.Panel2.Controls.Add(Me.Label3) Me.SplitContainer1.Panel2.Controls.Add(Me.Label2) Me.SplitContainer1.Panel2.Controls.Add(Me.Label16) Me.SplitContainer1.Panel2.Controls.Add(Me.Label15) Me.SplitContainer1.Panel2.Controls.Add(Me.Label14) Me.SplitContainer1.Panel2.Controls.Add(Me.Label13) Me.SplitContainer1.Panel2.Controls.Add(Me.Label12) Me.SplitContainer1.Panel2.Controls.Add(Me.Label11) Me.SplitContainer1.Panel2.Controls.Add(Me.Label10) Me.SplitContainer1.Panel2.Controls.Add(Me.Label9) Me.SplitContainer1.Size = New System.Drawing.Size(1343, 678) Me.SplitContainer1.SplitterDistance = 367 Me.SplitContainer1.TabIndex = 1643 ' '項次_bt ' Me.項次_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.項次_bt.BackColor = System.Drawing.Color.Transparent Me.項次_bt.Location = New System.Drawing.Point(1208, 6) Me.項次_bt.Name = "項次_bt" Me.項次_bt.Size = New System.Drawing.Size(28, 22) Me.項次_bt.TabIndex = 1843 ' '修改_bt ' Me.修改_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.修改_bt.BackColor = System.Drawing.Color.Transparent Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.修改_bt.Location = New System.Drawing.Point(1253, 4) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(49, 49) Me.修改_bt.TabIndex = 1842 ' 'Label26 ' Me.Label26.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label26.AutoSize = True Me.Label26.Location = New System.Drawing.Point(1168, 9) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(31, 16) Me.Label26.TabIndex = 1841 Me.Label26.Text = "項次" ' '已採購_ch ' Me.已採購_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.已採購_ch.AutoSize = True Me.已採購_ch.Location = New System.Drawing.Point(1170, 33) Me.已採購_ch.Name = "已採購_ch" Me.已採購_ch.Size = New System.Drawing.Size(62, 20) Me.已採購_ch.TabIndex = 1839 Me.已採購_ch.Text = "已採購" Me.已採購_ch.UseVisualStyleBackColor = True ' '詳細資料2_ch ' Me.詳細資料2_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.詳細資料2_ch.AutoSize = True Me.詳細資料2_ch.Location = New System.Drawing.Point(1167, 337) Me.詳細資料2_ch.Name = "詳細資料2_ch" Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20) Me.詳細資料2_ch.TabIndex = 1838 Me.詳細資料2_ch.Text = "詳細資料 / Rincian" Me.詳細資料2_ch.UseVisualStyleBackColor = True ' 'Label25 ' Me.Label25.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label25.AutoSize = True Me.Label25.Location = New System.Drawing.Point(1170, 270) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(46, 16) Me.Label25.TabIndex = 1665 Me.Label25.Text = "Po No." ' '採購單號_tb ' Me.採購單號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.採購單號_tb.Enabled = False Me.採購單號_tb.Location = New System.Drawing.Point(1219, 266) Me.採購單號_tb.Name = "採購單號_tb" Me.採購單號_tb.Size = New System.Drawing.Size(112, 23) Me.採購單號_tb.TabIndex = 1643 ' '依採購單_ch ' Me.依採購單_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.依採購單_ch.AutoSize = True Me.依採購單_ch.Checked = True Me.依採購單_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.依採購單_ch.Location = New System.Drawing.Point(1167, 314) Me.依採購單_ch.Name = "依採購單_ch" Me.依採購單_ch.Size = New System.Drawing.Size(132, 20) Me.依採購單_ch.TabIndex = 1642 Me.依採購單_ch.Text = "Pesanan (依採購單)" Me.依採購單_ch.UseVisualStyleBackColor = True ' '依請購單_ch ' Me.依請購單_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.依請購單_ch.AutoSize = True Me.依請購單_ch.Location = New System.Drawing.Point(1167, 292) Me.依請購單_ch.Name = "依請購單_ch" Me.依請購單_ch.Size = New System.Drawing.Size(150, 20) Me.依請購單_ch.TabIndex = 1641 Me.依請購單_ch.Text = "permintaan (依請購單)" Me.依請購單_ch.UseVisualStyleBackColor = True ' '物料圖_pb ' Me.物料圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.物料圖_pb.BackColor = System.Drawing.Color.White Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.物料圖_pb.Location = New System.Drawing.Point(1166, 60) Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.物料圖_pb.Name = "物料圖_pb" Me.物料圖_pb.Size = New System.Drawing.Size(171, 180) Me.物料圖_pb.TabIndex = 957 Me.物料圖_pb.TabStop = False ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(474, 2) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(38, 16) Me.Label17.TabIndex = 1675 Me.Label17.Text = "SOP1" ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Location = New System.Drawing.Point(1249, 2) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(38, 16) Me.Label18.TabIndex = 1674 Me.Label18.Text = "SOP8" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Location = New System.Drawing.Point(1136, 2) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(38, 16) Me.Label19.TabIndex = 1673 Me.Label19.Text = "SOP7" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Location = New System.Drawing.Point(1028, 2) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(38, 16) Me.Label20.TabIndex = 1672 Me.Label20.Text = "SOP6" ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(923, 2) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(38, 16) Me.Label21.TabIndex = 1671 Me.Label21.Text = "SOP5" ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(589, 2) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(38, 16) Me.Label22.TabIndex = 1668 Me.Label22.Text = "SOP2" ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Location = New System.Drawing.Point(818, 2) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(38, 16) Me.Label23.TabIndex = 1670 Me.Label23.Text = "SOP4" ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Location = New System.Drawing.Point(703, 2) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(38, 16) Me.Label24.TabIndex = 1669 Me.Label24.Text = "SOP3" ' 'SOP1_P ' Me.SOP1_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.SOP1_P.Location = New System.Drawing.Point(440, 12) Me.SOP1_P.Name = "SOP1_P" Me.SOP1_P.Size = New System.Drawing.Size(30, 30) Me.SOP1_P.TabIndex = 1658 Me.SOP1_P.TabStop = False ' 'SOP2_P ' Me.SOP2_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.SOP2_P.Location = New System.Drawing.Point(555, 12) Me.SOP2_P.Name = "SOP2_P" Me.SOP2_P.Size = New System.Drawing.Size(30, 30) Me.SOP2_P.TabIndex = 1644 Me.SOP2_P.TabStop = False ' 'SOP8_P ' Me.SOP8_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.SOP8_P.Location = New System.Drawing.Point(1215, 12) Me.SOP8_P.Name = "SOP8_P" Me.SOP8_P.Size = New System.Drawing.Size(30, 30) Me.SOP8_P.TabIndex = 1656 Me.SOP8_P.TabStop = False ' 'SOP3_P ' Me.SOP3_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.SOP3_P.Location = New System.Drawing.Point(669, 12) Me.SOP3_P.Name = "SOP3_P" Me.SOP3_P.Size = New System.Drawing.Size(30, 30) Me.SOP3_P.TabIndex = 1645 Me.SOP3_P.TabStop = False ' 'SOP4_P ' Me.SOP4_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.SOP4_P.Location = New System.Drawing.Point(784, 12) Me.SOP4_P.Name = "SOP4_P" Me.SOP4_P.Size = New System.Drawing.Size(30, 30) Me.SOP4_P.TabIndex = 1646 Me.SOP4_P.TabStop = False ' 'SOP7_P ' Me.SOP7_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.SOP7_P.Location = New System.Drawing.Point(1102, 12) Me.SOP7_P.Name = "SOP7_P" Me.SOP7_P.Size = New System.Drawing.Size(30, 30) Me.SOP7_P.TabIndex = 1654 Me.SOP7_P.TabStop = False ' 'SOP5_P ' Me.SOP5_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.SOP5_P.Location = New System.Drawing.Point(889, 12) Me.SOP5_P.Name = "SOP5_P" Me.SOP5_P.Size = New System.Drawing.Size(30, 30) Me.SOP5_P.TabIndex = 1647 Me.SOP5_P.TabStop = False ' 'SOP6_P ' Me.SOP6_P.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.SOP6_P.Location = New System.Drawing.Point(994, 12) Me.SOP6_P.Name = "SOP6_P" Me.SOP6_P.Size = New System.Drawing.Size(30, 30) Me.SOP6_P.TabIndex = 1648 Me.SOP6_P.TabStop = False ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(472, 19) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(55, 16) Me.Label8.TabIndex = 1659 Me.Label8.Text = "請購申請" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(1247, 19) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(55, 16) Me.Label7.TabIndex = 1657 Me.Label7.Text = "收料入庫" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(1134, 19) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(55, 16) Me.Label6.TabIndex = 1655 Me.Label6.Text = "來料驗收" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(1026, 19) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(55, 16) Me.Label5.TabIndex = 1653 Me.Label5.Text = "開始採購" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(921, 19) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(55, 16) Me.Label4.TabIndex = 1652 Me.Label4.Text = "二級核准" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(587, 19) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 1649 Me.Label1.Text = "請購核准" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(816, 19) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(55, 16) Me.Label3.TabIndex = 1651 Me.Label3.Text = "一級核准" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(701, 19) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(55, 16) Me.Label2.TabIndex = 1650 Me.Label2.Text = "採購詢價" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(1249, 37) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(85, 16) Me.Label16.TabIndex = 1667 Me.Label16.Text = "pergudangan" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(1136, 37) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(74, 16) Me.Label15.TabIndex = 1666 Me.Label15.Text = "Penerimaan" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(1028, 37) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(67, 16) Me.Label14.TabIndex = 1665 Me.Label14.Text = "Pembelian" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(923, 37) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(59, 16) Me.Label13.TabIndex = 1664 Me.Label13.Text = "Tingkat 2" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(818, 37) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(59, 16) Me.Label12.TabIndex = 1663 Me.Label12.Text = "Tingkat 1" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(703, 37) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(79, 16) Me.Label11.TabIndex = 1662 Me.Label11.Text = "Tanya Harga" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(589, 37) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(72, 16) Me.Label10.TabIndex = 1661 Me.Label10.Text = "Persetujuan" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(474, 37) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(80, 16) Me.Label9.TabIndex = 1660 Me.Label9.Text = "Permohonan" ' '請購單歷史檔案 ' 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.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.SplitContainer1) 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 = "請購單一覽表" CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.Panel2.PerformLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) CType(Me.項次_bt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.修改_bt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SOP1_P, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SOP2_P, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SOP8_P, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SOP3_P, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SOP4_P, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SOP7_P, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SOP5_P, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SOP6_P, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents 已審核_lb As Label Friend WithEvents 已核准_dgv As DataGridView Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理_tsm As ToolStripMenuItem Friend WithEvents 申請日期_dgv As DateTimePicker 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 物料圖_pb As PictureBox Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 語轉扭_bt As Button Friend WithEvents 大間距_ch As CheckBox Friend WithEvents 中間距_ch As CheckBox Friend WithEvents 小間距_ch As CheckBox Friend WithEvents 合約號_tb As TextBox Friend WithEvents 合約號_lb As Label Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents SOP2_P As PictureBox Friend WithEvents SOP3_P As PictureBox Friend WithEvents SOP4_P As PictureBox Friend WithEvents SOP5_P As PictureBox Friend WithEvents SOP6_P As PictureBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents SOP1_P As PictureBox Friend WithEvents SOP8_P As PictureBox Friend WithEvents SOP7_P As PictureBox Friend WithEvents Label8 As Label Friend WithEvents Label7 As Label Friend WithEvents Label6 As Label Friend WithEvents Label5 As Label Friend WithEvents Label4 As Label Friend WithEvents Label3 As Label Friend WithEvents Label16 As Label Friend WithEvents Label15 As Label Friend WithEvents Label14 As Label Friend WithEvents Label13 As Label Friend WithEvents Label12 As Label Friend WithEvents Label11 As Label Friend WithEvents Label10 As Label Friend WithEvents Label9 As Label Friend WithEvents Label17 As Label Friend WithEvents Label18 As Label Friend WithEvents Label19 As Label Friend WithEvents Label20 As Label Friend WithEvents Label21 As Label Friend WithEvents Label22 As Label Friend WithEvents Label23 As Label Friend WithEvents Label24 As Label Friend WithEvents 依採購單_ch As CheckBox Friend WithEvents 依請購單_ch As CheckBox Friend WithEvents Label25 As Label Friend WithEvents 採購單號_tb As TextBox Friend WithEvents 詳細資料2_ch As CheckBox Friend WithEvents 項次_bt As Telerik.WinControls.UI.RadTextBoxControl Friend WithEvents 修改_bt As Telerik.WinControls.UI.RadButton Friend WithEvents Label26 As Label Friend WithEvents 已採購_ch As CheckBox End Class