📄 unit1.dfm
字号:
object Form1: TForm1
Left = 305
Top = 191
Width = 447
Height = 208
Caption = 'IsZero'#20989#25968
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 = 16
Top = 24
Width = 36
Height = 13
Caption = #22995#21517#65306
end
object Label2: TLabel
Left = 136
Top = 24
Width = 12
Height = 13
Caption = #20174
end
object Label3: TLabel
Left = 240
Top = 24
Width = 12
Height = 13
Caption = #21040
end
object Button1: TButton
Left = 352
Top = 16
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 0
OnClick = Button1Click
end
object Employee: TEdit
Left = 56
Top = 16
Width = 65
Height = 21
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 1
Text = #26041#22825
end
object DateTimePicker1: TDateTimePicker
Left = 152
Top = 16
Width = 81
Height = 21
Date = 38777.386303888890000000
Time = 38777.386303888890000000
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 2
end
object DateTimePicker2: TDateTimePicker
Left = 256
Top = 16
Width = 81
Height = 21
Date = 38808.386332997690000000
Time = 38808.386332997690000000
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 3
end
object DBGrid1: TDBGrid
Left = 16
Top = 48
Width = 320
Height = 120
DataSource = DataSource1
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 4
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=mr_Study;Data Source=.'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 120
Top = 24
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 192
Top = 24
end
object DataSource1: TDataSource
DataSet = ADOQuery2
Left = 224
Top = 40
end
object ADOQuery2: TADOQuery
Active = True
Connection = ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from tb_sell')
Left = 192
Top = 88
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -