_ 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() Me.已核準_lb = New System.Windows.Forms.Label() Me.已核准_dgv = New System.Windows.Forms.DataGridView() Me.申請日期_dtp = 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.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.小間距1_ch = New System.Windows.Forms.CheckBox() Me.中間距1_ch = New System.Windows.Forms.CheckBox() Me.大間距1_ch = New System.Windows.Forms.CheckBox() CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '已核準_lb ' Me.已核準_lb.AutoSize = True Me.已核準_lb.Location = New System.Drawing.Point(4, 3) Me.已核準_lb.Name = "已核準_lb" Me.已核準_lb.Size = New System.Drawing.Size(260, 16) Me.已核準_lb.TabIndex = 836 Me.已核準_lb.Text = "已 核 準 的 行 政 物 料 請 購 單" ' '已核准_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.已核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.已核准_dgv.Location = New System.Drawing.Point(4, 22) Me.已核准_dgv.Name = "已核准_dgv" Me.已核准_dgv.ReadOnly = True 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(1338, 331) Me.已核准_dgv.TabIndex = 835 ' '申請日期_dtp ' Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.申請日期_dtp.Location = New System.Drawing.Point(411, 358) Me.申請日期_dtp.Name = "申請日期_dtp" Me.申請日期_dtp.Size = New System.Drawing.Size(101, 23) Me.申請日期_dtp.TabIndex = 858 ' '請購明細_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) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.請購明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.請購明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.請購明細_dgv.Location = New System.Drawing.Point(4, 387) Me.請購明細_dgv.Name = "請購明細_dgv" Me.請購明細_dgv.ReadOnly = True Me.請購明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.請購明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.請購明細_dgv.RowTemplate.Height = 24 Me.請購明細_dgv.Size = New System.Drawing.Size(1338, 289) Me.請購明細_dgv.TabIndex = 857 ' '申請人_lb ' Me.申請人_lb.AutoSize = True Me.申請人_lb.Location = New System.Drawing.Point(514, 361) Me.申請人_lb.Name = "申請人_lb" Me.申請人_lb.Size = New System.Drawing.Size(62, 16) Me.申請人_lb.TabIndex = 856 Me.申請人_lb.Text = "申 請 人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(581, 358) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(243, 23) Me.申請人_tb.TabIndex = 855 ' '申請日期_lb ' Me.申請日期_lb.AutoSize = True Me.申請日期_lb.Location = New System.Drawing.Point(272, 361) Me.申請日期_lb.Name = "申請日期_lb" Me.申請日期_lb.Size = New System.Drawing.Size(98, 16) Me.申請日期_lb.TabIndex = 854 Me.申請日期_lb.Text = "申 請 日 期" ' '請購單號_lb ' Me.請購單號_lb.AutoSize = True Me.請購單號_lb.Location = New System.Drawing.Point(1, 361) Me.請購單號_lb.Name = "請購單號_lb" Me.請購單號_lb.Size = New System.Drawing.Size(56, 16) Me.請購單號_lb.TabIndex = 853 Me.請購單號_lb.Text = "請購單號" ' '請購單號_tb ' Me.請購單號_tb.Location = New System.Drawing.Point(61, 358) Me.請購單號_tb.Name = "請購單號_tb" Me.請購單號_tb.Size = New System.Drawing.Size(205, 23) Me.請購單號_tb.TabIndex = 852 ' '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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(41, 53) 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 = 1028 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(1317, 358) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1638 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '小間距1_ch ' Me.小間距1_ch.AutoSize = True Me.小間距1_ch.Location = New System.Drawing.Point(830, 359) Me.小間距1_ch.Name = "小間距1_ch" Me.小間距1_ch.Size = New System.Drawing.Size(40, 20) Me.小間距1_ch.TabIndex = 1641 Me.小間距1_ch.Text = "L1" Me.小間距1_ch.UseVisualStyleBackColor = True ' '中間距1_ch ' Me.中間距1_ch.AutoSize = True Me.中間距1_ch.Location = New System.Drawing.Point(876, 359) Me.中間距1_ch.Name = "中間距1_ch" Me.中間距1_ch.Size = New System.Drawing.Size(40, 20) Me.中間距1_ch.TabIndex = 1642 Me.中間距1_ch.Text = "L2" Me.中間距1_ch.UseVisualStyleBackColor = True ' '大間距1_ch ' Me.大間距1_ch.AutoSize = True Me.大間距1_ch.Location = New System.Drawing.Point(922, 359) Me.大間距1_ch.Name = "大間距1_ch" Me.大間距1_ch.Size = New System.Drawing.Size(40, 20) Me.大間距1_ch.TabIndex = 1643 Me.大間距1_ch.Text = "L3" Me.大間距1_ch.UseVisualStyleBackColor = True ' '樣品請購單歷史檔案 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.小間距1_ch) Me.Controls.Add(Me.中間距1_ch) Me.Controls.Add(Me.大間距1_ch) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.語言_dgv) Me.Controls.Add(Me.申請日期_dtp) Me.Controls.Add(Me.請購明細_dgv) Me.Controls.Add(Me.申請人_lb) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.申請日期_lb) Me.Controls.Add(Me.請購單號_lb) Me.Controls.Add(Me.請購單號_tb) Me.Controls.Add(Me.已核準_lb) Me.Controls.Add(Me.已核准_dgv) 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() CType(Me.請購明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 已核準_lb As Label Friend WithEvents 已核准_dgv As DataGridView Friend WithEvents 申請日期_dtp 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 ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理_tsm As ToolStripMenuItem Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 語轉扭_bt As Button Friend WithEvents 小間距1_ch As CheckBox Friend WithEvents 中間距1_ch As CheckBox Friend WithEvents 大間距1_ch As CheckBox End Class