📄 unitfrmmain.dfm
字号:
object Form1: TForm1
Left = 50
Top = 114
Width = 544
Height = 375
Caption = '文件的分割与合并'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 272
Top = 27
Width = 113
Height = 13
AutoSize = False
Caption = '设置分割单位'
end
object Label2: TLabel
Left = 288
Top = 64
Width = 113
Height = 13
AutoSize = False
Caption = '文件列表'
end
object UpDown1: TUpDown
Left = 481
Top = 24
Width = 15
Height = 21
Associate = Edit1
Min = 1440
Max = 1600
Position = 1440
TabOrder = 0
Thousands = False
Wrap = False
end
object Button1: TButton
Left = 64
Top = 88
Width = 153
Height = 25
Caption = '选择待分割的文件'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 64
Top = 128
Width = 153
Height = 25
Caption = '设置分割文件的存储位置'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 64
Top = 168
Width = 153
Height = 25
Caption = '分割文件'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 64
Top = 208
Width = 153
Height = 25
Caption = '选择需要合并的文件'
TabOrder = 4
OnClick = Button4Click
end
object Button5: TButton
Left = 64
Top = 248
Width = 153
Height = 25
Caption = '合并文件'
TabOrder = 5
OnClick = Button5Click
end
object ListBox1: TListBox
Left = 256
Top = 88
Width = 265
Height = 169
ItemHeight = 13
TabOrder = 6
end
object Edit2: TEdit
Left = 256
Top = 272
Width = 257
Height = 21
TabOrder = 7
end
object Edit3: TEdit
Left = 256
Top = 296
Width = 257
Height = 21
TabOrder = 8
end
object Edit1: TEdit
Left = 408
Top = 24
Width = 73
Height = 21
TabOrder = 9
Text = '1440'
end
object OpenDialog1: TOpenDialog
Filter = '*.spt|*.spt|all|*.*'
Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
Left = 64
Top = 16
end
object SaveDialog1: TSaveDialog
Left = 120
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -