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

📄 form1.designer.vb

📁 ssd4的练习五的答案
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <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

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
        Me.btnok = New System.Windows.Forms.Button
        Me.btncancel = New System.Windows.Forms.Button
        Me.btnapply = New System.Windows.Forms.Button
        Me.TabControl1 = New System.Windows.Forms.TabControl
        Me.TabPage1 = New System.Windows.Forms.TabPage
        Me.lblTimeZone = New System.Windows.Forms.Label
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.PictureBox2 = New System.Windows.Forms.PictureBox
        Me.rbnPm = New System.Windows.Forms.RadioButton
        Me.rbnAm = New System.Windows.Forms.RadioButton
        Me.nudMin = New System.Windows.Forms.NumericUpDown
        Me.nudSec = New System.Windows.Forms.NumericUpDown
        Me.nudHour = New System.Windows.Forms.NumericUpDown
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.txtYear = New System.Windows.Forms.TextBox
        Me.nudYear = New System.Windows.Forms.NumericUpDown
        Me.cobMon = New System.Windows.Forms.ComboBox
        Me.Calendar = New AxMSACAL.AxCalendar
        Me.TabPage2 = New System.Windows.Forms.TabPage
        Me.CheckBox1 = New System.Windows.Forms.CheckBox
        Me.PictureBox1 = New System.Windows.Forms.PictureBox
        Me.ComboBox1 = New System.Windows.Forms.ComboBox
        Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
        Me.TabControl1.SuspendLayout()
        Me.TabPage1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.nudMin, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.nudSec, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.nudHour, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.GroupBox1.SuspendLayout()
        CType(Me.nudYear, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Calendar, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.TabPage2.SuspendLayout()
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'btnok
        '
        Me.btnok.Location = New System.Drawing.Point(238, 395)
        Me.btnok.Name = "btnok"
        Me.btnok.Size = New System.Drawing.Size(75, 23)
        Me.btnok.TabIndex = 3
        Me.btnok.Text = "OK"
        Me.btnok.UseVisualStyleBackColor = True
        '
        'btncancel
        '
        Me.btncancel.Location = New System.Drawing.Point(334, 395)
        Me.btncancel.Name = "btncancel"
        Me.btncancel.Size = New System.Drawing.Size(75, 23)
        Me.btncancel.TabIndex = 4
        Me.btncancel.Text = "Cancel"
        Me.btncancel.UseVisualStyleBackColor = True
        '
        'btnapply
        '
        Me.btnapply.Location = New System.Drawing.Point(432, 395)
        Me.btnapply.Name = "btnapply"
        Me.btnapply.Size = New System.Drawing.Size(75, 23)
        Me.btnapply.TabIndex = 5
        Me.btnapply.Text = "Apply"
        Me.btnapply.UseVisualStyleBackColor = True
        '
        'TabControl1
        '
        Me.TabControl1.Controls.Add(Me.TabPage1)
        Me.TabControl1.Controls.Add(Me.TabPage2)
        Me.TabControl1.ImeMode = System.Windows.Forms.ImeMode.NoControl
        Me.TabControl1.Location = New System.Drawing.Point(0, 12)
        Me.TabControl1.Name = "TabControl1"
        Me.TabControl1.SelectedIndex = 0
        Me.TabControl1.Size = New System.Drawing.Size(536, 360)
        Me.TabControl1.TabIndex = 6
        '
        'TabPage1
        '
        Me.TabPage1.BackColor = System.Drawing.SystemColors.Control
        Me.TabPage1.Controls.Add(Me.lblTimeZone)
        Me.TabPage1.Controls.Add(Me.GroupBox2)
        Me.TabPage1.Controls.Add(Me.GroupBox1)
        Me.TabPage1.Location = New System.Drawing.Point(4, 22)
        Me.TabPage1.Name = "TabPage1"
        Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
        Me.TabPage1.Size = New System.Drawing.Size(528, 334)
        Me.TabPage1.TabIndex = 0
        Me.TabPage1.Text = "Date/Time"
        '
        'lblTimeZone
        '
        Me.lblTimeZone.Location = New System.Drawing.Point(8, 303)
        Me.lblTimeZone.Name = "lblTimeZone"
        Me.lblTimeZone.Size = New System.Drawing.Size(358, 28)
        Me.lblTimeZone.TabIndex = 0
        Me.lblTimeZone.Text = "Label1"
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.PictureBox2)
        Me.GroupBox2.Controls.Add(Me.rbnPm)
        Me.GroupBox2.Controls.Add(Me.rbnAm)
        Me.GroupBox2.Controls.Add(Me.nudMin)
        Me.GroupBox2.Controls.Add(Me.nudSec)
        Me.GroupBox2.Controls.Add(Me.nudHour)
        Me.GroupBox2.Location = New System.Drawing.Point(264, 20)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(258, 258)
        Me.GroupBox2.TabIndex = 1
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "Time"
        '
        'PictureBox2
        '
        Me.PictureBox2.Location = New System.Drawing.Point(17, 20)
        Me.PictureBox2.Name = "PictureBox2"
        Me.PictureBox2.Size = New System.Drawing.Size(222, 188)
        Me.PictureBox2.TabIndex = 5
        Me.PictureBox2.TabStop = False
        '
        'rbnPm
        '
        Me.rbnPm.AutoSize = True
        Me.rbnPm.Location = New System.Drawing.Point(194, 236)
        Me.rbnPm.Name = "rbnPm"
        Me.rbnPm.Size = New System.Drawing.Size(35, 16)
        Me.rbnPm.TabIndex = 4
        Me.rbnPm.TabStop = True
        Me.rbnPm.Text = "PM"
        Me.rbnPm.UseVisualStyleBackColor = True
        '
        'rbnAm
        '
        Me.rbnAm.AutoSize = True
        Me.rbnAm.Location = New System.Drawing.Point(194, 214)
        Me.rbnAm.Name = "rbnAm"
        Me.rbnAm.Size = New System.Drawing.Size(35, 16)
        Me.rbnAm.TabIndex = 3
        Me.rbnAm.TabStop = True
        Me.rbnAm.Text = "AM"
        Me.rbnAm.UseVisualStyleBackColor = True
        '
        'nudMin
        '
        Me.nudMin.Location = New System.Drawing.Point(66, 231)
        Me.nudMin.Name = "nudMin"
        Me.nudMin.ReadOnly = True
        Me.nudMin.Size = New System.Drawing.Size(45, 21)
        Me.nudMin.TabIndex = 2

⌨️ 快捷键说明

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