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

📄 sys_set.designer.vb

📁 这是我自己用VB.NET编写的一款监护仪的电脑软件
💻 VB
📖 第 1 页 / 共 5 页
字号:
        Me.RadioButton5.Location = New System.Drawing.Point(44, 163)
        Me.RadioButton5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.RadioButton5.Name = "RadioButton5"
        Me.RadioButton5.Size = New System.Drawing.Size(61, 20)
        Me.RadioButton5.TabIndex = 1
        Me.RadioButton5.TabStop = True
        Me.RadioButton5.Text = "COM2"
        Me.RadioButton5.UseVisualStyleBackColor = True
        '
        'RadioButton6
        '
        Me.RadioButton6.AutoSize = True
        Me.RadioButton6.Checked = True
        Me.RadioButton6.Font = New System.Drawing.Font("Comic Sans MS", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.RadioButton6.Location = New System.Drawing.Point(44, 134)
        Me.RadioButton6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.RadioButton6.Name = "RadioButton6"
        Me.RadioButton6.Size = New System.Drawing.Size(113, 20)
        Me.RadioButton6.TabIndex = 0
        Me.RadioButton6.TabStop = True
        Me.RadioButton6.Text = "COM1(Default)"
        Me.RadioButton6.UseVisualStyleBackColor = True
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.Button2)
        Me.GroupBox2.Controls.Add(Me.GroupBox1)
        Me.GroupBox2.Controls.Add(Me.Button1)
        Me.GroupBox2.Controls.Add(Me.Group_mima)
        Me.GroupBox2.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.GroupBox2.Location = New System.Drawing.Point(0, 8)
        Me.GroupBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.GroupBox2.Size = New System.Drawing.Size(499, 368)
        Me.GroupBox2.TabIndex = 1
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "User Management"
        '
        'Button2
        '
        Me.Button2.Location = New System.Drawing.Point(314, 84)
        Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.Button2.Name = "Button2"
        Me.Button2.Size = New System.Drawing.Size(138, 31)
        Me.Button2.TabIndex = 16
        Me.Button2.Text = "Modify User Name"
        Me.Button2.UseVisualStyleBackColor = True
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.ComboBox_Type)
        Me.GroupBox1.Controls.Add(Me.yonghuid)
        Me.GroupBox1.Controls.Add(Me.Label3)
        Me.GroupBox1.Controls.Add(Me.Label4)
        Me.GroupBox1.Controls.Add(Me.yonghuxingming)
        Me.GroupBox1.Controls.Add(Me.Label11)
        Me.GroupBox1.Location = New System.Drawing.Point(17, 25)
        Me.GroupBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.GroupBox1.Size = New System.Drawing.Size(233, 136)
        Me.GroupBox1.TabIndex = 15
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "User Information"
        '
        'ComboBox_Type
        '
        Me.ComboBox_Type.Enabled = False
        Me.ComboBox_Type.FormattingEnabled = True
        Me.ComboBox_Type.Items.AddRange(New Object() {"普通用户", "系统管理员"})
        Me.ComboBox_Type.Location = New System.Drawing.Point(92, 92)
        Me.ComboBox_Type.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.ComboBox_Type.Name = "ComboBox_Type"
        Me.ComboBox_Type.Size = New System.Drawing.Size(116, 22)
        Me.ComboBox_Type.TabIndex = 17
        '
        'yonghuid
        '
        Me.yonghuid.BackColor = System.Drawing.Color.White
        Me.yonghuid.Enabled = False
        Me.yonghuid.ForeColor = System.Drawing.SystemColors.WindowText
        Me.yonghuid.Location = New System.Drawing.Point(92, 25)
        Me.yonghuid.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.yonghuid.Name = "yonghuid"
        Me.yonghuid.Size = New System.Drawing.Size(116, 22)
        Me.yonghuid.TabIndex = 8
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(30, 29)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(47, 14)
        Me.Label3.TabIndex = 0
        Me.Label3.Text = "UserID:"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(7, 96)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(67, 14)
        Me.Label4.TabIndex = 1
        Me.Label4.Text = "User Type:"
        '
        'yonghuxingming
        '
        Me.yonghuxingming.BackColor = System.Drawing.Color.White
        Me.yonghuxingming.Enabled = False
        Me.yonghuxingming.ForeColor = System.Drawing.SystemColors.WindowText
        Me.yonghuxingming.Location = New System.Drawing.Point(92, 59)
        Me.yonghuxingming.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.yonghuxingming.Name = "yonghuxingming"
        Me.yonghuxingming.Size = New System.Drawing.Size(116, 22)
        Me.yonghuxingming.TabIndex = 12
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.Location = New System.Drawing.Point(1, 62)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(70, 14)
        Me.Label11.TabIndex = 10
        Me.Label11.Text = "User Name:"
        '
        'Button1
        '
        Me.Button1.Location = New System.Drawing.Point(314, 252)
        Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(138, 34)
        Me.Button1.TabIndex = 13
        Me.Button1.Text = "Modify Password"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'Group_mima
        '
        Me.Group_mima.Controls.Add(Me.queren)
        Me.Group_mima.Controls.Add(Me.jiumima)
        Me.Group_mima.Controls.Add(Me.xinmima)
        Me.Group_mima.Controls.Add(Me.Label9)
        Me.Group_mima.Controls.Add(Me.Label8)
        Me.Group_mima.Controls.Add(Me.Label5)
        Me.Group_mima.Location = New System.Drawing.Point(17, 185)
        Me.Group_mima.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.Group_mima.Name = "Group_mima"
        Me.Group_mima.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.Group_mima.Size = New System.Drawing.Size(233, 158)
        Me.Group_mima.TabIndex = 9
        Me.Group_mima.TabStop = False
        Me.Group_mima.Text = "Password Change"
        '
        'queren
        '
        Me.queren.BackColor = System.Drawing.Color.White
        Me.queren.Enabled = False
        Me.queren.ForeColor = System.Drawing.SystemColors.WindowText
        Me.queren.Location = New System.Drawing.Point(112, 112)
        Me.queren.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.queren.Name = "queren"
        Me.queren.Size = New System.Drawing.Size(96, 22)
        Me.queren.TabIndex = 13
        Me.queren.UseSystemPasswordChar = True
        '
        'jiumima
        '
        Me.jiumima.BackColor = System.Drawing.Color.White
        Me.jiumima.Enabled = False
        Me.jiumima.ForeColor = System.Drawing.SystemColors.WindowText
        Me.jiumima.Location = New System.Drawing.Point(112, 38)
        Me.jiumima.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.jiumima.Name = "jiumima"
        Me.jiumima.Size = New System.Drawing.Size(96, 22)
        Me.jiumima.TabIndex = 11
        Me.jiumima.UseSystemPasswordChar = True
        '
        'xinmima
        '
        Me.xinmima.BackColor = System.Drawing.Color.White
        Me.xinmima.Enabled = False
        Me.xinmima.ForeColor = System.Drawing.SystemColors.WindowText
        Me.xinmima.Location = New System.Drawing.Point(112, 75)
        Me.xinmima.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.xinmima.Name = "xinmima"
        Me.xinmima.Size = New System.Drawing.Size(96, 22)
        Me.xinmima.TabIndex = 12
        Me.xinmima.UseSystemPasswordChar = True
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Location = New System.Drawing.Point(1, 120)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(105, 14)
        Me.Label9.TabIndex = 3
        Me.Label9.Text = "Retype Password:"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Location = New System.Drawing.Point(15, 78)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(91, 14)
        Me.Label8.TabIndex = 2
        Me.Label8.Text = "New Password:"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(15, 41)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(84, 14)
        Me.Label5.TabIndex = 1
        Me.Label5.Text = "Old Password:"
        '
        'GroupBox7
        '
        Me.GroupBox7.Controls.Add(Me.shuoming)
        Me.GroupBox7.Controls.Add(Me.Label10)
        Me.GroupBox7.Controls.Add(Me.yiyuanemail)
        Me.GroupBox7.Controls.Add(Me.Label7)
        Me.GroupBox7.Controls.Add(Me.Button3)
        Me.GroupBox7.Controls.Add(Me.LinkLabel3)
        Me.GroupBox7.Controls.Add(Me.yiyuanwangzhan)
        Me.GroupBox7.Controls.Add(Me.Label19)
        Me.GroupBox7.Controls.Add(Me.yiyuandianhua)
        Me.GroupBox7.Controls.Add(Me.Label17)
        Me.GroupBox7.Controls.Add(Me.yiyuandizhi)
        Me.GroupBox7.Controls.Add(Me.Label15)
        Me.GroupBox7.Controls.Add(Me.yiyuanming)
        Me.GroupBox7.Controls.Add(Me.Label13)
        Me.GroupBox7.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.GroupBox7.Location = New System.Drawing.Point(0, 21)
        Me.GroupBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.GroupBox7.Name = "GroupBox7"
        Me.GroupBox7.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.GroupBox7.Size = New System.Drawing.Size(492, 339)
        Me.GroupBox7.TabIndex = 2
        Me.GroupBox7.TabStop = False
        Me.GroupBox7.Text = "Hospital Information"
        '
        'shuoming
        '
        Me.shuoming.BackColor = System.Drawing.SystemColors.Menu
        Me.shuoming.Enabled = False
        Me.shuoming.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.shuoming.Location = New System.Drawing.Point(313, 42)
        Me.shuoming.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.shuoming.Multiline = True
        Me.shuoming.Name = "shuoming"
        Me.shuoming.Size = New System.Drawing.Size(172, 146)
        Me.shuoming.TabIndex = 26
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label10.Location = New System.Drawing.Point(255, 42)

⌨️ 快捷键说明

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