123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614 |
- <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()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.人員清單_dgv = New System.Windows.Forms.DataGridView()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.ComboBox1 = New System.Windows.Forms.ComboBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.ComboBox2 = New System.Windows.Forms.ComboBox()
- Me.ComboBox3 = New System.Windows.Forms.ComboBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.ComboBox4 = New System.Windows.Forms.ComboBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.ComboBox5 = New System.Windows.Forms.ComboBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.TextBox6 = New System.Windows.Forms.TextBox()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Button7 = New System.Windows.Forms.Button()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.TextBox5 = New System.Windows.Forms.TextBox()
- Me.CheckBox1 = New System.Windows.Forms.CheckBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.TextBox7 = New System.Windows.Forms.TextBox()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.TextBox8 = New System.Windows.Forms.TextBox()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.ComboBox6 = New System.Windows.Forms.ComboBox()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.ComboBox7 = New System.Windows.Forms.ComboBox()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.ComboBox8 = New System.Windows.Forms.ComboBox()
- Me.CheckBox2 = New System.Windows.Forms.CheckBox()
- Me.Label17 = New System.Windows.Forms.Label()
- Me.ComboBox9 = New System.Windows.Forms.ComboBox()
- Me.入職日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label21 = New System.Windows.Forms.Label()
- Me.員工編號串聯_bt = New System.Windows.Forms.Button()
- CType(Me.人員清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '人員清單_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.人員清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.人員清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.人員清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.人員清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.人員清單_dgv.Location = New System.Drawing.Point(214, 9)
- Me.人員清單_dgv.Name = "人員清單_dgv"
- Me.人員清單_dgv.RowHeadersWidth = 5
- Me.人員清單_dgv.RowTemplate.Height = 24
- Me.人員清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.人員清單_dgv.Size = New System.Drawing.Size(1688, 970)
- Me.人員清單_dgv.TabIndex = 127
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.Location = New System.Drawing.Point(12, 100)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(32, 16)
- Me.Label2.TabIndex = 204
- Me.Label2.Text = "籍貫"
- '
- 'TextBox3
- '
- Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox3.Location = New System.Drawing.Point(74, 216)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(134, 23)
- Me.TextBox3.TabIndex = 203
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(12, 12)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(56, 16)
- Me.Label1.TabIndex = 206
- Me.Label1.Text = "人員編號"
- '
- 'TextBox1
- '
- Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox1.Location = New System.Drawing.Point(74, 9)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(134, 23)
- Me.TextBox1.TabIndex = 205
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.Location = New System.Drawing.Point(12, 41)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(32, 16)
- Me.Label3.TabIndex = 208
- Me.Label3.Text = "姓名"
- '
- 'TextBox2
- '
- Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox2.Location = New System.Drawing.Point(74, 38)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(134, 23)
- Me.TextBox2.TabIndex = 207
- '
- 'ComboBox1
- '
- Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Items.AddRange(New Object() {"男", "女"})
- Me.ComboBox1.Location = New System.Drawing.Point(74, 67)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(134, 24)
- Me.ComboBox1.TabIndex = 210
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(12, 70)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(32, 16)
- Me.Label4.TabIndex = 209
- Me.Label4.Text = "性別"
- '
- 'ComboBox2
- '
- Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox2.FormattingEnabled = True
- Me.ComboBox2.Items.AddRange(New Object() {"臺灣", "河北省[冀]", "山東省[齊]", "遼寧省[遼]", "黑龍江省[黑]", "吉林省[吉]", "甘肅省[隴]", "青海省[青]", "河南省[豫]", "江蘇省[蘇]", "湖北省[鄂]", "湖南省[湘]", "江西省[贛]", "浙江省[浙]", "廣東省[粵]", "雲南省[滇]", "福建省[福]", "海南省[瓊]", "山西省[晋]", "四川省[川]", "陝西省[陝]", "貴州省[黔]", "安徽省[皖] "})
- Me.ComboBox2.Location = New System.Drawing.Point(74, 97)
- Me.ComboBox2.Name = "ComboBox2"
- Me.ComboBox2.Size = New System.Drawing.Size(134, 24)
- Me.ComboBox2.TabIndex = 211
- '
- 'ComboBox3
- '
- Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox3.FormattingEnabled = True
- Me.ComboBox3.Items.AddRange(New Object() {"2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2007", "2006", "2005", "2004", "2003", "2002", "2001", "2000", "1999", "1998", "1997", "1996", "1995", "1994", "1993", "1992", "1991", "1990", "1989", "1988", "1987", "1986", "1985", "1984", "1983", "1982", "1981", "1980", "1979", "1978", "1977", "1976", "1975", "1974", "1973", "1972", "1971", "1970", "1969", "1968", "1967", "1966", "1965", "1964", "1963", "1962", "1961", "1960", "1959", "1958", "1957", "1956", "1955", "1954", "1953", "1952", "1951", "1950"})
- Me.ComboBox3.Location = New System.Drawing.Point(74, 127)
- Me.ComboBox3.Name = "ComboBox3"
- Me.ComboBox3.Size = New System.Drawing.Size(134, 24)
- Me.ComboBox3.TabIndex = 212
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label5.Location = New System.Drawing.Point(12, 130)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(56, 16)
- Me.Label5.TabIndex = 213
- Me.Label5.Text = "出生年份"
- '
- 'ComboBox4
- '
- Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox4.FormattingEnabled = True
- Me.ComboBox4.Items.AddRange(New Object() {"台胞證", "護照", "大陸身分證", "台灣身分證", "駕照"})
- Me.ComboBox4.Location = New System.Drawing.Point(74, 186)
- Me.ComboBox4.Name = "ComboBox4"
- Me.ComboBox4.Size = New System.Drawing.Size(134, 24)
- Me.ComboBox4.TabIndex = 214
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label6.Location = New System.Drawing.Point(12, 189)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(32, 16)
- Me.Label6.TabIndex = 215
- Me.Label6.Text = "證件"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label7.Location = New System.Drawing.Point(12, 219)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(32, 16)
- Me.Label7.TabIndex = 216
- Me.Label7.Text = "證號"
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label8.Location = New System.Drawing.Point(12, 248)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(56, 16)
- Me.Label8.TabIndex = 218
- Me.Label8.Text = "大陸手機"
- '
- 'TextBox4
- '
- Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox4.Location = New System.Drawing.Point(74, 245)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(134, 23)
- Me.TextBox4.TabIndex = 217
- '
- 'ComboBox5
- '
- Me.ComboBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox5.FormattingEnabled = True
- Me.ComboBox5.Items.AddRange(New Object() {"NA", "月薪", "日薪", "時薪", "佣金"})
- Me.ComboBox5.Location = New System.Drawing.Point(74, 419)
- Me.ComboBox5.Name = "ComboBox5"
- Me.ComboBox5.Size = New System.Drawing.Size(134, 24)
- Me.ComboBox5.TabIndex = 219
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label9.Location = New System.Drawing.Point(12, 422)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(56, 16)
- Me.Label9.TabIndex = 220
- Me.Label9.Text = "薪資結構"
- '
- 'TextBox6
- '
- Me.TextBox6.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox6.Location = New System.Drawing.Point(12, 553)
- Me.TextBox6.Multiline = True
- Me.TextBox6.Name = "TextBox6"
- Me.TextBox6.Size = New System.Drawing.Size(196, 224)
- Me.TextBox6.TabIndex = 222
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label10.Location = New System.Drawing.Point(12, 534)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(32, 16)
- Me.Label10.TabIndex = 221
- Me.Label10.Text = "備註"
- '
- 'Button3
- '
- Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button3.ForeColor = System.Drawing.Color.Red
- Me.Button3.Location = New System.Drawing.Point(12, 947)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(196, 35)
- Me.Button3.TabIndex = 226
- Me.Button3.Text = "刪除"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.ForeColor = System.Drawing.Color.Blue
- Me.Button1.Location = New System.Drawing.Point(12, 865)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(196, 35)
- Me.Button1.TabIndex = 224
- Me.Button1.Text = "新增"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
- Me.Button2.Location = New System.Drawing.Point(12, 906)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(196, 35)
- Me.Button2.TabIndex = 225
- Me.Button2.Text = "修改"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Button7
- '
- Me.Button7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button7.Location = New System.Drawing.Point(12, 783)
- Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(196, 35)
- Me.Button7.TabIndex = 223
- Me.Button7.Text = "查詢"
- Me.Button7.UseVisualStyleBackColor = True
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label11.Location = New System.Drawing.Point(12, 452)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(32, 16)
- Me.Label11.TabIndex = 228
- Me.Label11.Text = "薪資"
- '
- 'TextBox5
- '
- Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox5.Location = New System.Drawing.Point(74, 449)
- Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(134, 23)
- Me.TextBox5.TabIndex = 227
- '
- 'CheckBox1
- '
- Me.CheckBox1.AutoSize = True
- Me.CheckBox1.Location = New System.Drawing.Point(12, 393)
- Me.CheckBox1.Name = "CheckBox1"
- Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
- Me.CheckBox1.TabIndex = 229
- Me.CheckBox1.Text = "是否在職"
- Me.CheckBox1.UseVisualStyleBackColor = True
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label12.Location = New System.Drawing.Point(12, 160)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(32, 16)
- Me.Label12.TabIndex = 231
- Me.Label12.Text = "年紀"
- '
- 'TextBox7
- '
- Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox7.Location = New System.Drawing.Point(74, 157)
- Me.TextBox7.Name = "TextBox7"
- Me.TextBox7.Size = New System.Drawing.Size(134, 23)
- Me.TextBox7.TabIndex = 230
- '
- 'Label13
- '
- Me.Label13.AutoSize = True
- Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label13.Location = New System.Drawing.Point(12, 277)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(56, 16)
- Me.Label13.TabIndex = 233
- Me.Label13.Text = "台灣手機"
- '
- 'TextBox8
- '
- Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox8.Location = New System.Drawing.Point(74, 274)
- Me.TextBox8.Name = "TextBox8"
- Me.TextBox8.Size = New System.Drawing.Size(134, 23)
- Me.TextBox8.TabIndex = 232
- '
- 'Label14
- '
- Me.Label14.AutoSize = True
- Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label14.Location = New System.Drawing.Point(12, 306)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(32, 16)
- Me.Label14.TabIndex = 235
- Me.Label14.Text = "階段"
- '
- 'ComboBox6
- '
- Me.ComboBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox6.FormattingEnabled = True
- Me.ComboBox6.Items.AddRange(New Object() {"創值期", "學習期"})
- Me.ComboBox6.Location = New System.Drawing.Point(74, 303)
- Me.ComboBox6.Name = "ComboBox6"
- Me.ComboBox6.Size = New System.Drawing.Size(134, 24)
- Me.ComboBox6.TabIndex = 234
- '
- 'Label15
- '
- Me.Label15.AutoSize = True
- Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label15.Location = New System.Drawing.Point(12, 336)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(32, 16)
- Me.Label15.TabIndex = 237
- Me.Label15.Text = "級別"
- '
- 'ComboBox7
- '
- Me.ComboBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox7.FormattingEnabled = True
- Me.ComboBox7.Items.AddRange(New Object() {"初級", "中級", "高級"})
- Me.ComboBox7.Location = New System.Drawing.Point(74, 333)
- Me.ComboBox7.Name = "ComboBox7"
- Me.ComboBox7.Size = New System.Drawing.Size(134, 24)
- Me.ComboBox7.TabIndex = 236
- '
- 'Label16
- '
- Me.Label16.AutoSize = True
- Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label16.Location = New System.Drawing.Point(12, 366)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(32, 16)
- Me.Label16.TabIndex = 239
- Me.Label16.Text = "性質"
- '
- 'ComboBox8
- '
- Me.ComboBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox8.FormattingEnabled = True
- Me.ComboBox8.Items.AddRange(New Object() {"兼職", "全職"})
- Me.ComboBox8.Location = New System.Drawing.Point(74, 363)
- Me.ComboBox8.Name = "ComboBox8"
- Me.ComboBox8.Size = New System.Drawing.Size(134, 24)
- Me.ComboBox8.TabIndex = 238
- '
- 'CheckBox2
- '
- Me.CheckBox2.AutoSize = True
- Me.CheckBox2.Location = New System.Drawing.Point(133, 393)
- Me.CheckBox2.Name = "CheckBox2"
- Me.CheckBox2.Size = New System.Drawing.Size(75, 20)
- Me.CheckBox2.TabIndex = 240
- Me.CheckBox2.Text = "是否給薪"
- Me.CheckBox2.UseVisualStyleBackColor = True
- '
- 'Label17
- '
- Me.Label17.AutoSize = True
- Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label17.Location = New System.Drawing.Point(12, 481)
- Me.Label17.Name = "Label17"
- Me.Label17.Size = New System.Drawing.Size(56, 16)
- Me.Label17.TabIndex = 242
- Me.Label17.Text = "給薪幣別"
- '
- 'ComboBox9
- '
- Me.ComboBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox9.FormattingEnabled = True
- Me.ComboBox9.Items.AddRange(New Object() {"TWD", "RMB"})
- Me.ComboBox9.Location = New System.Drawing.Point(74, 478)
- Me.ComboBox9.Name = "ComboBox9"
- Me.ComboBox9.Size = New System.Drawing.Size(134, 24)
- Me.ComboBox9.TabIndex = 241
- '
- '入職日期_dtp
- '
- Me.入職日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.入職日期_dtp.Location = New System.Drawing.Point(74, 508)
- Me.入職日期_dtp.Name = "入職日期_dtp"
- Me.入職日期_dtp.Size = New System.Drawing.Size(134, 23)
- Me.入職日期_dtp.TabIndex = 733
- '
- 'Label21
- '
- Me.Label21.AutoSize = True
- Me.Label21.Location = New System.Drawing.Point(12, 511)
- Me.Label21.Name = "Label21"
- Me.Label21.Size = New System.Drawing.Size(56, 16)
- Me.Label21.TabIndex = 732
- Me.Label21.Text = "入職日期"
- '
- '員工編號串聯_bt
- '
- Me.員工編號串聯_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.員工編號串聯_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.員工編號串聯_bt.Location = New System.Drawing.Point(12, 824)
- Me.員工編號串聯_bt.Name = "員工編號串聯_bt"
- Me.員工編號串聯_bt.Size = New System.Drawing.Size(196, 35)
- Me.員工編號串聯_bt.TabIndex = 734
- Me.員工編號串聯_bt.Text = "員工編號串聯"
- 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(1914, 991)
- Me.Controls.Add(Me.員工編號串聯_bt)
- Me.Controls.Add(Me.入職日期_dtp)
- Me.Controls.Add(Me.Label21)
- Me.Controls.Add(Me.Label17)
- Me.Controls.Add(Me.ComboBox9)
- Me.Controls.Add(Me.CheckBox2)
- Me.Controls.Add(Me.Label16)
- Me.Controls.Add(Me.ComboBox8)
- Me.Controls.Add(Me.Label15)
- Me.Controls.Add(Me.ComboBox7)
- Me.Controls.Add(Me.Label14)
- Me.Controls.Add(Me.ComboBox6)
- Me.Controls.Add(Me.Label13)
- Me.Controls.Add(Me.TextBox8)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.TextBox7)
- Me.Controls.Add(Me.CheckBox1)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.TextBox5)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button7)
- Me.Controls.Add(Me.TextBox6)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.ComboBox5)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.TextBox4)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.ComboBox4)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.ComboBox3)
- Me.Controls.Add(Me.ComboBox2)
- Me.Controls.Add(Me.ComboBox1)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.人員清單_dgv)
- 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(3, 4, 3, 4)
- Me.Name = "人員入職資料表"
- Me.Text = "人員入職資料表"
- CType(Me.人員清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 人員清單_dgv As DataGridView
- Friend WithEvents Label2 As Label
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents ComboBox1 As ComboBox
- Friend WithEvents Label4 As Label
- Friend WithEvents ComboBox2 As ComboBox
- Friend WithEvents ComboBox3 As ComboBox
- Friend WithEvents Label5 As Label
- Friend WithEvents ComboBox4 As ComboBox
- Friend WithEvents Label6 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents Label8 As Label
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents ComboBox5 As ComboBox
- Friend WithEvents Label9 As Label
- Friend WithEvents TextBox6 As TextBox
- Friend WithEvents Label10 As Label
- Friend WithEvents Button3 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents Button7 As Button
- Friend WithEvents Label11 As Label
- Friend WithEvents TextBox5 As TextBox
- Friend WithEvents CheckBox1 As CheckBox
- Friend WithEvents Label12 As Label
- Friend WithEvents TextBox7 As TextBox
- Friend WithEvents Label13 As Label
- Friend WithEvents TextBox8 As TextBox
- Friend WithEvents Label14 As Label
- Friend WithEvents ComboBox6 As ComboBox
- Friend WithEvents Label15 As Label
- Friend WithEvents ComboBox7 As ComboBox
- Friend WithEvents Label16 As Label
- Friend WithEvents ComboBox8 As ComboBox
- Friend WithEvents CheckBox2 As CheckBox
- Friend WithEvents Label17 As Label
- Friend WithEvents ComboBox9 As ComboBox
- Friend WithEvents 入職日期_dtp As DateTimePicker
- Friend WithEvents Label21 As Label
- Friend WithEvents 員工編號串聯_bt As Button
- End Class
|