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

📄 pandian.dfm

📁 一个初级的条码应用管理系统,应用于DT9
💻 DFM
字号:
object Formpandian: TFormpandian
  Left = 216
  Top = 139
  Width = 552
  Height = 399
  Anchors = [akLeft, akTop, akRight, akBottom]
  Caption = #30424#28857#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnShow = FormShow
  DesignSize = (
    544
    353)
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 40
    Width = 537
    Height = 294
    ActivePage = TabSheet2
    Anchors = [akLeft, akTop, akRight, akBottom]
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #30424#28857#20449#24687
      DesignSize = (
        529
        266)
      object StringGrid1: TStringGrid
        Left = 8
        Top = 96
        Width = 513
        Height = 190
        Anchors = [akLeft, akTop, akRight, akBottom]
        ColCount = 6
        DefaultColWidth = 32
        RowCount = 100
        TabOrder = 0
        ColWidths = (
          32
          123
          135
          89
          71
          88)
        RowHeights = (
          24
          24
          24
          24
          25
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24)
      end
      object Button4: TButton
        Left = 24
        Top = 40
        Width = 105
        Height = 25
        Caption = #25552#21462#30424#28857#20449#24687
        TabOrder = 1
        OnClick = Button4Click
      end
      object Memo1: TMemo
        Left = 328
        Top = 8
        Width = 161
        Height = 25
        Lines.Strings = (
          'Memo1')
        TabOrder = 2
        Visible = False
      end
    end
    object TabSheet2: TTabSheet
      Caption = #26597#35810
      ImageIndex = 2
      DesignSize = (
        529
        266)
      object DBGrid2: TDBGrid
        Left = 0
        Top = 136
        Width = 529
        Height = 126
        Anchors = [akLeft, akTop, akRight, akBottom]
        DataSource = DataSource1
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
      end
      object Edit1: TEdit
        Left = 16
        Top = 24
        Width = 121
        Height = 21
        TabOrder = 1
        Text = #25353#21697#21517#26597#35810
      end
      object Button1: TButton
        Left = 152
        Top = 24
        Width = 65
        Height = 25
        Caption = #26597#35810
        TabOrder = 2
        OnClick = Button1Click
      end
      object Edit2: TEdit
        Left = 272
        Top = 24
        Width = 113
        Height = 21
        TabOrder = 3
        Text = #25353#20179#20301#26597#35810
      end
      object Button2: TButton
        Left = 400
        Top = 24
        Width = 65
        Height = 25
        Caption = #26597#35810
        TabOrder = 4
        OnClick = Button2Click
      end
      object Edit3: TEdit
        Left = 16
        Top = 72
        Width = 121
        Height = 21
        TabOrder = 5
        Text = #25353#36135#20301#26597#35810
      end
      object Button3: TButton
        Left = 152
        Top = 72
        Width = 65
        Height = 25
        Caption = #26597#35810
        TabOrder = 6
        OnClick = Button3Click
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 333
    Width = 537
    Height = 25
    Anchors = [akLeft, akRight, akBottom]
    Caption = #23665#19996#26465#30721#26032#25216#26415#24320#21457#20844#21496
    TabOrder = 1
  end
  object MainMenu1: TMainMenu
    Left = 32
    object N1: TMenuItem
      Caption = #36820#22238'(&Q)'
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #25253#34920'(&R)'
      OnClick = N2Click
    end
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule1.ADOConnection1
    Parameters = <>
    Left = 224
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 284
    Top = 40
  end
  object DataSource2: TDataSource
    Left = 92
  end
end

⌨️ 快捷键说明

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