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

📄 form1.designer.vb

📁 最新的SSD4的练习8源码
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class dt
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dt))
        Me.TabControl1 = New System.Windows.Forms.TabControl
        Me.TabPage1 = New System.Windows.Forms.TabPage
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.AxCalendar2 = New AxMSACAL.AxCalendar
        Me.nupYear = New System.Windows.Forms.NumericUpDown
        Me.cbMonth = New System.Windows.Forms.ComboBox
        Me.tbYear = New System.Windows.Forms.TextBox
        Me.GroupBox3 = New System.Windows.Forms.GroupBox
        Me.pbclock = New System.Windows.Forms.PictureBox
        Me.nnupSec = New System.Windows.Forms.NumericUpDown
        Me.nnupMin = New System.Windows.Forms.NumericUpDown
        Me.nnupHour = New System.Windows.Forms.NumericUpDown
        Me.tnSec = New System.Windows.Forms.TextBox
        Me.tbMin = New System.Windows.Forms.TextBox
        Me.tbHour = New System.Windows.Forms.TextBox
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.RadioButton2 = New System.Windows.Forms.RadioButton
        Me.RadioButton1 = New System.Windows.Forms.RadioButton
        Me.Label4 = New System.Windows.Forms.Label
        Me.TabPage2 = New System.Windows.Forms.TabPage
        Me.ComboBox2 = New System.Windows.Forms.ComboBox
        Me.CheckBox1 = New System.Windows.Forms.CheckBox
        Me.PictureBox1 = New System.Windows.Forms.PictureBox
        Me.ComboBox1 = New System.Windows.Forms.ComboBox
        Me.btApply = New System.Windows.Forms.Button
        Me.btCabcel = New System.Windows.Forms.Button
        Me.btOK = New System.Windows.Forms.Button
        Me.Label1 = New System.Windows.Forms.Label
        Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
        Me.TabControl1.SuspendLayout()
        Me.TabPage1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        CType(Me.AxCalendar2, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.nupYear, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.GroupBox3.SuspendLayout()
        CType(Me.pbclock, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.nnupSec, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.nnupMin, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.nnupHour, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.GroupBox1.SuspendLayout()
        Me.TabPage2.SuspendLayout()
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'TabControl1
        '
        Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons
        Me.TabControl1.Controls.Add(Me.TabPage1)
        Me.TabControl1.Controls.Add(Me.TabPage2)
        Me.TabControl1.Location = New System.Drawing.Point(21, 24)
        Me.TabControl1.Name = "TabControl1"
        Me.TabControl1.SelectedIndex = 0
        Me.TabControl1.Size = New System.Drawing.Size(588, 348)
        Me.TabControl1.TabIndex = 0
        '
        'TabPage1
        '
        Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.TabPage1.Controls.Add(Me.GroupBox2)
        Me.TabPage1.Controls.Add(Me.GroupBox3)
        Me.TabPage1.Controls.Add(Me.Label4)
        Me.TabPage1.Location = New System.Drawing.Point(4, 24)
        Me.TabPage1.Name = "TabPage1"
        Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
        Me.TabPage1.Size = New System.Drawing.Size(580, 320)
        Me.TabPage1.TabIndex = 0
        Me.TabPage1.Text = "Data & Time"
        Me.TabPage1.UseVisualStyleBackColor = True
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.AxCalendar2)
        Me.GroupBox2.Controls.Add(Me.nupYear)
        Me.GroupBox2.Controls.Add(Me.cbMonth)
        Me.GroupBox2.Controls.Add(Me.tbYear)
        Me.GroupBox2.Location = New System.Drawing.Point(12, 6)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(266, 272)
        Me.GroupBox2.TabIndex = 3
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "&Date"
        '
        'AxCalendar2
        '
        Me.AxCalendar2.Enabled = True
        Me.AxCalendar2.Location = New System.Drawing.Point(6, 57)
        Me.AxCalendar2.Name = "AxCalendar2"
        Me.AxCalendar2.OcxState = CType(resources.GetObject("AxCalendar2.OcxState"), System.Windows.Forms.AxHost.State)
        Me.AxCalendar2.Size = New System.Drawing.Size(254, 209)
        Me.AxCalendar2.TabIndex = 3
        '
        'nupYear
        '
        Me.nupYear.Location = New System.Drawing.Point(241, 30)
        Me.nupYear.Maximum = New Decimal(New Integer() {2600, 0, 0, 0})
        Me.nupYear.Minimum = New Decimal(New Integer() {1800, 0, 0, 0})
        Me.nupYear.Name = "nupYear"
        Me.nupYear.Size = New System.Drawing.Size(19, 21)
        Me.nupYear.TabIndex = 2
        Me.nupYear.Value = New Decimal(New Integer() {1800, 0, 0, 0})
        '
        'cbMonth
        '
        Me.cbMonth.FormattingEnabled = True
        Me.cbMonth.Items.AddRange(New Object() {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"})
        Me.cbMonth.Location = New System.Drawing.Point(6, 30)
        Me.cbMonth.Name = "cbMonth"
        Me.cbMonth.Size = New System.Drawing.Size(134, 20)
        Me.cbMonth.TabIndex = 0
        '
        'tbYear
        '
        Me.tbYear.Location = New System.Drawing.Point(175, 30)
        Me.tbYear.Name = "tbYear"
        Me.tbYear.Size = New System.Drawing.Size(85, 21)
        Me.tbYear.TabIndex = 1
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.pbclock)
        Me.GroupBox3.Controls.Add(Me.nnupSec)
        Me.GroupBox3.Controls.Add(Me.nnupMin)
        Me.GroupBox3.Controls.Add(Me.nnupHour)
        Me.GroupBox3.Controls.Add(Me.tnSec)
        Me.GroupBox3.Controls.Add(Me.tbMin)
        Me.GroupBox3.Controls.Add(Me.tbHour)
        Me.GroupBox3.Controls.Add(Me.GroupBox1)
        Me.GroupBox3.Location = New System.Drawing.Point(295, 6)
        Me.GroupBox3.Name = "GroupBox3"
        Me.GroupBox3.Size = New System.Drawing.Size(276, 272)
        Me.GroupBox3.TabIndex = 1
        Me.GroupBox3.TabStop = False
        Me.GroupBox3.Text = "&Time"
        '
        'pbclock
        '
        Me.pbclock.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.pbclock.Location = New System.Drawing.Point(61, 30)
        Me.pbclock.Name = "pbclock"
        Me.pbclock.Size = New System.Drawing.Size(160, 160)
        Me.pbclock.TabIndex = 7
        Me.pbclock.TabStop = False
        '
        'nnupSec
        '
        Me.nnupSec.Location = New System.Drawing.Point(178, 223)
        Me.nnupSec.Maximum = New Decimal(New Integer() {59, 0, 0, 0})
        Me.nnupSec.Name = "nnupSec"
        Me.nnupSec.Size = New System.Drawing.Size(17, 21)
        Me.nnupSec.TabIndex = 6
        '
        'nnupMin
        '
        Me.nnupMin.Location = New System.Drawing.Point(115, 222)
        Me.nnupMin.Maximum = New Decimal(New Integer() {59, 0, 0, 0})
        Me.nnupMin.Name = "nnupMin"
        Me.nnupMin.Size = New System.Drawing.Size(17, 21)
        Me.nnupMin.TabIndex = 5
        '
        'nnupHour
        '
        Me.nnupHour.Location = New System.Drawing.Point(49, 223)
        Me.nnupHour.Maximum = New Decimal(New Integer() {12, 0, 0, 0})
        Me.nnupHour.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
        Me.nnupHour.Name = "nnupHour"
        Me.nnupHour.Size = New System.Drawing.Size(17, 21)
        Me.nnupHour.TabIndex = 4
        Me.nnupHour.Value = New Decimal(New Integer() {12, 0, 0, 0})
        '
        'tnSec
        '
        Me.tnSec.Location = New System.Drawing.Point(135, 223)
        Me.tnSec.Name = "tnSec"
        Me.tnSec.Size = New System.Drawing.Size(60, 21)
        Me.tnSec.TabIndex = 3
        '
        'tbMin
        '
        Me.tbMin.Location = New System.Drawing.Point(72, 223)
        Me.tbMin.Name = "tbMin"
        Me.tbMin.Size = New System.Drawing.Size(60, 21)
        Me.tbMin.TabIndex = 2
        '
        'tbHour
        '
        Me.tbHour.Location = New System.Drawing.Point(6, 223)

⌨️ 快捷键说明

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