⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 umileagestat.dfm

📁 a voice guide client ,it is the second part of voice guide center
💻 DFM
字号:
object FrmMileageStat: TFrmMileageStat
  Left = 216
  Top = 86
  Width = 727
  Height = 458
  Caption = #37324#31243#32479#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object dxDockSite1: TdxDockSite
    Left = 0
    Top = 0
    Width = 719
    Height = 424
    Align = alClient
    DockType = 0
    OriginalWidth = 719
    OriginalHeight = 424
    object dxLayoutDockSite1: TdxLayoutDockSite
      Left = 0
      Top = 0
      Width = 719
      Height = 424
      DockType = 1
      OriginalWidth = 300
      OriginalHeight = 200
    end
    object dxDockPanel1: TdxDockPanel
      Left = 0
      Top = 0
      Width = 719
      Height = 424
      AllowFloating = False
      AutoHide = False
      Caption = #36710#36742#37324#31243#32479#35745
      CaptionButtons = []
      DesignSize = (
        715
        400)
      DockType = 1
      OriginalWidth = 185
      OriginalHeight = 140
      object RzGroupBox1: TRzGroupBox
        Left = 5
        Top = 0
        Width = 295
        Height = 402
        Anchors = [akLeft, akTop, akBottom]
        Caption = #36710#29260#21495
        TabOrder = 0
        Transparent = True
        DesignSize = (
          295
          402)
        object txtCarID: TEdit
          Left = 7
          Top = 14
          Width = 138
          Height = 21
          TabOrder = 0
          OnChange = txtCarIDChange
          OnKeyDown = txtCarIDKeyDown
          OnKeyPress = txtCarIDKeyPress
        end
        object lstCarList: TListBox
          Left = 7
          Top = 39
          Width = 138
          Height = 322
          Anchors = [akLeft, akTop, akBottom]
          ItemHeight = 13
          MultiSelect = True
          TabOrder = 1
          OnClick = lstCarListClick
          OnDblClick = lstCarListDblClick
        end
        object lstFindedCar: TListBox
          Left = 152
          Top = 14
          Width = 137
          Height = 379
          Anchors = [akLeft, akTop, akBottom]
          ItemHeight = 13
          MultiSelect = True
          TabOrder = 2
          OnKeyDown = lstFindedCarKeyDown
        end
        object btnToRight: TcxButton
          Left = 8
          Top = 368
          Width = 137
          Height = 25
          Caption = #21152#20837#36710#36742'[&A] -->'
          TabOrder = 3
          OnClick = btnToRightClick
        end
      end
      object RzGroupBox2: TRzGroupBox
        Left = 304
        Top = 1
        Width = 225
        Height = 72
        Caption = #26085#26399#26102#38388
        TabOrder = 1
        Transparent = True
        object Label1: TLabel
          Left = 5
          Top = 20
          Width = 12
          Height = 13
          Caption = #20174
          Transparent = True
        end
        object Label2: TLabel
          Left = 5
          Top = 43
          Width = 12
          Height = 13
          Caption = #21040
          Transparent = True
        end
        object dtFromDate: TDateTimePicker
          Left = 20
          Top = 16
          Width = 97
          Height = 21
          Date = 38664.429960393520000000
          Time = 38664.429960393520000000
          TabOrder = 0
        end
        object dtFromTime: TDateTimePicker
          Left = 120
          Top = 16
          Width = 97
          Height = 21
          Date = 38664.430007048610000000
          Time = 38664.430007048610000000
          Kind = dtkTime
          TabOrder = 1
        end
        object dtToDate: TDateTimePicker
          Left = 20
          Top = 40
          Width = 97
          Height = 21
          Date = 38664.429960393520000000
          Time = 38664.429960393520000000
          TabOrder = 2
        end
        object dtToTime: TDateTimePicker
          Left = 120
          Top = 40
          Width = 97
          Height = 21
          Date = 38664.430007048610000000
          Time = 38664.430007048610000000
          Kind = dtkTime
          TabOrder = 3
        end
      end
      object RzGroupBox3: TRzGroupBox
        Left = 304
        Top = 77
        Width = 406
        Height = 324
        Anchors = [akLeft, akTop, akRight, akBottom]
        Caption = #32467#26524
        TabOrder = 2
        Transparent = True
        DesignSize = (
          406
          324)
        object RzProgressBar1: TRzProgressBar
          Left = 8
          Top = 303
          Width = 391
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          BorderOuter = fsFlat
          BorderWidth = 0
          InteriorOffset = 0
          PartsComplete = 0
          Percent = 0
          TotalParts = 0
        end
        object lvMileage: TListView
          Left = 8
          Top = 14
          Width = 390
          Height = 285
          Align = alCustom
          Anchors = [akLeft, akTop, akRight, akBottom]
          Columns = <
            item
              Caption = #36710#29260#21495
            end
            item
              Caption = #27573'ID'
              Width = 40
            end
            item
              Caption = #37324#31243#25968
              Width = 80
            end
            item
              Caption = #26102#38388
              Width = 180
            end>
          GridLines = True
          RowSelect = True
          TabOrder = 0
          ViewStyle = vsReport
          OnCustomDrawItem = lvMileageCustomDrawItem
        end
      end
      object btnExe: TcxButton
        Left = 536
        Top = 8
        Width = 81
        Height = 25
        Caption = #25191#34892'[&E]'
        TabOrder = 3
        OnClick = btnExeClick
      end
      object btnCancel: TcxButton
        Left = 624
        Top = 8
        Width = 81
        Height = 25
        Caption = #21462#28040'[&C]'
        TabOrder = 4
        OnClick = btnCancelClick
      end
      object btnCreateExcelFile: TcxButton
        Left = 536
        Top = 40
        Width = 169
        Height = 25
        Caption = #23548#20986'...[&M]'
        TabOrder = 5
        OnClick = btnCreateExcelFileClick
      end
    end
  end
  object XLSReadWriteII1: TXLSReadWriteII
    Version = xvExcel97
    Formats = <
      item
        Name = 'Format 0'
        Protection = [cpLocked]
        HorizAlignment = chaGeneral
        VertAlignment = cvaBottom
        Indent = 0
        Rotation = 0
        FormatOptions = []
        FontIndex = 0
        FillPatternForeColor = xcAutomatic
        FillPatternBackColor = xcAutomatic
        FillPatternPattern = 0
        BorderTopColor = xcAutomatic
        BorderTopStyle = cbsNone
        BorderLeftColor = xcAutomatic
        BorderLeftStyle = cbsNone
        BorderRightColor = xcAutomatic
        BorderRightStyle = cbsNone
        BorderBottomColor = xcAutomatic
        BorderBottomStyle = cbsNone
        BorderDiagColor = xcAutomatic
        BorderDiagStyle = cbsNone
        BorderDiagLines = dlNone
      end>
    Sheets = <
      item
        Name = 'Sheet 1'
        DefaultColWidth = 8
        DefaultRowHeight = 0
        PrintSettings.Copies = 1
        PrintSettings.MarginBottom = -1.000000000000000000
        PrintSettings.MarginLeft = -1.000000000000000000
        PrintSettings.MarginRight = -1.000000000000000000
        PrintSettings.MarginTop = -1.000000000000000000
        PrintSettings.Options = [psoPortrait]
        PrintSettings.PaperSize = psA4
        PrintSettings.ScalingFactor = 100
        PrintSettings.StartingPage = 1
        PrintSettings.RowsOnEachPage = '-1:-1'
        PrintSettings.ColsOnEachPage = '-1:-1'
        PrintSettings.HorizPagebreaks = <>
        PrintSettings.VertPagebreaks = <>
        PrintSettings.Resolution = 600
        MergedCells = <>
        Options = [soGridlines, soRowColHeadings, soShowZeros]
        WorkspaceOptions = [woShowAutoBreaks, woRowSumsBelow, woColSumsRight, woOutlineSymbols]
        CalcCount = 100
        Delta = 0.001000000000000000
        Zoom = 100
        ZoomPreview = 100
        RecalcFormulas = True
        Notes = <>
        SheetPictures = <>
        ColumnFormats = <>
        Charts = <>
        FixedRows = 0
        FixedCols = 0
        Validations = <>
      end>
    Workbook.Left = 100
    Workbook.Top = 100
    Workbook.Width = 10000
    Workbook.Height = 7000
    Workbook.SelectedTab = 0
    Workbook.Options = [woHScroll, woVScroll, woTabs]
    OptionsDialog.SaveExtLinkVal = False
    OptionsDialog.CalcCount = 0
    OptionsDialog.CalcMode = cmAutomatic
    OptionsDialog.ShowObjects = soShowAll
    OptionsDialog.Iteration = False
    OptionsDialog.PrecisionAsDisplayed = False
    OptionsDialog.R1C1Mode = False
    OptionsDialog.RecalcBeforeSave = False
    OptionsDialog.Uncalced = False
    Font.Name = 'Arial'
    Font.Charset = ANSI_CHARSET
    Font.Color = xcBlack
    Font.Size = 10
    Font.Style = []
    Font.SubSuperScript = xssNone
    Font.Underline = xulNone
    Codepage = 1200
    BookProtected = False
    Backup = False
    RefreshAll = False
    WriteUnicodeStrings = False
    FuncArgSeparator = ','
    StrTRUE = 'TRUE'
    StrFALSE = 'FALSE'
    ShowFormulas = False
    PictureOptions = [poDeleteTempFiles]
    Pictures = <>
    IsMac = False
    AreaNames = <>
    PreserveMacros = False
    ComponentVersion = '1.14.05'
    Left = 640
    Top = 72
    Fonts = <
      item
        Name = 'Arial'
        Charset = ANSI_CHARSET
        Color = xcBlack
        Size = 10
        Style = []
        SubSuperScript = xssNone
        Underline = xulNone
      end
      item
        Name = 'Arial'
        Charset = ANSI_CHARSET
        Color = xcBlack
        Size = 10
        Style = []
        SubSuperScript = xssNone
        Underline = xulNone
      end
      item
        Name = 'Arial'
        Charset = ANSI_CHARSET
        Color = xcBlack
        Size = 10
        Style = []
        SubSuperScript = xssNone
        Underline = xulNone
      end
      item
        Name = 'Arial'
        Charset = ANSI_CHARSET
        Color = xcBlack
        Size = 10
        Style = []
        SubSuperScript = xssNone
        Underline = xulNone
      end
      item
        Name = 'Arial'
        Charset = ANSI_CHARSET
        Color = xcBlack
        Size = 10
        Style = []
        SubSuperScript = xssNone
        Underline = xulNone
      end>
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = '*.xls'
    Filter = 'EXCEL'#25991#20214'|*.xls'
    Left = 464
    Top = 56
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -