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

📄 gygl.dfm

📁 欢迎大家相互学习。delphi系统 四个文件夹分别对应书中的四个实例
💻 DFM
字号:
object gygl_Form: Tgygl_Form
  Caption = #20844#23507#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  Height = 233
  Position = poMainFormCenter
  Visible = True
  Width = 422
  Left = 8
  Top = 8
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Align = alClient
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    PopupMenu = PopupMenu1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Left = 0
    Top = 65
    Width = 414
    Height = 134
    OnDrawColumnCell = DBGrid1DrawColumnCell
    Columns = <
      item
        Expanded = False
        FieldName = 'xh'
        Title.Caption = #23398#21495
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xm'
        Title.Caption = #22995#21517
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'csny'
        Title.Caption = #20986#29983#24180#26376
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zymc'
        Title.Caption = #19987#19994#21517#31216
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xbmc'
        Title.Caption = #31995#21035#21517#31216
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'gybh'
        Title.Caption = #20844#23507#32534#21495
        Width = 60
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Align = alTop
    Caption = #36755#20837#26816#32034#26465#20214
    TabOrder = 0
    Left = 0
    Top = 0
    Width = 414
    Height = 65
    object cmdok: TButton
      Caption = #26816#32034
      TabOrder = 0
      Left = 172
      Top = 24
      Width = 61
      Height = 25
      OnClick = cmdokClick
    end
    object cmdclose: TButton
      Caption = #21462' '#28040
      TabOrder = 1
      Left = 266
      Top = 24
      Width = 49
      Height = 25
    end
    object xm_LEdit: TLabeledEdit
      EditLabel.Caption = #22995#21517#12304#27169#31946#26597#35810#12305
      EditLabel.Height = 13
      EditLabel.Width = 96
      TabOrder = 2
      Left = 24
      Top = 32
      Width = 121
      Height = 21
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 248
    Top = 96
  end
  object PopupMenu1: TPopupMenu
    Left = 296
    Top = 96
    object N1: TMenuItem
      Caption = #23433#25490#20844#23507
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #20462#25913#20844#23507
      OnClick = N2Click
    end
  end
  object Query1: TQuery
    Left = 200
    Top = 96
  end
end

⌨️ 快捷键说明

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