📄 unit1.dfm
字号:
object Form1: TForm1
Left = 251
Top = 218
Width = 458
Height = 268
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Tag = 1
Left = 12
Top = 8
Width = 31
Height = 22
AllowAllUp = True
GroupIndex = 1
Flat = True
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Transparent = False
OnClick = SpeedButton1Click
end
object SpeedButton6: TSpeedButton
Tag = 2
Left = 178
Top = 8
Width = 35
Height = 22
AllowAllUp = True
GroupIndex = 1
Flat = True
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Transparent = False
end
object Label2: TLabel
Left = 330
Top = 17
Width = 42
Height = 13
Caption = 'Label1'
end
object SpeedButton4: TSpeedButton
Tag = 3
Left = 12
Top = 38
Width = 63
Height = 22
AllowAllUp = True
GroupIndex = 1
Flat = True
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Transparent = False
end
object SpeedButton2: TSpeedButton
Tag = 4
Left = 226
Top = 38
Width = 71
Height = 22
AllowAllUp = True
GroupIndex = 1
Flat = True
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Transparent = False
end
object SpeedButton5: TSpeedButton
Tag = 5
Left = 12
Top = 66
Width = 63
Height = 22
AllowAllUp = True
GroupIndex = 1
Flat = True
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Transparent = False
end
object Label1: TLabel
Left = 228
Top = 75
Width = 42
Height = 13
Caption = 'Label2'
end
object DBText1: TDBText
Left = 279
Top = 75
Width = 54
Height = 13
DataField = 'CreditHour'
DataSource = DM_Data.DataSourceStudent
end
object Label3: TLabel
Left = 342
Top = 75
Width = 42
Height = 13
Caption = 'Label3'
end
object DBText2: TDBText
Left = 393
Top = 75
Width = 54
Height = 13
DataField = 'CreditHour'
DataSource = DM_Data.DataSourceStudent
end
object DBEdit1: TDBEdit
Left = 54
Top = 9
Width = 115
Height = 21
DataField = 'StudentID'
DataSource = DM_Data.DataSourceStudent
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 226
Top = 9
Width = 97
Height = 21
DataField = 'StudentName'
DataSource = DM_Data.DataSourceStudent
TabOrder = 1
end
object DBComboBox1: TDBComboBox
Left = 370
Top = 9
Width = 63
Height = 21
DataField = 'Sex'
DataSource = DM_Data.DataSourceStudent
ItemHeight = 13
Items.Strings = (
#30007
#22899)
TabOrder = 2
end
object DateTimeBirthday: TDateTimePicker
Left = 86
Top = 39
Width = 125
Height = 21
Date = 38439.536086319400000000
Time = 38439.536086319400000000
TabOrder = 3
end
object DBLookupComboBox1: TDBLookupComboBox
Left = 310
Top = 40
Width = 125
Height = 21
DataField = 'ClassID'
DataSource = DM_Data.DataSourceStudent
KeyField = 'ClassID'
ListField = 'ClassName'
ListSource = DM_Data.DataSourceClass
TabOrder = 4
end
object DBEdit3: TDBEdit
Left = 86
Top = 67
Width = 127
Height = 21
DataField = 'TelePhone'
DataSource = DM_Data.DataSourceStudent
TabOrder = 5
end
object DBGrid1: TDBGrid
Left = 12
Top = 94
Width = 425
Height = 115
DataSource = DM_Data.DataSourceStudent
ReadOnly = True
TabOrder = 6
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = #23435#20307
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 96
Top = 214
Width = 240
Height = 25
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -