📄 clientc.dfm
字号:
object Form1: TForm1
Left = 185
Top = 105
Width = 606
Height = 418
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 160
Top = 128
Width = 105
Height = 105
AutoSize = True
end
object DBGrid1: TDBGrid
Left = 160
Top = 8
Width = 320
Height = 120
DataSource = client_ds
ImeName = '中文 (简体) - 拼音加加'
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 517
Top = 48
Width = 75
Height = 25
Caption = 'search'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 517
Top = 96
Width = 75
Height = 25
Caption = 'insert'
TabOrder = 2
OnClick = Button2Click
end
object Edit1: TEdit
Left = 16
Top = 136
Width = 121
Height = 21
ImeName = '中文 (简体) - 拼音加加'
TabOrder = 3
Text = 'Edit1'
end
object dktx_b: TButton
Left = 517
Top = 208
Width = 75
Height = 25
Caption = '打开图像'
TabOrder = 4
OnClick = dktx_bClick
end
object imagedc: TImageEnDBView
Left = 24
Top = 8
Width = 105
Height = 105
ParentCtl3D = False
OnImageChange = imagedcImageChange
TabOrder = 5
DataSource = client_ds
PreviewFont.Charset = DEFAULT_CHARSET
PreviewFont.Color = clWindowText
PreviewFont.Height = -11
PreviewFont.Name = 'MS Sans Serif'
PreviewFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 16
Top = 344
Width = 240
Height = 25
DataSource = client_ds
TabOrder = 6
end
object Button4: TButton
Left = 517
Top = 152
Width = 75
Height = 25
Caption = 'test'
TabOrder = 7
OnClick = Button4Click
end
object Button3: TButton
Left = 517
Top = 256
Width = 75
Height = 25
Caption = 'search2'
TabOrder = 8
OnClick = Button3Click
end
object client_ds: TDataSource
DataSet = CustomerData.client_dset
Left = 24
Top = 120
end
object dig: TOpenPictureDialog
Left = 24
Top = 56
end
object DataSource1: TDataSource
DataSet = CustomerData.client_dset_image
Left = 24
Top = 184
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -