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

📄 w_mian.srw

📁 PB实现的交通运输管理 系统 1.运输企业系统管理人员通过该系统来管理用户资料
💻 SRW
字号:
$PBExportHeader$w_mian.srw
forward
global type w_mian from window
end type
type cb_1 from commandbutton within w_mian
end type
end forward

global type w_mian from window
integer width = 2533
integer height = 1408
boolean titlebar = true
string title = "Untitled"
boolean controlmenu = true
boolean minbox = true
boolean maxbox = true
boolean resizable = true
long backcolor = 67108864
string icon = "AppIcon!"
boolean center = true
cb_1 cb_1
end type
global w_mian w_mian

on w_mian.create
this.cb_1=create cb_1
this.Control[]={this.cb_1}
end on

on w_mian.destroy
destroy(this.cb_1)
end on

type cb_1 from commandbutton within w_mian
integer x = 1111
integer y = 660
integer width = 457
integer height = 128
integer taborder = 10
integer textsize = -12
integer weight = 400
fontcharset fontcharset = ansi!
fontpitch fontpitch = variable!
fontfamily fontfamily = swiss!
string facename = "Arial"
end type

event clicked;close(parent)
end event

⌨️ 快捷键说明

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