📄 uchange.~dfm
字号:
object frmChange: TfrmChange
Left = 191
Top = 218
BorderStyle = bsDialog
Caption = #20154#20107#21464#26356
ClientHeight = 341
ClientWidth = 696
Color = 4666384
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 20
object Label1: TLabel
Left = 14
Top = 11
Width = 139
Height = 24
Caption = #20154#20107#21464#26356'...'
Font.Charset = GB2312_CHARSET
Font.Color = clWhite
Font.Height = -24
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object btnAppend: TSpeedButton
Left = 332
Top = 298
Width = 79
Height = 33
Caption = #28155' '#21152
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWhite
Font.Height = -21
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
OnClick = btnAppendClick
end
object btnCancel: TSpeedButton
Left = 592
Top = 298
Width = 81
Height = 33
Caption = #36864' '#20986
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWhite
Font.Height = -21
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
OnClick = btnCancelClick
end
object btnModify: TSpeedButton
Left = 416
Top = 298
Width = 83
Height = 33
Caption = #26356' '#26032
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWhite
Font.Height = -21
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
OnClick = btnModifyClick
end
object btnDelete: TSpeedButton
Left = 504
Top = 298
Width = 83
Height = 33
Caption = #21024' '#38500
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWhite
Font.Height = -21
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
OnClick = btnDeleteClick
end
object Panel1: TPanel
Left = -16
Top = 40
Width = 721
Height = 249
BevelInner = bvLowered
TabOrder = 0
object Label2: TLabel
Left = 72
Top = 181
Width = 63
Height = 20
Caption = #24037#21495#65306
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label3: TLabel
Left = 272
Top = 181
Width = 84
Height = 20
Caption = #21407#37096#38376#65306
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label4: TLabel
Left = 488
Top = 181
Width = 84
Height = 20
Caption = #26032#37096#38376#65306
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label5: TLabel
Left = 32
Top = 213
Width = 105
Height = 20
Caption = #21464#26356#26102#38388#65306
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label6: TLabel
Left = 251
Top = 213
Width = 105
Height = 20
Caption = #21464#26356#21407#22240#65306
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object dbgdep: TDBGrid
Left = 40
Top = 12
Width = 649
Height = 157
DataSource = dsdep
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -20
TitleFont.Name = #26999#20307'_GB2312'
TitleFont.Style = [fsBold]
Columns = <
item
Expanded = False
FieldName = 'sid'
Title.Alignment = taCenter
Title.Caption = #24037' '#21495
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'sDep'
Title.Alignment = taCenter
Title.Caption = #21407#37096#38376
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'dDep'
Title.Alignment = taCenter
Title.Caption = #26032#37096#38376
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'cDate'
Title.Alignment = taCenter
Title.Caption = #21464#26356#26102#38388
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'reason'
Title.Alignment = taCenter
Title.Caption = #21464#26356#21407#22240
Width = 200
Visible = True
end>
end
object dbeID: TDBEdit
Left = 128
Top = 176
Width = 113
Height = 28
DataField = 'sid'
DataSource = dsdep
TabOrder = 1
end
object dbeSDep: TDBEdit
Left = 352
Top = 176
Width = 121
Height = 28
DataField = 'sDep'
DataSource = dsdep
TabOrder = 2
end
object dbeDDep: TDBEdit
Left = 576
Top = 176
Width = 113
Height = 28
DataField = 'dDep'
DataSource = dsdep
TabOrder = 3
end
object dbeCdate: TDBEdit
Left = 128
Top = 208
Width = 116
Height = 28
DataField = 'cDate'
DataSource = dsdep
TabOrder = 4
end
object dbeReason: TDBEdit
Left = 352
Top = 208
Width = 337
Height = 28
DataField = 'reason'
DataSource = dsdep
TabOrder = 5
end
end
object aqChange: TADOQuery
Active = True
Connection = dmPer.acPer
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from change')
Left = 456
Top = 8
end
object dsdep: TDataSource
DataSet = aqChange
Left = 424
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -