📄 jinru2.dfm
字号:
object denglu2: Tdenglu2
Left = 240
Top = 143
Width = 350
Height = 325
Caption = #31649#29702#21592#31649#29702
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #26032#23435#20307
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 160
Width = 32
Height = 16
Caption = #22995#21517
FocusControl = DBEdit1
end
object Label2: TLabel
Left = 8
Top = 192
Width = 32
Height = 16
Caption = #23494#30721
FocusControl = DBEdit2
end
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 342
Height = 137
Align = alTop
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -16
TitleFont.Name = #26032#23435#20307
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'name'
Width = 81
Visible = True
end
item
Expanded = False
FieldName = 'password'
Width = 109
Visible = True
end
item
Expanded = False
FieldName = 'jb'
Width = 118
Visible = True
end>
end
object DBEdit1: TDBEdit
Left = 48
Top = 152
Width = 97
Height = 24
Ctl3D = True
DataField = 'name'
DataSource = DataSource1
ParentCtl3D = False
ReadOnly = True
TabOrder = 1
end
object DBEdit2: TDBEdit
Left = 48
Top = 184
Width = 97
Height = 24
DataField = 'password'
DataSource = DataSource1
ReadOnly = True
TabOrder = 2
end
object Button1: TButton
Left = 168
Top = 184
Width = 75
Height = 25
Caption = #25552#20132
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 216
Width = 121
Height = 25
Caption = #36864#20986#28155#21152'/'#20462#25913
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 168
Top = 152
Width = 75
Height = 25
Caption = #28155#21152
TabOrder = 5
OnClick = Button3Click
end
object Button4: TButton
Left = 264
Top = 152
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 6
OnClick = Button4Click
end
object Button5: TButton
Left = 224
Top = 248
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 7
OnClick = Button5Click
end
object RGQX: TRadioGroup
Left = 0
Top = 224
Width = 185
Height = 49
Caption = #26435#38480
Columns = 2
Items.Strings = (
#31649#29702#21592
#32844#21592)
TabOrder = 8
OnClick = RGQXClick
end
object DBEdit3: TDBEdit
Left = 48
Top = 216
Width = 97
Height = 24
DataField = 'jb'
DataSource = DataSource1
ReadOnly = True
TabOrder = 9
end
object Button6: TButton
Left = 264
Top = 184
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 10
OnClick = Button6Click
end
object SB: TStatusBar
Left = 0
Top = 277
Width = 342
Height = 21
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object ADOTable1: TADOTable
CursorType = ctStatic
TableName = 'denglu'
Left = 8
Top = 88
object ADOTable1name: TStringField
DisplayLabel = #22995#21517
FieldName = 'name'
end
object ADOTable1password: TStringField
DisplayLabel = #23494#30721
FieldName = 'password'
end
object ADOTable1jb: TStringField
DisplayLabel = #26435#38480
FieldName = 'jb'
Size = 10
end
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 56
Top = 88
end
object XPMenu1: TXPMenu
DimLevel = 30
GrayLevel = 10
Font.Charset = GB2312_CHARSET
Font.Color = clMenuText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Color = clBtnFace
IconBackColor = clBtnFace
MenuBarColor = clBtnFace
SelectColor = clHighlight
SelectBorderColor = clHighlight
SelectFontColor = clMenuText
DisabledColor = clInactiveCaption
SeparatorColor = clBtnFace
CheckedColor = clHighlight
IconWidth = 24
DrawSelect = True
UseSystemColors = True
OverrideOwnerDraw = False
Gradient = False
FlatMenu = False
AutoDetect = False
Active = True
Left = 144
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -