123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562 |
- <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.生肖1_cb = New System.Windows.Forms.ComboBox()
- Me.性別1_cb = New System.Windows.Forms.ComboBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.地址1_tb = New System.Windows.Forms.TextBox()
- Me.電話1_tb = New System.Windows.Forms.TextBox()
- Me.公司地址_lb = New System.Windows.Forms.Label()
- Me.客戶簡稱_cb = New System.Windows.Forms.ComboBox()
- Me.客戶名稱1_tb = New System.Windows.Forms.TextBox()
- Me.客戶_lb = New System.Windows.Forms.Label()
- Me.簡稱_lb = New System.Windows.Forms.Label()
- Me.公司電話1_lb = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.生肖2_cb = New System.Windows.Forms.ComboBox()
- Me.性別2_cb = New System.Windows.Forms.ComboBox()
- Me.地址2_tb = New System.Windows.Forms.TextBox()
- Me.電話2_tb = New System.Windows.Forms.TextBox()
- Me.客戶名稱2_tb = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.生肖3_cb = New System.Windows.Forms.ComboBox()
- Me.性別3_cb = New System.Windows.Forms.ComboBox()
- Me.地址3_tb = New System.Windows.Forms.TextBox()
- Me.電話3_tb = New System.Windows.Forms.TextBox()
- Me.客戶名稱3_tb = New System.Windows.Forms.TextBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.生肖4_cb = New System.Windows.Forms.ComboBox()
- Me.性別4_cb = New System.Windows.Forms.ComboBox()
- Me.地址4_tb = New System.Windows.Forms.TextBox()
- Me.電話4_tb = New System.Windows.Forms.TextBox()
- Me.客戶名稱4_tb = New System.Windows.Forms.TextBox()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.生肖5_cb = New System.Windows.Forms.ComboBox()
- Me.性別5_cb = New System.Windows.Forms.ComboBox()
- Me.地址5_tb = New System.Windows.Forms.TextBox()
- Me.電話5_tb = New System.Windows.Forms.TextBox()
- Me.客戶名稱5_tb = New System.Windows.Forms.TextBox()
- Me.修改_bt = New System.Windows.Forms.Button()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.Panel2 = New System.Windows.Forms.Panel()
- Me.Panel1.SuspendLayout()
- Me.Panel2.SuspendLayout()
- Me.SuspendLayout()
- '
- '生肖1_cb
- '
- Me.生肖1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.生肖1_cb.FormattingEnabled = True
- Me.生肖1_cb.Items.AddRange(New Object() {"鼠", "牛", "虎", "兔", "龍", "蛇", "馬", "羊", "猴", "雞", "狗", "豬"})
- Me.生肖1_cb.Location = New System.Drawing.Point(713, 4)
- Me.生肖1_cb.Name = "生肖1_cb"
- Me.生肖1_cb.Size = New System.Drawing.Size(55, 24)
- Me.生肖1_cb.TabIndex = 1704
- '
- '性別1_cb
- '
- Me.性別1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.性別1_cb.FormattingEnabled = True
- Me.性別1_cb.Items.AddRange(New Object() {"男", "女"})
- Me.性別1_cb.Location = New System.Drawing.Point(656, 4)
- Me.性別1_cb.Name = "性別1_cb"
- Me.性別1_cb.Size = New System.Drawing.Size(55, 24)
- Me.性別1_cb.TabIndex = 1703
- '
- '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(730, 4)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(31, 16)
- Me.Label2.TabIndex = 1702
- Me.Label2.Text = "生肖"
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '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(672, 4)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(31, 16)
- Me.Label1.TabIndex = 1701
- Me.Label1.Text = "性別"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '地址1_tb
- '
- Me.地址1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.地址1_tb.Location = New System.Drawing.Point(255, 4)
- Me.地址1_tb.Name = "地址1_tb"
- Me.地址1_tb.Size = New System.Drawing.Size(399, 23)
- Me.地址1_tb.TabIndex = 1700
- '
- '電話1_tb
- '
- Me.電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.電話1_tb.Location = New System.Drawing.Point(145, 4)
- Me.電話1_tb.Name = "電話1_tb"
- Me.電話1_tb.Size = New System.Drawing.Size(108, 23)
- Me.電話1_tb.TabIndex = 1698
- '
- '公司地址_lb
- '
- Me.公司地址_lb.AutoSize = True
- Me.公司地址_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.公司地址_lb.Location = New System.Drawing.Point(414, 4)
- Me.公司地址_lb.Name = "公司地址_lb"
- Me.公司地址_lb.Size = New System.Drawing.Size(55, 16)
- Me.公司地址_lb.TabIndex = 1697
- Me.公司地址_lb.Text = "信眾地址"
- Me.公司地址_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '客戶簡稱_cb
- '
- Me.客戶簡稱_cb.FormattingEnabled = True
- Me.客戶簡稱_cb.Items.AddRange(New Object() {"2019"})
- Me.客戶簡稱_cb.Location = New System.Drawing.Point(66, 3)
- Me.客戶簡稱_cb.Name = "客戶簡稱_cb"
- Me.客戶簡稱_cb.Size = New System.Drawing.Size(330, 24)
- Me.客戶簡稱_cb.TabIndex = 1692
- '
- '客戶名稱1_tb
- '
- Me.客戶名稱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客戶名稱1_tb.Location = New System.Drawing.Point(46, 4)
- Me.客戶名稱1_tb.Name = "客戶名稱1_tb"
- Me.客戶名稱1_tb.Size = New System.Drawing.Size(97, 23)
- Me.客戶名稱1_tb.TabIndex = 1696
- '
- '客戶_lb
- '
- Me.客戶_lb.AutoSize = True
- Me.客戶_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客戶_lb.Location = New System.Drawing.Point(68, 4)
- Me.客戶_lb.Name = "客戶_lb"
- Me.客戶_lb.Size = New System.Drawing.Size(55, 16)
- Me.客戶_lb.TabIndex = 1695
- Me.客戶_lb.Text = "信眾名稱"
- Me.客戶_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '簡稱_lb
- '
- Me.簡稱_lb.AutoSize = True
- Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.簡稱_lb.Location = New System.Drawing.Point(5, 6)
- Me.簡稱_lb.Name = "簡稱_lb"
- Me.簡稱_lb.Size = New System.Drawing.Size(55, 16)
- Me.簡稱_lb.TabIndex = 1691
- Me.簡稱_lb.Text = "群組編號"
- Me.簡稱_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '公司電話1_lb
- '
- Me.公司電話1_lb.AutoSize = True
- Me.公司電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.公司電話1_lb.ForeColor = System.Drawing.Color.Black
- Me.公司電話1_lb.Location = New System.Drawing.Point(177, 4)
- Me.公司電話1_lb.Name = "公司電話1_lb"
- Me.公司電話1_lb.Size = New System.Drawing.Size(55, 16)
- Me.公司電話1_lb.TabIndex = 1699
- Me.公司電話1_lb.Text = "信眾電話"
- Me.公司電話1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '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(2, 8)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(38, 16)
- Me.Label3.TabIndex = 1705
- Me.Label3.Text = "人員1"
- Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '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(2, 33)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(38, 16)
- Me.Label4.TabIndex = 1711
- Me.Label4.Text = "人員2"
- Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '生肖2_cb
- '
- Me.生肖2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.生肖2_cb.FormattingEnabled = True
- Me.生肖2_cb.Items.AddRange(New Object() {"鼠", "牛", "虎", "兔", "龍", "蛇", "馬", "羊", "猴", "雞", "狗", "豬"})
- Me.生肖2_cb.Location = New System.Drawing.Point(713, 30)
- Me.生肖2_cb.Name = "生肖2_cb"
- Me.生肖2_cb.Size = New System.Drawing.Size(55, 24)
- Me.生肖2_cb.TabIndex = 1710
- '
- '性別2_cb
- '
- Me.性別2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.性別2_cb.FormattingEnabled = True
- Me.性別2_cb.Items.AddRange(New Object() {"男", "女"})
- Me.性別2_cb.Location = New System.Drawing.Point(656, 30)
- Me.性別2_cb.Name = "性別2_cb"
- Me.性別2_cb.Size = New System.Drawing.Size(55, 24)
- Me.性別2_cb.TabIndex = 1709
- '
- '地址2_tb
- '
- Me.地址2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.地址2_tb.Location = New System.Drawing.Point(255, 30)
- Me.地址2_tb.Name = "地址2_tb"
- Me.地址2_tb.Size = New System.Drawing.Size(399, 23)
- Me.地址2_tb.TabIndex = 1708
- '
- '電話2_tb
- '
- Me.電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.電話2_tb.Location = New System.Drawing.Point(145, 30)
- Me.電話2_tb.Name = "電話2_tb"
- Me.電話2_tb.Size = New System.Drawing.Size(108, 23)
- Me.電話2_tb.TabIndex = 1707
- '
- '客戶名稱2_tb
- '
- Me.客戶名稱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客戶名稱2_tb.Location = New System.Drawing.Point(46, 30)
- Me.客戶名稱2_tb.Name = "客戶名稱2_tb"
- Me.客戶名稱2_tb.Size = New System.Drawing.Size(97, 23)
- Me.客戶名稱2_tb.TabIndex = 1706
- '
- '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(2, 59)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(38, 16)
- Me.Label5.TabIndex = 1717
- Me.Label5.Text = "人員3"
- Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '生肖3_cb
- '
- Me.生肖3_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.生肖3_cb.FormattingEnabled = True
- Me.生肖3_cb.Items.AddRange(New Object() {"鼠", "牛", "虎", "兔", "龍", "蛇", "馬", "羊", "猴", "雞", "狗", "豬"})
- Me.生肖3_cb.Location = New System.Drawing.Point(713, 56)
- Me.生肖3_cb.Name = "生肖3_cb"
- Me.生肖3_cb.Size = New System.Drawing.Size(55, 24)
- Me.生肖3_cb.TabIndex = 1716
- '
- '性別3_cb
- '
- Me.性別3_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.性別3_cb.FormattingEnabled = True
- Me.性別3_cb.Items.AddRange(New Object() {"男", "女"})
- Me.性別3_cb.Location = New System.Drawing.Point(656, 56)
- Me.性別3_cb.Name = "性別3_cb"
- Me.性別3_cb.Size = New System.Drawing.Size(55, 24)
- Me.性別3_cb.TabIndex = 1715
- '
- '地址3_tb
- '
- Me.地址3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.地址3_tb.Location = New System.Drawing.Point(255, 56)
- Me.地址3_tb.Name = "地址3_tb"
- Me.地址3_tb.Size = New System.Drawing.Size(399, 23)
- Me.地址3_tb.TabIndex = 1714
- '
- '電話3_tb
- '
- Me.電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.電話3_tb.Location = New System.Drawing.Point(145, 56)
- Me.電話3_tb.Name = "電話3_tb"
- Me.電話3_tb.Size = New System.Drawing.Size(108, 23)
- Me.電話3_tb.TabIndex = 1713
- '
- '客戶名稱3_tb
- '
- Me.客戶名稱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客戶名稱3_tb.Location = New System.Drawing.Point(46, 56)
- Me.客戶名稱3_tb.Name = "客戶名稱3_tb"
- Me.客戶名稱3_tb.Size = New System.Drawing.Size(97, 23)
- Me.客戶名稱3_tb.TabIndex = 1712
- '
- '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(2, 85)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(38, 16)
- Me.Label6.TabIndex = 1723
- Me.Label6.Text = "人員4"
- Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '生肖4_cb
- '
- Me.生肖4_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.生肖4_cb.FormattingEnabled = True
- Me.生肖4_cb.Items.AddRange(New Object() {"鼠", "牛", "虎", "兔", "龍", "蛇", "馬", "羊", "猴", "雞", "狗", "豬"})
- Me.生肖4_cb.Location = New System.Drawing.Point(713, 82)
- Me.生肖4_cb.Name = "生肖4_cb"
- Me.生肖4_cb.Size = New System.Drawing.Size(55, 24)
- Me.生肖4_cb.TabIndex = 1722
- '
- '性別4_cb
- '
- Me.性別4_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.性別4_cb.FormattingEnabled = True
- Me.性別4_cb.Items.AddRange(New Object() {"男", "女"})
- Me.性別4_cb.Location = New System.Drawing.Point(656, 82)
- Me.性別4_cb.Name = "性別4_cb"
- Me.性別4_cb.Size = New System.Drawing.Size(55, 24)
- Me.性別4_cb.TabIndex = 1721
- '
- '地址4_tb
- '
- Me.地址4_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.地址4_tb.Location = New System.Drawing.Point(255, 82)
- Me.地址4_tb.Name = "地址4_tb"
- Me.地址4_tb.Size = New System.Drawing.Size(399, 23)
- Me.地址4_tb.TabIndex = 1720
- '
- '電話4_tb
- '
- Me.電話4_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.電話4_tb.Location = New System.Drawing.Point(145, 82)
- Me.電話4_tb.Name = "電話4_tb"
- Me.電話4_tb.Size = New System.Drawing.Size(108, 23)
- Me.電話4_tb.TabIndex = 1719
- '
- '客戶名稱4_tb
- '
- Me.客戶名稱4_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客戶名稱4_tb.Location = New System.Drawing.Point(46, 82)
- Me.客戶名稱4_tb.Name = "客戶名稱4_tb"
- Me.客戶名稱4_tb.Size = New System.Drawing.Size(97, 23)
- Me.客戶名稱4_tb.TabIndex = 1718
- '
- '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(2, 111)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(38, 16)
- Me.Label7.TabIndex = 1729
- Me.Label7.Text = "人員5"
- Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '生肖5_cb
- '
- Me.生肖5_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.生肖5_cb.FormattingEnabled = True
- Me.生肖5_cb.Items.AddRange(New Object() {"鼠", "牛", "虎", "兔", "龍", "蛇", "馬", "羊", "猴", "雞", "狗", "豬"})
- Me.生肖5_cb.Location = New System.Drawing.Point(713, 108)
- Me.生肖5_cb.Name = "生肖5_cb"
- Me.生肖5_cb.Size = New System.Drawing.Size(55, 24)
- Me.生肖5_cb.TabIndex = 1728
- '
- '性別5_cb
- '
- Me.性別5_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.性別5_cb.FormattingEnabled = True
- Me.性別5_cb.Items.AddRange(New Object() {"男", "女"})
- Me.性別5_cb.Location = New System.Drawing.Point(656, 108)
- Me.性別5_cb.Name = "性別5_cb"
- Me.性別5_cb.Size = New System.Drawing.Size(55, 24)
- Me.性別5_cb.TabIndex = 1727
- '
- '地址5_tb
- '
- Me.地址5_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.地址5_tb.Location = New System.Drawing.Point(255, 108)
- Me.地址5_tb.Name = "地址5_tb"
- Me.地址5_tb.Size = New System.Drawing.Size(399, 23)
- Me.地址5_tb.TabIndex = 1726
- '
- '電話5_tb
- '
- Me.電話5_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.電話5_tb.Location = New System.Drawing.Point(145, 108)
- Me.電話5_tb.Name = "電話5_tb"
- Me.電話5_tb.Size = New System.Drawing.Size(108, 23)
- Me.電話5_tb.TabIndex = 1725
- '
- '客戶名稱5_tb
- '
- Me.客戶名稱5_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客戶名稱5_tb.Location = New System.Drawing.Point(46, 108)
- Me.客戶名稱5_tb.Name = "客戶名稱5_tb"
- Me.客戶名稱5_tb.Size = New System.Drawing.Size(97, 23)
- Me.客戶名稱5_tb.TabIndex = 1724
- '
- '修改_bt
- '
- Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER
- Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- 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.DarkGreen
- Me.修改_bt.Location = New System.Drawing.Point(574, 3)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(198, 43)
- Me.修改_bt.TabIndex = 1730
- Me.修改_bt.UseVisualStyleBackColor = True
- '
- '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.ForeColor = System.Drawing.Color.Red
- Me.Label8.Location = New System.Drawing.Point(5, 30)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(391, 16)
- Me.Label8.TabIndex = 1731
- Me.Label8.Text = "可自行填入群組編號,未填入系統會自己創造,以下人員會加入同一群組"
- Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- 'Panel1
- '
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel1.Controls.Add(Me.公司電話1_lb)
- Me.Panel1.Controls.Add(Me.客戶_lb)
- Me.Panel1.Controls.Add(Me.公司地址_lb)
- Me.Panel1.Controls.Add(Me.Label1)
- Me.Panel1.Controls.Add(Me.Label2)
- Me.Panel1.Location = New System.Drawing.Point(2, 47)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(772, 27)
- Me.Panel1.TabIndex = 1732
- '
- 'Panel2
- '
- Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel2.Controls.Add(Me.Label3)
- Me.Panel2.Controls.Add(Me.客戶名稱1_tb)
- Me.Panel2.Controls.Add(Me.電話1_tb)
- Me.Panel2.Controls.Add(Me.Label7)
- Me.Panel2.Controls.Add(Me.地址1_tb)
- Me.Panel2.Controls.Add(Me.生肖5_cb)
- Me.Panel2.Controls.Add(Me.性別1_cb)
- Me.Panel2.Controls.Add(Me.性別5_cb)
- Me.Panel2.Controls.Add(Me.生肖1_cb)
- Me.Panel2.Controls.Add(Me.地址5_tb)
- Me.Panel2.Controls.Add(Me.客戶名稱2_tb)
- Me.Panel2.Controls.Add(Me.電話5_tb)
- Me.Panel2.Controls.Add(Me.電話2_tb)
- Me.Panel2.Controls.Add(Me.客戶名稱5_tb)
- Me.Panel2.Controls.Add(Me.地址2_tb)
- Me.Panel2.Controls.Add(Me.Label6)
- Me.Panel2.Controls.Add(Me.性別2_cb)
- Me.Panel2.Controls.Add(Me.生肖4_cb)
- Me.Panel2.Controls.Add(Me.生肖2_cb)
- Me.Panel2.Controls.Add(Me.性別4_cb)
- Me.Panel2.Controls.Add(Me.Label4)
- Me.Panel2.Controls.Add(Me.地址4_tb)
- Me.Panel2.Controls.Add(Me.客戶名稱3_tb)
- Me.Panel2.Controls.Add(Me.電話4_tb)
- Me.Panel2.Controls.Add(Me.電話3_tb)
- Me.Panel2.Controls.Add(Me.客戶名稱4_tb)
- Me.Panel2.Controls.Add(Me.地址3_tb)
- Me.Panel2.Controls.Add(Me.Label5)
- Me.Panel2.Controls.Add(Me.性別3_cb)
- Me.Panel2.Controls.Add(Me.生肖3_cb)
- Me.Panel2.Location = New System.Drawing.Point(2, 73)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(772, 137)
- Me.Panel2.TabIndex = 1733
- '
- '快速加入
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(774, 212)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.修改_bt)
- Me.Controls.Add(Me.客戶簡稱_cb)
- Me.Controls.Add(Me.簡稱_lb)
- 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.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 生肖1_cb As ComboBox
- Friend WithEvents 性別1_cb As ComboBox
- Friend WithEvents Label2 As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents 地址1_tb As TextBox
- Friend WithEvents 電話1_tb As TextBox
- Friend WithEvents 公司地址_lb As Label
- Friend WithEvents 客戶簡稱_cb As ComboBox
- Friend WithEvents 客戶名稱1_tb As TextBox
- Friend WithEvents 客戶_lb As Label
- Friend WithEvents 簡稱_lb As Label
- Friend WithEvents 公司電話1_lb As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents 生肖2_cb As ComboBox
- Friend WithEvents 性別2_cb As ComboBox
- Friend WithEvents 地址2_tb As TextBox
- Friend WithEvents 電話2_tb As TextBox
- Friend WithEvents 客戶名稱2_tb As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents 生肖3_cb As ComboBox
- Friend WithEvents 性別3_cb As ComboBox
- Friend WithEvents 地址3_tb As TextBox
- Friend WithEvents 電話3_tb As TextBox
- Friend WithEvents 客戶名稱3_tb As TextBox
- Friend WithEvents Label6 As Label
- Friend WithEvents 生肖4_cb As ComboBox
- Friend WithEvents 性別4_cb As ComboBox
- Friend WithEvents 地址4_tb As TextBox
- Friend WithEvents 電話4_tb As TextBox
- Friend WithEvents 客戶名稱4_tb As TextBox
- Friend WithEvents Label7 As Label
- Friend WithEvents 生肖5_cb As ComboBox
- Friend WithEvents 性別5_cb As ComboBox
- Friend WithEvents 地址5_tb As TextBox
- Friend WithEvents 電話5_tb As TextBox
- Friend WithEvents 客戶名稱5_tb As TextBox
- Friend WithEvents 修改_bt As Button
- Friend WithEvents Label8 As Label
- Friend WithEvents Panel1 As Panel
- Friend WithEvents Panel2 As Panel
- End Class
|