_ 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() Me.Button6 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.Button3 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.ForeColor = System.Drawing.Color.Green Me.Button6.Location = New System.Drawing.Point(550, 6) Me.Button6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(114, 31) Me.Button6.TabIndex = 787 Me.Button6.Text = "新增" Me.Button6.UseVisualStyleBackColor = True ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 42) Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1890, 936) Me.DataGridView1.TabIndex = 788 ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(400, 11) Me.TextBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(144, 23) Me.TextBox4.TabIndex = 794 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(329, 14) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(68, 16) Me.Label1.TabIndex = 795 Me.Label1.Text = "選擇流水號" ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.Red Me.Button1.Location = New System.Drawing.Point(793, 6) Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(114, 31) Me.Button1.TabIndex = 797 Me.Button1.Text = "删除" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Location = New System.Drawing.Point(672, 6) Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(114, 31) Me.Button2.TabIndex = 798 Me.Button2.Text = "修改" Me.Button2.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(12, 14) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(32, 16) Me.Label2.TabIndex = 799 Me.Label2.Text = "客户" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(165, 14) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(44, 16) Me.Label3.TabIndex = 800 Me.Label3.Text = "使用者" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(48, 10) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(111, 24) Me.ComboBox1.TabIndex = 801 ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(212, 10) Me.ComboBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(111, 24) Me.ComboBox3.TabIndex = 803 ' 'DateTimePicker2 ' Me.DateTimePicker2.Enabled = False Me.DateTimePicker2.Location = New System.Drawing.Point(913, 9) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(134, 23) Me.DateTimePicker2.TabIndex = 804 ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.Green Me.Button3.Location = New System.Drawing.Point(1053, 6) Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(114, 31) Me.Button3.TabIndex = 805 Me.Button3.Text = "排序修改" Me.Button3.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, 991) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Button6) 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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button6 As Button Friend WithEvents DataGridView1 As DataGridView Friend WithEvents TextBox4 As TextBox Friend WithEvents Label1 As Label Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents ComboBox3 As ComboBox Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents Button3 As Button End Class