123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 部門聯絡函選擇假別
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.假別_cb = New System.Windows.Forms.ComboBox()
- Me.假別1_cb = New System.Windows.Forms.ComboBox()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.Panel1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'Label1
- '
- Me.Label1.BackColor = System.Drawing.Color.Transparent
- Me.Label1.Location = New System.Drawing.Point(1, 4)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(96, 20)
- Me.Label1.TabIndex = 1916
- Me.Label1.Text = "請假類別"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '假別_cb
- '
- Me.假別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.假別_cb.FormattingEnabled = True
- Me.假別_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
- Me.假別_cb.Location = New System.Drawing.Point(101, 3)
- Me.假別_cb.Name = "假別_cb"
- Me.假別_cb.Size = New System.Drawing.Size(300, 24)
- Me.假別_cb.TabIndex = 1915
- '
- '假別1_cb
- '
- Me.假別1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.假別1_cb.FormattingEnabled = True
- Me.假別1_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
- Me.假別1_cb.Location = New System.Drawing.Point(3, 3)
- Me.假別1_cb.Name = "假別1_cb"
- Me.假別1_cb.Size = New System.Drawing.Size(52, 24)
- Me.假別1_cb.TabIndex = 1917
- Me.假別1_cb.Visible = False
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.語轉扭_bt)
- Me.Panel1.Controls.Add(Me.假別1_cb)
- Me.Panel1.Location = New System.Drawing.Point(314, 4)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(87, 33)
- Me.Panel1.TabIndex = 1918
- Me.Panel1.Visible = False
- '
- '語轉扭_bt
- '
- 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(59, 5)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
- Me.語轉扭_bt.TabIndex = 1919
- Me.語轉扭_bt.Text = "L"
- 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(404, 30)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.假別_cb)
- Me.Controls.Add(Me.Label1)
- 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, 4, 4, 4)
- Me.Name = "部門聯絡函選擇假別"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "部門聯絡函選擇假別"
- Me.Panel1.ResumeLayout(False)
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents Label1 As Label
- Friend WithEvents 假別_cb As ComboBox
- Friend WithEvents 假別1_cb As ComboBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 語轉扭_bt As Button
- End Class
|