lookimportdata4unit.~dfm

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

~DFM
183
字号
object LookImportData4: TLookImportData4
  Left = -4
  Top = -4
  Width = 808
  Height = 580
  BorderIcons = [biHelp]
  Caption = #20844#20132#34892#19994#26376#25253#23548#20986#25968#25454#27983#35272
  Color = clBtnFace
  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 Label1: TLabel
    Left = 243
    Top = 14
    Width = 271
    Height = 22
    AutoSize = False
    Caption = #20844#20132#34892#19994#26376#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 Panel1: TPanel
    Left = 1
    Top = 45
    Width = 313
    Height = 48
    BorderStyle = bsSingle
    TabOrder = 0
    object Label2: TLabel
      Left = 25
      Top = 17
      Width = 12
      Height = 13
      Caption = #20174
    end
    object Label3: TLabel
      Left = 140
      Top = 17
      Width = 30
      Height = 13
      AutoSize = False
      Caption = #24180#21040
    end
    object Label4: TLabel
      Left = 262
      Top = 17
      Width = 12
      Height = 13
      Caption = #24180
    end
    object Edit2: TEdit
      Left = 186
      Top = 14
      Width = 60
      Height = 21
      Enabled = False
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 59
      Top = 13
      Width = 63
      Height = 21
      Enabled = False
      TabOrder = 1
    end
  end
  object DBGrid1: TDBGrid
    Left = 1
    Top = 94
    Width = 795
    Height = 431
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel2: TPanel
    Left = 313
    Top = 45
    Width = 316
    Height = 48
    BorderStyle = bsSingle
    TabOrder = 2
    object Label5: TLabel
      Left = 31
      Top = 17
      Width = 12
      Height = 13
      Caption = #20174
    end
    object Label6: TLabel
      Left = 146
      Top = 17
      Width = 30
      Height = 13
      AutoSize = False
      Caption = #26376#21040
    end
    object Label7: TLabel
      Left = 268
      Top = 17
      Width = 12
      Height = 13
      Caption = #26376
    end
    object Edit3: TEdit
      Left = 65
      Top = 13
      Width = 63
      Height = 21
      Enabled = False
      TabOrder = 0
    end
    object Edit4: TEdit
      Left = 192
      Top = 13
      Width = 60
      Height = 21
      Enabled = False
      TabOrder = 1
    end
  end
  object Panel3: TPanel
    Left = 628
    Top = 45
    Width = 168
    Height = 48
    BorderStyle = bsSingle
    TabOrder = 3
    object BitBtn1: TBitBtn
      Left = 44
      Top = 11
      Width = 75
      Height = 25
      Caption = #36820' '#22238
      TabOrder = 0
      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 = 569
    Top = 12
  end
  object ADOQuery1: TADOQuery
    Connection = BusDataModule.ADOConnection1
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 601
    Top = 12
  end
end

⌨️ 快捷键说明

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