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

📄 mrwx_bjrk.dfm

📁 这是用Delphi编写的维修管理系统。主要功能包括业务管理
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object MR_WXBJ_RK: TMR_WXBJ_RK
  Left = 195
  Top = 201
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #22791#20214#20837#24211#30331#35760
  ClientHeight = 413
  ClientWidth = 782
  Color = clBtnFace
  Constraints.MaxHeight = 600
  Constraints.MaxWidth = 790
  Constraints.MinHeight = 440
  Constraints.MinWidth = 790
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = -13
    Top = 31
    Width = 841
    Height = 3
  end
  object Label1: TLabel
    Left = 4
    Top = 7
    Width = 60
    Height = 16
    Caption = #37096#38376#24211':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 34
    Width = 782
    Height = 379
    ActivePage = TabSheet1
    Align = alBottom
    Style = tsButtons
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      TabVisible = False
      object DBGrid1: TDBGrid
        Left = 0
        Top = 0
        Width = 774
        Height = 369
        Align = alClient
        DataSource = DataSource1
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Columns = <
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #26085#26399
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #29289#21697#21517#31216
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #22411#21495
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #35268#26684
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #21333#20301
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #22791#20214#26469#21382
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #20837#24211#26041#24335
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #20837#24211#25968#37327
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #20837#24211#21333#20215
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #27454#39033
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #37329#39069
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #25439#32791
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #32463#25163#20154
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #35814#32454#35828#26126
            ReadOnly = True
            Title.Alignment = taCenter
            Visible = True
          end>
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
      TabVisible = False
      OnShow = TabSheet2Show
      object StringGrid1: TStringGrid
        Left = 0
        Top = 0
        Width = 774
        Height = 369
        Align = alClient
        ColCount = 12
        DefaultColWidth = 20
        DefaultRowHeight = 16
        RowCount = 100
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAlwaysShowEditor]
        TabOrder = 0
        OnClick = StringGrid1Click
        OnDblClick = StringGrid1DblClick
        OnGetEditMask = StringGrid1GetEditMask
        OnKeyDown = StringGrid1KeyDown
        OnKeyPress = StringGrid1KeyPress
        OnKeyUp = StringGrid1KeyUp
        ColWidths = (
          20
          83
          83
          95
          37
          142
          74
          73
          109
          69
          70
          298)
      end
      object DBGrid3: TDBGrid
        Left = 239
        Top = 16
        Width = 297
        Height = 335
        Color = clInfoBk
        DataSource = DataSource3
        Options = [dgTitles, dgColumnResize, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        TabOrder = 1
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Visible = False
        OnDblClick = DBGrid3DblClick
        OnKeyPress = DBGrid3KeyPress
        Columns = <
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #22791#20214#21517#31216
            ReadOnly = True
            Title.Alignment = taCenter
            Width = 95
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #22791#20214#22411#21495
            ReadOnly = True
            Title.Alignment = taCenter
            Width = 86
            Visible = True
          end
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #22791#20214#35268#26684
            ReadOnly = True
            Title.Alignment = taCenter
            Width = 93
            Visible = True
          end>
      end
      object DBGrid4: TDBGrid
        Left = 104
        Top = 16
        Width = 145
        Height = 329
        Color = clInfoBk
        DataSource = DataSource5
        Options = [dgEditing, dgTitles, dgColumnResize, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        TabOrder = 2
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Visible = False
        Columns = <
          item
            Alignment = taCenter
            Expanded = False
            FieldName = #22791#20214#21517
            ReadOnly = True
            Title.Alignment = taCenter
            Width = 119
            Visible = True
          end>
      end
      object ComboBox1: TComboBox
        Left = 323
        Top = 16
        Width = 145
        Height = 20
        ItemHeight = 12
        TabOrder = 3
        Visible = False
        OnExit = ComboBox1Exit
        OnKeyDown = ComboBox1KeyDown
        OnKeyPress = ComboBox1KeyPress
      end
      object ComboBox2: TComboBox
        Left = 617
        Top = 16
        Width = 112
        Height = 20
        ItemHeight = 12
        TabOrder = 4
        Visible = False
        OnEnter = ComboBox2Enter
        OnExit = ComboBox2Exit
        OnKeyDown = ComboBox2KeyDown
        OnKeyPress = ComboBox2KeyPress
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'TabSheet3'
      ImageIndex = 2
      TabVisible = False
      object DBGrid2: TDBGrid
        Left = 0
        Top = 0
        Width = 774
        Height = 369
        Align = alClient
        DataSource = DataSource2
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText

⌨️ 快捷键说明

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