📄 pfm_datadict.dfm
字号:
object fm_datadict: Tfm_datadict
Left = 207
Top = 198
Width = 588
Height = 365
Caption = '下拉数据维护'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 74
Width = 580
Height = 264
Align = alBottom
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'colcn'
ReadOnly = True
Visible = True
end
item
Expanded = False
FieldName = 'value'
Visible = True
end>
end
object Cob1: TComboBox
Left = 16
Top = 16
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
OnChange = Cob1Change
end
object BitBtn_add: TBitBtn
Left = 184
Top = 16
Width = 65
Height = 25
Caption = '加入'
TabOrder = 2
OnClick = BitBtn_addClick
end
object BitBtn_del: TBitBtn
Left = 256
Top = 16
Width = 65
Height = 25
Caption = '删除'
TabOrder = 3
OnClick = BitBtn_delClick
end
object BitBtn_save: TBitBtn
Left = 328
Top = 16
Width = 65
Height = 25
Caption = '保存'
Enabled = False
TabOrder = 4
OnClick = BitBtn_saveClick
end
object BitBtn_quit: TBitBtn
Left = 496
Top = 16
Width = 75
Height = 25
Caption = '退出'
TabOrder = 5
OnClick = BitBtn_quitClick
end
object BitBtn_cancel: TBitBtn
Left = 400
Top = 16
Width = 65
Height = 25
Caption = '取消'
Enabled = False
TabOrder = 6
OnClick = BitBtn_cancelClick
end
object DataSource1: TDataSource
DataSet = Table1
Left = 56
Top = 40
end
object Table1: TTable
Active = True
AutoCalcFields = False
CachedUpdates = True
AfterInsert = Table1AfterInsert
AfterEdit = Table1AfterInsert
AfterPost = Table1AfterPost
AfterCancel = Table1AfterPost
DatabaseName = 'posdb'
Filter = 'colcn='#39'销售方式'#39
Filtered = True
TableName = 'dbo.t_datadict'
Left = 16
Top = 40
object Table1mid: TAutoIncField
AutoGenerateValue = arAutoInc
FieldName = 'mid'
end
object Table1tablename: TStringField
FieldName = 'tablename'
FixedChar = True
Size = 10
end
object Table1colname: TStringField
FieldName = 'colname'
FixedChar = True
Size = 15
end
object Table1colcn: TStringField
FieldName = 'colcn'
FixedChar = True
Size = 30
end
object Table1value: TStringField
FieldName = 'value'
FixedChar = True
Size = 30
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -