?? mc_rylb.~dfm
字號:
object RYLB: TRYLB
Left = 365
Top = 147
BorderStyle = bsToolWindow
Caption = '人員列表:'
ClientHeight = 362
ClientWidth = 159
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object DBGrid1: TDBGrid
Left = 8
Top = 40
Width = 144
Height = 289
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋體'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = '姓名'
Width = 77
Visible = True
end
item
Expanded = False
FieldName = '性別'
Visible = True
end>
end
object DBLookupComboBox1: TDBLookupComboBox
Left = 8
Top = 8
Width = 145
Height = 20
KeyField = '工種'
ListField = '工種'
ListSource = DataSource2
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 6
Top = 335
Width = 145
Height = 25
Caption = '確定'
TabOrder = 2
OnClick = BitBtn1Click
end
object Table1: TTable
Active = True
DatabaseName = 'WYGL'
IndexFieldNames = '工種'
MasterFields = '工種'
MasterSource = DataSource2
TableName = 'dbo.員工信息'
Left = 24
Top = 128
end
object DataSource1: TDataSource
DataSet = Table1
Left = 56
Top = 128
end
object Table2: TTable
Active = True
DatabaseName = 'WYGL'
TableName = 'dbo.工種信息表'
Left = 24
Top = 96
object Table2BDEDesigner: TStringField
FieldName = '工種'
Required = True
FixedChar = True
end
end
object DataSource2: TDataSource
DataSet = Table2
Left = 56
Top = 96
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -