📄 date.dfm
字号:
end
object DBGrid1: TDBGrid
Left = 72
Top = 32
Width = 145
Height = 169
DataSource = objsc
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Verdana'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'name'
Title.Caption = #34920#21517
Width = 150
Visible = True
end>
end
object DBGrid2: TDBGrid
Left = 232
Top = 32
Width = 313
Height = 169
DataSource = colsc
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Verdana'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'id'
ReadOnly = True
Title.Caption = #32534#21495
Width = 76
Visible = True
end
item
Expanded = False
FieldName = 'name'
ReadOnly = True
Title.Caption = #23383#27573#21517
Width = 108
Visible = True
end
item
Expanded = False
FieldName = 'xtype'
ReadOnly = True
Title.Caption = #31867#22411
Width = 80
Visible = True
end>
end
object RzEdit2: TRzEdit
Left = 96
Top = 256
Width = 89
Height = 21
TabOrder = 2
end
object RzEdit4: TRzEdit
Left = 96
Top = 280
Width = 89
Height = 21
TabOrder = 3
end
object RzEdit5: TRzEdit
Left = 96
Top = 304
Width = 89
Height = 21
TabOrder = 4
end
object RzEdit6: TRzEdit
Left = 96
Top = 328
Width = 89
Height = 21
TabOrder = 5
end
object RzEdit7: TRzEdit
Left = 96
Top = 352
Width = 89
Height = 21
TabOrder = 6
end
object RzEdit8: TRzEdit
Left = 96
Top = 376
Width = 89
Height = 21
TabOrder = 7
end
object xpButton2: TxpButton
Left = 336
Top = 336
Width = 75
Height = 41
Caption = #20445#23384
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Gradient = True
TabOrder = 8
OnClick = xpButton2Click
end
object RzEdit9: TRzEdit
Left = 96
Top = 224
Width = 89
Height = 21
TabOrder = 9
end
object RzEdit10: TRzEdit
Left = 448
Top = 224
Width = 89
Height = 21
TabOrder = 10
end
object RzEdit11: TRzEdit
Left = 272
Top = 280
Width = 89
Height = 21
TabOrder = 11
end
object RzEdit12: TRzEdit
Left = 272
Top = 256
Width = 89
Height = 21
TabOrder = 12
end
object RzEdit13: TRzEdit
Left = 272
Top = 224
Width = 89
Height = 21
TabOrder = 13
end
object RzEdit16: TRzEdit
Left = 448
Top = 280
Width = 89
Height = 21
TabOrder = 14
end
object RzEdit17: TRzEdit
Left = 448
Top = 256
Width = 89
Height = 21
TabOrder = 15
end
end
object TabSheet3: TRzTabSheet
Color = 14282984
Caption = #25968#25454#23548#20837
object xpButton3: TxpButton
Left = 152
Top = 56
Width = 75
Height = 41
Caption = #27169#29256#35843#20837
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Gradient = True
TabOrder = 0
end
object xpButton4: TxpButton
Left = 280
Top = 56
Width = 75
Height = 41
Caption = #26032#25968#25454#26816#27979
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Gradient = True
TabOrder = 1
end
object xpButton5: TxpButton
Left = 152
Top = 112
Width = 75
Height = 41
Caption = #25968#25454#23548#20837
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Gradient = True
TabOrder = 2
end
object xpButton6: TxpButton
Left = 280
Top = 112
Width = 75
Height = 41
Caption = #32534#21495#25972#29702
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Gradient = True
TabOrder = 3
end
object xpButton7: TxpButton
Left = 152
Top = 168
Width = 75
Height = 41
Caption = #25968#25454#21512#24182
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Gradient = True
TabOrder = 4
end
object xpButton8: TxpButton
Left = 280
Top = 168
Width = 75
Height = 41
Caption = #21442#25968#35843#25972
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Gradient = True
TabOrder = 5
end
object RzMemo1: TRzMemo
Left = 0
Top = 240
Width = 583
Height = 211
Align = alBottom
TabOrder = 6
end
end
object TabSheet4: TRzTabSheet
Color = 16103138
Caption = 'EXECL'#34920#26684#23548#20837
end
end
object ORGConnection: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=gsqy;Data Source=192.168.1.199'
ConnectionTimeout = 6
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 24
Top = 185
end
object obj: TADOQuery
Active = True
Connection = ORGConnection
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select id,name from sysobjects where xtype='#39'u'#39)
Left = 24
Top = 216
object objid: TIntegerField
FieldName = 'id'
end
object objname: TWideStringField
FieldName = 'name'
Size = 128
end
end
object objsc: TDataSource
DataSet = obj
Left = 24
Top = 256
end
object colsc: TDataSource
DataSet = col
Left = 24
Top = 328
end
object col: TADOQuery
Active = True
Connection = ORGConnection
CursorType = ctStatic
DataSource = objsc
Parameters = <
item
Name = 'tid'
Attributes = [paSigned]
DataType = ftInteger
Precision = 10
Size = 4
Value = Null
end>
SQL.Strings = (
'select id,name,xtype from syscolumns where id=:tid')
Left = 24
Top = 296
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -