494 lines
24 KiB
VB.net
494 lines
24 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class HotelConfigurationLogic
|
||
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 窗体设计器所必需的
|
||
Private components As System.ComponentModel.IContainer
|
||
|
||
'注意: 以下过程是 Windows 窗体设计器所必需的
|
||
'可以使用 Windows 窗体设计器修改它。
|
||
'不要使用代码编辑器修改它。
|
||
<System.Diagnostics.DebuggerStepThrough()> _
|
||
Private Sub InitializeComponent()
|
||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||
Me.Firmware_cbo = New System.Windows.Forms.ComboBox()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.FirmwarePath_txt = New System.Windows.Forms.TextBox()
|
||
Me.SelectFile_btn = New System.Windows.Forms.Button()
|
||
Me.FirmwareVer_txt = New System.Windows.Forms.TextBox()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.Remark_txt = New System.Windows.Forms.TextBox()
|
||
Me.Label5 = New System.Windows.Forms.Label()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.ApplicableModels_cbo = New System.Windows.Forms.ComboBox()
|
||
Me.FirmwarePojer_cbo = New System.Windows.Forms.ComboBox()
|
||
Me.Label7 = New System.Windows.Forms.Label()
|
||
Me.FirmwareHouseType_cbo = New System.Windows.Forms.ComboBox()
|
||
Me.Label8 = New System.Windows.Forms.Label()
|
||
Me.No_btn = New System.Windows.Forms.Button()
|
||
Me.Ok_btn = New System.Windows.Forms.Button()
|
||
Me.Search_txt = New System.Windows.Forms.TextBox()
|
||
Me.Label6 = New System.Windows.Forms.Label()
|
||
Me.Search_btn = New System.Windows.Forms.Button()
|
||
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
||
Me.酒店名称 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||
Me.DataGridView2 = New System.Windows.Forms.DataGridView()
|
||
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||
Me.FirmwarePathV4_txt = New System.Windows.Forms.TextBox()
|
||
Me.Label9 = New System.Windows.Forms.Label()
|
||
Me.SelectFileV4_btn = New System.Windows.Forms.Button()
|
||
Me.Label10 = New System.Windows.Forms.Label()
|
||
Me.FirmwareV4_txt = New System.Windows.Forms.TextBox()
|
||
Me.Launcher_cmb = New System.Windows.Forms.Label()
|
||
Me.Launcher_cbo = New System.Windows.Forms.ComboBox()
|
||
CType(Me.DataGridView1,System.ComponentModel.ISupportInitialize).BeginInit
|
||
CType(Me.DataGridView2,System.ComponentModel.ISupportInitialize).BeginInit
|
||
Me.SuspendLayout
|
||
'
|
||
'Firmware_cbo
|
||
'
|
||
Me.Firmware_cbo.BackColor = System.Drawing.Color.LemonChiffon
|
||
Me.Firmware_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.Firmware_cbo.FormattingEnabled = true
|
||
Me.Firmware_cbo.Items.AddRange(New Object() {"APP_FOR_L4", "APP_FOR_L2", "APP_FOR_Code"})
|
||
Me.Firmware_cbo.Location = New System.Drawing.Point(118, 23)
|
||
Me.Firmware_cbo.Name = "Firmware_cbo"
|
||
Me.Firmware_cbo.Size = New System.Drawing.Size(417, 20)
|
||
Me.Firmware_cbo.TabIndex = 0
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label2.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label2.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label2.Location = New System.Drawing.Point(10, 60)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(99, 22)
|
||
Me.Label2.TabIndex = 2
|
||
Me.Label2.Text = "LV2固件路径:"
|
||
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'FirmwarePath_txt
|
||
'
|
||
Me.FirmwarePath_txt.BackColor = System.Drawing.Color.Ivory
|
||
Me.FirmwarePath_txt.Location = New System.Drawing.Point(118, 60)
|
||
Me.FirmwarePath_txt.Name = "FirmwarePath_txt"
|
||
Me.FirmwarePath_txt.ReadOnly = true
|
||
Me.FirmwarePath_txt.Size = New System.Drawing.Size(387, 21)
|
||
Me.FirmwarePath_txt.TabIndex = 3
|
||
'
|
||
'SelectFile_btn
|
||
'
|
||
Me.SelectFile_btn.Font = New System.Drawing.Font("宋体", 5.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.SelectFile_btn.Location = New System.Drawing.Point(503, 59)
|
||
Me.SelectFile_btn.Name = "SelectFile_btn"
|
||
Me.SelectFile_btn.Size = New System.Drawing.Size(32, 22)
|
||
Me.SelectFile_btn.TabIndex = 4
|
||
Me.SelectFile_btn.Text = "..."
|
||
Me.SelectFile_btn.UseVisualStyleBackColor = true
|
||
'
|
||
'FirmwareVer_txt
|
||
'
|
||
Me.FirmwareVer_txt.BackColor = System.Drawing.Color.LightGoldenrodYellow
|
||
Me.FirmwareVer_txt.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.FirmwareVer_txt.ForeColor = System.Drawing.SystemColors.MenuHighlight
|
||
Me.FirmwareVer_txt.Location = New System.Drawing.Point(118, 133)
|
||
Me.FirmwareVer_txt.Name = "FirmwareVer_txt"
|
||
Me.FirmwareVer_txt.Size = New System.Drawing.Size(62, 23)
|
||
Me.FirmwareVer_txt.TabIndex = 6
|
||
Me.FirmwareVer_txt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||
'
|
||
'Label3
|
||
'
|
||
Me.Label3.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label3.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label3.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label3.Location = New System.Drawing.Point(10, 133)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(99, 22)
|
||
Me.Label3.TabIndex = 5
|
||
Me.Label3.Text = "LV2固件版本:"
|
||
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'Label4
|
||
'
|
||
Me.Label4.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label4.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label4.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label4.Location = New System.Drawing.Point(11, 603)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(97, 22)
|
||
Me.Label4.TabIndex = 7
|
||
Me.Label4.Text = "上传固件说明:"
|
||
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'Remark_txt
|
||
'
|
||
Me.Remark_txt.BackColor = System.Drawing.Color.Ivory
|
||
Me.Remark_txt.ForeColor = System.Drawing.SystemColors.MenuHighlight
|
||
Me.Remark_txt.Location = New System.Drawing.Point(15, 628)
|
||
Me.Remark_txt.Multiline = true
|
||
Me.Remark_txt.Name = "Remark_txt"
|
||
Me.Remark_txt.Size = New System.Drawing.Size(520, 106)
|
||
Me.Remark_txt.TabIndex = 8
|
||
'
|
||
'Label5
|
||
'
|
||
Me.Label5.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label5.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label5.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label5.Location = New System.Drawing.Point(10, 21)
|
||
Me.Label5.Name = "Label5"
|
||
Me.Label5.Size = New System.Drawing.Size(99, 22)
|
||
Me.Label5.TabIndex = 9
|
||
Me.Label5.Text = "上传固件类型:"
|
||
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label1.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label1.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label1.Location = New System.Drawing.Point(22, 293)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(97, 22)
|
||
Me.Label1.TabIndex = 10
|
||
Me.Label1.Text = "固件适用机型:"
|
||
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
'
|
||
'ApplicableModels_cbo
|
||
'
|
||
Me.ApplicableModels_cbo.BackColor = System.Drawing.Color.LemonChiffon
|
||
Me.ApplicableModels_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ApplicableModels_cbo.FormattingEnabled = true
|
||
Me.ApplicableModels_cbo.Location = New System.Drawing.Point(128, 295)
|
||
Me.ApplicableModels_cbo.Name = "ApplicableModels_cbo"
|
||
Me.ApplicableModels_cbo.Size = New System.Drawing.Size(417, 20)
|
||
Me.ApplicableModels_cbo.TabIndex = 14
|
||
'
|
||
'FirmwarePojer_cbo
|
||
'
|
||
Me.FirmwarePojer_cbo.BackColor = System.Drawing.Color.OldLace
|
||
Me.FirmwarePojer_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.FirmwarePojer_cbo.FormattingEnabled = true
|
||
Me.FirmwarePojer_cbo.Location = New System.Drawing.Point(117, 449)
|
||
Me.FirmwarePojer_cbo.Name = "FirmwarePojer_cbo"
|
||
Me.FirmwarePojer_cbo.Size = New System.Drawing.Size(324, 20)
|
||
Me.FirmwarePojer_cbo.TabIndex = 16
|
||
Me.FirmwarePojer_cbo.Visible = false
|
||
'
|
||
'Label7
|
||
'
|
||
Me.Label7.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label7.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label7.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label7.Location = New System.Drawing.Point(11, 447)
|
||
Me.Label7.Name = "Label7"
|
||
Me.Label7.Size = New System.Drawing.Size(97, 22)
|
||
Me.Label7.TabIndex = 15
|
||
Me.Label7.Text = "固件适用项目:"
|
||
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
Me.Label7.Visible = false
|
||
'
|
||
'FirmwareHouseType_cbo
|
||
'
|
||
Me.FirmwareHouseType_cbo.BackColor = System.Drawing.Color.LemonChiffon
|
||
Me.FirmwareHouseType_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.FirmwareHouseType_cbo.FormattingEnabled = true
|
||
Me.FirmwareHouseType_cbo.Location = New System.Drawing.Point(117, 479)
|
||
Me.FirmwareHouseType_cbo.Name = "FirmwareHouseType_cbo"
|
||
Me.FirmwareHouseType_cbo.Size = New System.Drawing.Size(324, 20)
|
||
Me.FirmwareHouseType_cbo.TabIndex = 18
|
||
Me.FirmwareHouseType_cbo.Visible = false
|
||
'
|
||
'Label8
|
||
'
|
||
Me.Label8.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label8.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label8.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label8.Location = New System.Drawing.Point(11, 477)
|
||
Me.Label8.Name = "Label8"
|
||
Me.Label8.Size = New System.Drawing.Size(97, 22)
|
||
Me.Label8.TabIndex = 17
|
||
Me.Label8.Text = "固件适用户型:"
|
||
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
Me.Label8.Visible = false
|
||
'
|
||
'No_btn
|
||
'
|
||
Me.No_btn.BackColor = System.Drawing.SystemColors.ControlLight
|
||
Me.No_btn.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.No_btn.ForeColor = System.Drawing.Color.Crimson
|
||
Me.No_btn.Image = Global.BLV_Studio.My.Resources.Resources._01088
|
||
Me.No_btn.Location = New System.Drawing.Point(432, 760)
|
||
Me.No_btn.Name = "No_btn"
|
||
Me.No_btn.Size = New System.Drawing.Size(103, 46)
|
||
Me.No_btn.TabIndex = 19
|
||
Me.No_btn.Text = "取消"
|
||
Me.No_btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
|
||
Me.No_btn.UseVisualStyleBackColor = false
|
||
'
|
||
'Ok_btn
|
||
'
|
||
Me.Ok_btn.BackColor = System.Drawing.SystemColors.ControlLight
|
||
Me.Ok_btn.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Ok_btn.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0,Byte),Integer), CType(CType(192,Byte),Integer), CType(CType(0,Byte),Integer))
|
||
Me.Ok_btn.Image = Global.BLV_Studio.My.Resources.Resources._01664
|
||
Me.Ok_btn.Location = New System.Drawing.Point(298, 760)
|
||
Me.Ok_btn.Name = "Ok_btn"
|
||
Me.Ok_btn.Size = New System.Drawing.Size(103, 46)
|
||
Me.Ok_btn.TabIndex = 20
|
||
Me.Ok_btn.Text = "确认"
|
||
Me.Ok_btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
|
||
Me.Ok_btn.UseVisualStyleBackColor = false
|
||
'
|
||
'Search_txt
|
||
'
|
||
Me.Search_txt.BackColor = System.Drawing.Color.Ivory
|
||
Me.Search_txt.Location = New System.Drawing.Point(117, 202)
|
||
Me.Search_txt.Name = "Search_txt"
|
||
Me.Search_txt.Size = New System.Drawing.Size(377, 21)
|
||
Me.Search_txt.TabIndex = 22
|
||
'
|
||
'Label6
|
||
'
|
||
Me.Label6.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label6.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label6.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label6.Location = New System.Drawing.Point(12, 200)
|
||
Me.Label6.Name = "Label6"
|
||
Me.Label6.Size = New System.Drawing.Size(99, 22)
|
||
Me.Label6.TabIndex = 21
|
||
Me.Label6.Text = "搜索项目酒店:"
|
||
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'Search_btn
|
||
'
|
||
Me.Search_btn.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Search_btn.Location = New System.Drawing.Point(491, 202)
|
||
Me.Search_btn.Name = "Search_btn"
|
||
Me.Search_btn.Size = New System.Drawing.Size(44, 23)
|
||
Me.Search_btn.TabIndex = 23
|
||
Me.Search_btn.Text = "搜索"
|
||
Me.Search_btn.UseVisualStyleBackColor = true
|
||
'
|
||
'DataGridView1
|
||
'
|
||
Me.DataGridView1.AllowUserToAddRows = false
|
||
Me.DataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonFace
|
||
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.酒店名称})
|
||
Me.DataGridView1.Location = New System.Drawing.Point(15, 241)
|
||
Me.DataGridView1.Name = "DataGridView1"
|
||
Me.DataGridView1.RowHeadersVisible = false
|
||
Me.DataGridView1.RowTemplate.Height = 23
|
||
Me.DataGridView1.Size = New System.Drawing.Size(259, 340)
|
||
Me.DataGridView1.TabIndex = 24
|
||
'
|
||
'酒店名称
|
||
'
|
||
DataGridViewCellStyle1.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
DataGridViewCellStyle1.ForeColor = System.Drawing.Color.DodgerBlue
|
||
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.DodgerBlue
|
||
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White
|
||
Me.酒店名称.DefaultCellStyle = DataGridViewCellStyle1
|
||
Me.酒店名称.HeaderText = "酒店名称"
|
||
Me.酒店名称.Name = "酒店名称"
|
||
Me.酒店名称.ReadOnly = true
|
||
Me.酒店名称.Width = 255
|
||
'
|
||
'DataGridView2
|
||
'
|
||
Me.DataGridView2.AllowUserToAddRows = false
|
||
Me.DataGridView2.BackgroundColor = System.Drawing.SystemColors.ButtonFace
|
||
Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||
Me.DataGridView2.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1})
|
||
Me.DataGridView2.Location = New System.Drawing.Point(276, 241)
|
||
Me.DataGridView2.Name = "DataGridView2"
|
||
Me.DataGridView2.ReadOnly = true
|
||
Me.DataGridView2.RowHeadersVisible = false
|
||
Me.DataGridView2.RowTemplate.Height = 23
|
||
Me.DataGridView2.Size = New System.Drawing.Size(259, 340)
|
||
Me.DataGridView2.TabIndex = 25
|
||
'
|
||
'Column1
|
||
'
|
||
Me.Column1.HeaderText = "房型"
|
||
Me.Column1.Name = "Column1"
|
||
Me.Column1.ReadOnly = true
|
||
Me.Column1.Width = 255
|
||
'
|
||
'FirmwarePathV4_txt
|
||
'
|
||
Me.FirmwarePathV4_txt.BackColor = System.Drawing.Color.Ivory
|
||
Me.FirmwarePathV4_txt.Location = New System.Drawing.Point(118, 94)
|
||
Me.FirmwarePathV4_txt.Name = "FirmwarePathV4_txt"
|
||
Me.FirmwarePathV4_txt.ReadOnly = true
|
||
Me.FirmwarePathV4_txt.Size = New System.Drawing.Size(387, 21)
|
||
Me.FirmwarePathV4_txt.TabIndex = 27
|
||
'
|
||
'Label9
|
||
'
|
||
Me.Label9.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label9.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label9.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label9.Location = New System.Drawing.Point(10, 94)
|
||
Me.Label9.Name = "Label9"
|
||
Me.Label9.Size = New System.Drawing.Size(99, 22)
|
||
Me.Label9.TabIndex = 26
|
||
Me.Label9.Text = "LV4固件路径:"
|
||
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'SelectFileV4_btn
|
||
'
|
||
Me.SelectFileV4_btn.Font = New System.Drawing.Font("宋体", 5.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.SelectFileV4_btn.Location = New System.Drawing.Point(503, 93)
|
||
Me.SelectFileV4_btn.Name = "SelectFileV4_btn"
|
||
Me.SelectFileV4_btn.Size = New System.Drawing.Size(32, 22)
|
||
Me.SelectFileV4_btn.TabIndex = 28
|
||
Me.SelectFileV4_btn.Text = "..."
|
||
Me.SelectFileV4_btn.UseVisualStyleBackColor = true
|
||
'
|
||
'Label10
|
||
'
|
||
Me.Label10.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Label10.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Label10.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Label10.Location = New System.Drawing.Point(283, 133)
|
||
Me.Label10.Name = "Label10"
|
||
Me.Label10.Size = New System.Drawing.Size(99, 22)
|
||
Me.Label10.TabIndex = 29
|
||
Me.Label10.Text = "LV4固件版本:"
|
||
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.Label10.Visible = false
|
||
'
|
||
'FirmwareV4_txt
|
||
'
|
||
Me.FirmwareV4_txt.BackColor = System.Drawing.Color.LightGoldenrodYellow
|
||
Me.FirmwareV4_txt.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.FirmwareV4_txt.ForeColor = System.Drawing.SystemColors.MenuHighlight
|
||
Me.FirmwareV4_txt.Location = New System.Drawing.Point(391, 133)
|
||
Me.FirmwareV4_txt.Name = "FirmwareV4_txt"
|
||
Me.FirmwareV4_txt.Size = New System.Drawing.Size(50, 23)
|
||
Me.FirmwareV4_txt.TabIndex = 30
|
||
Me.FirmwareV4_txt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||
Me.FirmwareV4_txt.Visible = false
|
||
'
|
||
'Launcher_cmb
|
||
'
|
||
Me.Launcher_cmb.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.Launcher_cmb.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.Launcher_cmb.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.Launcher_cmb.Location = New System.Drawing.Point(10, 167)
|
||
Me.Launcher_cmb.Name = "Launcher_cmb"
|
||
Me.Launcher_cmb.Size = New System.Drawing.Size(154, 22)
|
||
Me.Launcher_cmb.TabIndex = 13
|
||
Me.Launcher_cmb.Text = "上传固件Launcher_Ver:"
|
||
Me.Launcher_cmb.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
Me.Launcher_cmb.Visible = false
|
||
'
|
||
'Launcher_cbo
|
||
'
|
||
Me.Launcher_cbo.BackColor = System.Drawing.Color.FloralWhite
|
||
Me.Launcher_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.Launcher_cbo.FormattingEnabled = true
|
||
Me.Launcher_cbo.Location = New System.Drawing.Point(169, 169)
|
||
Me.Launcher_cbo.Name = "Launcher_cbo"
|
||
Me.Launcher_cbo.Size = New System.Drawing.Size(366, 20)
|
||
Me.Launcher_cbo.TabIndex = 12
|
||
Me.Launcher_cbo.Visible = false
|
||
'
|
||
'Form1
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.BackColor = System.Drawing.SystemColors.MenuBar
|
||
Me.ClientSize = New System.Drawing.Size(573, 844)
|
||
Me.Controls.Add(Me.Search_btn)
|
||
Me.Controls.Add(Me.Search_txt)
|
||
Me.Controls.Add(Me.Label6)
|
||
Me.Controls.Add(Me.ApplicableModels_cbo)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Controls.Add(Me.FirmwareV4_txt)
|
||
Me.Controls.Add(Me.Label10)
|
||
Me.Controls.Add(Me.SelectFileV4_btn)
|
||
Me.Controls.Add(Me.FirmwarePathV4_txt)
|
||
Me.Controls.Add(Me.Label9)
|
||
Me.Controls.Add(Me.DataGridView2)
|
||
Me.Controls.Add(Me.DataGridView1)
|
||
Me.Controls.Add(Me.Ok_btn)
|
||
Me.Controls.Add(Me.No_btn)
|
||
Me.Controls.Add(Me.Launcher_cmb)
|
||
Me.Controls.Add(Me.Launcher_cbo)
|
||
Me.Controls.Add(Me.Label5)
|
||
Me.Controls.Add(Me.Remark_txt)
|
||
Me.Controls.Add(Me.Label4)
|
||
Me.Controls.Add(Me.FirmwareVer_txt)
|
||
Me.Controls.Add(Me.Label3)
|
||
Me.Controls.Add(Me.SelectFile_btn)
|
||
Me.Controls.Add(Me.FirmwarePath_txt)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.Firmware_cbo)
|
||
Me.Controls.Add(Me.FirmwareHouseType_cbo)
|
||
Me.Controls.Add(Me.Label8)
|
||
Me.Controls.Add(Me.FirmwarePojer_cbo)
|
||
Me.Controls.Add(Me.Label7)
|
||
Me.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.MaximizeBox = false
|
||
Me.MinimizeBox = false
|
||
Me.Name = "Form1"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Form1"
|
||
CType(Me.DataGridView1,System.ComponentModel.ISupportInitialize).EndInit
|
||
CType(Me.DataGridView2,System.ComponentModel.ISupportInitialize).EndInit
|
||
Me.ResumeLayout(false)
|
||
Me.PerformLayout
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents Firmware_cbo As ComboBox
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents FirmwarePath_txt As TextBox
|
||
Friend WithEvents SelectFile_btn As Button
|
||
Friend WithEvents FirmwareVer_txt As TextBox
|
||
Friend WithEvents Label3 As Label
|
||
Friend WithEvents Label4 As Label
|
||
Friend WithEvents Remark_txt As TextBox
|
||
Friend WithEvents Label5 As Label
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents ApplicableModels_cbo As ComboBox
|
||
Friend WithEvents FirmwarePojer_cbo As ComboBox
|
||
Friend WithEvents Label7 As Label
|
||
Friend WithEvents FirmwareHouseType_cbo As ComboBox
|
||
Friend WithEvents Label8 As Label
|
||
Friend WithEvents No_btn As Button
|
||
Friend WithEvents Ok_btn As Button
|
||
Friend WithEvents Search_txt As TextBox
|
||
Friend WithEvents Label6 As Label
|
||
Friend WithEvents Search_btn As Button
|
||
Friend WithEvents DataGridView1 As DataGridView
|
||
Friend WithEvents DataGridView2 As DataGridView
|
||
Friend WithEvents FirmwarePathV4_txt As TextBox
|
||
Friend WithEvents Label9 As Label
|
||
Friend WithEvents SelectFileV4_btn As Button
|
||
Friend WithEvents Label10 As Label
|
||
Friend WithEvents FirmwareV4_txt As TextBox
|
||
Friend WithEvents Launcher_cmb As Label
|
||
Friend WithEvents Launcher_cbo As ComboBox
|
||
Friend WithEvents 酒店名称 As DataGridViewTextBoxColumn
|
||
Friend WithEvents Column1 As DataGridViewTextBoxColumn
|
||
End Class
|