亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
久久青草国产手机看片福利盒子 | 亚洲人成网站精品片在线观看 | 国产一区二区视频在线| 亚洲精品国产一区二区精华液| 欧美成人性战久久| 欧美日韩不卡在线| 欧美日韩久久一区二区| 欧美福利视频导航| 欧美电影影音先锋| 91精品国产一区二区人妖| 欧美三电影在线| 欧美日韩国产大片| 欧美三级韩国三级日本三斤| 欧美视频你懂的| 欧美日韩免费一区二区三区视频 | 久久99国内精品| 久久se这里有精品| 国内成+人亚洲+欧美+综合在线| 久久精品国产精品青草| 精品一二三四区| 岛国精品在线播放| 99国产精品一区| 欧美唯美清纯偷拍| 欧美一级在线视频| 26uuu精品一区二区| 亚洲国产激情av| 亚洲欧美一区二区不卡| 香港成人在线视频| 国内成人自拍视频| 91一区二区三区在线播放| 在线一区二区视频| 日韩视频一区二区在线观看| 精品国产欧美一区二区| 国产精品国产自产拍高清av王其| 一区二区在线观看av| 看电影不卡的网站| www.成人网.com| 欧美丰满嫩嫩电影| 国产精品美女www爽爽爽| 亚洲在线视频免费观看| 蜜臀av性久久久久蜜臀aⅴ四虎 | 欧美一区二区久久| 欧美高清在线一区| 亚洲观看高清完整版在线观看| 久久精品国产免费| 色综合天天综合狠狠| 欧美大白屁股肥臀xxxxxx| 一区精品在线播放| 免费看日韩精品| 99精品热视频| 亚洲精品在线观| 伊人色综合久久天天| 国产在线视频一区二区| 欧美日韩三级视频| 国产精品理论片在线观看| 日韩精品亚洲专区| 色婷婷久久久久swag精品| 久久婷婷国产综合精品青草| 亚洲成人自拍网| 99久久99久久精品国产片果冻 | 成人小视频免费观看| 欧美精品第1页| 亚洲欧美日韩一区| 国产精品一二三四区| 欧美一区中文字幕| 亚洲一区在线观看网站| 国产成人午夜99999| 欧美一级黄色大片| 午夜私人影院久久久久| 一本大道久久a久久综合婷婷| 国产日韩亚洲欧美综合| 久久精品久久精品| 欧美大片一区二区| 日韩电影在线免费| 欧美精品视频www在线观看| 一区二区三区精品在线| a级精品国产片在线观看| 国产亚洲欧美一级| 国产一区二区三区精品视频| 日韩精品一区在线观看| 青青国产91久久久久久| 欧美一级黄色片| 毛片不卡一区二区| 精品电影一区二区| 国产在线精品一区二区三区不卡 | 亚洲欧美视频在线观看视频| 国产91精品一区二区| 国产精品免费久久久久| 99久久婷婷国产精品综合| 国产精品成人一区二区三区夜夜夜| 在线免费观看视频一区| 亚洲欧美欧美一区二区三区| 色88888久久久久久影院按摩| 一级中文字幕一区二区| 精品视频在线视频| 欧美a级一区二区| 久久久久久9999| 91一区一区三区| 肉丝袜脚交视频一区二区| 亚洲精品一区二区在线观看| 国产69精品久久久久777| 国产精品久久久久久久蜜臀| 不卡一区二区中文字幕| 亚洲日本乱码在线观看| 欧美日韩高清在线播放| 奇米四色…亚洲| 中文成人综合网| 欧美在线三级电影| 蜜臀精品久久久久久蜜臀| 日韩欧美区一区二| 国产成人av一区二区三区在线观看| 国产精品国产精品国产专区不蜜| 精品视频在线免费观看| 激情综合色综合久久综合| 中文字幕一区二区三区精华液 | 精品亚洲porn| 国产片一区二区三区| 91麻豆高清视频| 麻豆免费精品视频| 国产精品进线69影院| 欧美乱妇23p| www.日韩精品| 天天影视色香欲综合网老头| 精品美女一区二区三区| 成人开心网精品视频| 日韩电影在线观看电影| 一区在线观看视频| 久久人人爽爽爽人久久久| 在线视频你懂得一区二区三区| 久久99精品国产麻豆不卡| 亚洲免费毛片网站| 久久久久免费观看| 3atv在线一区二区三区| 色综合中文综合网| 粉嫩av亚洲一区二区图片| 亚洲国产欧美在线| 国产精品国产三级国产aⅴ入口 | 高清国产午夜精品久久久久久| 亚洲成人综合网站| 亚洲色图在线视频| 久久久国产精品不卡| 日韩一本二本av| 日韩一区二区三区四区五区六区| 91色.com| av一区二区不卡| 国产盗摄一区二区三区| 久久国产视频网| 视频一区二区三区在线| 亚洲综合激情另类小说区| 国产精品嫩草99a| 中文字幕乱码日本亚洲一区二区| 欧美成人aa大片| 日韩欧美一区二区免费| 777奇米成人网| 欧美日精品一区视频| 色老汉一区二区三区| 91视频一区二区三区| 91亚洲精品久久久蜜桃网站| 高清成人免费视频| www.欧美日韩国产在线| 成人手机电影网| av一区二区三区四区| 91猫先生在线| 色婷婷国产精品久久包臀| 99精品欧美一区| 91成人免费在线视频| 欧美中文字幕一区| 欧美日韩不卡一区| 欧美一区二区三区白人| 欧美高清dvd| 精品三级在线看| 久久综合久久99| 国产精品另类一区| 亚洲美女电影在线| 午夜精品久久久久久久蜜桃app| 一区二区中文字幕在线| 一区二区三区中文字幕电影| 亚洲国产精品欧美一二99| 亚洲成人免费av| 国内成人精品2018免费看| 成人自拍视频在线观看| 日本精品视频一区二区三区| 欧美三级日本三级少妇99| 欧美人成免费网站| 26uuu久久天堂性欧美| 亚洲欧美中日韩| 亚洲午夜久久久久久久久久久| 亚洲国产精品综合小说图片区| 毛片一区二区三区| 成人avav影音| 欧美日韩国产美| 国产午夜精品在线观看| 亚洲精品免费播放| 麻豆国产精品777777在线| 成人av资源站| 日韩女优制服丝袜电影| 国产精品久久久久精k8| 青青草国产精品亚洲专区无| 99久久综合国产精品| 欧美人妇做爰xxxⅹ性高电影|