lookimportdata5unit.dfm

来自「公交行业的管理系统」· DFM 代码 · 共 135 行

DFM
135
字号
object LookImportData5: TLookImportData5
  Left = -4
  Top = -4
  Align = alTop
  BorderIcons = [biMaximize]
  BorderStyle = bsSingle
  Caption = #20844#20132#34892#19994#24180#25253#25968#25454#23548#20986#27983#35272
  ClientHeight = 553
  ClientWidth = 800
  Color = clBtnFace
  Constraints.MaxHeight = 580
  Constraints.MaxWidth = 808
  Constraints.MinHeight = 580
  Constraints.MinWidth = 808
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 21
    Top = 98
    Width = 757
    Height = 427
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 800
    Height = 91
    Align = alTop
    TabOrder = 1
    object Label2: TLabel
      Left = 20
      Top = 64
      Width = 12
      Height = 13
      Caption = #20174
    end
    object Label3: TLabel
      Left = 114
      Top = 64
      Width = 39
      Height = 13
      AutoSize = False
      Caption = #24180'   '#21040
    end
    object Label4: TLabel
      Left = 221
      Top = 64
      Width = 12
      Height = 13
      Caption = #24180
    end
    object Label1: TLabel
      Left = 251
      Top = 15
      Width = 288
      Height = 22
      AutoSize = False
      Caption = #20844#20132#34892#19994#24180#25253#23548#20986#25968#25454#27983#35272
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -21
      Font.Name = #38582#20070
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 42
      Top = 59
      Width = 65
      Height = 21
      Enabled = False
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 152
      Top = 59
      Width = 62
      Height = 21
      Enabled = False
      TabOrder = 1
    end
    object BitBtn1: TBitBtn
      Left = 688
      Top = 60
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 2
      OnClick = BitBtn1Click
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000120B0000120B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        33333333333333333333333333333333333333333333333333FF333333333333
        3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
        E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
        E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
        E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
        000033333373FF77777733333330003333333333333777333333333333333333
        3333333333333333333333333333333333333333333333333333333333333333
        3333333333333333333333333333333333333333333333333333}
      NumGlyphs = 2
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 568
    Top = 24
  end
  object ADOQuery1: TADOQuery
    Connection = BusTradeDataModule.ADOConnection1
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 600
    Top = 24
  end
end

⌨️ 快捷键说明

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