📄 main.dfm
字号:
object MainForm: TMainForm
Left = 282
Top = 171
Width = 470
Height = 488
ActiveControl = btnSrcBackground
Caption = 'PDF-'#21360#31456#31243#24207
Color = clBtnFace
Constraints.MinHeight = 488
Constraints.MinWidth = 470
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
DesignSize = (
462
461)
PixelsPerInch = 96
TextHeight = 15
object PageControl1: TPageControl
Left = 14
Top = 10
Width = 432
Height = 279
ActivePage = tsBackground
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
TabStop = False
object tsBackground: TTabSheet
Caption = #27700#21360
ImageIndex = 1
object Label3: TLabel
Left = 8
Top = 8
Width = 60
Height = 15
Caption = 'PDF'#25991#20214#65306
end
object Label7: TLabel
Left = 24
Top = 41
Width = 36
Height = 15
Caption = #20840#23447#21495
end
object Label9: TLabel
Left = 167
Top = 41
Width = 24
Height = 15
Caption = #24180#24230
end
object Label10: TLabel
Left = 24
Top = 94
Width = 36
Height = 15
Caption = #20998#31867#21495
end
object Label11: TLabel
Left = 143
Top = 94
Width = 48
Height = 15
Caption = #20445#31649#26399#38480
end
object Label12: TLabel
Left = 291
Top = 41
Width = 24
Height = 15
Caption = #20214#21495
end
object Label13: TLabel
Left = 279
Top = 94
Width = 36
Height = 15
Caption = #24635#39029#25968
end
object Label14: TLabel
Left = 64
Top = 129
Width = 60
Height = 15
Caption = #21360#31456#20301#32622#65306
end
object btnSrcBackground: TButton
Left = 403
Top = 5
Width = 21
Height = 25
Caption = '...'
TabOrder = 0
OnClick = btnSrcBackgroundClick
end
object cbPageOneOnly: TCheckBox
Left = 44
Top = 197
Width = 265
Height = 17
Caption = #21482#22312#31532#19968#39029#22686#21152
Checked = True
State = cbChecked
TabOrder = 2
end
object GroupBox1: TGroupBox
Left = 45
Top = 162
Width = 340
Height = 30
TabOrder = 1
object rbBackground: TRadioButton
Left = 56
Top = 10
Width = 100
Height = 17
Caption = #32972#26223
TabOrder = 0
end
object rbStamp: TRadioButton
Left = 175
Top = 10
Width = 88
Height = 17
Caption = #21360#31456
Checked = True
TabOrder = 1
TabStop = True
end
end
object EdtFile: TEdit
Left = 64
Top = 6
Width = 338
Height = 23
ReadOnly = True
TabOrder = 3
end
object Edit1: TEdit
Left = 72
Top = 40
Width = 64
Height = 23
ImeName = #32043#20809#21326#23431#25340#38899'V5'
TabOrder = 4
Text = '001'
end
object Edit2: TEdit
Left = 195
Top = 40
Width = 73
Height = 23
ImeName = #32043#20809#21326#23431#25340#38899'V5'
TabOrder = 5
Text = '2007'
end
object Edit4: TEdit
Left = 72
Top = 92
Width = 64
Height = 23
ImeName = #32043#20809#21326#23431#25340#38899'V5'
TabOrder = 6
Text = 'G1'
end
object Edit5: TEdit
Left = 195
Top = 92
Width = 74
Height = 23
ImeName = #32043#20809#21326#23431#25340#38899'V5'
TabOrder = 7
Text = #27704#20037
end
object Edit3: TEdit
Left = 319
Top = 40
Width = 72
Height = 23
ImeName = #32043#20809#21326#23431#25340#38899'V5'
TabOrder = 8
Text = '0001'
end
object Edit6: TEdit
Left = 319
Top = 92
Width = 72
Height = 23
ImeName = #32043#20809#21326#23431#25340#38899'V5'
TabOrder = 9
Text = '1000'
end
object ComboBox1: TComboBox
Left = 128
Top = 128
Width = 145
Height = 23
Style = csDropDownList
ItemHeight = 15
ItemIndex = 1
TabOrder = 10
Text = #21491#19978
Items.Strings = (
#24038#19978
#21491#19978
#24038#19979
#21491#19979
#23621#20013)
end
end
end
object gbAdvanced: TGroupBox
Left = 14
Top = 299
Width = 432
Height = 82
Anchors = [akLeft, akRight, akBottom]
TabOrder = 1
object GroupBox3: TGroupBox
Left = 14
Top = 16
Width = 405
Height = 56
Caption = #23494#30721#35774#32622
TabOrder = 0
object Label1: TLabel
Left = 21
Top = 24
Width = 36
Height = 15
Caption = 'O&wner'
FocusControl = eOwnerPassword
end
object Label5: TLabel
Left = 210
Top = 24
Width = 27
Height = 15
Caption = 'User'
FocusControl = eUserPassword
end
object eOwnerPassword: TEdit
Left = 65
Top = 20
Width = 130
Height = 23
TabOrder = 0
end
object eUserPassword: TEdit
Left = 247
Top = 20
Width = 130
Height = 23
TabOrder = 1
end
end
end
object GroupBox4: TGroupBox
Left = 14
Top = 382
Width = 432
Height = 55
Anchors = [akLeft, akRight, akBottom]
TabOrder = 2
object btnBuild: TButton
Left = 126
Top = 17
Width = 85
Height = 25
Caption = #21478#23384#20026
Default = True
Enabled = False
TabOrder = 0
OnClick = btnBuildClick
end
object bClose: TButton
Left = 226
Top = 17
Width = 85
Height = 25
Cancel = True
Caption = #36864#20986
TabOrder = 1
OnClick = bCloseClick
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 442
Width = 462
Height = 19
Panels = <>
SimplePanel = True
SimpleText = ' Version x.x'
end
object OpenDialog1: TOpenDialog
DefaultExt = '.pdf'
Filter = 'PDF Files | *.pdf'
Options = [ofHideReadOnly, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing, ofDontAddToRecent]
Title = 'Select PDF files ...'
Left = 237
Top = 261
end
object SaveDialog1: TSaveDialog
DefaultExt = '.pdf'
Filter = 'PDF Files | *.pdf'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Left = 299
Top = 272
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -