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

📄 w_guird.srw

📁 某 房 产 公 司 售 楼 管 理 系 统
💻 SRW
📖 第 1 页 / 共 2 页
字号:
$PBExportHeader$w_guird.srw
$PBExportComments$帮助摘要
forward
global type w_guird from Window
end type
type ole_1 from olecontrol within w_guird
end type
type cb_1 from commandbutton within w_guird
end type
end forward

global type w_guird from Window
int X=430
int Y=224
int Width=2834
int Height=1700
boolean TitleBar=true
string Title="用户指南概要"
long BackColor=79741120
boolean ControlMenu=true
WindowType WindowType=response!
string Icon="Question!"
ole_1 ole_1
cb_1 cb_1
end type
global w_guird w_guird

on w_guird.create
this.ole_1=create ole_1
this.cb_1=create cb_1
this.Control[]={this.ole_1,&
this.cb_1}
end on

on w_guird.destroy
destroy(this.ole_1)
destroy(this.cb_1)
end on

type ole_1 from olecontrol within w_guird
int X=50

⌨️ 快捷键说明

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