tooloptionsfrm.dfm
来自「一个电力企业的后台管理程序」· DFM 代码 · 共 182 行
DFM
182 行
object Form_ToolOptions: TForm_ToolOptions
Left = 192
Top = 107
Width = 284
Height = 311
Caption = '工具选项'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 45
Height = 15
Caption = '工具:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object SB_Add: TSpeedButton
Left = 200
Top = 32
Width = 50
Height = 25
Caption = '增加'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = SB_AddClick
end
object SB_delete: TSpeedButton
Left = 200
Top = 72
Width = 50
Height = 25
Caption = '删除'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = SB_deleteClick
end
object SB_edit: TSpeedButton
Left = 200
Top = 112
Width = 50
Height = 25
Caption = '编辑'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = SB_editClick
end
object SB_up: TSpeedButton
Left = 184
Top = 152
Width = 26
Height = 25
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000120B0000120B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003C3333339333
337437FFF3337F3333F73CCC33339333344437773F337F33377733CCC3339337
4447337F73FF7F3F337F33CCCCC3934444433373F7737F773373333CCCCC9444
44733337F337773337F3333CCCCC9444443333373F337F3337333333CCCC9444
473333337F337F337F333333CCCC94444333333373F37F33733333333CCC9444
7333333337F37F37F33333333CCC944433333333373F7F373333333333CC9447
33333333337F7F7F3333333333CC94433333333333737F7333333333333C9473
33333333333737F333333333333C943333333333333737333333333333339733
3333333333337F33333333333333933333333333333373333333}
NumGlyphs = 2
ParentFont = False
OnClick = SB_upClick
end
object SB_down: TSpeedButton
Left = 240
Top = 152
Width = 26
Height = 25
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000120B0000120B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333393333
333333333337F3333333333333397333333333333337FF333333333333C94333
3333333333737F333333333333C9473333333333337373F3333333333CC94433
3333333337F7F7F3333333333CC94473333333333737F73F33333333CCC94443
333333337F37F37F33333333CCC94447333333337337F373F333333CCCC94444
33333337F337F337F333333CCCC94444733333373337F3373F3333CCCCC94444
4333337F3337FF337F3333CCCCC94444473333733F7773FF73F33CCCCC393444
443337F37737F773F7F33CCC33393374447337F73337F33737FFCCC333393333
444377733337F333777FC3333339333337437333333733333373}
NumGlyphs = 2
ParentFont = False
OnClick = SB_downClick
end
object SB_close: TSpeedButton
Left = 200
Top = 249
Width = 50
Height = 25
Caption = '取消'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = SB_closeClick
end
object SB_OK: TSpeedButton
Left = 200
Top = 209
Width = 50
Height = 25
Caption = '确定'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = SB_OKClick
end
object ListBox1: TListBox
Left = 8
Top = 32
Width = 161
Height = 244
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ItemHeight = 15
ParentFont = False
TabOrder = 0
OnClick = ListBox1Click
end
object ListBox2: TListBox
Left = 48
Top = 112
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 1
Visible = False
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?