123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958 |
- <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()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(加班申請系統))
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.清單1_dgv = New System.Windows.Forms.DataGridView()
- Me.Panel2 = New System.Windows.Forms.Panel()
- Me.姓名_cb = New System.Windows.Forms.ComboBox()
- Me.加班地點_cb = New System.Windows.Forms.ComboBox()
- Me.簽核時數_nud = New System.Windows.Forms.NumericUpDown()
- Me.加班時數_nud = New System.Windows.Forms.NumericUpDown()
- Me.結束時間_dtp = New System.Windows.Forms.DateTimePicker()
- Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.開始時間_dtp = New System.Windows.Forms.DateTimePicker()
- Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.職務_tb = New System.Windows.Forms.TextBox()
- Me.申請單位_tb = New System.Windows.Forms.TextBox()
- Me.理由_tb = New System.Windows.Forms.TextBox()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.簽核時間3_tb = New System.Windows.Forms.TextBox()
- Me.簽核時間2_tb = New System.Windows.Forms.TextBox()
- Me.簽核時間1_tb = New System.Windows.Forms.TextBox()
- Me.單號_tb = New System.Windows.Forms.TextBox()
- Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
- Me.重選部門_bt = New System.Windows.Forms.Button()
- Me.帳號_tb = New System.Windows.Forms.TextBox()
- Me.公司選擇_cb = New System.Windows.Forms.ComboBox()
- Me.簽名圖1_pb = New System.Windows.Forms.PictureBox()
- Me.簽名圖2_pb = New System.Windows.Forms.PictureBox()
- Me.簽名圖3_pb = New System.Windows.Forms.PictureBox()
- Me.Panel6 = New System.Windows.Forms.Panel()
- Me.申請人_tb = New System.Windows.Forms.TextBox()
- Me.申請人_lb = New System.Windows.Forms.Label()
- Me.Panel5 = New System.Windows.Forms.Panel()
- Me.單位主管_tb = New System.Windows.Forms.TextBox()
- Me.單位主管_lb = New System.Windows.Forms.Label()
- Me.Panel4 = New System.Windows.Forms.Panel()
- Me.部門主管_tb = New System.Windows.Forms.TextBox()
- Me.部門主管_lb = New System.Windows.Forms.Label()
- Me.Panel3 = New System.Windows.Forms.Panel()
- Me.管理部_tb = New System.Windows.Forms.TextBox()
- Me.管理部_lb = New System.Windows.Forms.Label()
- Me.簽名圖4_pb = New System.Windows.Forms.PictureBox()
- Me.加班時數_lb = New System.Windows.Forms.Label()
- Me.直到_lb = New System.Windows.Forms.Label()
- Me.加班時間_lb = New System.Windows.Forms.Label()
- Me.加班地點_lb = New System.Windows.Forms.Label()
- Me.理由_lb = New System.Windows.Forms.Label()
- Me.姓名_lb = New System.Windows.Forms.Label()
- Me.職務_lb = New System.Windows.Forms.Label()
- Me.申請單位_lb = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.PictureBox2 = New System.Windows.Forms.PictureBox()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- Me.申請_p = New System.Windows.Forms.Panel()
- Me.列印_bt = New System.Windows.Forms.Button()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.修改_bt = New System.Windows.Forms.Button()
- Me.新增_bt = New System.Windows.Forms.Button()
- Me.審核_p = New System.Windows.Forms.Panel()
- Me.單據作廢_bt = New System.Windows.Forms.Button()
- Me.審核通過_bt = New System.Windows.Forms.Button()
- Me.簽核時數_lb = New System.Windows.Forms.Label()
- Me.未歸檔_ch = New System.Windows.Forms.CheckBox()
- Me.已歸檔_ch = New System.Windows.Forms.CheckBox()
- Me.已作廢_ch = New System.Windows.Forms.CheckBox()
- CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel2.SuspendLayout()
- CType(Me.簽核時數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.加班時數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.簽名圖1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.簽名圖2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.簽名圖3_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel6.SuspendLayout()
- Me.Panel5.SuspendLayout()
- Me.Panel4.SuspendLayout()
- Me.Panel3.SuspendLayout()
- CType(Me.簽名圖4_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.申請_p.SuspendLayout()
- Me.審核_p.SuspendLayout()
- Me.SuspendLayout()
- '
- '語轉扭_bt
- '
- Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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(1431, 3)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
- Me.語轉扭_bt.TabIndex = 1349
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "illustrate"
- '
- '清單1_dgv
- '
- Me.清單1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
- Me.清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- Me.清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
- Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單1_dgv.Location = New System.Drawing.Point(3, 27)
- Me.清單1_dgv.Name = "清單1_dgv"
- Me.清單1_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.清單1_dgv.RowTemplate.Height = 24
- Me.清單1_dgv.Size = New System.Drawing.Size(577, 622)
- Me.清單1_dgv.TabIndex = 1384
- '
- 'Panel2
- '
- Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel2.Controls.Add(Me.姓名_cb)
- Me.Panel2.Controls.Add(Me.加班地點_cb)
- Me.Panel2.Controls.Add(Me.簽核時數_nud)
- Me.Panel2.Controls.Add(Me.加班時數_nud)
- Me.Panel2.Controls.Add(Me.結束時間_dtp)
- Me.Panel2.Controls.Add(Me.結束日期_dtp)
- Me.Panel2.Controls.Add(Me.開始時間_dtp)
- Me.Panel2.Controls.Add(Me.開始日期_dtp)
- Me.Panel2.Controls.Add(Me.職務_tb)
- Me.Panel2.Controls.Add(Me.申請單位_tb)
- Me.Panel2.Controls.Add(Me.理由_tb)
- Me.Panel2.Controls.Add(Me.Panel1)
- Me.Panel2.Controls.Add(Me.公司選擇_cb)
- Me.Panel2.Controls.Add(Me.簽名圖1_pb)
- Me.Panel2.Controls.Add(Me.簽名圖2_pb)
- Me.Panel2.Controls.Add(Me.簽名圖3_pb)
- Me.Panel2.Controls.Add(Me.Panel6)
- Me.Panel2.Controls.Add(Me.Panel5)
- Me.Panel2.Controls.Add(Me.Panel4)
- Me.Panel2.Controls.Add(Me.Panel3)
- Me.Panel2.Controls.Add(Me.簽名圖4_pb)
- Me.Panel2.Controls.Add(Me.加班時數_lb)
- Me.Panel2.Controls.Add(Me.直到_lb)
- Me.Panel2.Controls.Add(Me.加班時間_lb)
- Me.Panel2.Controls.Add(Me.加班地點_lb)
- Me.Panel2.Controls.Add(Me.理由_lb)
- Me.Panel2.Controls.Add(Me.姓名_lb)
- Me.Panel2.Controls.Add(Me.職務_lb)
- Me.Panel2.Controls.Add(Me.申請單位_lb)
- Me.Panel2.Controls.Add(Me.Label7)
- Me.Panel2.Controls.Add(Me.PictureBox2)
- Me.Panel2.Controls.Add(Me.PictureBox1)
- Me.Panel2.Controls.Add(Me.申請_p)
- Me.Panel2.Controls.Add(Me.審核_p)
- Me.Panel2.Controls.Add(Me.簽核時數_lb)
- Me.Panel2.Location = New System.Drawing.Point(582, 2)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(875, 647)
- Me.Panel2.TabIndex = 1880
- '
- '姓名_cb
- '
- Me.姓名_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.姓名_cb.FormattingEnabled = True
- Me.姓名_cb.Location = New System.Drawing.Point(116, 202)
- Me.姓名_cb.Name = "姓名_cb"
- Me.姓名_cb.Size = New System.Drawing.Size(440, 24)
- Me.姓名_cb.TabIndex = 1980
- '
- '加班地點_cb
- '
- Me.加班地點_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.加班地點_cb.FormattingEnabled = True
- Me.加班地點_cb.Location = New System.Drawing.Point(115, 502)
- Me.加班地點_cb.Name = "加班地點_cb"
- Me.加班地點_cb.Size = New System.Drawing.Size(756, 24)
- Me.加班地點_cb.TabIndex = 1977
- '
- '簽核時數_nud
- '
- Me.簽核時數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.簽核時數_nud.Location = New System.Drawing.Point(826, 528)
- Me.簽核時數_nud.Name = "簽核時數_nud"
- Me.簽核時數_nud.Size = New System.Drawing.Size(43, 23)
- Me.簽核時數_nud.TabIndex = 1957
- '
- '加班時數_nud
- '
- Me.加班時數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.加班時數_nud.DecimalPlaces = 2
- Me.加班時數_nud.Location = New System.Drawing.Point(646, 528)
- Me.加班時數_nud.Name = "加班時數_nud"
- Me.加班時數_nud.ReadOnly = True
- Me.加班時數_nud.Size = New System.Drawing.Size(54, 23)
- Me.加班時數_nud.TabIndex = 1955
- Me.加班時數_nud.ThousandsSeparator = True
- '
- '結束時間_dtp
- '
- Me.結束時間_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.結束時間_dtp.CustomFormat = "HH:mm:ss"
- Me.結束時間_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.結束時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.結束時間_dtp.Location = New System.Drawing.Point(426, 528)
- Me.結束時間_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.結束時間_dtp.Name = "結束時間_dtp"
- Me.結束時間_dtp.ShowUpDown = True
- Me.結束時間_dtp.Size = New System.Drawing.Size(72, 23)
- Me.結束時間_dtp.TabIndex = 1952
- '
- '結束日期_dtp
- '
- Me.結束日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.結束日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.結束日期_dtp.Location = New System.Drawing.Point(337, 528)
- Me.結束日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.結束日期_dtp.Name = "結束日期_dtp"
- Me.結束日期_dtp.Size = New System.Drawing.Size(87, 23)
- Me.結束日期_dtp.TabIndex = 1951
- '
- '開始時間_dtp
- '
- Me.開始時間_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.開始時間_dtp.CustomFormat = "HH:mm:ss"
- Me.開始時間_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.開始時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.開始時間_dtp.Location = New System.Drawing.Point(206, 528)
- Me.開始時間_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.開始時間_dtp.Name = "開始時間_dtp"
- Me.開始時間_dtp.ShowUpDown = True
- Me.開始時間_dtp.Size = New System.Drawing.Size(72, 23)
- Me.開始時間_dtp.TabIndex = 1949
- '
- '開始日期_dtp
- '
- Me.開始日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.開始日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.開始日期_dtp.Location = New System.Drawing.Point(117, 528)
- Me.開始日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.開始日期_dtp.Name = "開始日期_dtp"
- Me.開始日期_dtp.Size = New System.Drawing.Size(87, 23)
- Me.開始日期_dtp.TabIndex = 1948
- '
- '職務_tb
- '
- Me.職務_tb.Location = New System.Drawing.Point(381, 177)
- Me.職務_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.職務_tb.Name = "職務_tb"
- Me.職務_tb.ReadOnly = True
- Me.職務_tb.Size = New System.Drawing.Size(175, 23)
- Me.職務_tb.TabIndex = 1939
- '
- '申請單位_tb
- '
- Me.申請單位_tb.Location = New System.Drawing.Point(115, 177)
- Me.申請單位_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.申請單位_tb.Name = "申請單位_tb"
- Me.申請單位_tb.ReadOnly = True
- Me.申請單位_tb.Size = New System.Drawing.Size(175, 23)
- Me.申請單位_tb.TabIndex = 1865
- '
- '理由_tb
- '
- Me.理由_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.理由_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.理由_tb.Location = New System.Drawing.Point(115, 228)
- Me.理由_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.理由_tb.Multiline = True
- Me.理由_tb.Name = "理由_tb"
- Me.理由_tb.Size = New System.Drawing.Size(754, 272)
- Me.理由_tb.TabIndex = 1943
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.簽核時間3_tb)
- Me.Panel1.Controls.Add(Me.簽核時間2_tb)
- Me.Panel1.Controls.Add(Me.簽核時間1_tb)
- Me.Panel1.Controls.Add(Me.單號_tb)
- Me.Panel1.Controls.Add(Me.列印成EXCEL_bt)
- Me.Panel1.Controls.Add(Me.重選部門_bt)
- Me.Panel1.Controls.Add(Me.帳號_tb)
- Me.Panel1.Location = New System.Drawing.Point(289, 283)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(338, 153)
- Me.Panel1.TabIndex = 1981
- '
- '簽核時間3_tb
- '
- Me.簽核時間3_tb.Location = New System.Drawing.Point(109, 61)
- Me.簽核時間3_tb.Name = "簽核時間3_tb"
- Me.簽核時間3_tb.Size = New System.Drawing.Size(100, 23)
- Me.簽核時間3_tb.TabIndex = 1983
- '
- '簽核時間2_tb
- '
- Me.簽核時間2_tb.Location = New System.Drawing.Point(109, 32)
- Me.簽核時間2_tb.Name = "簽核時間2_tb"
- Me.簽核時間2_tb.Size = New System.Drawing.Size(100, 23)
- Me.簽核時間2_tb.TabIndex = 1982
- '
- '簽核時間1_tb
- '
- Me.簽核時間1_tb.Location = New System.Drawing.Point(109, 3)
- Me.簽核時間1_tb.Name = "簽核時間1_tb"
- Me.簽核時間1_tb.Size = New System.Drawing.Size(100, 23)
- Me.簽核時間1_tb.TabIndex = 1981
- '
- '單號_tb
- '
- Me.單號_tb.Location = New System.Drawing.Point(3, 88)
- Me.單號_tb.Name = "單號_tb"
- Me.單號_tb.Size = New System.Drawing.Size(100, 23)
- Me.單號_tb.TabIndex = 1980
- '
- '列印成EXCEL_bt
- '
- Me.列印成EXCEL_bt.BackColor = System.Drawing.Color.White
- Me.列印成EXCEL_bt.BackgroundImage = CType(resources.GetObject("列印成EXCEL_bt.BackgroundImage"), System.Drawing.Image)
- Me.列印成EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Green
- Me.列印成EXCEL_bt.Location = New System.Drawing.Point(7, 3)
- Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
- Me.列印成EXCEL_bt.Size = New System.Drawing.Size(50, 50)
- Me.列印成EXCEL_bt.TabIndex = 1882
- Me.列印成EXCEL_bt.UseVisualStyleBackColor = False
- '
- '重選部門_bt
- '
- Me.重選部門_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
- Me.重選部門_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.重選部門_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.重選部門_bt.Location = New System.Drawing.Point(57, 3)
- Me.重選部門_bt.Name = "重選部門_bt"
- Me.重選部門_bt.Size = New System.Drawing.Size(50, 50)
- Me.重選部門_bt.TabIndex = 1862
- Me.重選部門_bt.UseVisualStyleBackColor = True
- '
- '帳號_tb
- '
- Me.帳號_tb.Location = New System.Drawing.Point(3, 59)
- Me.帳號_tb.Name = "帳號_tb"
- Me.帳號_tb.Size = New System.Drawing.Size(100, 23)
- Me.帳號_tb.TabIndex = 1979
- '
- '公司選擇_cb
- '
- Me.公司選擇_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.公司選擇_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.公司選擇_cb.FormattingEnabled = True
- Me.公司選擇_cb.Items.AddRange(New Object() {"HX", "PGS"})
- Me.公司選擇_cb.Location = New System.Drawing.Point(822, 144)
- Me.公司選擇_cb.Name = "公司選擇_cb"
- Me.公司選擇_cb.Size = New System.Drawing.Size(50, 24)
- Me.公司選擇_cb.TabIndex = 1978
- '
- '簽名圖1_pb
- '
- Me.簽名圖1_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.簽名圖1_pb.BackColor = System.Drawing.Color.White
- Me.簽名圖1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.簽名圖1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.簽名圖1_pb.Location = New System.Drawing.Point(116, 598)
- Me.簽名圖1_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
- Me.簽名圖1_pb.Name = "簽名圖1_pb"
- Me.簽名圖1_pb.Size = New System.Drawing.Size(188, 45)
- Me.簽名圖1_pb.TabIndex = 1976
- Me.簽名圖1_pb.TabStop = False
- '
- '簽名圖2_pb
- '
- Me.簽名圖2_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.簽名圖2_pb.BackColor = System.Drawing.Color.White
- Me.簽名圖2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.簽名圖2_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.簽名圖2_pb.Location = New System.Drawing.Point(305, 598)
- Me.簽名圖2_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
- Me.簽名圖2_pb.Name = "簽名圖2_pb"
- Me.簽名圖2_pb.Size = New System.Drawing.Size(188, 45)
- Me.簽名圖2_pb.TabIndex = 1975
- Me.簽名圖2_pb.TabStop = False
- '
- '簽名圖3_pb
- '
- Me.簽名圖3_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.簽名圖3_pb.BackColor = System.Drawing.Color.White
- Me.簽名圖3_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.簽名圖3_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.簽名圖3_pb.Location = New System.Drawing.Point(494, 598)
- Me.簽名圖3_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
- Me.簽名圖3_pb.Name = "簽名圖3_pb"
- Me.簽名圖3_pb.Size = New System.Drawing.Size(188, 45)
- Me.簽名圖3_pb.TabIndex = 1974
- Me.簽名圖3_pb.TabStop = False
- '
- 'Panel6
- '
- Me.Panel6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel6.Controls.Add(Me.申請人_tb)
- Me.Panel6.Controls.Add(Me.申請人_lb)
- Me.Panel6.Location = New System.Drawing.Point(683, 553)
- Me.Panel6.Name = "Panel6"
- Me.Panel6.Size = New System.Drawing.Size(188, 46)
- Me.Panel6.TabIndex = 1973
- '
- '申請人_tb
- '
- Me.申請人_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.申請人_tb.Location = New System.Drawing.Point(2, 20)
- Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.申請人_tb.Name = "申請人_tb"
- Me.申請人_tb.ReadOnly = True
- Me.申請人_tb.Size = New System.Drawing.Size(183, 23)
- Me.申請人_tb.TabIndex = 1939
- Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '申請人_lb
- '
- Me.申請人_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.申請人_lb.BackColor = System.Drawing.Color.Transparent
- Me.申請人_lb.Location = New System.Drawing.Point(1, 0)
- Me.申請人_lb.Name = "申請人_lb"
- Me.申請人_lb.Size = New System.Drawing.Size(183, 20)
- Me.申請人_lb.TabIndex = 1891
- Me.申請人_lb.Text = "申請人"
- Me.申請人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'Panel5
- '
- Me.Panel5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel5.Controls.Add(Me.單位主管_tb)
- Me.Panel5.Controls.Add(Me.單位主管_lb)
- Me.Panel5.Location = New System.Drawing.Point(494, 553)
- Me.Panel5.Name = "Panel5"
- Me.Panel5.Size = New System.Drawing.Size(188, 46)
- Me.Panel5.TabIndex = 1972
- '
- '單位主管_tb
- '
- Me.單位主管_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.單位主管_tb.Location = New System.Drawing.Point(1, 20)
- Me.單位主管_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.單位主管_tb.Name = "單位主管_tb"
- Me.單位主管_tb.ReadOnly = True
- Me.單位主管_tb.Size = New System.Drawing.Size(183, 23)
- Me.單位主管_tb.TabIndex = 1957
- Me.單位主管_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '單位主管_lb
- '
- Me.單位主管_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.單位主管_lb.BackColor = System.Drawing.Color.Transparent
- Me.單位主管_lb.Location = New System.Drawing.Point(1, 0)
- Me.單位主管_lb.Name = "單位主管_lb"
- Me.單位主管_lb.Size = New System.Drawing.Size(183, 20)
- Me.單位主管_lb.TabIndex = 1890
- Me.單位主管_lb.Text = "單位主管"
- Me.單位主管_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'Panel4
- '
- Me.Panel4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel4.Controls.Add(Me.部門主管_tb)
- Me.Panel4.Controls.Add(Me.部門主管_lb)
- Me.Panel4.Location = New System.Drawing.Point(305, 553)
- Me.Panel4.Name = "Panel4"
- Me.Panel4.Size = New System.Drawing.Size(188, 46)
- Me.Panel4.TabIndex = 1971
- '
- '部門主管_tb
- '
- Me.部門主管_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.部門主管_tb.Location = New System.Drawing.Point(0, 20)
- Me.部門主管_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.部門主管_tb.Name = "部門主管_tb"
- Me.部門主管_tb.ReadOnly = True
- Me.部門主管_tb.Size = New System.Drawing.Size(187, 23)
- Me.部門主管_tb.TabIndex = 1956
- Me.部門主管_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '部門主管_lb
- '
- Me.部門主管_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.部門主管_lb.BackColor = System.Drawing.Color.Transparent
- Me.部門主管_lb.Location = New System.Drawing.Point(0, 1)
- Me.部門主管_lb.Name = "部門主管_lb"
- Me.部門主管_lb.Size = New System.Drawing.Size(187, 20)
- Me.部門主管_lb.TabIndex = 1955
- Me.部門主管_lb.Text = "部門主管"
- Me.部門主管_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'Panel3
- '
- Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel3.Controls.Add(Me.管理部_tb)
- Me.Panel3.Controls.Add(Me.管理部_lb)
- Me.Panel3.Location = New System.Drawing.Point(116, 553)
- Me.Panel3.Name = "Panel3"
- Me.Panel3.Size = New System.Drawing.Size(188, 46)
- Me.Panel3.TabIndex = 1970
- '
- '管理部_tb
- '
- Me.管理部_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.管理部_tb.Location = New System.Drawing.Point(1, 20)
- Me.管理部_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.管理部_tb.Name = "管理部_tb"
- Me.管理部_tb.ReadOnly = True
- Me.管理部_tb.Size = New System.Drawing.Size(184, 23)
- Me.管理部_tb.TabIndex = 1888
- Me.管理部_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '管理部_lb
- '
- Me.管理部_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.管理部_lb.BackColor = System.Drawing.Color.Transparent
- Me.管理部_lb.Location = New System.Drawing.Point(1, 0)
- Me.管理部_lb.Name = "管理部_lb"
- Me.管理部_lb.Size = New System.Drawing.Size(184, 20)
- Me.管理部_lb.TabIndex = 1889
- Me.管理部_lb.Text = "管理部"
- Me.管理部_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '簽名圖4_pb
- '
- Me.簽名圖4_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.簽名圖4_pb.BackColor = System.Drawing.Color.White
- Me.簽名圖4_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.簽名圖4_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.簽名圖4_pb.Location = New System.Drawing.Point(683, 598)
- Me.簽名圖4_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
- Me.簽名圖4_pb.Name = "簽名圖4_pb"
- Me.簽名圖4_pb.Size = New System.Drawing.Size(188, 45)
- Me.簽名圖4_pb.TabIndex = 1969
- Me.簽名圖4_pb.TabStop = False
- '
- '加班時數_lb
- '
- Me.加班時數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.加班時數_lb.BackColor = System.Drawing.Color.Transparent
- Me.加班時數_lb.Location = New System.Drawing.Point(504, 529)
- Me.加班時數_lb.Name = "加班時數_lb"
- Me.加班時數_lb.Size = New System.Drawing.Size(140, 20)
- Me.加班時數_lb.TabIndex = 1953
- Me.加班時數_lb.Text = "加班時間"
- Me.加班時數_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '直到_lb
- '
- Me.直到_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.直到_lb.BackColor = System.Drawing.Color.Transparent
- Me.直到_lb.Location = New System.Drawing.Point(282, 530)
- Me.直到_lb.Name = "直到_lb"
- Me.直到_lb.Size = New System.Drawing.Size(52, 20)
- Me.直到_lb.TabIndex = 1950
- Me.直到_lb.Text = "Hingga"
- Me.直到_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '加班時間_lb
- '
- Me.加班時間_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.加班時間_lb.BackColor = System.Drawing.Color.Transparent
- Me.加班時間_lb.Location = New System.Drawing.Point(-24, 529)
- Me.加班時間_lb.Name = "加班時間_lb"
- Me.加班時間_lb.Size = New System.Drawing.Size(140, 20)
- Me.加班時間_lb.TabIndex = 1947
- Me.加班時間_lb.Text = "加班時間"
- Me.加班時間_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '加班地點_lb
- '
- Me.加班地點_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.加班地點_lb.BackColor = System.Drawing.Color.Transparent
- Me.加班地點_lb.Location = New System.Drawing.Point(-24, 504)
- Me.加班地點_lb.Name = "加班地點_lb"
- Me.加班地點_lb.Size = New System.Drawing.Size(140, 20)
- Me.加班地點_lb.TabIndex = 1946
- Me.加班地點_lb.Text = "加班地點"
- Me.加班地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '理由_lb
- '
- Me.理由_lb.BackColor = System.Drawing.Color.Transparent
- Me.理由_lb.Location = New System.Drawing.Point(-24, 230)
- Me.理由_lb.Name = "理由_lb"
- Me.理由_lb.Size = New System.Drawing.Size(140, 20)
- Me.理由_lb.TabIndex = 1944
- Me.理由_lb.Text = "理由"
- Me.理由_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '姓名_lb
- '
- Me.姓名_lb.BackColor = System.Drawing.Color.Transparent
- Me.姓名_lb.Location = New System.Drawing.Point(-24, 205)
- Me.姓名_lb.Name = "姓名_lb"
- Me.姓名_lb.Size = New System.Drawing.Size(140, 20)
- Me.姓名_lb.TabIndex = 1942
- Me.姓名_lb.Text = "姓名"
- Me.姓名_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '職務_lb
- '
- Me.職務_lb.BackColor = System.Drawing.Color.Transparent
- Me.職務_lb.Location = New System.Drawing.Point(293, 179)
- Me.職務_lb.Name = "職務_lb"
- Me.職務_lb.Size = New System.Drawing.Size(91, 20)
- Me.職務_lb.TabIndex = 1940
- Me.職務_lb.Text = "職務"
- Me.職務_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '申請單位_lb
- '
- Me.申請單位_lb.BackColor = System.Drawing.Color.Transparent
- Me.申請單位_lb.Location = New System.Drawing.Point(-24, 179)
- Me.申請單位_lb.Name = "申請單位_lb"
- Me.申請單位_lb.Size = New System.Drawing.Size(140, 20)
- Me.申請單位_lb.TabIndex = 1866
- Me.申請單位_lb.Text = "申請單位"
- Me.申請單位_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- 'Label7
- '
- Me.Label7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label7.BackColor = System.Drawing.Color.Transparent
- Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label7.Location = New System.Drawing.Point(-1, 138)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(871, 37)
- Me.Label7.TabIndex = 1888
- Me.Label7.Text = "SURAT PERINTAH LEMBUR"
- Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'PictureBox2
- '
- Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01
- Me.PictureBox2.Location = New System.Drawing.Point(-1, -1)
- Me.PictureBox2.Name = "PictureBox2"
- Me.PictureBox2.Size = New System.Drawing.Size(875, 138)
- Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.PictureBox2.TabIndex = 1864
- Me.PictureBox2.TabStop = False
- '
- 'PictureBox1
- '
- Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PictureBox1.BackColor = System.Drawing.Color.White
- Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
- Me.PictureBox1.Location = New System.Drawing.Point(-1, -1)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(875, 138)
- Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.PictureBox1.TabIndex = 1863
- Me.PictureBox1.TabStop = False
- '
- '申請_p
- '
- Me.申請_p.Controls.Add(Me.列印_bt)
- Me.申請_p.Controls.Add(Me.刪除_bt)
- Me.申請_p.Controls.Add(Me.修改_bt)
- Me.申請_p.Controls.Add(Me.新增_bt)
- Me.申請_p.Location = New System.Drawing.Point(562, 176)
- Me.申請_p.Name = "申請_p"
- Me.申請_p.Size = New System.Drawing.Size(200, 50)
- Me.申請_p.TabIndex = 1894
- '
- '列印_bt
- '
- Me.列印_bt.BackColor = System.Drawing.SystemColors.Control
- Me.列印_bt.BackgroundImage = CType(resources.GetObject("列印_bt.BackgroundImage"), System.Drawing.Image)
- Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.列印_bt.ForeColor = System.Drawing.Color.Green
- Me.列印_bt.Location = New System.Drawing.Point(150, 0)
- Me.列印_bt.Name = "列印_bt"
- Me.列印_bt.Size = New System.Drawing.Size(50, 50)
- Me.列印_bt.TabIndex = 1982
- Me.列印_bt.UseVisualStyleBackColor = True
- '
- '刪除_bt
- '
- Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
- Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除_bt.Location = New System.Drawing.Point(100, 0)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
- Me.刪除_bt.TabIndex = 1880
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '修改_bt
- '
- Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
- Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.修改_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.修改_bt.Location = New System.Drawing.Point(50, 0)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(50, 50)
- Me.修改_bt.TabIndex = 1881
- Me.修改_bt.UseVisualStyleBackColor = True
- '
- '新增_bt
- '
- Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
- Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增_bt.Location = New System.Drawing.Point(0, 0)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(50, 50)
- Me.新增_bt.TabIndex = 1879
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '審核_p
- '
- Me.審核_p.Controls.Add(Me.單據作廢_bt)
- Me.審核_p.Controls.Add(Me.審核通過_bt)
- Me.審核_p.Location = New System.Drawing.Point(767, 176)
- Me.審核_p.Name = "審核_p"
- Me.審核_p.Size = New System.Drawing.Size(104, 51)
- Me.審核_p.TabIndex = 1938
- '
- '單據作廢_bt
- '
- Me.單據作廢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
- Me.單據作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red
- Me.單據作廢_bt.Location = New System.Drawing.Point(52, 1)
- Me.單據作廢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.單據作廢_bt.Name = "單據作廢_bt"
- Me.單據作廢_bt.Size = New System.Drawing.Size(50, 50)
- Me.單據作廢_bt.TabIndex = 1001
- Me.單據作廢_bt.UseVisualStyleBackColor = True
- '
- '審核通過_bt
- '
- Me.審核通過_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select
- Me.審核通過_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.審核通過_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.審核通過_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.審核通過_bt.Location = New System.Drawing.Point(2, 1)
- Me.審核通過_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.審核通過_bt.Name = "審核通過_bt"
- Me.審核通過_bt.Size = New System.Drawing.Size(50, 50)
- Me.審核通過_bt.TabIndex = 1000
- Me.審核通過_bt.UseVisualStyleBackColor = True
- '
- '簽核時數_lb
- '
- Me.簽核時數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.簽核時數_lb.BackColor = System.Drawing.Color.Transparent
- Me.簽核時數_lb.Location = New System.Drawing.Point(684, 529)
- Me.簽核時數_lb.Name = "簽核時數_lb"
- Me.簽核時數_lb.Size = New System.Drawing.Size(140, 20)
- Me.簽核時數_lb.TabIndex = 1956
- Me.簽核時數_lb.Text = "簽核時數"
- Me.簽核時數_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '未歸檔_ch
- '
- Me.未歸檔_ch.AutoSize = True
- Me.未歸檔_ch.Checked = True
- Me.未歸檔_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.未歸檔_ch.Location = New System.Drawing.Point(6, 4)
- Me.未歸檔_ch.Name = "未歸檔_ch"
- Me.未歸檔_ch.Size = New System.Drawing.Size(161, 20)
- Me.未歸檔_ch.TabIndex = 1881
- Me.未歸檔_ch.Text = "Document not reviewed"
- Me.未歸檔_ch.UseVisualStyleBackColor = True
- '
- '已歸檔_ch
- '
- Me.已歸檔_ch.AutoSize = True
- Me.已歸檔_ch.Location = New System.Drawing.Point(192, 4)
- Me.已歸檔_ch.Name = "已歸檔_ch"
- Me.已歸檔_ch.Size = New System.Drawing.Size(103, 20)
- Me.已歸檔_ch.TabIndex = 1882
- Me.已歸檔_ch.Text = "Telah Ditinjau"
- Me.已歸檔_ch.UseVisualStyleBackColor = True
- '
- '已作廢_ch
- '
- Me.已作廢_ch.AutoSize = True
- Me.已作廢_ch.Location = New System.Drawing.Point(385, 4)
- Me.已作廢_ch.Name = "已作廢_ch"
- Me.已作廢_ch.Size = New System.Drawing.Size(193, 20)
- Me.已作廢_ch.TabIndex = 1883
- Me.已作廢_ch.Text = "Document has been canceled"
- Me.已作廢_ch.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(1460, 650)
- Me.Controls.Add(Me.已作廢_ch)
- Me.Controls.Add(Me.已歸檔_ch)
- Me.Controls.Add(Me.未歸檔_ch)
- Me.Controls.Add(Me.Panel2)
- Me.Controls.Add(Me.清單1_dgv)
- 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 = "加班申請系統"
- CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel2.ResumeLayout(False)
- Me.Panel2.PerformLayout()
- CType(Me.簽核時數_nud, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.加班時數_nud, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- CType(Me.簽名圖1_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.簽名圖2_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.簽名圖3_pb, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel6.ResumeLayout(False)
- Me.Panel6.PerformLayout()
- Me.Panel5.ResumeLayout(False)
- Me.Panel5.PerformLayout()
- Me.Panel4.ResumeLayout(False)
- Me.Panel4.PerformLayout()
- Me.Panel3.ResumeLayout(False)
- Me.Panel3.PerformLayout()
- CType(Me.簽名圖4_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.申請_p.ResumeLayout(False)
- Me.審核_p.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 清單1_dgv As DataGridView
- Friend WithEvents Panel2 As Panel
- Friend WithEvents 重選部門_bt As Button
- Friend WithEvents 列印成EXCEL_bt As Button
- Friend WithEvents 申請單位_lb As Label
- Friend WithEvents 申請單位_tb As TextBox
- Friend WithEvents Label7 As Label
- Friend WithEvents PictureBox2 As PictureBox
- Friend WithEvents PictureBox1 As PictureBox
- Friend WithEvents 申請_p As Panel
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 修改_bt As Button
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 審核_p As Panel
- Friend WithEvents 單據作廢_bt As Button
- Friend WithEvents 審核通過_bt As Button
- Friend WithEvents 姓名_lb As Label
- Friend WithEvents 職務_lb As Label
- Friend WithEvents 職務_tb As TextBox
- Friend WithEvents 加班地點_lb As Label
- Friend WithEvents 理由_tb As TextBox
- Friend WithEvents 理由_lb As Label
- Friend WithEvents 直到_lb As Label
- Friend WithEvents 開始時間_dtp As DateTimePicker
- Friend WithEvents 開始日期_dtp As DateTimePicker
- Friend WithEvents 加班時間_lb As Label
- Friend WithEvents 加班時數_nud As NumericUpDown
- Friend WithEvents 加班時數_lb As Label
- Friend WithEvents 結束時間_dtp As DateTimePicker
- Friend WithEvents 結束日期_dtp As DateTimePicker
- Friend WithEvents 簽核時數_nud As NumericUpDown
- Friend WithEvents 簽核時數_lb As Label
- Friend WithEvents 簽名圖1_pb As PictureBox
- Friend WithEvents 簽名圖2_pb As PictureBox
- Friend WithEvents 簽名圖3_pb As PictureBox
- Friend WithEvents Panel6 As Panel
- Friend WithEvents 申請人_tb As TextBox
- Friend WithEvents 申請人_lb As Label
- Friend WithEvents Panel5 As Panel
- Friend WithEvents 單位主管_tb As TextBox
- Friend WithEvents 單位主管_lb As Label
- Friend WithEvents Panel4 As Panel
- Friend WithEvents 部門主管_lb As Label
- Friend WithEvents 部門主管_tb As TextBox
- Friend WithEvents Panel3 As Panel
- Friend WithEvents 管理部_tb As TextBox
- Friend WithEvents 管理部_lb As Label
- Friend WithEvents 簽名圖4_pb As PictureBox
- Friend WithEvents 加班地點_cb As ComboBox
- Friend WithEvents 公司選擇_cb As ComboBox
- Friend WithEvents 帳號_tb As TextBox
- Friend WithEvents 姓名_cb As ComboBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 單號_tb As TextBox
- Friend WithEvents 未歸檔_ch As CheckBox
- Friend WithEvents 已歸檔_ch As CheckBox
- Friend WithEvents 已作廢_ch As CheckBox
- Friend WithEvents 簽核時間3_tb As TextBox
- Friend WithEvents 簽核時間2_tb As TextBox
- Friend WithEvents 簽核時間1_tb As TextBox
- Friend WithEvents 列印_bt As Button
- End Class
|