Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

部門聯絡函選擇假別.Designer.vb 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 部門聯絡函選擇假別
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.Label1 = New System.Windows.Forms.Label()
  23. Me.假別_cb = New System.Windows.Forms.ComboBox()
  24. Me.假別1_cb = New System.Windows.Forms.ComboBox()
  25. Me.Panel1 = New System.Windows.Forms.Panel()
  26. Me.語轉扭_bt = New System.Windows.Forms.Button()
  27. Me.Panel1.SuspendLayout()
  28. Me.SuspendLayout()
  29. '
  30. 'Label1
  31. '
  32. Me.Label1.BackColor = System.Drawing.Color.Transparent
  33. Me.Label1.Location = New System.Drawing.Point(1, 4)
  34. Me.Label1.Name = "Label1"
  35. Me.Label1.Size = New System.Drawing.Size(96, 20)
  36. Me.Label1.TabIndex = 1916
  37. Me.Label1.Text = "請假類別"
  38. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  39. '
  40. '假別_cb
  41. '
  42. Me.假別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  43. Me.假別_cb.FormattingEnabled = True
  44. Me.假別_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  45. Me.假別_cb.Location = New System.Drawing.Point(101, 3)
  46. Me.假別_cb.Name = "假別_cb"
  47. Me.假別_cb.Size = New System.Drawing.Size(300, 24)
  48. Me.假別_cb.TabIndex = 1915
  49. '
  50. '假別1_cb
  51. '
  52. Me.假別1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  53. Me.假別1_cb.FormattingEnabled = True
  54. Me.假別1_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  55. Me.假別1_cb.Location = New System.Drawing.Point(3, 3)
  56. Me.假別1_cb.Name = "假別1_cb"
  57. Me.假別1_cb.Size = New System.Drawing.Size(52, 24)
  58. Me.假別1_cb.TabIndex = 1917
  59. Me.假別1_cb.Visible = False
  60. '
  61. 'Panel1
  62. '
  63. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  64. Me.Panel1.Controls.Add(Me.假別1_cb)
  65. Me.Panel1.Location = New System.Drawing.Point(314, 4)
  66. Me.Panel1.Name = "Panel1"
  67. Me.Panel1.Size = New System.Drawing.Size(87, 33)
  68. Me.Panel1.TabIndex = 1918
  69. Me.Panel1.Visible = False
  70. '
  71. '語轉扭_bt
  72. '
  73. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  75. Me.語轉扭_bt.Location = New System.Drawing.Point(59, 5)
  76. Me.語轉扭_bt.Name = "語轉扭_bt"
  77. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  78. Me.語轉扭_bt.TabIndex = 1919
  79. Me.語轉扭_bt.Text = "L"
  80. Me.語轉扭_bt.UseVisualStyleBackColor = True
  81. '
  82. '部門聯絡函選擇假別
  83. '
  84. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  85. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  86. Me.ClientSize = New System.Drawing.Size(404, 30)
  87. Me.Controls.Add(Me.Panel1)
  88. Me.Controls.Add(Me.假別_cb)
  89. Me.Controls.Add(Me.Label1)
  90. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  92. Me.Name = "部門聯絡函選擇假別"
  93. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  94. Me.Text = "部門聯絡函選擇假別"
  95. Me.Panel1.ResumeLayout(False)
  96. Me.ResumeLayout(False)
  97. End Sub
  98. Friend WithEvents Label1 As Label
  99. Friend WithEvents 假別_cb As ComboBox
  100. Friend WithEvents 假別1_cb As ComboBox
  101. Friend WithEvents Panel1 As Panel
  102. Friend WithEvents 語轉扭_bt As Button
  103. End Class