123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401 |
- <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.components = New System.ComponentModel.Container()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
- Me.印尼匯率_tb = New System.Windows.Forms.TextBox()
- Me.美金匯率_tb = New System.Windows.Forms.TextBox()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.單號_tb = New System.Windows.Forms.TextBox()
- Me.財務單號_lb = New System.Windows.Forms.Label()
- Me.第三層_cb = New System.Windows.Forms.ComboBox()
- Me.編號3_cb = New System.Windows.Forms.ComboBox()
- Me.編號2_cb = New System.Windows.Forms.ComboBox()
- Me.編號1_cb = New System.Windows.Forms.ComboBox()
- Me.第一層_cb = New System.Windows.Forms.ComboBox()
- Me.第二層_cb = New System.Windows.Forms.ComboBox()
- Me.幣別_cb = New System.Windows.Forms.ComboBox()
- Me.申請人_tb = New System.Windows.Forms.TextBox()
- Me.科目_cb = New System.Windows.Forms.ComboBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.Label3 = New System.Windows.Forms.Label()
- Me.金額_cb = New System.Windows.Forms.ComboBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.申請完成_bt = New System.Windows.Forms.Button()
- Me.Panel2 = New System.Windows.Forms.Panel()
- Me.年份2_cb = New System.Windows.Forms.ComboBox()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.月份2_cb = New System.Windows.Forms.ComboBox()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.Panel1.SuspendLayout()
- Me.Panel2.SuspendLayout()
- Me.SuspendLayout()
- '
- 'Panel1
- '
- Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel1.Controls.Add(Me.人民幣匯率_tb)
- Me.Panel1.Controls.Add(Me.印尼匯率_tb)
- Me.Panel1.Controls.Add(Me.美金匯率_tb)
- Me.Panel1.Controls.Add(Me.語轉扭_bt)
- Me.Panel1.Controls.Add(Me.單號_tb)
- Me.Panel1.Controls.Add(Me.財務單號_lb)
- Me.Panel1.Controls.Add(Me.第三層_cb)
- Me.Panel1.Controls.Add(Me.編號3_cb)
- Me.Panel1.Controls.Add(Me.編號2_cb)
- Me.Panel1.Controls.Add(Me.編號1_cb)
- Me.Panel1.Controls.Add(Me.第一層_cb)
- Me.Panel1.Controls.Add(Me.第二層_cb)
- Me.Panel1.Controls.Add(Me.幣別_cb)
- Me.Panel1.Location = New System.Drawing.Point(56, 103)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(277, 166)
- Me.Panel1.TabIndex = 0
- '
- '人民幣匯率_tb
- '
- Me.人民幣匯率_tb.Location = New System.Drawing.Point(6, 59)
- Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
- Me.人民幣匯率_tb.Size = New System.Drawing.Size(138, 23)
- Me.人民幣匯率_tb.TabIndex = 1654
- Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '印尼匯率_tb
- '
- Me.印尼匯率_tb.Location = New System.Drawing.Point(6, 109)
- Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.印尼匯率_tb.Name = "印尼匯率_tb"
- Me.印尼匯率_tb.Size = New System.Drawing.Size(138, 23)
- Me.印尼匯率_tb.TabIndex = 1656
- Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '美金匯率_tb
- '
- Me.美金匯率_tb.Location = New System.Drawing.Point(6, 84)
- Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.美金匯率_tb.Name = "美金匯率_tb"
- Me.美金匯率_tb.Size = New System.Drawing.Size(138, 23)
- Me.美金匯率_tb.TabIndex = 1655
- Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '語轉扭_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(3, 4)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
- Me.語轉扭_bt.TabIndex = 1653
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- '單號_tb
- '
- Me.單號_tb.Location = New System.Drawing.Point(89, 32)
- Me.單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.單號_tb.Name = "單號_tb"
- Me.單號_tb.Size = New System.Drawing.Size(122, 23)
- Me.單號_tb.TabIndex = 993
- Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '財務單號_lb
- '
- Me.財務單號_lb.AutoSize = True
- Me.財務單號_lb.BackColor = System.Drawing.Color.Transparent
- Me.財務單號_lb.Location = New System.Drawing.Point(3, 35)
- Me.財務單號_lb.Name = "財務單號_lb"
- Me.財務單號_lb.Size = New System.Drawing.Size(85, 16)
- Me.財務單號_lb.TabIndex = 994
- Me.財務單號_lb.Text = "Keuangan No"
- '
- '第三層_cb
- '
- Me.第三層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.第三層_cb.FormattingEnabled = True
- Me.第三層_cb.Location = New System.Drawing.Point(150, 135)
- Me.第三層_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.第三層_cb.Name = "第三層_cb"
- Me.第三層_cb.Size = New System.Drawing.Size(121, 24)
- Me.第三層_cb.TabIndex = 985
- '
- '編號3_cb
- '
- Me.編號3_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.編號3_cb.FormattingEnabled = True
- Me.編號3_cb.Location = New System.Drawing.Point(6, 135)
- Me.編號3_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.編號3_cb.Name = "編號3_cb"
- Me.編號3_cb.Size = New System.Drawing.Size(138, 24)
- Me.編號3_cb.TabIndex = 992
- '
- '編號2_cb
- '
- Me.編號2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.編號2_cb.FormattingEnabled = True
- Me.編號2_cb.Location = New System.Drawing.Point(131, 5)
- Me.編號2_cb.Name = "編號2_cb"
- Me.編號2_cb.Size = New System.Drawing.Size(78, 24)
- Me.編號2_cb.TabIndex = 991
- '
- '編號1_cb
- '
- Me.編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.編號1_cb.FormattingEnabled = True
- Me.編號1_cb.Location = New System.Drawing.Point(64, 5)
- Me.編號1_cb.Name = "編號1_cb"
- Me.編號1_cb.Size = New System.Drawing.Size(61, 24)
- Me.編號1_cb.TabIndex = 990
- '
- '第一層_cb
- '
- Me.第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.第一層_cb.FormattingEnabled = True
- Me.第一層_cb.Location = New System.Drawing.Point(150, 58)
- Me.第一層_cb.Name = "第一層_cb"
- Me.第一層_cb.Size = New System.Drawing.Size(121, 24)
- Me.第一層_cb.TabIndex = 986
- '
- '第二層_cb
- '
- Me.第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.第二層_cb.FormattingEnabled = True
- Me.第二層_cb.Location = New System.Drawing.Point(150, 84)
- Me.第二層_cb.Name = "第二層_cb"
- Me.第二層_cb.Size = New System.Drawing.Size(121, 24)
- Me.第二層_cb.TabIndex = 987
- '
- '幣別_cb
- '
- Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.幣別_cb.FormattingEnabled = True
- Me.幣別_cb.Items.AddRange(New Object() {"TWD", "RMB", "USD", "IDR"})
- Me.幣別_cb.Location = New System.Drawing.Point(150, 110)
- Me.幣別_cb.Name = "幣別_cb"
- Me.幣別_cb.Size = New System.Drawing.Size(121, 24)
- Me.幣別_cb.TabIndex = 988
- '
- '申請人_tb
- '
- Me.申請人_tb.Location = New System.Drawing.Point(161, 4)
- Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.申請人_tb.Name = "申請人_tb"
- Me.申請人_tb.Size = New System.Drawing.Size(188, 23)
- Me.申請人_tb.TabIndex = 989
- '
- '科目_cb
- '
- Me.科目_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.科目_cb.FormattingEnabled = True
- Me.科目_cb.Location = New System.Drawing.Point(161, 29)
- Me.科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.科目_cb.Name = "科目_cb"
- Me.科目_cb.Size = New System.Drawing.Size(188, 24)
- Me.科目_cb.TabIndex = 986
- '
- 'Label1
- '
- Me.Label1.BackColor = System.Drawing.Color.Transparent
- Me.Label1.Location = New System.Drawing.Point(5, 6)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(154, 20)
- Me.Label1.TabIndex = 995
- Me.Label1.Text = "Pemohon"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- 'Label2
- '
- Me.Label2.BackColor = System.Drawing.Color.Transparent
- Me.Label2.Location = New System.Drawing.Point(5, 30)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(154, 20)
- Me.Label2.TabIndex = 996
- Me.Label2.Text = "Mata Pelajaran Akuntansi"
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "illustrate"
- '
- 'Label3
- '
- Me.Label3.BackColor = System.Drawing.Color.Transparent
- Me.Label3.Location = New System.Drawing.Point(5, 56)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(154, 20)
- Me.Label3.TabIndex = 998
- Me.Label3.Text = "Jumlah"
- Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '金額_cb
- '
- Me.金額_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.金額_cb.FormattingEnabled = True
- Me.金額_cb.Items.AddRange(New Object() {"50,000", "100,000", "150,000", "200,000"})
- Me.金額_cb.Location = New System.Drawing.Point(194, 55)
- Me.金額_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.金額_cb.Name = "金額_cb"
- Me.金額_cb.Size = New System.Drawing.Size(155, 24)
- Me.金額_cb.TabIndex = 997
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.BackColor = System.Drawing.Color.Transparent
- Me.Label4.Location = New System.Drawing.Point(166, 59)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(25, 16)
- Me.Label4.TabIndex = 999
- Me.Label4.Text = "RP."
- '
- '申請完成_bt
- '
- Me.申請完成_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Sendnow
- Me.申請完成_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.申請完成_bt.ForeColor = System.Drawing.Color.Red
- Me.申請完成_bt.Location = New System.Drawing.Point(355, 4)
- Me.申請完成_bt.Name = "申請完成_bt"
- Me.申請完成_bt.Size = New System.Drawing.Size(75, 75)
- Me.申請完成_bt.TabIndex = 1000
- Me.申請完成_bt.UseVisualStyleBackColor = True
- '
- 'Panel2
- '
- Me.Panel2.Controls.Add(Me.年份2_cb)
- Me.Panel2.Controls.Add(Me.Label13)
- Me.Panel2.Controls.Add(Me.月份2_cb)
- Me.Panel2.Controls.Add(Me.Label14)
- Me.Panel2.Location = New System.Drawing.Point(373, 16)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(32, 37)
- Me.Panel2.TabIndex = 1001
- '
- '年份2_cb
- '
- Me.年份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.年份2_cb.FormattingEnabled = True
- Me.年份2_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
- Me.年份2_cb.Location = New System.Drawing.Point(39, 3)
- Me.年份2_cb.Name = "年份2_cb"
- Me.年份2_cb.Size = New System.Drawing.Size(61, 24)
- Me.年份2_cb.TabIndex = 1940
- '
- 'Label13
- '
- Me.Label13.AutoSize = True
- Me.Label13.BackColor = System.Drawing.Color.Transparent
- Me.Label13.Location = New System.Drawing.Point(7, 7)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(32, 16)
- Me.Label13.TabIndex = 1938
- Me.Label13.Text = "Year"
- '
- '月份2_cb
- '
- Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.月份2_cb.FormattingEnabled = True
- Me.月份2_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
- Me.月份2_cb.Location = New System.Drawing.Point(136, 3)
- Me.月份2_cb.Name = "月份2_cb"
- Me.月份2_cb.Size = New System.Drawing.Size(46, 24)
- Me.月份2_cb.TabIndex = 1941
- '
- 'Label14
- '
- Me.Label14.AutoSize = True
- Me.Label14.BackColor = System.Drawing.Color.Transparent
- Me.Label14.Location = New System.Drawing.Point(102, 7)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(34, 16)
- Me.Label14.TabIndex = 1939
- Me.Label14.Text = "Mon"
- '
- '電信費追加申請
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(440, 84)
- Me.Controls.Add(Me.申請完成_bt)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.金額_cb)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.科目_cb)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.申請人_tb)
- Me.Controls.Add(Me.Panel2)
- 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.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "電信費追加申請"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "電信費追加申請"
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- Me.Panel2.ResumeLayout(False)
- Me.Panel2.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 第三層_cb As ComboBox
- Friend WithEvents 第一層_cb As ComboBox
- Friend WithEvents 第二層_cb As ComboBox
- Friend WithEvents 幣別_cb As ComboBox
- Friend WithEvents 申請人_tb As TextBox
- Friend WithEvents 編號2_cb As ComboBox
- Friend WithEvents 編號1_cb As ComboBox
- Friend WithEvents 編號3_cb As ComboBox
- Friend WithEvents 科目_cb As ComboBox
- Friend WithEvents 單號_tb As TextBox
- Friend WithEvents 財務單號_lb As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents Label3 As Label
- Friend WithEvents 金額_cb As ComboBox
- Friend WithEvents Label4 As Label
- Friend WithEvents 申請完成_bt As Button
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents 人民幣匯率_tb As TextBox
- Friend WithEvents 印尼匯率_tb As TextBox
- Friend WithEvents 美金匯率_tb As TextBox
- Friend WithEvents Panel2 As Panel
- Friend WithEvents 年份2_cb As ComboBox
- Friend WithEvents Label13 As Label
- Friend WithEvents 月份2_cb As ComboBox
- Friend WithEvents Label14 As Label
- End Class
|