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

📄 khxxcx.~dfm

📁 delphi开发的完整的客户管理系统(带数据库)
💻 ~DFM
字号:
object Form1: TForm1
  Left = 145
  Top = 225
  BorderStyle = bsDialog
  Caption = #26597#35810#31649#29702
  ClientHeight = 223
  ClientWidth = 610
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlue
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 610
    Height = 223
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Panel1: TPanel
      Left = 8
      Top = 8
      Width = 317
      Height = 34
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 0
      object Label1: TLabel
        Left = 14
        Top = 8
        Width = 101
        Height = 13
        AutoSize = False
        Caption = #35831#36755#20837#23458#25143#21517#31216
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object SpeedButton1: TSpeedButton
        Left = 230
        Top = 5
        Width = 61
        Height = 24
        Cursor = crHandPoint
        Caption = #26597#35810
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        OnClick = SpeedButton1Click
      end
      object ComboBox1: TComboBox
        Left = 112
        Top = 6
        Width = 101
        Height = 21
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ItemHeight = 13
        ParentFont = False
        TabOrder = 0
      end
    end
    object Panel4: TPanel
      Left = 326
      Top = 8
      Width = 276
      Height = 34
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 1
      object Label3: TLabel
        Left = 31
        Top = 11
        Width = 30
        Height = 13
        AutoSize = False
        Caption = #26085#26399
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label4: TLabel
        Left = 159
        Top = 11
        Width = 12
        Height = 13
        Caption = #21040
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object CheckBox2: TCheckBox
        Left = 11
        Top = 9
        Width = 16
        Height = 17
        TabOrder = 0
      end
      object DateTimePicker1: TDateTimePicker
        Left = 63
        Top = 6
        Width = 91
        Height = 24
        Date = 37950.666567245370000000
        Time = 37950.666567245370000000
        TabOrder = 1
      end
      object DateTimePicker2: TDateTimePicker
        Left = 177
        Top = 6
        Width = 91
        Height = 24
        Date = 37950.666567245370000000
        Time = 37950.666567245370000000
        TabOrder = 2
      end
    end
    object DBGrid1: TDBGrid
      Left = 8
      Top = 44
      Width = 594
      Height = 138
      Color = 16777145
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 2
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clBlue
      TitleFont.Height = -13
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #23458#25143#32534#21495
          Title.Alignment = taCenter
          Width = 100
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #23458#25143#21517#31216
          Title.Alignment = taCenter
          Width = 100
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #21453#39304#20869#23481
          Title.Alignment = taCenter
          Width = 140
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #21453#39304#20154
          Title.Alignment = taCenter
          Width = 65
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #22791#27880
          Title.Alignment = taCenter
          Width = 80
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #25805#20316#21592
          Title.Alignment = taCenter
          Width = 80
          Visible = True
        end>
    end
    object Panel3: TPanel
      Left = 7
      Top = 185
      Width = 596
      Height = 35
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 3
      object Label2: TLabel
        Left = 95
        Top = 12
        Width = 87
        Height = 13
        AutoSize = False
        Caption = #26174#31034#20840#37096#20449#24687
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object BitBtn8: TBitBtn
        Left = 420
        Top = 6
        Width = 105
        Height = 24
        Cursor = crHandPoint
        Caption = #36864#20986
        TabOrder = 0
        Kind = bkClose
      end
      object CheckBox1: TCheckBox
        Left = 76
        Top = 10
        Width = 13
        Height = 17
        TabOrder = 1
        OnClick = CheckBox1Click
      end
    end
  end
  object DataSource1: TDataSource
    Left = 66
    Top = 126
  end
end

⌨️ 快捷键说明

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