_ Partial Class FrmReleaseFirmware2 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 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Firmware_cbo = New System.Windows.Forms.ComboBox() Me.SelectFileV4_btn = New System.Windows.Forms.Button() Me.FirmwarePathV4_txt = New System.Windows.Forms.TextBox() Me.SelectFile_btn = New System.Windows.Forms.Button() Me.FirmwarePath_txt = New System.Windows.Forms.TextBox() Me.FirmwareVer_txt = New System.Windows.Forms.TextBox() Me.ApplicableModels_cbo = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.hotel_chk = New System.Windows.Forms.CheckBox() Me.Roon_chk = New System.Windows.Forms.CheckBox() Me.Remark_txt = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Ok_btn = New System.Windows.Forms.Button() Me.No_btn = New System.Windows.Forms.Button() Me.Launcher_cmb = New System.Windows.Forms.Label() Me.Launcher_cbo = New System.Windows.Forms.ComboBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.SuspendLayout() ' 'Label1 ' Me.Label1.Location = New System.Drawing.Point(19, 34) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(117, 27) Me.Label1.TabIndex = 0 Me.Label1.Text = "固件上传类型:" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label2 ' Me.Label2.Location = New System.Drawing.Point(21, 139) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(117, 27) Me.Label2.TabIndex = 1 Me.Label2.Text = "固件适用机型:" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label3 ' Me.Label3.Location = New System.Drawing.Point(19, 115) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(117, 27) Me.Label3.TabIndex = 2 Me.Label3.Text = "上传固件版本:" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label4 ' Me.Label4.Location = New System.Drawing.Point(19, 88) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(117, 27) Me.Label4.TabIndex = 3 Me.Label4.Text = "LV4固件路径:" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label5 ' Me.Label5.Location = New System.Drawing.Point(19, 61) Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(117, 27) Me.Label5.TabIndex = 4 Me.Label5.Text = "LV2固件路径:" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '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() {"Hex_Code", "App_Cfg"}) Me.Firmware_cbo.Location = New System.Drawing.Point(140, 34) Me.Firmware_cbo.Name = "Firmware_cbo" Me.Firmware_cbo.Size = New System.Drawing.Size(583, 22) Me.Firmware_cbo.TabIndex = 5 ' '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(691, 89) Me.SelectFileV4_btn.Name = "SelectFileV4_btn" Me.SelectFileV4_btn.Size = New System.Drawing.Size(32, 22) Me.SelectFileV4_btn.TabIndex = 33 Me.SelectFileV4_btn.Text = "..." Me.SelectFileV4_btn.UseVisualStyleBackColor = True ' 'FirmwarePathV4_txt ' Me.FirmwarePathV4_txt.BackColor = System.Drawing.Color.Ivory Me.FirmwarePathV4_txt.Location = New System.Drawing.Point(140, 88) Me.FirmwarePathV4_txt.Name = "FirmwarePathV4_txt" Me.FirmwarePathV4_txt.ReadOnly = True Me.FirmwarePathV4_txt.Size = New System.Drawing.Size(554, 23) Me.FirmwarePathV4_txt.TabIndex = 32 ' '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(691, 62) Me.SelectFile_btn.Name = "SelectFile_btn" Me.SelectFile_btn.Size = New System.Drawing.Size(32, 22) Me.SelectFile_btn.TabIndex = 30 Me.SelectFile_btn.Text = "..." Me.SelectFile_btn.UseVisualStyleBackColor = True ' 'FirmwarePath_txt ' Me.FirmwarePath_txt.BackColor = System.Drawing.Color.Ivory Me.FirmwarePath_txt.Location = New System.Drawing.Point(140, 61) Me.FirmwarePath_txt.Name = "FirmwarePath_txt" Me.FirmwarePath_txt.ReadOnly = True Me.FirmwarePath_txt.Size = New System.Drawing.Size(554, 23) Me.FirmwarePath_txt.TabIndex = 29 ' '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(140, 115) Me.FirmwareVer_txt.Name = "FirmwareVer_txt" Me.FirmwareVer_txt.ReadOnly = True Me.FirmwareVer_txt.Size = New System.Drawing.Size(62, 23) Me.FirmwareVer_txt.TabIndex = 34 Me.FirmwareVer_txt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '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(140, 144) Me.ApplicableModels_cbo.Name = "ApplicableModels_cbo" Me.ApplicableModels_cbo.Size = New System.Drawing.Size(583, 22) Me.ApplicableModels_cbo.TabIndex = 35 ' 'Label6 ' Me.Label6.Location = New System.Drawing.Point(21, 169) Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(117, 27) Me.Label6.TabIndex = 36 Me.Label6.Text = "确认酒店房型:" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'hotel_chk ' Me.hotel_chk.Font = New System.Drawing.Font("宋体", 10.5!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.hotel_chk.Location = New System.Drawing.Point(24, 199) Me.hotel_chk.Name = "hotel_chk" Me.hotel_chk.Size = New System.Drawing.Size(699, 36) Me.hotel_chk.TabIndex = 37 Me.hotel_chk.Text = "酒店:" Me.hotel_chk.UseVisualStyleBackColor = True ' 'Roon_chk ' Me.Roon_chk.Font = New System.Drawing.Font("宋体", 10.5!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Roon_chk.Location = New System.Drawing.Point(24, 241) Me.Roon_chk.Name = "Roon_chk" Me.Roon_chk.Size = New System.Drawing.Size(699, 36) Me.Roon_chk.TabIndex = 38 Me.Roon_chk.Text = "房型:" Me.Roon_chk.UseVisualStyleBackColor = True ' '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(24, 313) Me.Remark_txt.Multiline = True Me.Remark_txt.Name = "Remark_txt" Me.Remark_txt.Size = New System.Drawing.Size(699, 106) Me.Remark_txt.TabIndex = 40 ' 'Label7 ' Me.Label7.BackColor = System.Drawing.SystemColors.Menu Me.Label7.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label7.ForeColor = System.Drawing.SystemColors.MenuHighlight Me.Label7.Location = New System.Drawing.Point(24, 272) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(104, 28) Me.Label7.TabIndex = 39 Me.Label7.Text = "上传固件说明:" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '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(495, 468) Me.Ok_btn.Name = "Ok_btn" Me.Ok_btn.Size = New System.Drawing.Size(104, 46) Me.Ok_btn.TabIndex = 42 Me.Ok_btn.Text = "确认" Me.Ok_btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText Me.Ok_btn.UseVisualStyleBackColor = 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(619, 468) Me.No_btn.Name = "No_btn" Me.No_btn.Size = New System.Drawing.Size(104, 46) Me.No_btn.TabIndex = 41 Me.No_btn.Text = "取消" Me.No_btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText Me.No_btn.UseVisualStyleBackColor = False ' 'Launcher_cmb ' Me.Launcher_cmb.BackColor = System.Drawing.SystemColors.Menu Me.Launcher_cmb.Enabled = False Me.Launcher_cmb.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Launcher_cmb.ForeColor = System.Drawing.SystemColors.MenuHighlight Me.Launcher_cmb.Location = New System.Drawing.Point(21, 142) Me.Launcher_cmb.Name = "Launcher_cmb" Me.Launcher_cmb.Size = New System.Drawing.Size(154, 22) Me.Launcher_cmb.TabIndex = 44 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.Enabled = False Me.Launcher_cbo.FormattingEnabled = True Me.Launcher_cbo.Location = New System.Drawing.Point(180, 144) Me.Launcher_cbo.Name = "Launcher_cbo" Me.Launcher_cbo.Size = New System.Drawing.Size(202, 22) Me.Launcher_cbo.TabIndex = 43 Me.Launcher_cbo.Visible = False ' 'ComboBox1 ' Me.ComboBox1.BackColor = System.Drawing.Color.LemonChiffon Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(129, 199) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(583, 22) Me.ComboBox1.TabIndex = 45 ' 'ComboBox2 ' Me.ComboBox2.BackColor = System.Drawing.Color.LemonChiffon Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(129, 227) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(583, 22) Me.ComboBox2.TabIndex = 46 ' 'FrmReleaseFirmware2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 14.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(745, 546) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Ok_btn) Me.Controls.Add(Me.No_btn) Me.Controls.Add(Me.Remark_txt) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Roon_chk) Me.Controls.Add(Me.hotel_chk) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.ApplicableModels_cbo) Me.Controls.Add(Me.FirmwareVer_txt) Me.Controls.Add(Me.SelectFileV4_btn) Me.Controls.Add(Me.FirmwarePathV4_txt) Me.Controls.Add(Me.SelectFile_btn) Me.Controls.Add(Me.FirmwarePath_txt) Me.Controls.Add(Me.Firmware_cbo) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Launcher_cbo) Me.Controls.Add(Me.Launcher_cmb) Me.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte)) Me.ForeColor = System.Drawing.SystemColors.MenuHighlight Me.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.Name = "FrmReleaseFirmware2" Me.Text = "固件上传" Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Firmware_cbo As ComboBox Friend WithEvents SelectFileV4_btn As Button Friend WithEvents FirmwarePathV4_txt As TextBox Friend WithEvents SelectFile_btn As Button Friend WithEvents FirmwarePath_txt As TextBox Friend WithEvents FirmwareVer_txt As TextBox Friend WithEvents ApplicableModels_cbo As ComboBox Friend WithEvents Label6 As Label Friend WithEvents hotel_chk As CheckBox Friend WithEvents Roon_chk As CheckBox Friend WithEvents Remark_txt As TextBox Friend WithEvents Label7 As Label Friend WithEvents Ok_btn As Button Friend WithEvents No_btn As Button Friend WithEvents Launcher_cmb As Label Friend WithEvents Launcher_cbo As ComboBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents ComboBox2 As ComboBox End Class