📄 tupdatefrmunit.dfm
字号:
inherited UpdateFrm: TUpdateFrm
Left = 356
Top = 225
Width = 600
Height = 400
Caption = 'Update'
Constraints.MinHeight = 300
Constraints.MinWidth = 350
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PPageControl: TPageControl [0]
Left = 0
Top = 0
Width = 592
Height = 370
ActivePage = PFilesTab
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 2
object PUpdateTab: TTabSheet
Caption = 'Update options'
object PCreateDirCheck: TCheckBox
Left = 13
Top = 183
Width = 146
Height = 14
Anchors = [akLeft]
Caption = 'Create missing directories'
Checked = True
State = cbChecked
TabOrder = 2
end
object PResetStickyCheck: TCheckBox
Left = 13
Top = 146
Width = 150
Height = 14
Anchors = [akLeft]
Caption = 'Reset sticky options'
TabOrder = 3
OnClick = PResetStickyCheckClick
end
object PCleanCopyCheck: TCheckBox
Left = 13
Top = 108
Width = 100
Height = 14
Anchors = [akLeft]
Caption = 'Get clean copy'
TabOrder = 1
end
inline PStickyOptionsFrame: TStickyOptionsFrame
Left = 235
Top = 20
Width = 338
Height = 231
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 4
inherited POptionsGroup: TGroupBox
Width = 338
Height = 231
Anchors = [akLeft, akTop, akBottom]
Caption = ' Update to revision: '
inherited PDateCheck: TCheckBox
Left = 13
Top = 51
Width = 59
Height = 14
end
inherited PRevisionCheck: TCheckBox
Left = 13
Top = 96
Width = 66
Height = 14
end
inherited PTagCheck: TCheckBox
Left = 13
Top = 141
Width = 66
Height = 14
end
inherited PRecentCheck: TCheckBox
Left = 13
Top = 187
Width = 261
Height = 14
end
inherited PDateEdit: TComboBox
Top = 50
Width = 219
end
inherited PRevisionEdit: TComboBox
Top = 94
Width = 219
end
inherited PTagEdit: TComboBox
Top = 140
Width = 219
end
end
end
object PFilesCheck: TCheckBox
Left = 13
Top = 30
Width = 158
Height = 14
Anchors = [akLeft]
Caption = 'Update all files in directories'
TabOrder = 0
OnClick = PFilesCheckClick
end
end
object PFilesTab: TTabSheet
Caption = 'Files'
ImageIndex = 1
inline PFilesFrame: TFilesFrame
Left = 13
Top = 10
Width = 562
Height = 290
Anchors = [akLeft, akTop, akRight, akBottom]
inherited PListView: TListView
Width = 562
Height = 260
end
inherited PToolbar: TPanel
Width = 562
end
end
end
object PMergeTab: TTabSheet
Caption = 'Merge options'
ImageIndex = 2
object PMergeNone: TRadioButton
Left = 26
Top = 31
Width = 92
Height = 14
Anchors = [akLeft]
Caption = 'None'
Checked = True
TabOrder = 0
TabStop = True
OnClick = PMergeChange
end
object PMergeOneRev: TRadioButton
Left = 26
Top = 78
Width = 235
Height = 14
Anchors = [akLeft]
Caption = 'Only this revision/tag:'
TabOrder = 1
OnClick = PMergeChange
end
object PMergeTwoRev: TRadioButton
Left = 26
Top = 157
Width = 228
Height = 14
Anchors = [akLeft]
Caption = 'Plus with this revision/tag:'
TabOrder = 3
OnClick = PMergeChange
end
object PMergeFirst: TComboBox
Left = 42
Top = 102
Width = 520
Height = 21
Anchors = [akLeft, akRight]
ItemHeight = 0
TabOrder = 2
end
object PMergeSecond: TComboBox
Left = 42
Top = 179
Width = 520
Height = 21
Anchors = [akLeft, akRight]
ItemHeight = 0
TabOrder = 4
end
end
end
inherited POkBtn: TButton
Left = 391
Top = 335
OnClick = POkBtnClick
end
inherited PCancelBtn: TButton
Left = 491
Top = 335
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -