_ 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.月曆_bt = New System.Windows.Forms.Button() Me.統計_bt = New System.Windows.Forms.Button() Me.SuspendLayout() ' '月曆_bt ' Me.月曆_bt.ForeColor = System.Drawing.Color.Red Me.月曆_bt.Location = New System.Drawing.Point(130, 3) Me.月曆_bt.Name = "月曆_bt" Me.月曆_bt.Size = New System.Drawing.Size(122, 56) Me.月曆_bt.TabIndex = 3 Me.月曆_bt.Text = "列印整月" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "排班資料" Me.月曆_bt.UseVisualStyleBackColor = True ' '統計_bt ' Me.統計_bt.ForeColor = System.Drawing.Color.Green Me.統計_bt.Location = New System.Drawing.Point(2, 3) Me.統計_bt.Name = "統計_bt" Me.統計_bt.Size = New System.Drawing.Size(122, 56) Me.統計_bt.TabIndex = 2 Me.統計_bt.Text = "列印排班" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "資料統計" Me.統計_bt.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(255, 64) Me.ControlBox = False Me.Controls.Add(Me.月曆_bt) Me.Controls.Add(Me.統計_bt) 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(4) Me.Name = "排班資料列印選擇" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "排班資料列印選擇" Me.ResumeLayout(False) End Sub Friend WithEvents 月曆_bt As Button Friend WithEvents 統計_bt As Button End Class