⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 设置窗体.designer.vb

📁 用C#编写的一个自动关机程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.HideCheck.Location = New System.Drawing.Point(181, 243)
        Me.HideCheck.Name = "HideCheck"
        Me.HideCheck.Size = New System.Drawing.Size(96, 16)
        Me.HideCheck.TabIndex = 12
        Me.HideCheck.Text = "启动时最小化"
        Me.HideCheck.UseVisualStyleBackColor = True
        '
        'Button1
        '
        Me.Button1.Font = New System.Drawing.Font("宋体", 9.0!)
        Me.Button1.Location = New System.Drawing.Point(367, 56)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(75, 20)
        Me.Button1.TabIndex = 11
        Me.Button1.Text = "浏览"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'TextBox1
        '
        Me.TextBox1.Location = New System.Drawing.Point(143, 56)
        Me.TextBox1.Name = "TextBox1"
        Me.TextBox1.Size = New System.Drawing.Size(209, 21)
        Me.TextBox1.TabIndex = 4
        '
        'DateTimePicker1
        '
        Me.DateTimePicker1.Location = New System.Drawing.Point(18, 56)
        Me.DateTimePicker1.MaxDate = New Date(2107, 12, 31, 0, 0, 0, 0)
        Me.DateTimePicker1.MinDate = New Date(2007, 4, 9, 0, 0, 0, 0)
        Me.DateTimePicker1.Name = "DateTimePicker1"
        Me.DateTimePicker1.Size = New System.Drawing.Size(114, 21)
        Me.DateTimePicker1.TabIndex = 9
        Me.DateTimePicker1.Value = New Date(2007, 4, 9, 0, 0, 0, 0)
        '
        'autoCheck
        '
        Me.autoCheck.AutoSize = True
        Me.autoCheck.Checked = True
        Me.autoCheck.CheckState = System.Windows.Forms.CheckState.Checked
        Me.autoCheck.Location = New System.Drawing.Point(18, 244)
        Me.autoCheck.Name = "autoCheck"
        Me.autoCheck.Size = New System.Drawing.Size(96, 16)
        Me.autoCheck.TabIndex = 8
        Me.autoCheck.Text = "开机自动运行"
        Me.autoCheck.UseVisualStyleBackColor = True
        '
        'clearButton
        '
        Me.clearButton.Location = New System.Drawing.Point(367, 144)
        Me.clearButton.Name = "clearButton"
        Me.clearButton.Size = New System.Drawing.Size(75, 23)
        Me.clearButton.TabIndex = 6
        Me.clearButton.Text = "清除列表"
        Me.clearButton.UseVisualStyleBackColor = True
        '
        'delButton
        '
        Me.delButton.Location = New System.Drawing.Point(367, 115)
        Me.delButton.Name = "delButton"
        Me.delButton.Size = New System.Drawing.Size(75, 23)
        Me.delButton.TabIndex = 6
        Me.delButton.Text = "删除"
        Me.delButton.UseVisualStyleBackColor = True
        '
        'delayTime
        '
        Me.delayTime.Location = New System.Drawing.Point(362, 242)
        Me.delayTime.Maximum = New Decimal(New Integer() {60, 0, 0, 0})
        Me.delayTime.Name = "delayTime"
        Me.delayTime.Size = New System.Drawing.Size(35, 21)
        Me.delayTime.TabIndex = 3
        Me.delayTime.Value = New Decimal(New Integer() {10, 0, 0, 0})
        '
        'secNum
        '
        Me.secNum.Location = New System.Drawing.Point(240, 30)
        Me.secNum.Maximum = New Decimal(New Integer() {59, 0, 0, 0})
        Me.secNum.Name = "secNum"
        Me.secNum.Size = New System.Drawing.Size(34, 21)
        Me.secNum.TabIndex = 2
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label3.Location = New System.Drawing.Point(226, 31)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(17, 16)
        Me.Label3.TabIndex = 3
        Me.Label3.Text = ":"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(299, 246)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(143, 12)
        Me.Label2.TabIndex = 7
        Me.Label2.Text = "执行操作前      秒提示"
        '
        'Button4
        '
        Me.Button4.AllowDrop = True
        Me.Button4.Location = New System.Drawing.Point(284, 416)
        Me.Button4.Name = "Button4"
        Me.Button4.Size = New System.Drawing.Size(75, 23)
        Me.Button4.TabIndex = 6
        Me.Button4.Text = "确定"
        Me.Button4.UseVisualStyleBackColor = True
        '
        'canelButton
        '
        Me.canelButton.Location = New System.Drawing.Point(388, 416)
        Me.canelButton.Name = "canelButton"
        Me.canelButton.Size = New System.Drawing.Size(75, 23)
        Me.canelButton.TabIndex = 6
        Me.canelButton.Text = "取消"
        Me.canelButton.UseVisualStyleBackColor = True
        '
        'Timer2
        '
        Me.Timer2.Interval = 1000
        '
        'OpenFileDialog1
        '
        Me.OpenFileDialog1.Filter = "所有文件|*.*"
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.ManCheck)
        Me.GroupBox2.Controls.Add(Me.SysTimeCheck)
        Me.GroupBox2.Controls.Add(Me.regCheck)
        Me.GroupBox2.Location = New System.Drawing.Point(21, 328)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(465, 82)
        Me.GroupBox2.TabIndex = 7
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "禁止行为"
        '
        'ManCheck
        '
        Me.ManCheck.AutoSize = True
        Me.ManCheck.Location = New System.Drawing.Point(181, 20)
        Me.ManCheck.Name = "ManCheck"
        Me.ManCheck.Size = New System.Drawing.Size(132, 16)
        Me.ManCheck.TabIndex = 2
        Me.ManCheck.Text = "禁止使用任务管理器"
        Me.ManCheck.UseVisualStyleBackColor = True
        '
        'SysTimeCheck
        '
        Me.SysTimeCheck.AutoSize = True
        Me.SysTimeCheck.Location = New System.Drawing.Point(18, 51)
        Me.SysTimeCheck.Name = "SysTimeCheck"
        Me.SysTimeCheck.Size = New System.Drawing.Size(120, 16)
        Me.SysTimeCheck.TabIndex = 1
        Me.SysTimeCheck.Text = "禁止更改系统时间"
        Me.SysTimeCheck.UseVisualStyleBackColor = True
        '
        'regCheck
        '
        Me.regCheck.AutoSize = True
        Me.regCheck.Location = New System.Drawing.Point(18, 20)
        Me.regCheck.Name = "regCheck"
        Me.regCheck.Size = New System.Drawing.Size(108, 16)
        Me.regCheck.TabIndex = 0
        Me.regCheck.Text = "禁止使用注册表"
        Me.regCheck.UseVisualStyleBackColor = True
        '
        'msg
        '
        Me.msg.AutoSize = True
        Me.msg.Location = New System.Drawing.Point(19, 19)
        Me.msg.Name = "msg"
        Me.msg.Size = New System.Drawing.Size(53, 12)
        Me.msg.TabIndex = 8
        Me.msg.Text = "统计信息"
        '
        'LinkLabel1
        '
        Me.LinkLabel1.AutoSize = True
        Me.LinkLabel1.Location = New System.Drawing.Point(19, 421)
        Me.LinkLabel1.Name = "LinkLabel1"
        Me.LinkLabel1.Size = New System.Drawing.Size(53, 12)
        Me.LinkLabel1.TabIndex = 9
        Me.LinkLabel1.TabStop = True
        Me.LinkLabel1.Text = "关于作者"
        '
        '设置窗体
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(509, 453)
        Me.Controls.Add(Me.LinkLabel1)
        Me.Controls.Add(Me.msg)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.GroupBox2)
        Me.Controls.Add(Me.Button4)
        Me.Controls.Add(Me.canelButton)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "设置窗体"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "定时自动关机设置"
        CType(Me.hourNum, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.minNum, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ContextMenuStrip1.ResumeLayout(False)
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        CType(Me.delayTime, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.secNum, System.ComponentModel.ISupportInitialize).EndInit()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents Timer1 As System.Windows.Forms.Timer
    Friend WithEvents hourNum As System.Windows.Forms.NumericUpDown
    Friend WithEvents addButton As System.Windows.Forms.Button
    Friend WithEvents minNum As System.Windows.Forms.NumericUpDown
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon
    Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
    Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
    Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents clearButton As System.Windows.Forms.Button
    Friend WithEvents delButton As System.Windows.Forms.Button
    Friend WithEvents autoCheck As System.Windows.Forms.CheckBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents delayTime As System.Windows.Forms.NumericUpDown
    Friend WithEvents Button4 As System.Windows.Forms.Button
    Friend WithEvents canelButton As System.Windows.Forms.Button
    Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents 退出程序ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents 立即取消关机ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents 设置关机计划ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents 最小化ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents Timer2 As System.Windows.Forms.Timer
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents secNum As System.Windows.Forms.NumericUpDown
    Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
    Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
    Friend WithEvents HideCheck As System.Windows.Forms.CheckBox
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents SysTimeCheck As System.Windows.Forms.CheckBox
    Friend WithEvents regCheck As System.Windows.Forms.CheckBox
    Friend WithEvents ManCheck As System.Windows.Forms.CheckBox
    Friend WithEvents msg As System.Windows.Forms.Label
    Friend WithEvents 立即关机ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents 立即重启ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents 立即锁定计算机ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents 立即注销ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents 立即关闭显示器ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel

End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -