📄 getkhxx.dfm
字号:
object GetKhForm: TGetKhForm
Left = 179
Top = 243
Width = 592
Height = 213
BorderIcons = []
Caption = '确定客户'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 14
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 569
Height = 129
DataSource = FwSlForm.DataSourcetmp
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -14
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'name'
Title.Alignment = taCenter
Title.Caption = '客户名称'
Width = 90
Visible = True
end
item
Expanded = False
FieldName = 'lxdh'
Title.Alignment = taCenter
Title.Caption = '主要联系电话'
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'yddh'
Title.Alignment = taCenter
Title.Caption = '其他联系电话'
Width = 116
Visible = True
end
item
Expanded = False
FieldName = 'qymc'
Title.Alignment = taCenter
Title.Caption = '区域'
Width = 76
Visible = True
end
item
Expanded = False
FieldName = 'dz'
Title.Alignment = taCenter
Title.Caption = '地址'
Width = 136
Visible = True
end>
end
object Button2: TButton
Left = 224
Top = 152
Width = 153
Height = 25
Caption = '都不是!请增加客户'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 400
Top = 152
Width = 153
Height = 25
Caption = '放弃选择退出'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 48
Top = 152
Width = 153
Height = 25
Caption = '对!就是这个客户'
TabOrder = 1
OnClick = Button4Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -