_ Partial Class 連動模組 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.人員表_dgv = New System.Windows.Forms.DataGridView() Me.買入車主名稱_tb = New System.Windows.Forms.TextBox() Me.買入車主電話_tb = New System.Windows.Forms.TextBox() Me.買入車主地址_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.流水號_tb = New System.Windows.Forms.TextBox() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.label = New System.Windows.Forms.Label() Me.車號_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.群組編號_tb = New System.Windows.Forms.TextBox() Me.加入_bt = New System.Windows.Forms.Button() Me.修改_bt = New System.Windows.Forms.Button() 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(192, Byte), Integer), CType(CType(255, 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.BackgroundColor = System.Drawing.Color.White Me.人員表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.人員表_dgv.Location = New System.Drawing.Point(2, 53) Me.人員表_dgv.Margin = New System.Windows.Forms.Padding(5) Me.人員表_dgv.Name = "人員表_dgv" Me.人員表_dgv.ReadOnly = True Me.人員表_dgv.RowHeadersWidth = 5 Me.人員表_dgv.RowTemplate.Height = 24 Me.人員表_dgv.Size = New System.Drawing.Size(907, 452) Me.人員表_dgv.TabIndex = 960 ' '買入車主名稱_tb ' Me.買入車主名稱_tb.Location = New System.Drawing.Point(116, 4) Me.買入車主名稱_tb.Margin = New System.Windows.Forms.Padding(5) Me.買入車主名稱_tb.Name = "買入車主名稱_tb" Me.買入車主名稱_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.買入車主名稱_tb.Size = New System.Drawing.Size(227, 23) Me.買入車主名稱_tb.TabIndex = 1692 ' '買入車主電話_tb ' Me.買入車主電話_tb.Location = New System.Drawing.Point(385, 4) Me.買入車主電話_tb.Margin = New System.Windows.Forms.Padding(5) Me.買入車主電話_tb.Name = "買入車主電話_tb" Me.買入車主電話_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.買入車主電話_tb.Size = New System.Drawing.Size(148, 23) Me.買入車主電話_tb.TabIndex = 1693 ' '買入車主地址_tb ' Me.買入車主地址_tb.Location = New System.Drawing.Point(116, 29) Me.買入車主地址_tb.Margin = New System.Windows.Forms.Padding(5) Me.買入車主地址_tb.Name = "買入車主地址_tb" Me.買入車主地址_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.買入車主地址_tb.Size = New System.Drawing.Size(417, 23) Me.買入車主地址_tb.TabIndex = 1694 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label9.Location = New System.Drawing.Point(353, 8) Me.Label9.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(31, 16) Me.Label9.TabIndex = 1696 Me.Label9.Text = "電話" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label7.Location = New System.Drawing.Point(57, 8) Me.Label7.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(55, 16) Me.Label7.TabIndex = 1695 Me.Label7.Text = "車主名稱" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label10.Location = New System.Drawing.Point(58, 32) Me.Label10.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(55, 16) Me.Label10.TabIndex = 1697 Me.Label10.Text = "地 址" ' '流水號_tb ' Me.流水號_tb.Location = New System.Drawing.Point(41, 144) Me.流水號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.流水號_tb.Name = "流水號_tb" Me.流水號_tb.Size = New System.Drawing.Size(116, 23) Me.流水號_tb.TabIndex = 1699 Me.流水號_tb.Visible = False ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "系統說明" ' 'label ' Me.label.AutoSize = True Me.label.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.label.Location = New System.Drawing.Point(536, 7) Me.label.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.label.Name = "label" Me.label.Size = New System.Drawing.Size(55, 16) Me.label.TabIndex = 1701 Me.label.Text = "車 號" ' '車號_tb ' Me.車號_tb.Location = New System.Drawing.Point(594, 4) Me.車號_tb.Margin = New System.Windows.Forms.Padding(5) Me.車號_tb.Name = "車號_tb" Me.車號_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.車號_tb.Size = New System.Drawing.Size(189, 23) Me.車號_tb.TabIndex = 1700 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label1.Location = New System.Drawing.Point(536, 32) Me.Label1.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 1703 Me.Label1.Text = "群組編號" ' '群組編號_tb ' Me.群組編號_tb.Location = New System.Drawing.Point(594, 29) Me.群組編號_tb.Margin = New System.Windows.Forms.Padding(5) Me.群組編號_tb.Name = "群組編號_tb" Me.群組編號_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.群組編號_tb.Size = New System.Drawing.Size(189, 23) Me.群組編號_tb.TabIndex = 1702 ' '加入_bt ' Me.加入_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.加入_bt.Location = New System.Drawing.Point(785, 2) Me.加入_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.加入_bt.Name = "加入_bt" Me.加入_bt.Size = New System.Drawing.Size(60, 51) Me.加入_bt.TabIndex = 1704 Me.加入_bt.Text = "快速加入資料" Me.加入_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.修改_bt.Location = New System.Drawing.Point(846, 2) Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(60, 51) Me.修改_bt.TabIndex = 1698 Me.修改_bt.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Search Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.查詢_bt.Location = New System.Drawing.Point(3, 1) Me.查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(51, 51) Me.查詢_bt.TabIndex = 0 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(911, 507) Me.Controls.Add(Me.加入_bt) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.群組編號_tb) Me.Controls.Add(Me.label) Me.Controls.Add(Me.車號_tb) Me.Controls.Add(Me.流水號_tb) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.買入車主名稱_tb) Me.Controls.Add(Me.買入車主電話_tb) Me.Controls.Add(Me.買入車主地址_tb) Me.Controls.Add(Me.人員表_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(3, 4, 3, 4) Me.Name = "連動模組" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "選擇客戶" CType(Me.人員表_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 查詢_bt As Button Friend WithEvents 人員表_dgv As DataGridView Friend WithEvents 買入車主名稱_tb As TextBox Friend WithEvents 買入車主電話_tb As TextBox Friend WithEvents 買入車主地址_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents Label7 As Label Friend WithEvents Label10 As Label Friend WithEvents 修改_bt As Button Friend WithEvents 流水號_tb As TextBox Friend WithEvents ToolTip1 As ToolTip Friend WithEvents label As Label Friend WithEvents 車號_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 群組編號_tb As TextBox Friend WithEvents 加入_bt As Button End Class