_ Partial Class 人員行政物料領用記錄表 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Label2 = New System.Windows.Forms.Label() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label27 = New System.Windows.Forms.Label() Me.Button15 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(12, 9) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(109, 30) Me.Label2.TabIndex = 29 Me.Label2.Text = "人員清單" ' 'DataGridView2 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(12, 42) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(175, 922) Me.DataGridView2.TabIndex = 28 ' 'DataGridView1 ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(193, 42) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1709, 922) Me.DataGridView1.TabIndex = 30 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.ComboBox2.Location = New System.Drawing.Point(372, 9) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(114, 24) Me.ComboBox2.TabIndex = 534 ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"2019"}) Me.ComboBox1.Location = New System.Drawing.Point(252, 9) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(114, 24) Me.ComboBox1.TabIndex = 533 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(190, 13) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 16) Me.Label1.TabIndex = 532 Me.Label1.Text = "查詢月份" ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(1474, 13) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(141, 23) Me.TextBox4.TabIndex = 736 ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Location = New System.Drawing.Point(1376, 17) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(92, 16) Me.Label27.TabIndex = 734 Me.Label27.Text = "選擇資料流水號" ' 'Button15 ' Me.Button15.ForeColor = System.Drawing.Color.Red Me.Button15.Location = New System.Drawing.Point(1621, 1) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(75, 38) Me.Button15.TabIndex = 733 Me.Button15.Text = "刪除" Me.Button15.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(1295, 2) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(75, 38) Me.Button6.TabIndex = 732 Me.Button6.Text = "新增" Me.Button6.UseVisualStyleBackColor = True ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.ComboBox3.Location = New System.Drawing.Point(597, 9) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(504, 24) Me.ComboBox3.TabIndex = 737 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label3.Location = New System.Drawing.Point(511, 13) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(80, 16) Me.Label3.TabIndex = 738 Me.Label3.Text = "選擇行政物料" ' 'Button1 ' Me.Button1.ForeColor = System.Drawing.Color.Green Me.Button1.Location = New System.Drawing.Point(1702, 1) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(200, 38) Me.Button1.TabIndex = 739 Me.Button1.Text = "存檔" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.ForeColor = System.Drawing.Color.Olive Me.Button2.Location = New System.Drawing.Point(1107, 2) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(107, 38) Me.Button2.TabIndex = 740 Me.Button2.Text = "新增物料清單" Me.Button2.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(1914, 971) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.Button15) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.DataGridView2) 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.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label2 As Label Friend WithEvents DataGridView2 As DataGridView Friend WithEvents DataGridView1 As DataGridView Friend WithEvents ComboBox2 As ComboBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label1 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label27 As Label Friend WithEvents Button15 As Button Friend WithEvents Button6 As Button Friend WithEvents ComboBox3 As ComboBox Friend WithEvents Label3 As Label Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button End Class