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

📄 form1.designer.vb

📁 vb设计的有关地图移动、设置
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.GroupBox1.Controls.Add(Me.Month)
        Me.GroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.GroupBox1.Location = New System.Drawing.Point(10, 13)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(306, 232)
        Me.GroupBox1.TabIndex = 0
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "&Date"
        '
        'AxCalendar1
        '
        Me.AxCalendar1.Enabled = True
        Me.AxCalendar1.Location = New System.Drawing.Point(18, 71)
        Me.AxCalendar1.Name = "AxCalendar1"
        Me.AxCalendar1.OcxState = CType(resources.GetObject("AxCalendar1.OcxState"), System.Windows.Forms.AxHost.State)
        Me.AxCalendar1.Size = New System.Drawing.Size(269, 152)
        Me.AxCalendar1.TabIndex = 2
        '
        'Year
        '
        Me.Year.Location = New System.Drawing.Point(195, 30)
        Me.Year.Maximum = New Decimal(New Integer() {9998, 0, 0, 0})
        Me.Year.Minimum = New Decimal(New Integer() {1753, 0, 0, 0})
        Me.Year.Name = "Year"
        Me.Year.Size = New System.Drawing.Size(92, 21)
        Me.Year.TabIndex = 1
        Me.Year.Value = New Decimal(New Integer() {2008, 0, 0, 0})
        '
        'Month
        '
        Me.Month.FormattingEnabled = True
        Me.Month.Items.AddRange(New Object() {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"})
        Me.Month.Location = New System.Drawing.Point(18, 31)
        Me.Month.Name = "Month"
        Me.Month.Size = New System.Drawing.Size(154, 20)
        Me.Month.TabIndex = 0
        Me.Month.Text = "November"
        '
        'TabPage2
        '
        Me.TabPage2.BackColor = System.Drawing.Color.WhiteSmoke
        Me.TabPage2.Controls.Add(Me.CheckBox1)
        Me.TabPage2.Controls.Add(Me.PictureBox1)
        Me.TabPage2.Controls.Add(Me.ComboBox1)
        Me.TabPage2.Location = New System.Drawing.Point(4, 28)
        Me.TabPage2.Name = "TabPage2"
        Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
        Me.TabPage2.Size = New System.Drawing.Size(641, 291)
        Me.TabPage2.TabIndex = 1
        Me.TabPage2.Text = "Time Zone"
        '
        'CheckBox1
        '
        Me.CheckBox1.AutoSize = True
        Me.CheckBox1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.CheckBox1.Location = New System.Drawing.Point(82, 247)
        Me.CheckBox1.Name = "CheckBox1"
        Me.CheckBox1.Size = New System.Drawing.Size(348, 16)
        Me.CheckBox1.TabIndex = 2
        Me.CheckBox1.Text = "Automatically adjust clock for daylight saving changes"
        Me.CheckBox1.UseVisualStyleBackColor = True
        '
        'PictureBox1
        '
        Me.PictureBox1.Image = Global.Exercise8.My.Resources.Resources.timezone_map
        Me.PictureBox1.Location = New System.Drawing.Point(82, 55)
        Me.PictureBox1.Name = "PictureBox1"
        Me.PictureBox1.Size = New System.Drawing.Size(461, 174)
        Me.PictureBox1.TabIndex = 1
        Me.PictureBox1.TabStop = False
        '
        'ComboBox1
        '
        Me.ComboBox1.FormattingEnabled = True
        Me.ComboBox1.Items.AddRange(New Object() {"(GMT -12:00) Eniwetok, Kwajalein ", "(GMT -11:00) Midway Island, Samoa ", "(GMT -10:00) Hawaii ", "(GMT -09:00) Alaska ", "(GMT -08:00) Pacific Time (US and Canada); Tijuana ", "(GMT -07:00) Arizona ", "(GMT -07:00) Mountain Time (US and Canada) ", "(GMT -06:00) Central Time (US and Canada) ", "(GMT -06:00) Mexico City, Tegucigalpa ", "(GMT -06:00) Saskatchewan ", "(GMT -05:00) Bogota, Lima ", "(GMT -05:00) Eastern Time (US and Canada) ", "(GMT -05:00) Indiana (East) ", "(GMT -04:00) Atlantic Time (Canada) ", "(GMT -04:00) Caracas, La Paz ", "(GMT -03:30) Newfoundland ", "(GMT -03:00) Brasilia ", "(GMT -03:00) Buenos Aires, Georgetown ", "(GMT -02:00) Mid-Atlantic ", "(GMT -01:00) Azores, Cape Verde Is. ", "(GMT +00:00) Greenwich Mean Time; Dublin, Edinburgh, London, Lisbon ", "(GMT +00:00) Monrovia, Casablanca ", "(GMT +01:00) Berlin, Stockhold, Rome, Bern, Brussels, Vienna ", "(GMT +01:00) Paris, Madrid, Amsterdam ", "(GMT +01:00) Prage, Warsaw, Budapest ", "(GMT +02:00) Athens, Helsinki, Istanbul ", "(GMT +02:00) Cairo ", "(GMT +02:00) Eastern Europe ", "(GMT +02:00) Harare, Pretoria ", "(GMT +02:00) Israel ", "(GMT +03:00) Baghdad, Kuwait, Nairobi, Riyadh ", "(GMT +03:00) Moscow, St. Petersburgh, Kazan, Volgograd ", "(GMT +03:00) Tehran ", "(GMT +04:00) Abu Dhabi, Muscat, Tbilisi ", "(GMT +04:30) Kabul ", "(GMT +05:00) Islamabad, Karachi, Ekaterinburg, Tashkent ", "(GMT +05:30) Bombay, Calcutta, Madras, New Delhi, Colombo ", "(GMT +06:00) Almaty, Dhaka ", "(GMT +07:00) Bangkok, Jakarta, Hanoi ", "(GMT +08:00) Beijing, Chongqing, Urumqi ", "(GMT +08:00) Hong Kong, Perth, Singapore, Taipei ", "(GMT +09:00) Tokyo, Osaka, Sapporo, Seoul, Yakutsk ", "(GMT +09:30) Adelaide ", "(GMT +09:30) Darwin ", "(GMT +10:00) Brisbane, Melbourne, Sydney ", "(GMT +10:00) Guam, Port Moresby, Vladivostok ", "(GMT +10:00) Hobart ", "(GMT +11:00) Magadan, Solomon Is., New Caledonia ", "(GMT +12:00) Fiji, Kamchatka, Marshall Is. ", "(GMT +12:00) Wellington, Auckland "})
        Me.ComboBox1.Location = New System.Drawing.Point(82, 18)
        Me.ComboBox1.Name = "ComboBox1"
        Me.ComboBox1.Size = New System.Drawing.Size(461, 20)
        Me.ComboBox1.TabIndex = 0
        Me.ComboBox1.Text = "(GMT -12:00) Eniwetok, Kwajalein "
        '
        'Ok
        '
        Me.Ok.Location = New System.Drawing.Point(324, 344)
        Me.Ok.Name = "Ok"
        Me.Ok.Size = New System.Drawing.Size(75, 23)
        Me.Ok.TabIndex = 1
        Me.Ok.Text = "&Ok"
        Me.Ok.UseVisualStyleBackColor = True
        '
        'Cancel
        '
        Me.Cancel.Location = New System.Drawing.Point(453, 344)
        Me.Cancel.Name = "Cancel"
        Me.Cancel.Size = New System.Drawing.Size(75, 23)
        Me.Cancel.TabIndex = 2
        Me.Cancel.Text = "&Cancel"
        Me.Cancel.UseVisualStyleBackColor = True
        '
        'Apply
        '
        Me.Apply.Location = New System.Drawing.Point(583, 344)
        Me.Apply.Name = "Apply"
        Me.Apply.Size = New System.Drawing.Size(75, 23)
        Me.Apply.TabIndex = 3
        Me.Apply.Text = "&Apply"
        Me.Apply.UseVisualStyleBackColor = True
        '
        'Timer1
        '
        Me.Timer1.Enabled = True
        Me.Timer1.Interval = 1000
        '
        'form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(650, 364)
        Me.Controls.Add(Me.Apply)
        Me.Controls.Add(Me.Cancel)
        Me.Controls.Add(Me.Ok)
        Me.Controls.Add(Me.TabControl1)
        Me.Name = "form1"
        Me.Text = "Date/Time"
        Me.TabControl1.ResumeLayout(False)
        Me.TabPage1.ResumeLayout(False)
        Me.TabPage1.PerformLayout()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
        Me.GroupBox1.ResumeLayout(False)
        CType(Me.AxCalendar1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Year, System.ComponentModel.ISupportInitialize).EndInit()
        Me.TabPage2.ResumeLayout(False)
        Me.TabPage2.PerformLayout()
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
    Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
    Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents Month As System.Windows.Forms.ComboBox
    Friend WithEvents Year As System.Windows.Forms.NumericUpDown
    Friend WithEvents Ok As System.Windows.Forms.Button
    Friend WithEvents Cancel As System.Windows.Forms.Button
    Friend WithEvents Apply As System.Windows.Forms.Button
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
    Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
    Friend WithEvents NumericUpDown3 As System.Windows.Forms.NumericUpDown
    Friend WithEvents NumericUpDown2 As System.Windows.Forms.NumericUpDown
    Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown
    Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
    Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
    Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
    Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
    Friend WithEvents Timer1 As System.Windows.Forms.Timer
    Friend WithEvents AxCalendar1 As AxMSACAL.AxCalendar


End Class

⌨️ 快捷键说明

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