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

📄 u_compare.dfm

📁 本人为朋友在蓝光地产做财务做的应用软件
💻 DFM
字号:
object fCompare: TfCompare
  Left = 241
  Top = 155
  Width = 800
  Height = 648
  Caption = #23545#24080#31649#29702
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poOwnerFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 338
    Width = 792
    Height = 276
    Align = alBottom
    TabOrder = 0
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 790
      Height = 88
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 0
      object Label1: TLabel
        Left = 16
        Top = 14
        Width = 60
        Height = 12
        Caption = #23545#24080#36827#24230#65306
      end
      object LB1: TLabel
        Left = 16
        Top = 48
        Width = 84
        Height = 12
        Caption = #38134#34892#23545#24080#21333#20511#26041
      end
      object LB2: TLabel
        Left = 216
        Top = 48
        Width = 84
        Height = 12
        Caption = #38134#34892#23545#24080#21333#36151#26041
      end
      object LB3: TLabel
        Left = 408
        Top = 48
        Width = 84
        Height = 12
        Caption = #38134#34892#26085#35760#24080#20511#26041
      end
      object LB4: TLabel
        Left = 608
        Top = 48
        Width = 84
        Height = 12
        Caption = #38134#34892#26085#35760#24080#36151#26041
      end
      object lb1a: TLabel
        Left = 48
        Top = 72
        Width = 24
        Height = 12
        Caption = 'lb1a'
      end
      object lb2a: TLabel
        Left = 240
        Top = 72
        Width = 36
        Height = 12
        Caption = 'Label2'
      end
      object lb3a: TLabel
        Left = 432
        Top = 72
        Width = 36
        Height = 12
        Caption = 'Label2'
      end
      object lb4a: TLabel
        Left = 632
        Top = 72
        Width = 36
        Height = 12
        Caption = 'Label2'
      end
      object ProgressBar1: TProgressBar
        Left = 88
        Top = 8
        Width = 297
        Height = 25
        TabOrder = 0
      end
      object btn_Compare: TButton
        Left = 400
        Top = 8
        Width = 105
        Height = 25
        Caption = #24320#22987#23545#24080
        TabOrder = 1
        OnClick = btn_CompareClick
      end
      object Button2: TButton
        Left = 520
        Top = 8
        Width = 153
        Height = 25
        Caption = #20445#23384#26410#36798#24080#25968#25454'(EXCEL)'
        TabOrder = 2
        OnClick = Button2Click
      end
    end
    object Panel5: TPanel
      Left = 1
      Top = 89
      Width = 790
      Height = 186
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 1
      object ListBox1: TListBox
        Left = 0
        Top = 0
        Width = 200
        Height = 186
        Align = alLeft
        ItemHeight = 12
        TabOrder = 0
      end
      object ListBox2: TListBox
        Left = 200
        Top = 0
        Width = 200
        Height = 186
        Align = alLeft
        ItemHeight = 12
        TabOrder = 1
      end
      object ListBox3: TListBox
        Left = 400
        Top = 0
        Width = 200
        Height = 186
        Align = alLeft
        ItemHeight = 12
        TabOrder = 2
      end
      object ListBox4: TListBox
        Left = 600
        Top = 0
        Width = 200
        Height = 186
        Align = alLeft
        ItemHeight = 12
        TabOrder = 3
      end
    end
  end
  object Panel7: TPanel
    Left = 0
    Top = 0
    Width = 792
    Height = 338
    Align = alClient
    TabOrder = 1
    object Panel3: TPanel
      Left = 1
      Top = 1
      Width = 790
      Height = 336
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 0
      object Gb_Source: TGroupBox
        Left = 0
        Top = 0
        Width = 790
        Height = 336
        Align = alClient
        Caption = #38134#34892#23545#24080#21333#20511#36151#25968#25454
        TabOrder = 0
        object Panel4: TPanel
          Left = 2
          Top = 14
          Width = 786
          Height = 34
          Align = alTop
          BevelOuter = bvNone
          TabOrder = 0
          object Button1: TButton
            Left = 8
            Top = 3
            Width = 185
            Height = 25
            Caption = #36733#20837#25968#25454#25991#20214'(EXCEL)...'
            TabOrder = 0
            OnClick = Button1Click
          end
        end
        object StringGrid1: TStringGrid
          Left = 2
          Top = 48
          Width = 786
          Height = 286
          Align = alClient
          Anchors = []
          ColCount = 4
          FixedCols = 0
          RowCount = 10
          TabOrder = 1
          ColWidths = (
            185
            217
            198
            165)
        end
      end
    end
  end
  object OpenDialog1: TOpenDialog
    Filter = 'xls|.xls'
    Left = 192
    Top = 80
  end
  object ADODataSetSource: TADODataSet
    AfterOpen = ADODataSetSourceAfterOpen
    Parameters = <>
    Left = 176
    Top = 128
  end
  object SaveDialog1: TSaveDialog
    Left = 280
    Top = 96
  end
end

⌨️ 快捷键说明

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