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

📄 samplemdi.frm

📁 一个很好用的打印系统
💻 FRM
字号:
VERSION 5.00
Object = "{B32D7913-3E46-11D2-88F4-ACEE04C10627}#3.0#0"; "Roboshare.ocx"
Begin VB.MDIForm SampleMdi 
   Appearance      =   0  'Flat
   BackColor       =   &H00FFFFFF&
   Caption         =   "SampleMdi"
   ClientHeight    =   5715
   ClientLeft      =   3795
   ClientTop       =   1755
   ClientWidth     =   6795
   LinkTopic       =   "MDIForm1"
   WindowState     =   2  'Maximized
   Begin VB.PictureBox SampleMdi 
      Align           =   1  'Align Top
      Appearance      =   0  'Flat
      BackColor       =   &H80000004&
      ForeColor       =   &H80000008&
      Height          =   435
      Left            =   0
      ScaleHeight     =   405
      ScaleWidth      =   6765
      TabIndex        =   0
      Top             =   0
      Width           =   6795
      Begin Septemb.RoboShare RoboShare1 
         Height          =   360
         Left            =   120
         TabIndex        =   5
         Top             =   0
         Width           =   720
         _ExtentX        =   1270
         _ExtentY        =   635
         BtnPrint_ToolTipText=   "Print.."
         BeginProperty TitlesFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   177
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin VB.CommandButton Command1 
         Height          =   322
         Index           =   4
         Left            =   2760
         Picture         =   "SampleMdi.frx":0000
         Style           =   1  'Graphical
         TabIndex        =   6
         ToolTipText     =   "Exit"
         Top             =   30
         Width           =   345
      End
      Begin VB.CommandButton Command1 
         Height          =   322
         Index           =   3
         Left            =   2320
         Picture         =   "SampleMdi.frx":0442
         Style           =   1  'Graphical
         TabIndex        =   4
         ToolTipText     =   "ListBox"
         Top             =   30
         Width           =   345
      End
      Begin VB.CommandButton Command1 
         Height          =   322
         Index           =   2
         Left            =   1860
         Picture         =   "SampleMdi.frx":082C
         Style           =   1  'Graphical
         TabIndex        =   3
         ToolTipText     =   "MsGraph"
         Top             =   30
         Width           =   345
      End
      Begin VB.CommandButton Command1 
         Height          =   322
         Index           =   1
         Left            =   1395
         Picture         =   "SampleMdi.frx":0BC7
         Style           =   1  'Graphical
         TabIndex        =   2
         ToolTipText     =   "MsFlexGrid"
         Top             =   30
         Width           =   345
      End
      Begin VB.CommandButton Command1 
         Height          =   322
         Index           =   0
         Left            =   915
         Picture         =   "SampleMdi.frx":1129
         Style           =   1  'Graphical
         TabIndex        =   1
         ToolTipText     =   "DBGRid"
         Top             =   30
         Width           =   345
      End
   End
End
Attribute VB_Name = "SampleMdi"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Command1_Click(Index As Integer)
Select Case Index
Case 1
MsFlexSample.Show
MsFlexSample.ZOrder 0
Case 0
DBGridSample.Show
DBGridSample.ZOrder 0
Case 2
MsChartFrm.Show
MsChartFrm.ZOrder 0
Case 3
ListFrm.Show
ListFrm.ZOrder 0
Case 4
End
End Select
End Sub

⌨️ 快捷键说明

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