_ Partial Class frmAbout 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.btnOK = New System.Windows.Forms.Button() Me.lblVersion = New System.Windows.Forms.Label() Me.lblCopyright = New System.Windows.Forms.Label() Me.lblCompanyName = New System.Windows.Forms.Label() Me.lblProductName = New System.Windows.Forms.Label() Me.txtDescription = New System.Windows.Forms.TextBox() Me.picZhiFuBao = New System.Windows.Forms.PictureBox() Me.picWeiXin = New System.Windows.Forms.PictureBox() Me.btnCheckUpdate = New System.Windows.Forms.Button() Me.btnGit = New System.Windows.Forms.Button() CType(Me.picZhiFuBao, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.picWeiXin, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'btnOK ' Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnOK.Location = New System.Drawing.Point(275, 233) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(75, 28) Me.btnOK.TabIndex = 40 Me.btnOK.Text = "确定" ' 'lblVersion ' Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblVersion.AutoSize = True Me.lblVersion.Location = New System.Drawing.Point(125, 35) Me.lblVersion.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0) Me.lblVersion.MaximumSize = New System.Drawing.Size(0, 16) Me.lblVersion.Name = "lblVersion" Me.lblVersion.Size = New System.Drawing.Size(29, 12) Me.lblVersion.TabIndex = 39 Me.lblVersion.Text = "版本" Me.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'lblCopyright ' Me.lblCopyright.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblCopyright.AutoSize = True Me.lblCopyright.Location = New System.Drawing.Point(125, 61) Me.lblCopyright.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0) Me.lblCopyright.MaximumSize = New System.Drawing.Size(0, 16) Me.lblCopyright.Name = "lblCopyright" Me.lblCopyright.Size = New System.Drawing.Size(29, 12) Me.lblCopyright.TabIndex = 38 Me.lblCopyright.Text = "版权" Me.lblCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'lblCompanyName ' Me.lblCompanyName.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblCompanyName.AutoSize = True Me.lblCompanyName.Location = New System.Drawing.Point(125, 86) Me.lblCompanyName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0) Me.lblCompanyName.MaximumSize = New System.Drawing.Size(0, 16) Me.lblCompanyName.Name = "lblCompanyName" Me.lblCompanyName.Size = New System.Drawing.Size(53, 12) Me.lblCompanyName.TabIndex = 37 Me.lblCompanyName.Text = "公司名称" Me.lblCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'lblProductName ' Me.lblProductName.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblProductName.AutoSize = True Me.lblProductName.Location = New System.Drawing.Point(125, 11) Me.lblProductName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0) Me.lblProductName.MaximumSize = New System.Drawing.Size(0, 16) Me.lblProductName.Name = "lblProductName" Me.lblProductName.Size = New System.Drawing.Size(53, 12) Me.lblProductName.TabIndex = 36 Me.lblProductName.Text = "产品名称" Me.lblProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'txtDescription ' Me.txtDescription.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtDescription.Location = New System.Drawing.Point(128, 107) Me.txtDescription.Margin = New System.Windows.Forms.Padding(6, 3, 3, 3) Me.txtDescription.Multiline = True Me.txtDescription.Name = "txtDescription" Me.txtDescription.ReadOnly = True Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.txtDescription.Size = New System.Drawing.Size(219, 107) Me.txtDescription.TabIndex = 41 Me.txtDescription.TabStop = False Me.txtDescription.Text = "说明 :" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(在运行时,将用应用程序的程序集信息替换这些标签的文本。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "在" ' 'picZhiFuBao ' Me.picZhiFuBao.Image = Global.InAI.My.Resources.Resources.支付宝 Me.picZhiFuBao.InitialImage = Nothing Me.picZhiFuBao.Location = New System.Drawing.Point(14, 126) Me.picZhiFuBao.Name = "picZhiFuBao" Me.picZhiFuBao.Size = New System.Drawing.Size(100, 100) Me.picZhiFuBao.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.picZhiFuBao.TabIndex = 43 Me.picZhiFuBao.TabStop = False ' 'picWeiXin ' Me.picWeiXin.Image = Global.InAI.My.Resources.Resources.微信 Me.picWeiXin.InitialImage = Nothing Me.picWeiXin.Location = New System.Drawing.Point(14, 12) Me.picWeiXin.Name = "picWeiXin" Me.picWeiXin.Size = New System.Drawing.Size(100, 100) Me.picWeiXin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.picWeiXin.TabIndex = 42 Me.picWeiXin.TabStop = False ' 'btnCheckUpdate ' Me.btnCheckUpdate.Location = New System.Drawing.Point(127, 233) Me.btnCheckUpdate.Name = "btnCheckUpdate" Me.btnCheckUpdate.Size = New System.Drawing.Size(140, 28) Me.btnCheckUpdate.TabIndex = 44 Me.btnCheckUpdate.Text = "检查更新" Me.btnCheckUpdate.UseVisualStyleBackColor = True ' 'btnGit ' Me.btnGit.Location = New System.Drawing.Point(15, 233) Me.btnGit.Name = "btnGit" Me.btnGit.Size = New System.Drawing.Size(90, 28) Me.btnGit.TabIndex = 45 Me.btnGit.Text = "访问软件仓库" Me.btnGit.UseVisualStyleBackColor = True ' 'frmAbout ' Me.AcceptButton = Me.btnCheckUpdate Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.btnOK Me.ClientSize = New System.Drawing.Size(359, 270) Me.Controls.Add(Me.btnGit) Me.Controls.Add(Me.btnCheckUpdate) Me.Controls.Add(Me.picZhiFuBao) Me.Controls.Add(Me.picWeiXin) Me.Controls.Add(Me.txtDescription) Me.Controls.Add(Me.btnOK) Me.Controls.Add(Me.lblVersion) Me.Controls.Add(Me.lblCopyright) Me.Controls.Add(Me.lblCompanyName) Me.Controls.Add(Me.lblProductName) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmAbout" Me.Padding = New System.Windows.Forms.Padding(9, 8, 9, 8) Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "关于" CType(Me.picZhiFuBao, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.picWeiXin, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents lblVersion As System.Windows.Forms.Label Friend WithEvents lblCopyright As System.Windows.Forms.Label Friend WithEvents lblCompanyName As System.Windows.Forms.Label Friend WithEvents lblProductName As System.Windows.Forms.Label Friend WithEvents txtDescription As System.Windows.Forms.TextBox Friend WithEvents picWeiXin As System.Windows.Forms.PictureBox Friend WithEvents picZhiFuBao As System.Windows.Forms.PictureBox Friend WithEvents btnCheckUpdate As System.Windows.Forms.Button Friend WithEvents btnGit As System.Windows.Forms.Button End Class