frmAbout.Designer.vb 9.6 KB
Newer Older
leaky114's avatar
leaky114 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmAbout
    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()
        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
leaky114's avatar
leaky114 已提交
44
        Me.btnOK.Location = New System.Drawing.Point(275, 233)
leaky114's avatar
leaky114 已提交
45
        Me.btnOK.Name = "btnOK"
leaky114's avatar
leaky114 已提交
46
        Me.btnOK.Size = New System.Drawing.Size(75, 28)
leaky114's avatar
leaky114 已提交
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
        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
        '
leaky114's avatar
leaky114 已提交
118
        Me.picZhiFuBao.Image = Global.InAI.My.Resources.Resources.支付宝
leaky114's avatar
leaky114 已提交
119 120 121 122 123 124 125 126 127 128
        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
        '
leaky114's avatar
leaky114 已提交
129
        Me.picWeiXin.Image = Global.InAI.My.Resources.Resources.微信
leaky114's avatar
leaky114 已提交
130 131 132 133 134 135 136 137 138 139
        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
        '
leaky114's avatar
leaky114 已提交
140
        Me.btnCheckUpdate.Location = New System.Drawing.Point(127, 233)
leaky114's avatar
leaky114 已提交
141
        Me.btnCheckUpdate.Name = "btnCheckUpdate"
leaky114's avatar
leaky114 已提交
142
        Me.btnCheckUpdate.Size = New System.Drawing.Size(140, 28)
leaky114's avatar
leaky114 已提交
143 144 145 146 147 148
        Me.btnCheckUpdate.TabIndex = 44
        Me.btnCheckUpdate.Text = "检查更新"
        Me.btnCheckUpdate.UseVisualStyleBackColor = True
        '
        'btnGit
        '
leaky114's avatar
leaky114 已提交
149
        Me.btnGit.Location = New System.Drawing.Point(15, 233)
leaky114's avatar
leaky114 已提交
150
        Me.btnGit.Name = "btnGit"
leaky114's avatar
leaky114 已提交
151
        Me.btnGit.Size = New System.Drawing.Size(90, 28)
leaky114's avatar
leaky114 已提交
152 153 154 155 156 157 158 159 160 161
        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
leaky114's avatar
leaky114 已提交
162
        Me.ClientSize = New System.Drawing.Size(359, 270)
leaky114's avatar
leaky114 已提交
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
        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