📄 site.dfm
字号:
object FormSiteSetup: TFormSiteSetup
Left = 283
Top = 84
ActiveControl = EditSiteCode
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '租赁网点管理'
ClientHeight = 225
ClientWidth = 428
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
Icon.Data = {
0000010002002020100000000000E80200002600000010101000000000002801
00000E0300002800000020000000400000000100040000000000800200000000
0000000000000000000000000000000000000000800000800000008080008000
0000800080008080000080808000C0C0C0000000FF0000FF000000FFFF00FF00
0000FF00FF00FFFF0000FFFFFF00000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000003888738337700000000000000000038FBFFFB788B8837700000000000
0788FBFFFBFFF7FF8B8883700000000007FBFFFBFFFBFF7BFFFB888700000000
007FFBFFFBFFFB7FFBFFFBF3700000000007FFFBFFFBFFF7FFFBFF7777000000
0007FBFFFBFFFBF7FB7777FFF800000000007FFBFFFBFFF777FBFFFBF8000000
00007BFFFBFFFBFFFBFFFBFFF8000000000007FBFFFBFFFBFFFBFFFBF8000000
000007FFFBFFFBFFFBFFFBFFF8000000000000000FFBFFFBFFFBFFFBF8000000
0000066660FFFBFFFBFFFBFFF80000666000066660FBFFFBFFFBFFFBF8000666
66000006660FFBFFFBFFFBFFF8000E6666066660660FFFFFFFFBFFFBF8000E66
66066660660000000FFFFBFFF8000EE6660666606607777777FBFFFBF8000EE6
660EEEE6660FFBFFFBFFFBFFF80000EEE0770E6660FBFFFBFFFBFFFBF8000000
00000EEE60FFFBFFFBFFFBFFF8000000000000000FFBFFFBFFFBFFFBF8000000
000007FFFBFFFBFFFBFFFBFFF8000000000007FBFFFBFFFBFFFBFFFBF8000000
000007FFFBFFFBFFFBFFFBFFF8000000000007FBFFFBFFFBFFFBFFFBF8000000
0000077777777777777777777700000000000000000000000000000000000000
0000000000000000000000000000FFFFFFFFFFFFFFFFFFE003FFFF00007FFC00
001FF800000FF8000007FC000003FE000001FE000001FF000001FF000001FF80
0001FF800001FF800001C7000001830000010000000100000001000000010000
00010000000180000001C7000001FF800001FF800001FF800001FF800001FF80
0001FF800001FFFFFFFFFFFFFFFF280000001000000020000000010004000000
0000C00000000000000000000000000000000000000000000000000080000080
000000808000800000008000800080800000C0C0C000808080000000FF0000FF
000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000000000000
00000000000000087B77088800000008FFFBF0B7880000008BFFFB0FB7800000
8FFBFF0F0080000008FFFB80FB700000000BFFFBFF7000000660FBFFFB700660
0060FFFBFF700E60E06000FFFB700EE00EE0FFFBFF700000000FFBFFFB700000
08FBFFFBFF7000000888888888800000000000000000FFFF0000F00F0000E003
0000E0010000F0000000F0000000F8000000F800000090000000000000000000
00000000000098000000F8000000F8000000FFFF0000}
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnActivate = FormActivate
OnClose = FormClose
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 16
Top = 42
Width = 56
Height = 14
Caption = '网点名称'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 76
Width = 56
Height = 14
Caption = '网点地址'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label10: TLabel
Left = 16
Top = 109
Width = 42
Height = 14
Caption = '联系人'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 256
Top = 73
Width = 56
Height = 14
Caption = '邮政编码'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label9: TLabel
Left = 258
Top = 109
Width = 56
Height = 14
Caption = '联系电话'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 142
Width = 28
Height = 14
Caption = '备注'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 9
Width = 56
Height = 14
Caption = '网点代码'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 247
Top = 41
Width = 70
Height = 14
Caption = '刷卡器数量'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object ButtonPrior: TButton
Left = 30
Top = 171
Width = 66
Height = 25
Caption = '上一条(&F)'
TabOrder = 6
OnClick = ButtonPriorClick
end
object ButtonNext: TButton
Left = 96
Top = 171
Width = 64
Height = 25
Caption = '下一条(&N)'
TabOrder = 7
OnClick = ButtonNextClick
end
object ButtonAdd: TButton
Left = 160
Top = 171
Width = 58
Height = 25
Caption = '增加(&A)'
TabOrder = 8
OnClick = ButtonAddClick
end
object ButtonDelete: TButton
Left = 218
Top = 171
Width = 55
Height = 25
Caption = '删除(&D)'
TabOrder = 9
OnClick = ButtonDeleteClick
end
object ButtonOk: TButton
Left = 273
Top = 171
Width = 65
Height = 25
Caption = '保存(&S)'
TabOrder = 10
OnClick = ButtonOkClick
end
object ButtonReturn: TButton
Left = 338
Top = 171
Width = 57
Height = 25
Caption = '关闭(&C)'
TabOrder = 11
OnClick = ButtonReturnClick
end
object DBEdit1: TDBEdit
Left = 80
Top = 68
Width = 161
Height = 22
DataField = 'site_address'
DataSource = HuaXiaData.DataSourceSite
TabOrder = 1
end
object DBEdit2: TDBEdit
Left = 80
Top = 100
Width = 161
Height = 22
DataField = 'contact_person'
DataSource = HuaXiaData.DataSourceSite
TabOrder = 3
end
object DBEdit3: TDBEdit
Left = 80
Top = 34
Width = 161
Height = 22
DataField = 'site_name'
DataSource = HuaXiaData.DataSourceSite
TabOrder = 0
end
object DBEdit4: TDBEdit
Left = 80
Top = 132
Width = 337
Height = 22
DataField = 'note'
DataSource = HuaXiaData.DataSourceSite
TabOrder = 5
end
object DBEdit6: TDBEdit
Left = 320
Top = 67
Width = 97
Height = 22
DataField = 'postcode'
DataSource = HuaXiaData.DataSourceSite
TabOrder = 2
end
object DBEdit7: TDBEdit
Left = 320
Top = 99
Width = 97
Height = 22
DataField = 'contact_phone'
DataSource = HuaXiaData.DataSourceSite
TabOrder = 4
end
object EditSiteCode: TEdit
Left = 80
Top = 3
Width = 160
Height = 22
MaxLength = 2
TabOrder = 12
OnExit = EditSiteCodeExit
end
object DBEdit5: TDBEdit
Left = 320
Top = 35
Width = 97
Height = 22
DataField = 'device_number'
DataSource = HuaXiaData.DataSourceSite
MaxLength = 1
TabOrder = 13
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -