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

📄 partsell.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
📖 第 1 页 / 共 2 页
字号:
            TabOrder = 2
          end
          object DBMemo1: TDBMemo
            Left = 14
            Top = 178
            Width = 111
            Height = 47
            Color = clInfoBk
            DataField = #22791#27880
            DataSource = DataSource1
            ScrollBars = ssVertical
            TabOrder = 3
          end
        end
        object GroupBox4: TGroupBox
          Left = 151
          Top = 0
          Width = 142
          Height = 261
          Align = alLeft
          Enabled = False
          TabOrder = 1
          object Label19: TLabel
            Left = 11
            Top = 24
            Width = 52
            Height = 13
            Caption = #23458#25143#21517#31216
            FocusControl = EditDBEdit8
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label21: TLabel
            Left = 11
            Top = 106
            Width = 26
            Height = 13
            Caption = #26085#26399
            FocusControl = EditDBEdit10
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object EditDBEdit8: TDBEdit
            Left = 11
            Top = 38
            Width = 122
            Height = 21
            Color = clInfoBk
            DataField = #23458#25143#21517#31216
            DataSource = DataSource1
            TabOrder = 0
          end
          object EditDBEdit10: TDBEdit
            Left = 11
            Top = 123
            Width = 122
            Height = 21
            Color = clInfoBk
            DataField = #26085#26399
            DataSource = DataSource1
            TabOrder = 1
          end
          object DBCheckBox2: TDBCheckBox
            Left = 12
            Top = 206
            Width = 120
            Height = 19
            Caption = #26159#21542#24050#32463#20132#27454
            Color = clInfoBk
            DataField = #24050#20184#27454
            DataSource = DataSource1
            ParentColor = False
            TabOrder = 2
            ValueChecked = 'True'
            ValueUnchecked = 'False'
          end
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = #26597#30475#37197#20214#38144#21806#35760#24405
      ImageIndex = 1
      object DBGrid1: TDBGrid
        Left = 0
        Top = 41
        Width = 557
        Height = 153
        Align = alClient
        Color = clInfoBk
        Ctl3D = False
        DataSource = DataSource1
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -13
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
      end
      object StringGrid1: TStringGrid
        Left = 0
        Top = 194
        Width = 557
        Height = 67
        Align = alBottom
        Color = clInfoBk
        ColCount = 10
        Ctl3D = False
        RowCount = 2
        ParentCtl3D = False
        TabOrder = 1
        ColWidths = (
          64
          64
          64
          64
          64
          64
          64
          64
          64
          64)
      end
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 557
        Height = 41
        Align = alTop
        BevelInner = bvLowered
        TabOrder = 2
        object Label3: TLabel
          Left = 354
          Top = 12
          Width = 32
          Height = 16
          Caption = #20849#26377
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object Label4: TLabel
          Left = 390
          Top = 12
          Width = 78
          Height = 19
          Alignment = taCenter
          AutoSize = False
          Caption = 'Label3'
          Color = clBtnText
          Font.Charset = GB2312_CHARSET
          Font.Color = clRed
          Font.Height = -19
          Font.Name = #26999#20307'_GB2312'
          Font.Style = [fsBold]
          ParentColor = False
          ParentFont = False
        end
        object Label24: TLabel
          Left = 472
          Top = 12
          Width = 48
          Height = 16
          Caption = #26465#35760#24405
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object btn_filterfield: TButton
          Left = 8
          Top = 8
          Width = 49
          Height = 25
          Caption = #26597#35810
          TabOrder = 0
          OnClick = btn_filterfieldClick
        end
        object Button2: TButton
          Left = 56
          Top = 8
          Width = 75
          Height = 25
          Caption = #25152#26377#35760#24405
          TabOrder = 2
          OnClick = Button2Click
        end
        object btn_filterrecord: TButton
          Left = 130
          Top = 8
          Width = 49
          Height = 25
          Caption = #25171#21360
          TabOrder = 1
          OnClick = btn_filterrecordClick
        end
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 289
    Width = 565
    Height = 52
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 1
    object btn_first: TButton
      Left = 8
      Top = 10
      Width = 61
      Height = 33
      Caption = #39318#35760#24405
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = btn_firstClick
    end
    object btn_prev: TButton
      Left = 69
      Top = 10
      Width = 61
      Height = 33
      Caption = #21069#19968#26465
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = btn_prevClick
    end
    object btn_next: TButton
      Left = 130
      Top = 10
      Width = 61
      Height = 33
      Caption = #21518#19968#26465
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = btn_nextClick
    end
    object btn_last: TButton
      Left = 191
      Top = 10
      Width = 61
      Height = 33
      Caption = #23614#35760#24405
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = btn_lastClick
    end
    object btn_addnew: TButton
      Left = 252
      Top = 10
      Width = 61
      Height = 33
      Caption = #26032#22686
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = btn_addnewClick
    end
    object btn_delete: TButton
      Left = 313
      Top = 10
      Width = 61
      Height = 33
      Caption = #21024#38500
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 8
      OnClick = btn_deleteClick
    end
    object btn_edit: TButton
      Left = 374
      Top = 10
      Width = 61
      Height = 33
      Caption = #32534#36753
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      OnClick = btn_editClick
    end
    object btn_save: TButton
      Left = 435
      Top = 10
      Width = 61
      Height = 33
      Caption = #20445#23384
      Enabled = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 6
      OnClick = btn_saveClick
    end
    object btn_cancel: TButton
      Left = 496
      Top = 10
      Width = 61
      Height = 33
      Caption = #21462#28040
      Enabled = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 7
      OnClick = btn_cancelClick
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 130
    Top = 254
  end
  object Query1: TADOQuery
    Connection = dm_wxp.ADOConnection1
    CursorType = ctStatic
    AfterOpen = Query1AfterOpen
    Parameters = <>
    SQL.Strings = (
      ''
      '')
    Left = 90
    Top = 264
  end
  object ADOQuery1: TADOQuery
    Connection = dm_wxp.ADOConnection1
    Parameters = <>
    Left = 164
    Top = 260
  end
end

⌨️ 快捷键说明

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