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

📄 mryhgl.dfm

📁 客户管理系统主要是以客户为基础
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object FRM_YHGL: TFRM_YHGL
  Left = 304
  Top = 178
  Width = 630
  Height = 400
  Caption = #25805#20316#21592#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 6
    Top = 0
    Width = 611
    Height = 49
    Caption = 'Panel2'
    TabOrder = 0
    object ToolBar1: TToolBar
      Left = 1
      Top = 1
      Width = 609
      Height = 47
      Align = alClient
      ButtonHeight = 45
      ButtonWidth = 49
      Caption = 'ToolBar1'
      EdgeOuter = esRaised
      Flat = True
      Images = ImageList1
      ParentShowHint = False
      ShowCaptions = True
      ShowHint = True
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 0
        Caption = #28155#21152
        ImageIndex = 1
        ParentShowHint = False
        ShowHint = True
        OnClick = ToolButton1Click
      end
      object ToolButton2: TToolButton
        Left = 49
        Top = 0
        Caption = #20462#25913
        ImageIndex = 5
        OnClick = ToolButton2Click
      end
      object ToolButton14: TToolButton
        Left = 98
        Top = 0
        Caption = #26435#38480
        ImageIndex = 16
        OnClick = ToolButton14Click
      end
      object ToolButton3: TToolButton
        Left = 147
        Top = 0
        Caption = #21024#38500
        ImageIndex = 7
        OnClick = ToolButton3Click
      end
      object ToolButton4: TToolButton
        Left = 196
        Top = 0
        Caption = #20445#23384
        ImageIndex = 14
        OnClick = ToolButton4Click
      end
      object ToolButton5: TToolButton
        Left = 245
        Top = 0
        Caption = #21462#28040
        ImageIndex = 0
        OnClick = ToolButton5Click
      end
      object ToolButton6: TToolButton
        Left = 294
        Top = 0
        Caption = #26597#35810
        ImageIndex = 4
        OnClick = ToolButton6Click
      end
      object ToolButton7: TToolButton
        Left = 343
        Top = 0
        Width = 8
        Caption = 'ToolButton7'
        ImageIndex = 6
        Style = tbsSeparator
      end
      object ToolButton8: TToolButton
        Left = 351
        Top = 0
        Caption = ' '#31532#19968#26465' '
        ImageIndex = 11
        OnClick = ToolButton8Click
      end
      object ToolButton9: TToolButton
        Left = 400
        Top = 0
        Caption = #19978#19968#26465
        ImageIndex = 10
        OnClick = ToolButton9Click
      end
      object ToolButton10: TToolButton
        Left = 449
        Top = 0
        Caption = #19979#19968#26465
        ImageIndex = 13
        OnClick = ToolButton10Click
      end
      object ToolButton11: TToolButton
        Left = 498
        Top = 0
        Caption = #26411#19968#26465
        ImageIndex = 12
        OnClick = ToolButton11Click
      end
      object ToolButton12: TToolButton
        Left = 547
        Top = 0
        Width = 8
        Caption = 'ToolButton12'
        ImageIndex = 10
        Style = tbsSeparator
      end
      object ToolButton13: TToolButton
        Left = 555
        Top = 0
        Caption = #20851#38381
        ImageIndex = 3
        OnClick = ToolButton13Click
      end
    end
  end
  object PageControl1: TPageControl
    Left = 8
    Top = 56
    Width = 609
    Height = 301
    ActivePage = TabSheet1
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = #25805#20316#21592#20449#24687
      object Panel1: TPanel
        Left = 14
        Top = 13
        Width = 573
        Height = 247
        BevelInner = bvRaised
        BevelOuter = bvLowered
        TabOrder = 0
        object Label1: TLabel
          Left = 21
          Top = 24
          Width = 72
          Height = 13
          Caption = #25805#20316#21592#32534#21495#65306
        end
        object Label2: TLabel
          Left = 269
          Top = 24
          Width = 72
          Height = 13
          Caption = #25805#20316#21592#21517#31216#65306
        end
        object Label3: TLabel
          Left = 21
          Top = 48
          Width = 72
          Height = 13
          Caption = #25805#20316#21592#23494#30721#65306
        end
        object Label4: TLabel
          Left = 269
          Top = 48
          Width = 72
          Height = 13
          Caption = #25805#20316#21592#32423#21035#65306
        end
        object Edit1: TEdit
          Left = 101
          Top = 16
          Width = 156
          Height = 21
          Enabled = False
          TabOrder = 0
          Text = 'Edit1'
        end
        object Edit2: TEdit
          Left = 352
          Top = 16
          Width = 198
          Height = 21
          Enabled = False
          TabOrder = 1
          Text = 'Edit2'
          OnKeyDown = Edit2KeyDown
        end
        object Edit3: TEdit
          Left = 101
          Top = 43
          Width = 155
          Height = 21
          Enabled = False
          PasswordChar = '*'
          TabOrder = 2
          Text = 'Edit3'
        end
        object ComboBox1: TComboBox
          Left = 353
          Top = 44
          Width = 197
          Height = 21
          Enabled = False
          ItemHeight = 13
          TabOrder = 3
          Text = 'ComboBox1'
          Items.Strings = (
            #26222#36890#29992#25143
            #39640#32423#29992#25143)
        end
        object DBGrid1: TDBGrid
          Left = 12
          Top = 80
          Width = 548
          Height = 153
          DataSource = DataSource1
          Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
          TabOrder = 4
          TitleFont.Charset = DEFAULT_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -11
          TitleFont.Name = 'MS Sans Serif'

⌨️ 快捷键说明

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