form1.ebf
来自「《Windows CE 权威指南》(作者:(美)CHRIS MUENCH」· EBF 代码 · 共 38 行
EBF
38 行
VERSION 5.00
Object = "{5D10D93B-1A63-4690-AAE8-86010D343405}#1.0#0"; "PCDMUI.dll"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6420
ClientLeft = 60
ClientTop = 345
ClientWidth = 9390
ScaleHeight = 6420
ScaleWidth = 9390
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 495
Left = 360
TabIndex = 0
Top = 240
Width = 1695
End
Begin PCDMUILibCtl.PCDMPicture PCDMPicture1
Height = 3855
Left = 720
OleObjectBlob = "Form1.frx":0000
TabIndex = 1
Top = 960
Width = 4695
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
PCDMPicture1.Load "\Windows\Startup.bmp", 0
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?