| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- object frmOptions: TfrmOptions
- Left = 411
- Top = 250
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = #36873#39033
- ClientHeight = 316
- ClientWidth = 423
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 423
- 316)
- PixelsPerInch = 96
- TextHeight = 12
- object pcOptions: TPageControl
- Left = 0
- Top = 0
- Width = 423
- Height = 273
- ActivePage = tsGeneral
- Align = alTop
- TabHeight = 20
- TabOrder = 0
- TabWidth = 60
- object tsGeneral: TTabSheet
- Caption = #24120#35268
- object lbeMinute: TLabel
- Left = 208
- Top = 16
- Width = 24
- Height = 12
- Caption = #20998#38047
- end
- object cbAllowMfyCode: TCheckBox
- Left = 17
- Top = 128
- Width = 172
- Height = 17
- Caption = #26377#27493#36317#26102#20801#35768#20462#25913#28165#21333#32534#21495
- TabOrder = 0
- end
- object cbAutoSaveProjects: TCheckBox
- Left = 17
- Top = 14
- Width = 140
- Height = 17
- Caption = #33258#21160#20445#23384#39033#30446#26102#38388#38388#38548
- TabOrder = 1
- OnClick = cbAutoSaveProjectsClick
- end
- object UpDownMinute: TUpDown
- Left = 188
- Top = 12
- Width = 16
- Height = 20
- Associate = ldeSaveInterval
- Position = 5
- TabOrder = 2
- end
- object ldeSaveInterval: TLabeledEdit
- Left = 159
- Top = 12
- Width = 29
- Height = 20
- EditLabel.Width = 90
- EditLabel.Height = 12
- EditLabel.Caption = 'ldeSaveInterval'
- LabelPosition = lpLeft
- TabOrder = 3
- Text = '5'
- end
- object cbSaveAllProject: TCheckBox
- Left = 17
- Top = 39
- Width = 228
- Height = 17
- Caption = #33258#21160#20445#23384#25152#26377#39033#30446'('#40664#35748#20445#23384#24403#21069#39033#30446')'
- TabOrder = 4
- end
- object cbRestorePoint: TCheckBox
- Left = 17
- Top = 65
- Width = 154
- Height = 17
- Caption = #33258#21160#20445#23384#26102#20445#23384#36824#21407#28857
- TabOrder = 5
- end
- object cbAutoCollapse: TCheckBox
- Left = 17
- Top = 102
- Width = 124
- Height = 17
- Caption = #31896#36148#28165#21333#33258#21160#25910#32553
- TabOrder = 6
- end
- object cbRealTimeCalc: TCheckBox
- Left = 17
- Top = 154
- Width = 97
- Height = 17
- Caption = #21551#29992#23454#26102#35745#31639
- TabOrder = 7
- end
- object cbShowDesignQuantity: TCheckBox
- Left = 18
- Top = 192
- Width = 135
- Height = 17
- Caption = #26174#31034#8220#35774#35745#25968#37327#8221#21015
- TabOrder = 8
- end
- object cbShowEconomicMark: TCheckBox
- Left = 202
- Top = 192
- Width = 135
- Height = 17
- Caption = #26174#31034#8220#32463#27982#25351#26631#8221#21015
- TabOrder = 9
- end
- object cbShowDrawingCode: TCheckBox
- Left = 18
- Top = 217
- Width = 135
- Height = 17
- Caption = #26174#31034#8220#22270#21495#8221#21015
- TabOrder = 10
- end
- end
- object tbsGather: TTabSheet
- Caption = #27719#24635
- ImageIndex = 1
- object Label1: TLabel
- Left = 8
- Top = 19
- Width = 60
- Height = 12
- Caption = #21305#37197#26041#24335#65306
- end
- object Panel1: TPanel
- Left = 72
- Top = 11
- Width = 337
- Height = 27
- BevelOuter = bvNone
- TabOrder = 0
- object rbCodeAndName: TRadioButton
- Left = 195
- Top = 5
- Width = 126
- Height = 17
- Caption = #25353#32534#21495#21644#21517#31216#21305#37197
- TabOrder = 0
- end
- object rbCodeOnly: TRadioButton
- Left = 21
- Top = 5
- Width = 104
- Height = 17
- Caption = #20165#25353#32534#21495#21305#37197
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- end
- end
- end
- object btnOK: TButton
- Left = 249
- Top = 284
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = #30830#23450
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 331
- Top = 284
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = #21462#28040
- TabOrder = 2
- OnClick = btnCancelClick
- end
- end
|