?? genpass.dfm
字號:
object fraGenPass: TfraGenPass
Left = 0
Top = 0
Width = 280
Height = 272
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
object Panel1: TPanel
Left = 0
Top = 0
Width = 280
Height = 124
Align = alTop
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
280
124)
object Label1: TLabel
Left = 3
Top = 73
Width = 24
Height = 13
Caption = #38271#24230
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 75
Top = 73
Width = 24
Height = 13
Caption = #25968#37327
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 152
Top = 73
Width = 24
Height = 13
Caption = #21069#32512
end
object editPassLen: TEdit
Left = 28
Top = 69
Width = 25
Height = 21
TabOrder = 1
Text = '16'
end
object UpDown1: TUpDown
Left = 53
Top = 69
Width = 16
Height = 21
Associate = editPassLen
Min = 1
Max = 255
Position = 16
TabOrder = 2
end
object editPassCount: TEdit
Left = 100
Top = 69
Width = 31
Height = 21
TabOrder = 3
Text = '1'
end
object UpDown2: TUpDown
Left = 131
Top = 69
Width = 16
Height = 21
Associate = editPassCount
Min = 1
Max = 32767
Position = 1
TabOrder = 4
end
object btnGen: TButton
Left = 6
Top = 97
Width = 46
Height = 22
Hint = #29983#25104#23494#30721
Caption = #29983#25104#65281
ParentShowHint = False
ShowHint = True
TabOrder = 6
OnClick = btnGenClick
end
object btnClear: TButton
Left = 59
Top = 97
Width = 46
Height = 22
Hint = #28165#38500#29983#25104#30340#23494#30721
Caption = #28165#38500
ParentShowHint = False
ShowHint = True
TabOrder = 7
OnClick = btnClearClick
end
object GroupBox1: TGroupBox
Left = 1
Top = 1
Width = 278
Height = 65
Anchors = [akLeft, akTop, akRight]
Caption = #23494#30721#21253#21547#30340#23383#31526
TabOrder = 0
DesignSize = (
278
65)
object chkDigit: TCheckBox
Left = 157
Top = 15
Width = 71
Height = 17
Caption = #25968#23383
Checked = True
State = cbChecked
TabOrder = 2
OnClick = chkDigitClick
end
object chkUpper: TCheckBox
Left = 5
Top = 15
Width = 71
Height = 17
Caption = #22823#20889#23383#27597
Checked = True
State = cbChecked
TabOrder = 0
OnClick = chkUpperClick
end
object chkLower: TCheckBox
Left = 81
Top = 15
Width = 71
Height = 17
Caption = #23567#20889#23383#27597
Checked = True
State = cbChecked
TabOrder = 1
OnClick = chkLowerClick
end
object editCharSet: TEdit
Left = 4
Top = 32
Width = 269
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 3
Text = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
OnChange = editCharSetChange
end
end
object editPrefix: TEdit
Left = 177
Top = 69
Width = 40
Height = 21
TabOrder = 5
end
object btnCopy: TButton
Left = 112
Top = 97
Width = 46
Height = 22
Caption = #22797#21046
ParentShowHint = False
ShowHint = True
TabOrder = 8
OnClick = btnCopyClick
end
end
object Memo1: TMemo
Left = 0
Top = 124
Width = 280
Height = 148
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
OnKeyDown = Memo1KeyDown
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -