📄 dbctrlgrid.dfm
字号:
object Form1: TForm1
Left = 109
Top = 149
Width = 873
Height = 386
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 Label1: TLabel
Left = 352
Top = 8
Width = 82
Height = 24
Caption = 'events.db'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DBCtrlGrid1: TDBCtrlGrid
Left = 0
Top = 40
Width = 865
Height = 313
ColCount = 2
DataSource = DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PanelHeight = 104
PanelWidth = 424
ParentFont = False
TabOrder = 0
object DBText1: TDBText
Left = 8
Top = 8
Width = 177
Height = 17
DataField = 'Event_Name'
DataSource = DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object DBText2: TDBText
Left = 40
Top = 32
Width = 65
Height = 17
DataField = 'Event_Date'
DataSource = DataSource1
end
object Label2: TLabel
Left = 8
Top = 32
Width = 26
Height = 13
Caption = 'Date:'
end
object Label3: TLabel
Left = 8
Top = 56
Width = 26
Height = 13
Caption = 'Time:'
end
object DBText3: TDBText
Left = 40
Top = 56
Width = 65
Height = 17
DataField = 'Event_Time'
DataSource = DataSource1
end
object Label4: TLabel
Left = 8
Top = 80
Width = 63
Height = 13
Caption = 'Ticket_Price:'
end
object DBText4: TDBText
Left = 80
Top = 80
Width = 65
Height = 17
DataField = 'Ticket_price'
DataSource = DataSource1
end
object DBImage1: TDBImage
Left = 176
Top = 8
Width = 121
Height = 89
DataField = 'Event_Photo'
DataSource = DataSource1
TabOrder = 0
end
object DBMemo1: TDBMemo
Left = 296
Top = 8
Width = 121
Height = 89
DataField = 'Event_Description'
DataSource = DataSource1
TabOrder = 1
end
end
object DataSource1: TDataSource
DataSet = Table1
Left = 72
Top = 8
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
TableName = 'events.db'
Left = 40
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -