📄 ufrmworkshop.dfm
字号:
object frmWorkshop: TfrmWorkshop
Left = 192
Top = 389
Width = 474
Height = 331
Caption = 'frmWorkshop'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDesktopCenter
Visible = True
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TVWorkShop: TTreeView
Left = 0
Top = 0
Width = 466
Height = 304
Hint = '右键菜单进行车间(班组)维护'
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
Indent = 19
ParentFont = False
ParentShowHint = False
PopupMenu = PopupMenu1
ReadOnly = True
ShowHint = True
TabOrder = 0
end
object Panel3: TPanel
Left = 152
Top = 80
Width = 265
Height = 193
BevelInner = bvLowered
TabOrder = 1
object Label2: TLabel
Left = 23
Top = 23
Width = 119
Height = 15
AutoSize = False
Caption = '车间班组名称'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 26
Top = 84
Width = 79
Height = 15
AutoSize = False
Caption = '功能简述'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object BitBtn2: TBitBtn
Left = 48
Top = 143
Width = 75
Height = 25
Caption = '确定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 152
Top = 143
Width = 75
Height = 25
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BitBtn3Click
end
object edtWorkShopName: TEdit
Left = 26
Top = 43
Width = 209
Height = 21
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = '中文 (简体) - 王码五笔型86版'
ParentFont = False
TabOrder = 2
end
object edtWorkShopMemo: TEdit
Left = 26
Top = 103
Width = 210
Height = 21
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = '中文 (简体) - 王码五笔型86版'
ParentFont = False
TabOrder = 3
end
end
object PopupMenu1: TPopupMenu
OwnerDraw = True
Left = 36
Top = 48
object N2: TMenuItem
Caption = '添加车间(班组)'
OnClick = N2Click
end
object N1: TMenuItem
Caption = '-'
end
object N3: TMenuItem
Caption = '修改车间(班组)'
OnClick = N3Click
end
object N5: TMenuItem
Caption = '-'
end
object N4: TMenuItem
Caption = '删除车间(班组)'
OnClick = N4Click
end
end
object DataSource1: TDataSource
DataSet = adoWorkshop
Left = 136
Top = 392
end
object adoWorkshop: TADOQuery
Parameters = <>
SQL.Strings = (
'select * from Workshop')
Left = 176
Top = 392
end
object XPMenu1: TXPMenu
DimLevel = 30
GrayLevel = 10
Font.Charset = GB2312_CHARSET
Font.Color = clMenuText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Color = clBtnFace
IconBackColor = clBtnFace
MenuBarColor = clBtnFace
SelectColor = clHighlight
SelectBorderColor = clHighlight
SelectFontColor = clMenuText
DisabledColor = clInactiveCaption
SeparatorColor = clBtnFace
CheckedColor = clHighlight
IconWidth = 24
DrawSelect = True
UseSystemColors = True
OverrideOwnerDraw = False
Gradient = False
FlatMenu = False
AutoDetect = False
Active = True
Left = 104
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -