亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? feditbooking.designer.vb

?? This is a sample of login file in asp pages format
?? VB
?? 第 1 頁 / 共 2 頁
字號:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class fEditBooking
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(fEditBooking))
        Me.btnSCustomer = New System.Windows.Forms.Button
        Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
        Me.txtCusID = New System.Windows.Forms.TextBox
        Me.Label16 = New System.Windows.Forms.Label
        Me.txtCardNo = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.txtPassNo = New System.Windows.Forms.TextBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.DTCheckIn = New System.Windows.Forms.DateTimePicker
        Me.DTBooking = New System.Windows.Forms.DateTimePicker
        Me.lblCheckOut = New System.Windows.Forms.Label
        Me.txtAddress = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.txtGender = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.cboCusName = New System.Windows.Forms.ComboBox
        Me.txtStaying = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.lblCheckIn = New System.Windows.Forms.Label
        Me.txtPrepaid = New System.Windows.Forms.TextBox
        Me.Label13 = New System.Windows.Forms.Label
        Me.txtRemain = New System.Windows.Forms.TextBox
        Me.txtAmount = New System.Windows.Forms.TextBox
        Me.Label12 = New System.Windows.Forms.Label
        Me.btnClose = New System.Windows.Forms.Button
        Me.GroupBox4 = New System.Windows.Forms.GroupBox
        Me.btnUpdate = New System.Windows.Forms.Button
        Me.txtTotal = New System.Windows.Forms.TextBox
        Me.GroupBox3 = New System.Windows.Forms.GroupBox
        Me.Label14 = New System.Windows.Forms.Label
        Me.txtFloor = New System.Windows.Forms.TextBox
        Me.Label11 = New System.Windows.Forms.Label
        Me.Label15 = New System.Windows.Forms.Label
        Me.cboRNum = New System.Windows.Forms.ComboBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.cboRType = New System.Windows.Forms.ComboBox
        Me.Label9 = New System.Windows.Forms.Label
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.GroupBox4.SuspendLayout()
        Me.GroupBox3.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'btnSCustomer
        '
        Me.btnSCustomer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.btnSCustomer.ImageKey = "search2.ico"
        Me.btnSCustomer.ImageList = Me.ImageList1
        Me.btnSCustomer.Location = New System.Drawing.Point(126, 201)
        Me.btnSCustomer.Name = "btnSCustomer"
        Me.btnSCustomer.Size = New System.Drawing.Size(75, 23)
        Me.btnSCustomer.TabIndex = 31
        Me.btnSCustomer.Text = "  Search"
        Me.btnSCustomer.UseVisualStyleBackColor = True
        '
        'ImageList1
        '
        Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
        Me.ImageList1.Images.SetKeyName(0, "search2.ico")
        Me.ImageList1.Images.SetKeyName(1, "edit.ico")
        Me.ImageList1.Images.SetKeyName(2, "Close 2.ico")
        '
        'txtCusID
        '
        Me.txtCusID.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCusID.Location = New System.Drawing.Point(126, 60)
        Me.txtCusID.Name = "txtCusID"
        Me.txtCusID.ReadOnly = True
        Me.txtCusID.Size = New System.Drawing.Size(255, 22)
        Me.txtCusID.TabIndex = 16
        '
        'Label16
        '
        Me.Label16.AutoSize = True
        Me.Label16.BackColor = System.Drawing.Color.Transparent
        Me.Label16.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label16.Location = New System.Drawing.Point(33, 63)
        Me.Label16.Name = "Label16"
        Me.Label16.Size = New System.Drawing.Size(84, 16)
        Me.Label16.TabIndex = 17
        Me.Label16.Text = "Customer ID:"
        '
        'txtCardNo
        '
        Me.txtCardNo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCardNo.Location = New System.Drawing.Point(126, 172)
        Me.txtCardNo.Name = "txtCardNo"
        Me.txtCardNo.ReadOnly = True
        Me.txtCardNo.Size = New System.Drawing.Size(255, 22)
        Me.txtCardNo.TabIndex = 14
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.BackColor = System.Drawing.Color.Transparent
        Me.Label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.Location = New System.Drawing.Point(55, 175)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(61, 16)
        Me.Label5.TabIndex = 15
        Me.Label5.Text = "Card No:"
        '
        'txtPassNo
        '
        Me.txtPassNo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtPassNo.Location = New System.Drawing.Point(126, 144)
        Me.txtPassNo.Name = "txtPassNo"
        Me.txtPassNo.ReadOnly = True
        Me.txtPassNo.Size = New System.Drawing.Size(255, 22)
        Me.txtPassNo.TabIndex = 12
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.BackColor = System.Drawing.Color.Transparent
        Me.Label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.Location = New System.Drawing.Point(30, 147)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(86, 16)
        Me.Label4.TabIndex = 13
        Me.Label4.Text = "Passport No:"
        '
        'DTCheckIn
        '
        Me.DTCheckIn.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.DTCheckIn.Location = New System.Drawing.Point(126, 87)
        Me.DTCheckIn.Name = "DTCheckIn"
        Me.DTCheckIn.Size = New System.Drawing.Size(255, 22)
        Me.DTCheckIn.TabIndex = 23
        '
        'DTBooking
        '
        Me.DTBooking.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.DTBooking.Location = New System.Drawing.Point(126, 29)
        Me.DTBooking.Name = "DTBooking"
        Me.DTBooking.Size = New System.Drawing.Size(255, 22)
        Me.DTBooking.TabIndex = 22
        '
        'lblCheckOut
        '
        Me.lblCheckOut.AutoSize = True
        Me.lblCheckOut.BackColor = System.Drawing.Color.Transparent
        Me.lblCheckOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.lblCheckOut.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCheckOut.Location = New System.Drawing.Point(15, 88)
        Me.lblCheckOut.Name = "lblCheckOut"
        Me.lblCheckOut.Size = New System.Drawing.Size(100, 16)
        Me.lblCheckOut.TabIndex = 21
        Me.lblCheckOut.Text = "   CheckIn Date:"
        '
        'txtAddress
        '
        Me.txtAddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtAddress.Location = New System.Drawing.Point(126, 116)
        Me.txtAddress.Name = "txtAddress"
        Me.txtAddress.ReadOnly = True
        Me.txtAddress.Size = New System.Drawing.Size(255, 22)
        Me.txtAddress.TabIndex = 10
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.Transparent
        Me.Label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.Location = New System.Drawing.Point(54, 119)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(62, 16)
        Me.Label2.TabIndex = 11
        Me.Label2.Text = "Address:"
        '
        'txtGender
        '
        Me.txtGender.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtGender.Location = New System.Drawing.Point(126, 88)
        Me.txtGender.Name = "txtGender"
        Me.txtGender.ReadOnly = True
        Me.txtGender.Size = New System.Drawing.Size(255, 22)
        Me.txtGender.TabIndex = 5
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label1.Location = New System.Drawing.Point(60, 91)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(56, 16)
        Me.Label1.TabIndex = 9
        Me.Label1.Text = "Gender:"
        '
        'cboCusName
        '
        Me.cboCusName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
        Me.cboCusName.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cboCusName.FormattingEnabled = True
        Me.cboCusName.Location = New System.Drawing.Point(126, 30)
        Me.cboCusName.Name = "cboCusName"
        Me.cboCusName.Size = New System.Drawing.Size(255, 24)
        Me.cboCusName.TabIndex = 1
        '
        'txtStaying
        '
        Me.txtStaying.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtStaying.Location = New System.Drawing.Point(126, 58)
        Me.txtStaying.Name = "txtStaying"
        Me.txtStaying.Size = New System.Drawing.Size(255, 22)
        Me.txtStaying.TabIndex = 2
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.BackColor = System.Drawing.Color.Transparent
        Me.Label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.Location = New System.Drawing.Point(8, 33)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(108, 16)
        Me.Label3.TabIndex = 7
        Me.Label3.Text = "Customer Name:"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.BackColor = System.Drawing.Color.Transparent
        Me.Label7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label7.Location = New System.Drawing.Point(60, 60)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(56, 16)
        Me.Label7.TabIndex = 19
        Me.Label7.Text = "Staying:"
        '
        'lblCheckIn
        '
        Me.lblCheckIn.AutoSize = True
        Me.lblCheckIn.BackColor = System.Drawing.Color.Transparent
        Me.lblCheckIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.lblCheckIn.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCheckIn.Location = New System.Drawing.Point(25, 32)
        Me.lblCheckIn.Name = "lblCheckIn"
        Me.lblCheckIn.Size = New System.Drawing.Size(93, 16)
        Me.lblCheckIn.TabIndex = 17
        Me.lblCheckIn.Text = "Booking Date:"
        '
        'txtPrepaid
        '
        Me.txtPrepaid.BackColor = System.Drawing.Color.Black
        Me.txtPrepaid.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtPrepaid.ForeColor = System.Drawing.Color.White
        Me.txtPrepaid.Location = New System.Drawing.Point(127, 173)
        Me.txtPrepaid.Name = "txtPrepaid"
        Me.txtPrepaid.Size = New System.Drawing.Size(255, 22)
        Me.txtPrepaid.TabIndex = 22
        '
        'Label13
        '
        Me.Label13.AutoSize = True
        Me.Label13.BackColor = System.Drawing.Color.Transparent
        Me.Label13.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label13.Location = New System.Drawing.Point(75, 148)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(42, 16)
        Me.Label13.TabIndex = 21
        Me.Label13.Text = "Total:"
        '

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线观看中文字幕不卡| 国产不卡高清在线观看视频| 在线观看一区二区视频| 亚洲黄网站在线观看| 欧美性一级生活| 首页国产欧美久久| 日韩视频在线一区二区| 精品一区二区日韩| 中文字幕乱码日本亚洲一区二区 | 老司机午夜精品| 2欧美一区二区三区在线观看视频| 国内不卡的二区三区中文字幕| 国产亚洲欧美激情| 色婷婷精品久久二区二区蜜臂av | 亚洲永久精品大片| 宅男噜噜噜66一区二区66| 紧缚捆绑精品一区二区| 国产精品久久久99| 欧美日韩精品欧美日韩精品一综合 | 欧美日韩中文另类| 麻豆传媒一区二区三区| 国产精品人成在线观看免费| 在线视频欧美区| 久久精品99国产精品| 国产精品久久久久久亚洲伦| 欧美日韩国产高清一区二区三区| 九一九一国产精品| 亚洲欧美经典视频| 欧美tickle裸体挠脚心vk| 99免费精品在线| 日韩国产欧美在线播放| 欧美高清一级片在线观看| 欧美日韩国产精品成人| 成人免费看片app下载| 午夜精品福利一区二区三区蜜桃| 久久精子c满五个校花| 欧美性一二三区| 粉嫩高潮美女一区二区三区| 视频一区二区三区中文字幕| 成人欧美一区二区三区小说| 欧美大片一区二区三区| 色婷婷国产精品| 久久99蜜桃精品| 亚洲国产美女搞黄色| 国产精品久久久久久久第一福利 | 91国产免费看| 国产电影一区在线| 日产精品久久久久久久性色| 国产精品久久久久久一区二区三区| 91 com成人网| 色欧美日韩亚洲| 国产精品一级黄| 欧美96一区二区免费视频| 亚洲欧美另类久久久精品| 国产免费成人在线视频| 欧美一级高清片| 欧美精品在线一区二区| 91在线视频官网| 国产不卡视频在线观看| 日本女优在线视频一区二区 | 日韩国产精品91| 亚洲宅男天堂在线观看无病毒| 国产日韩在线不卡| 精品国产乱码久久久久久蜜臀| 欧美精品tushy高清| 在线精品国精品国产尤物884a| kk眼镜猥琐国模调教系列一区二区| 国产一区二区在线观看免费| 九九久久精品视频| 免费观看久久久4p| 另类小说视频一区二区| 蜜臀久久99精品久久久久宅男| 日精品一区二区| 日韩国产成人精品| 日本 国产 欧美色综合| 蜜桃一区二区三区在线| 免费精品视频最新在线| 日本系列欧美系列| 日韩成人av影视| 欧美aaa在线| 国内精品自线一区二区三区视频| 黄色资源网久久资源365| 国产一区二区三区不卡在线观看| 黄色日韩网站视频| 懂色中文一区二区在线播放| 高清国产一区二区| av在线一区二区| 在线观看免费亚洲| 91精品国产综合久久久久| 欧美一区在线视频| 欧美不卡一区二区三区| 国产婷婷色一区二区三区| 中文一区二区在线观看| 亚洲精品成人悠悠色影视| 亚洲成人一区二区在线观看| 日韩和欧美一区二区| 毛片av一区二区| 国产精品一二一区| 北条麻妃一区二区三区| 在线观看免费亚洲| 日韩欧美不卡在线观看视频| 久久免费电影网| 亚洲欧洲另类国产综合| 一区二区三区四区蜜桃| 三级一区在线视频先锋| 精品一区二区三区av| 99精品国产视频| 91精品欧美综合在线观看最新| 国产女主播一区| 亚洲蜜桃精久久久久久久| 蜜桃视频第一区免费观看| 国产成人精品免费| 欧美伊人精品成人久久综合97 | 欧亚一区二区三区| 精品久久久久久久久久久院品网| 国产精品久久久久久久久久免费看| 亚洲综合在线电影| 精品一区二区日韩| 在线日韩av片| 2023国产一二三区日本精品2022| 亚洲精品免费在线| 美日韩一区二区| 91麻豆蜜桃一区二区三区| 日韩欧美色电影| 亚洲天堂av老司机| 麻豆成人91精品二区三区| av电影在线观看一区| 日韩精品在线网站| 亚洲激情第一区| 国产成人综合在线| 欧美一区二区啪啪| 亚洲精品乱码久久久久| 国产乱妇无码大片在线观看| 在线一区二区三区四区| 久久精品一区二区三区四区| 日日噜噜夜夜狠狠视频欧美人| 97久久精品人人做人人爽| 精品国产网站在线观看| 午夜激情久久久| av激情综合网| 欧美激情一二三区| 激情国产一区二区| 3751色影院一区二区三区| 亚洲综合一二三区| 99久久国产综合精品女不卡| 精品国产网站在线观看| 青青青爽久久午夜综合久久午夜| 91极品视觉盛宴| 最新中文字幕一区二区三区| 国产中文字幕一区| 日韩一区二区免费在线电影| 一区二区三区日韩欧美| 99久久er热在这里只有精品15| 久久精品人人做人人爽97| 裸体一区二区三区| 欧美精品一卡二卡| 亚洲国产wwwccc36天堂| 欧洲视频一区二区| 亚洲最新视频在线观看| 日本精品免费观看高清观看| 成人欧美一区二区三区白人| 成人激情视频网站| 国产精品毛片大码女人| 高清免费成人av| 国产精品理论片在线观看| 成人免费视频app| 国产精品高潮呻吟久久| 成人一区二区在线观看| 国产清纯白嫩初高生在线观看91 | 国产乱子伦视频一区二区三区| 精品国产乱码久久久久久蜜臀| 麻豆精品一二三| 精品日韩欧美一区二区| 国产真实乱对白精彩久久| 久久婷婷成人综合色| 国产综合色视频| 国产日产欧产精品推荐色| 成人久久视频在线观看| 中文字幕五月欧美| 91久久国产综合久久| 亚洲va天堂va国产va久| 欧美一级艳片视频免费观看| 久色婷婷小香蕉久久| 久久蜜臀中文字幕| 91视频一区二区三区| 亚洲一本大道在线| 欧美电影免费观看高清完整版| 国内不卡的二区三区中文字幕| 日本一区二区久久| 在线观看成人免费视频| 久久99精品久久久久久| 欧美国产一区在线| 91福利国产精品| 久久超碰97人人做人人爱| 中文av一区二区| 欧美综合在线视频| 韩国精品主播一区二区在线观看| 中文字幕欧美区| 欧美日韩aaa| 从欧美一区二区三区|