📄 worker.~dfm
字号:
object Form22: TForm22
Left = 275
Top = 192
Width = 696
Height = 480
Caption = ' '#21592#24037#20449#24687
Color = clSkyBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 288
Top = 16
Width = 121
Height = 21
TabOrder = 0
Text = #35831#36755#20837#23545#24212#20449#24687
end
object DBNavigator1: TDBNavigator
Left = 216
Top = 392
Width = 240
Height = 25
TabOrder = 1
end
object DBGrid1: TDBGrid
Left = 48
Top = 48
Width = 577
Height = 313
DataSource = DataSource1
ReadOnly = True
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ComboBox1: TComboBox
Left = 96
Top = 16
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 3
Text = #35831#36873#25321#26597#35810#26041#24335
Items.Strings = (
#22995#21517#26597#35810
#24037#20316#20154#21592'ID'#26597#35810
#24037#20316#20154#21592#32844#20301#26597#35810)
end
object Button4: TButton
Left = 480
Top = 392
Width = 75
Height = 25
Caption = #23436#25104#20462#25913
TabOrder = 4
OnClick = Button4Click
end
object Button3: TButton
Left = 120
Top = 392
Width = 75
Height = 25
Caption = #20462#25913#25968#25454
TabOrder = 5
OnClick = Button3Click
end
object Button2: TButton
Left = 560
Top = 16
Width = 75
Height = 21
Caption = #26174#31034#20840#37096
TabOrder = 6
OnClick = Button2Click
end
object Button1: TButton
Left = 448
Top = 16
Width = 75
Height = 21
Caption = #24320#22987#26597#35810
TabOrder = 7
OnClick = Button1Click
end
object ADOTable1: TADOTable
Active = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=hotelmanagement1;Data Source=FOROWARD09' +
'\FORWARD09'
CursorType = ctStatic
OnFilterRecord = ADOTable1FilterRecord
TableName = 'worker'
Left = 48
Top = 8
object ADOTable1WorkerId: TStringField
FieldName = 'WorkerId'
FixedChar = True
Size = 10
end
object ADOTable1workername: TStringField
FieldName = 'workername'
FixedChar = True
Size = 10
end
object ADOTable1workertype: TStringField
FieldName = 'workertype'
Size = 50
end
object ADOTable1workerpassword: TStringField
FieldName = 'workerpassword'
FixedChar = True
Size = 10
end
object ADOTable1WorkerPhone: TStringField
FieldName = 'WorkerPhone'
FixedChar = True
Size = 10
end
object ADOTable1WorkerAddres: TStringField
FieldName = 'WorkerAddres'
FixedChar = True
Size = 10
end
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 8
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -