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

📄 mond_select.dfm

📁 软件类别: 数据库 软件大小: 2.60M 运行环境: Win9xNT/2000/XP 一套车辆管理系统,此版本为商业版,大家一定用的着。
💻 DFM
字号:
object frm_Mond_Select: Tfrm_Mond_Select
  Left = 128
  Top = 141
  Width = 438
  Height = 310
  BorderIcons = [biSystemMenu]
  Caption = #12304#21333#20301#36873#25321#12305
  Color = clSkyBlue
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 430
    Height = 62
    Align = alTop
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 310
      Top = 37
      Width = 54
      Height = 22
      Caption = #36873#25321
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 370
      Top = 37
      Width = 54
      Height = 22
      Caption = #21462#28040
    end
    object EditMond_Name: TLabeledEdit
      Left = 77
      Top = 14
      Width = 228
      Height = 21
      EditLabel.Width = 65
      EditLabel.Height = 13
      EditLabel.Caption = #21333#20301#21517#31216#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 0
    end
    object EditMond_Code: TLabeledEdit
      Left = 77
      Top = 38
      Width = 228
      Height = 21
      EditLabel.Width = 65
      EditLabel.Height = 13
      EditLabel.Caption = #21333#20301#20195#30721#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 1
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 62
    Width = 430
    Height = 221
    Align = alClient
    DataSource = frm_Data.Data_Mond_Information
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'Mond_Code'
        Title.Caption = #21333#20301#20195#30721
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Mond_Name'
        Title.Caption = #21333#20301#21517#31216
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Mond_Prop'
        Title.Caption = #21333#20301#23646#24615
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Mond_UpFlag'
        Title.Caption = #26159#21542#26377#19978#32423#21333#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'UpMond_Name'
        Title.Caption = #19978#32423#21333#20301#21517#31216
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Mond_DownFlag'
        Title.Caption = #26159#21542#26377#19979#32423#21333#20301
        Width = 100
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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