📄 form3.designer.vb
字号:
Imports Microsoft.VisualBasic
Imports System
Namespace Localisation
Public Partial Class Form3
''' <summary>
''' Required designer variable.
''' </summary>
Private components As System.ComponentModel.IContainer = Nothing
Private mainMenu1 As System.Windows.Forms.MainMenu
''' <summary>
''' Clean up any resources being used.
''' </summary>
''' <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso (Not components Is Nothing) Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
#Region "Windows Form Designer generated code"
''' <summary>
''' Required method for Designer support - do not modify
''' the contents of this method with the code editor.
''' </summary>
Private Sub InitializeComponent()
Me.mainMenu1 = New System.Windows.Forms.MainMenu()
Me.comboBox1 = New System.Windows.Forms.ComboBox()
Me.label1 = New System.Windows.Forms.Label()
Me.textBox1 = New System.Windows.Forms.TextBox()
Me.textBox2 = New System.Windows.Forms.TextBox()
Me.label2 = New System.Windows.Forms.Label()
Me.textBox3 = New System.Windows.Forms.TextBox()
Me.label3 = New System.Windows.Forms.Label()
Me.textBox4 = New System.Windows.Forms.TextBox()
Me.label4 = New System.Windows.Forms.Label()
Me.textBox5 = New System.Windows.Forms.TextBox()
Me.label5 = New System.Windows.Forms.Label()
Me.textBox6 = New System.Windows.Forms.TextBox()
Me.label6 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
' comboBox1
'
Me.comboBox1.Location = New System.Drawing.Point(3, 3)
Me.comboBox1.Name = "comboBox1"
Me.comboBox1.Size = New System.Drawing.Size(234, 22)
Me.comboBox1.TabIndex = 0
'
' label1
'
Me.label1.BackColor = System.Drawing.Color.FromArgb((CInt(Fix((CByte(255))))), (CInt(Fix((CByte(255))))), (CInt(Fix((CByte(128))))))
Me.label1.Location = New System.Drawing.Point(4, 32)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(233, 20)
Me.label1.Text = "Name:"
'
' textBox1
'
Me.textBox1.BackColor = System.Drawing.Color.FromArgb((CInt(Fix((CByte(255))))), (CInt(Fix((CByte(255))))), (CInt(Fix((CByte(128))))))
Me.textBox1.Location = New System.Drawing.Point(4, 49)
Me.textBox1.Name = "textBox1"
Me.textBox1.Size = New System.Drawing.Size(233, 21)
Me.textBox1.TabIndex = 2
Me.textBox1.Text = "textBox1"
'
' textBox2
'
Me.textBox2.Location = New System.Drawing.Point(4, 89)
Me.textBox2.Name = "textBox2"
Me.textBox2.Size = New System.Drawing.Size(233, 21)
Me.textBox2.TabIndex = 4
Me.textBox2.Text = "textBox2"
'
' label2
'
Me.label2.Location = New System.Drawing.Point(4, 73)
Me.label2.Name = "label2"
Me.label2.Size = New System.Drawing.Size(112, 20)
Me.label2.Text = "English Name:"
'
' textBox3
'
Me.textBox3.BackColor = System.Drawing.Color.FromArgb((CInt(Fix((CByte(255))))), (CInt(Fix((CByte(255))))), (CInt(Fix((CByte(128))))))
Me.textBox3.Location = New System.Drawing.Point(4, 128)
Me.textBox3.Name = "textBox3"
Me.textBox3.Size = New System.Drawing.Size(233, 21)
Me.textBox3.TabIndex = 7
Me.textBox3.Text = "textBox3"
'
' label3
'
Me.label3.BackColor = System.Drawing.Color.FromArgb((CInt(Fix((CByte(255))))), (CInt(Fix((CByte(255))))), (CInt(Fix((CByte(128))))))
Me.label3.Location = New System.Drawing.Point(4, 113)
Me.label3.Name = "label3"
Me.label3.Size = New System.Drawing.Size(233, 20)
Me.label3.Text = "Native Name:"
'
' textBox4
'
Me.textBox4.Location = New System.Drawing.Point(4, 167)
Me.textBox4.Name = "textBox4"
Me.textBox4.Size = New System.Drawing.Size(233, 21)
Me.textBox4.TabIndex = 10
Me.textBox4.Text = "textBox4"
'
' label4
'
Me.label4.Location = New System.Drawing.Point(4, 152)
Me.label4.Name = "label4"
Me.label4.Size = New System.Drawing.Size(112, 20)
Me.label4.Text = "LCID:"
'
' textBox5
'
Me.textBox5.BackColor = System.Drawing.Color.FromArgb((CInt(Fix((CByte(255))))), (CInt(Fix((CByte(255))))), (CInt(Fix((CByte(128))))))
Me.textBox5.Location = New System.Drawing.Point(4, 206)
Me.textBox5.Name = "textBox5"
Me.textBox5.Size = New System.Drawing.Size(233, 21)
Me.textBox5.TabIndex = 13
Me.textBox5.Text = "textBox5"
'
' label5
'
Me.label5.BackColor = System.Drawing.Color.FromArgb((CInt(Fix((CByte(255))))), (CInt(Fix((CByte(255))))), (CInt(Fix((CByte(128))))))
Me.label5.Location = New System.Drawing.Point(4, 191)
Me.label5.Name = "label5"
Me.label5.Size = New System.Drawing.Size(233, 20)
Me.label5.Text = "1st Day of week:"
'
' textBox6
'
Me.textBox6.Location = New System.Drawing.Point(4, 247)
Me.textBox6.Name = "textBox6"
Me.textBox6.Size = New System.Drawing.Size(233, 21)
Me.textBox6.TabIndex = 16
Me.textBox6.Text = "textBox6"
'
' label6
'
Me.label6.Location = New System.Drawing.Point(4, 231)
Me.label6.Name = "label6"
Me.label6.Size = New System.Drawing.Size(112, 20)
Me.label6.Text = "Currency:"
'
' Form3
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96F, 96F)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.textBox6)
Me.Controls.Add(Me.label6)
Me.Controls.Add(Me.textBox5)
Me.Controls.Add(Me.label5)
Me.Controls.Add(Me.textBox4)
Me.Controls.Add(Me.label4)
Me.Controls.Add(Me.textBox3)
Me.Controls.Add(Me.label3)
Me.Controls.Add(Me.textBox2)
Me.Controls.Add(Me.label2)
Me.Controls.Add(Me.textBox1)
Me.Controls.Add(Me.label1)
Me.Controls.Add(Me.comboBox1)
Me.Menu = Me.mainMenu1
Me.MinimizeBox = False
Me.Name = "Form3"
Me.Text = "Form3"
' Me.Load += New System.EventHandler(Me.Form3_Load);
Me.ResumeLayout(False)
End Sub
#End Region
Private comboBox1 As System.Windows.Forms.ComboBox
Private label1 As System.Windows.Forms.Label
Private textBox1 As System.Windows.Forms.TextBox
Private textBox2 As System.Windows.Forms.TextBox
Private label2 As System.Windows.Forms.Label
Private textBox3 As System.Windows.Forms.TextBox
Private label3 As System.Windows.Forms.Label
Private textBox4 As System.Windows.Forms.TextBox
Private label4 As System.Windows.Forms.Label
Private textBox5 As System.Windows.Forms.TextBox
Private label5 As System.Windows.Forms.Label
Private textBox6 As System.Windows.Forms.TextBox
Private label6 As System.Windows.Forms.Label
End Class
End Namespace
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -