| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 | object OptionForm: TOptionForm  Left = 518  Top = 322  Width = 487  Height = 369  Caption = #36873#39033  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  PixelsPerInch = 96  TextHeight = 12  object pcOptions: TPageControl    Left = 8    Top = 8    Width = 457    Height = 289    ActivePage = tsCommon    TabOrder = 0    object tsCommon: TTabSheet      Caption = #24120#35268      object lblCommon: TLabel        Left = 8        Top = 8        Width = 48        Height = 12        Caption = #24120#35268#36873#39033        Font.Charset = ANSI_CHARSET        Font.Color = clBlue        Font.Height = -12        Font.Name = #23435#20307        Font.Style = []        ParentFont = False      end      object lblSaveInterval: TLabel        Left = 120        Top = 30        Width = 60        Height = 12        Caption = #26102#38388#38388#38548#65306      end      object lblMinutes: TLabel        Left = 240        Top = 30        Width = 24        Height = 12        Caption = #20998#38047      end      object pnlUserInfo: TPanel        Left = 61        Top = 13        Width = 383        Height = 2        BevelOuter = bvLowered        TabOrder = 0      end      object cbAutoSave: TCheckBox        Left = 11        Top = 28        Width = 97        Height = 17        Caption = #21551#29992#33258#21160#20445#23384        TabOrder = 1        OnClick = cbAutoSaveClick      end      object cbbSaveIntervall: TComboBox        Left = 181        Top = 26        Width = 52        Height = 20        ItemHeight = 12        TabOrder = 2        Text = '15'        Items.Strings = (          '5'          '15'          '30'          '60'          '120')      end      object gbOverRange: TGroupBox        Left = 11        Top = 52        Width = 430        Height = 117        Caption = #28165#21333#27719#24635#36229#35745#26174#31034        TabOrder = 3        object lblTitleOverRange: TLabel          Left = 8          Top = 22          Width = 102          Height = 12          Caption = #32047#35745#23436#25104#21512#21516#35745#37327'>'        end        object rbLedger: TRadioButton          Left = 8          Top = 43          Width = 113          Height = 17          Caption = '0'#21495#21488#36134#25968#37327          TabOrder = 0          OnClick = rbLedgerClick        end        object rbDeal: TRadioButton          Tag = 1          Left = 8          Top = 67          Width = 113          Height = 17          Caption = #31614#32422#28165#21333#25968#37327          TabOrder = 1          OnClick = rbLedgerClick        end        object rbBoth: TRadioButton          Tag = 2          Left = 8          Top = 91          Width = 209          Height = 17          Caption = '0'#21495#21488#36134#25968#37327#25110#31614#32422#28165#21333#25968#37327          TabOrder = 2          OnClick = rbLedgerClick        end      end      object GroupBox1: TGroupBox        Left = 11        Top = 176        Width = 430        Height = 49        Caption = #23548#20986'Excel'        TabOrder = 4        object cbExcelWithMis: TCheckBox          Left = 11          Top = 20          Width = 142          Height = 17          Caption = #21253#21547#38169#28431#22686#20943#25968#37327          TabOrder = 0          OnClick = cbAutoSaveClick        end      end    end  end  object btnOk: TButton    Left = 302    Top = 304    Width = 75    Height = 21    Caption = #30830'  '#23450    Font.Charset = ANSI_CHARSET    Font.Color = clWindowText    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    ModalResult = 1    ParentFont = False    TabOrder = 1  end  object btnCancel: TButton    Left = 388    Top = 304    Width = 75    Height = 21    Caption = #21462'  '#28040    Font.Charset = ANSI_CHARSET    Font.Color = clWindowText    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    ModalResult = 2    ParentFont = False    TabOrder = 2  end  object xpm: TXPMenu    DimLevel = 30    GrayLevel = 10    Font.Charset = DEFAULT_CHARSET    Font.Color = clMenuText    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    Color = clBtnFace    IconBackColor = clBtnFace    MenuBarColor = clBtnFace    SelectColor = 38640    SelectBorderColor = clHighlight    SelectFontColor = clMenuText    DisabledColor = clInactiveCaption    SeparatorColor = clBtnFace    CheckedColor = clHighlight    IconWidth = 24    DrawSelect = True    UseSystemColors = False    OverrideOwnerDraw = False    Gradient = False    FlatMenu = False    AutoDetect = True    XPControls = [xcToolbar]    Active = True    ControlUseTrueXPStyle = True    BtnRoundArc = 5    BtnOutLineBorderColor = 7552000    BtnInnerBorderMoveColor = 3257087    BtnInnerBorderFocusColor = 15183500    BtnSurfaceNormalColor = 16251903    BtnSurfaceDownColor = 14608359    BtnSurfaceBottomLineColor = 14608359    BtnSurfaceDownBottomLineColor = 15199215    RdoChkControlChkColor = 41472    ComboBoxChkColor = 9201994    ComboboxSurfaceMoveColor = 16771030    ControlDisabledBorderColor = 11913158    Left = 431    Top = 16  endend
 |