?? frmorderman.frm
字號:
VERSION 5.00
Object = "{4932CEF1-2CAA-11D2-A165-0060081C43D9}#2.0#0"; "Actbar2.OCX"
Begin VB.Form frmOrderMan
Caption = "加工單生產(chǎn)進(jìn)度"
ClientHeight = 9015
ClientLeft = 60
ClientTop = 450
ClientWidth = 15240
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 9015
ScaleWidth = 15240
Begin ActiveBar2LibraryCtl.ActiveBar2 ActiveBar21
Height = 9015
Left = 0
TabIndex = 0
Top = 0
Width = 15405
_LayoutVersion = 1
_ExtentX = 27173
_ExtentY = 15901
_DataPath = ""
Bands = "frmOrderMan.frx":0000
Begin VB.Frame Frame1
Height = 8475
Left = 60
TabIndex = 1
Top = 420
Width = 15015
Begin VB.PictureBox TDBGrid1
Height = 8175
Left = 120
ScaleHeight = 8115
ScaleWidth = 14715
TabIndex = 2
Top = 180
Width = 14775
End
End
End
End
Attribute VB_Name = "frmOrderMan"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
'設(shè)置窗口大小
FormInit Me, True
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -