📄 ccbasenames.dfm
字号:
inherited frmCcBaseNames: TfrmCcBaseNames
Left = 243
Top = 236
Width = 579
Caption = #23610#23544#21517#31216#20449#24687
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter [0]
Left = 193
Top = 38
Width = 4
Height = 363
end
inherited ToolBar: TToolBar
Width = 571
end
object DBGrid1: TDBGrid [2]
Left = 0
Top = 38
Width = 193
Height = 363
Align = alLeft
DataSource = dsBaseInfo
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 1
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = #23435#20307
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'Id'
Title.Caption = #24207#21495
Width = 90
Visible = True
end
item
Expanded = False
FieldName = 'Name'
Title.Caption = #21517#31216
Width = 100
Visible = True
end>
end
object Panel1: TPanel [3]
Left = 197
Top = 38
Width = 374
Height = 363
Align = alClient
TabOrder = 2
object Panel2: TPanel
Left = 16
Top = 18
Width = 305
Height = 289
BevelOuter = bvNone
BorderStyle = bsSingle
TabOrder = 0
object Label1: TLabel
Left = 0
Top = 26
Width = 83
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #24207#21495#65306
end
object Label2: TLabel
Left = 0
Top = 87
Width = 83
Height = 17
Alignment = taRightJustify
AutoSize = False
Caption = #21517#31216#65306
end
object DBEdit1: TDBEdit
Left = 94
Top = 23
Width = 185
Height = 21
CharCase = ecUpperCase
DataField = 'id'
DataSource = dsBaseInfo
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 94
Top = 80
Width = 185
Height = 21
DataField = 'Name'
DataSource = dsBaseInfo
TabOrder = 1
end
end
end
inherited ALToolbar: TActionList
Left = 484
Top = 34
end
inherited QBaseInfo: TADOQuery
Active = True
AfterInsert = QBaseInfoAfterInsert
SQL.Strings = (
'Select Id,Name from CcName order by Id')
Left = 405
Top = 40
end
inherited dsBaseInfo: TDataSource
Left = 440
Top = 42
end
inherited QIsUnique: TADOQuery
CursorType = ctStatic
Parameters = <
item
Name = 'code'
DataType = ftFixedChar
NumericScale = 255
Precision = 255
Size = 50
Value = Null
end>
SQL.Strings = (
'')
Left = 343
Top = 44
end
inherited wwLookupDlg: TwwLookupDialog
Selected.Strings = (
'id'#9'5'#9#24207#21495#9'F'
'name'#9'10'#9#21517#31216#9'F')
Left = 303
Top = 57
end
inherited dsQTemp: TDataSource
Left = 191
Top = 83
end
inherited QTemp: TADOQuery
CursorType = ctStatic
SQL.Strings = (
'select * from CcName')
end
inherited SaveDialog1: TSaveDialog
Left = 272
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -