📄 user.dfm
字号:
object FrmUser: TFrmUser
Left = 446
Top = 258
Width = 400
Height = 300
Caption = #29992#25143#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 183
Top = 94
Width = 51
Height = 13
Caption = #29992' '#25143' '#21517':'
end
object Label2: TLabel
Left = 184
Top = 143
Width = 51
Height = 13
Caption = #23494' '#30721':'
end
object Label3: TLabel
Left = 184
Top = 168
Width = 51
Height = 13
Caption = #37325#36755#23494#30721':'
end
object Label4: TLabel
Left = 184
Top = 118
Width = 51
Height = 13
Caption = #21407#26469#23494#30721':'
end
object CoolBar1: TCoolBar
Left = 0
Top = 0
Width = 392
Height = 44
Bands = <
item
Control = ToolBar1
ImageIndex = -1
MinHeight = 38
Width = 388
end>
object ToolBar1: TToolBar
Left = 9
Top = 0
Width = 375
Height = 38
Align = alNone
ButtonHeight = 37
ButtonWidth = 35
Caption = 'ToolBar1'
Flat = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
Images = Datamod.imgButtonList
ParentFont = False
ShowCaptions = True
TabOrder = 0
Transparent = True
object ToolButton1: TToolButton
Left = 0
Top = 0
Width = 2
Caption = 'ToolButton1'
ImageIndex = 16
Style = tbsSeparator
end
object btnFresh: TToolButton
Left = 2
Top = 0
AutoSize = True
Caption = #21047#26032
ImageIndex = 0
OnClick = btnFreshClick
end
object ToolButton2: TToolButton
Left = 41
Top = 0
Width = 8
Caption = 'ToolButton2'
ImageIndex = 1
Style = tbsSeparator
end
object btnNew: TToolButton
Left = 49
Top = 0
AutoSize = True
Caption = #26032#22686
ImageIndex = 2
OnClick = btnNewClick
end
object btnEdit: TToolButton
Left = 88
Top = 0
AutoSize = True
Caption = #20462#25913
ImageIndex = 3
OnClick = btnEditClick
end
object btnDelete: TToolButton
Left = 127
Top = 0
AutoSize = True
Caption = #21024#38500
ImageIndex = 5
OnClick = btnDeleteClick
end
object ToolButton6: TToolButton
Left = 166
Top = 0
Width = 8
Caption = 'ToolButton6'
ImageIndex = 5
Style = tbsSeparator
end
object btnExit: TToolButton
Left = 174
Top = 0
AutoSize = True
Caption = #36864#20986
ImageIndex = 15
OnClick = btnExitClick
end
object ToolButton3: TToolButton
Left = 213
Top = 0
Width = 8
Caption = 'ToolButton3'
ImageIndex = 16
Style = tbsSeparator
end
end
end
object DBGridEh1: TDBGridEh
Left = 0
Top = 44
Width = 145
Height = 204
Align = alLeft
AutoFitColWidths = True
CurrencyStyle.CurrencyFont.Charset = DEFAULT_CHARSET
CurrencyStyle.CurrencyFont.Color = clWindowText
CurrencyStyle.CurrencyFont.Height = -11
CurrencyStyle.CurrencyFont.Name = 'MS Sans Serif'
CurrencyStyle.CurrencyFont.Style = []
CurrencyStyle.CurrencySymbol = #65509
CurrencyStyle.CompartColor = clSilver
CurrencyStyle.KilobitColor = clGreen
CurrencyStyle.RadixColor = clRed
CurrencyStyle.ShowMinus = True
CurrencyStyle.ShowZero = False
CurrencyStyle.MinusColor = clRed
CurrencyStyle.Layout = tlCenter
CurrencyStyle.HeadFont.Charset = DEFAULT_CHARSET
CurrencyStyle.HeadFont.Color = clWindowText
CurrencyStyle.HeadFont.Height = -11
CurrencyStyle.HeadFont.Name = #26999#20307'_GB2312'
CurrencyStyle.HeadFont.Style = []
DataSource = DataSource1
FixGridlinecolor = clGray
Gridlinecolor = clGray
FooterColor = clWindow
FooterFont.Charset = DEFAULT_CHARSET
FooterFont.Color = clWindowText
FooterFont.Height = -11
FooterFont.Name = 'MS Sans Serif'
FooterFont.Style = []
FooterDisplayStyle = False
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
RowDoublecolor = clWindow
RowSinglecolor = clCream
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
DisplayCurrency = False
DisplayZero = False
EditButtons = <>
FieldName = #29992#25143#21517
Footers = <>
end>
end
object Edit1: TEdit
Left = 240
Top = 92
Width = 121
Height = 21
TabOrder = 2
Text = 'Edit1'
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 240
Top = 116
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 3
Text = 'Edit2'
OnKeyPress = Edit2KeyPress
end
object BtnOk: TButton
Left = 189
Top = 203
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 4
OnClick = BtnOkClick
end
object BtnCancel: TButton
Left = 277
Top = 203
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 5
OnClick = BtnCancelClick
end
object Edit3: TEdit
Left = 240
Top = 140
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 6
Text = 'Edit3'
OnKeyPress = Edit3KeyPress
end
object Edit4: TEdit
Left = 240
Top = 164
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 7
Text = 'Edit4'
OnKeyPress = Edit4KeyPress
end
object StatusBar1: TStatusBar
Left = 0
Top = 248
Width = 392
Height = 19
Panels = <>
SimplePanel = False
end
object qurUser: TADOQuery
Connection = Datamod.dbmain
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from '#29992#25143#20449#24687)
Left = 152
Top = 48
end
object DataSource1: TDataSource
DataSet = qurUser
Left = 184
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -