📄 upl.dfm
字号:
object FMain: TFMain
Left = 347
Top = 181
Width = 302
Height = 267
Caption = #21335#26041#39640#31185'S6683'#38899#20048#25773#25918#21015#34920#29983#25104#31243#24207
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GB: TGroupBox
Left = 0
Top = 0
Width = 294
Height = 152
Align = alClient
Caption = #25991#20214#21015#34920
TabOrder = 0
object M1: TMemo
Left = 2
Top = 15
Width = 290
Height = 135
Align = alClient
ScrollBars = ssBoth
TabOrder = 0
OnChange = M1Change
end
end
object P1: TPanel
Left = 0
Top = 152
Width = 294
Height = 88
Align = alBottom
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 13
Width = 72
Height = 13
Caption = #20445#23384#25991#20214#21517':'
end
object Label2: TLabel
Left = 9
Top = 38
Width = 72
Height = 13
Caption = #21069#32512#23383#31526#20018':'
end
object EdFileName: TEdit
Left = 85
Top = 9
Width = 194
Height = 21
TabOrder = 0
OnChange = EdFileNameChange
end
object BOpen: TButton
Left = 8
Top = 60
Width = 75
Height = 25
Caption = #25171#24320
TabOrder = 1
OnClick = BOpenClick
end
object BSave: TButton
Left = 208
Top = 60
Width = 75
Height = 25
Caption = #20445#23384
Enabled = False
TabOrder = 2
OnClick = BSaveClick
end
object EdPrv: TEdit
Left = 85
Top = 34
Width = 194
Height = 21
TabOrder = 3
end
end
object OpenDlg: TOpenDialog
Filter = '*.*'
Left = 136
Top = 32
end
object SaveDlg: TSaveDialog
Filter = '*.*'
Left = 176
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -