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

📄 frm_setup.designer.vb

📁 客户关系系统(CRM)VB源代码`,基于Windows Mobile平台.
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.btn_relation_reload.Text = "刷新"
        '
        'btn_relation_down
        '
        Me.btn_relation_down.Font = New System.Drawing.Font("新宋体", 9.0!, System.Drawing.FontStyle.Regular)
        Me.btn_relation_down.Location = New System.Drawing.Point(160, 222)
        Me.btn_relation_down.Name = "btn_relation_down"
        Me.btn_relation_down.Size = New System.Drawing.Size(37, 20)
        Me.btn_relation_down.TabIndex = 12
        Me.btn_relation_down.Text = "下页"
        '
        'btn_relation_up
        '
        Me.btn_relation_up.Font = New System.Drawing.Font("新宋体", 9.0!, System.Drawing.FontStyle.Regular)
        Me.btn_relation_up.Location = New System.Drawing.Point(121, 222)
        Me.btn_relation_up.Name = "btn_relation_up"
        Me.btn_relation_up.Size = New System.Drawing.Size(37, 20)
        Me.btn_relation_up.TabIndex = 11
        Me.btn_relation_up.Text = "上页"
        '
        'btn_relation_del
        '
        Me.btn_relation_del.Font = New System.Drawing.Font("新宋体", 9.0!, System.Drawing.FontStyle.Regular)
        Me.btn_relation_del.Location = New System.Drawing.Point(82, 222)
        Me.btn_relation_del.Name = "btn_relation_del"
        Me.btn_relation_del.Size = New System.Drawing.Size(37, 20)
        Me.btn_relation_del.TabIndex = 10
        Me.btn_relation_del.Text = "删除"
        '
        'btn_relation_modify
        '
        Me.btn_relation_modify.Font = New System.Drawing.Font("新宋体", 9.0!, System.Drawing.FontStyle.Regular)
        Me.btn_relation_modify.Location = New System.Drawing.Point(43, 222)
        Me.btn_relation_modify.Name = "btn_relation_modify"
        Me.btn_relation_modify.Size = New System.Drawing.Size(37, 20)
        Me.btn_relation_modify.TabIndex = 9
        Me.btn_relation_modify.Text = "修改"
        '
        'btn_relation_add
        '
        Me.btn_relation_add.Font = New System.Drawing.Font("新宋体", 9.0!, System.Drawing.FontStyle.Regular)
        Me.btn_relation_add.Location = New System.Drawing.Point(4, 222)
        Me.btn_relation_add.Name = "btn_relation_add"
        Me.btn_relation_add.Size = New System.Drawing.Size(37, 20)
        Me.btn_relation_add.TabIndex = 8
        Me.btn_relation_add.Text = "新增"
        '
        'dg_relation
        '
        Me.dg_relation.BackgroundColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
        Me.dg_relation.Font = New System.Drawing.Font("Tahoma", 7.0!, System.Drawing.FontStyle.Regular)
        Me.dg_relation.Location = New System.Drawing.Point(0, 0)
        Me.dg_relation.Name = "dg_relation"
        Me.dg_relation.Size = New System.Drawing.Size(240, 218)
        Me.dg_relation.TabIndex = 7
        '
        'tp_system
        '
        Me.tp_system.Controls.Add(Me.btn_reset)
        Me.tp_system.Controls.Add(Me.btn_push)
        Me.tp_system.Controls.Add(Me.btn_pull)
        Me.tp_system.Controls.Add(Me.tb_state)
        Me.tp_system.Controls.Add(Me.Label2)
        Me.tp_system.Controls.Add(Me.tb_url)
        Me.tp_system.Controls.Add(Me.Label1)
        Me.tp_system.Location = New System.Drawing.Point(0, 0)
        Me.tp_system.Name = "tp_system"
        Me.tp_system.Size = New System.Drawing.Size(232, 242)
        Me.tp_system.Text = "系统管理"
        '
        'btn_reset
        '
        Me.btn_reset.Font = New System.Drawing.Font("新宋体", 9.0!, System.Drawing.FontStyle.Regular)
        Me.btn_reset.Location = New System.Drawing.Point(200, 222)
        Me.btn_reset.Name = "btn_reset"
        Me.btn_reset.Size = New System.Drawing.Size(37, 20)
        Me.btn_reset.TabIndex = 6
        Me.btn_reset.Text = "清除"
        '
        'btn_push
        '
        Me.btn_push.Font = New System.Drawing.Font("新宋体", 9.0!, System.Drawing.FontStyle.Regular)
        Me.btn_push.Location = New System.Drawing.Point(68, 222)
        Me.btn_push.Name = "btn_push"
        Me.btn_push.Size = New System.Drawing.Size(62, 20)
        Me.btn_push.TabIndex = 5
        Me.btn_push.Text = "上传数据"
        '
        'btn_pull
        '
        Me.btn_pull.Font = New System.Drawing.Font("新宋体", 9.0!, System.Drawing.FontStyle.Regular)
        Me.btn_pull.Location = New System.Drawing.Point(4, 222)
        Me.btn_pull.Name = "btn_pull"
        Me.btn_pull.Size = New System.Drawing.Size(62, 20)
        Me.btn_pull.TabIndex = 4
        Me.btn_pull.Text = "下载数据"
        '
        'tb_state
        '
        Me.tb_state.BackColor = System.Drawing.Color.Gray
        Me.tb_state.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.tb_state.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Regular)
        Me.tb_state.Location = New System.Drawing.Point(4, 81)
        Me.tb_state.Multiline = True
        Me.tb_state.Name = "tb_state"
        Me.tb_state.ReadOnly = True
        Me.tb_state.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.tb_state.Size = New System.Drawing.Size(233, 137)
        Me.tb_state.TabIndex = 3
        '
        'Label2
        '
        Me.Label2.Location = New System.Drawing.Point(4, 58)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(233, 20)
        Me.Label2.Text = "系统管理日志"
        '
        'tb_url
        '
        Me.tb_url.Location = New System.Drawing.Point(4, 30)
        Me.tb_url.Name = "tb_url"
        Me.tb_url.Size = New System.Drawing.Size(233, 21)
        Me.tb_url.TabIndex = 1
        Me.tb_url.Text = "http://szgs-7237/sqlce/sscesa20.dll"
        '
        'Label1
        '
        Me.Label1.Location = New System.Drawing.Point(4, 8)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(233, 18)
        Me.Label1.Text = "数据服务器地址"
        '
        'frm_setup
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
        Me.AutoScroll = True
        Me.ClientSize = New System.Drawing.Size(240, 268)
        Me.Controls.Add(Me.tc_setup)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.Menu = Me.mainMenu1
        Me.Name = "frm_setup"
        Me.Text = "基础设置"
        Me.tc_setup.ResumeLayout(False)
        Me.tp_dept.ResumeLayout(False)
        Me.tp_relation.ResumeLayout(False)
        Me.tp_system.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
    Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem
    Friend WithEvents tc_setup As System.Windows.Forms.TabControl
    Friend WithEvents tp_dept As System.Windows.Forms.TabPage
    Friend WithEvents tp_relation As System.Windows.Forms.TabPage
    Friend WithEvents dg_dept As System.Windows.Forms.DataGrid
    Friend WithEvents btn_dept_add As System.Windows.Forms.Button
    Friend WithEvents btn_dept_down As System.Windows.Forms.Button
    Friend WithEvents btn_dept_up As System.Windows.Forms.Button
    Friend WithEvents btn_dept_del As System.Windows.Forms.Button
    Friend WithEvents btn_dept_modify As System.Windows.Forms.Button
    Friend WithEvents btn_reload As System.Windows.Forms.Button
    Friend WithEvents tp_system As System.Windows.Forms.TabPage
    Friend WithEvents btn_relation_reload As System.Windows.Forms.Button
    Friend WithEvents btn_relation_down As System.Windows.Forms.Button
    Friend WithEvents btn_relation_up As System.Windows.Forms.Button
    Friend WithEvents btn_relation_del As System.Windows.Forms.Button
    Friend WithEvents btn_relation_modify As System.Windows.Forms.Button
    Friend WithEvents btn_relation_add As System.Windows.Forms.Button
    Friend WithEvents dg_relation As System.Windows.Forms.DataGrid
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents tb_state As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents tb_url As System.Windows.Forms.TextBox
    Friend WithEvents btn_reset As System.Windows.Forms.Button
    Friend WithEvents btn_push As System.Windows.Forms.Button
    Friend WithEvents btn_pull As System.Windows.Forms.Button
End Class

⌨️ 快捷键说明

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