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

📄 setzc.dfm

📁 欢迎大家相互学习。delphi系统 四个文件夹分别对应书中的四个实例
💻 DFM
字号:
object setzc_Form: Tsetzc_Form
  Left = 8
  Top = 8
  Width = 280
  Height = 259
  BorderIcons = [biSystemMenu]
  Caption = #35774#23450#32844#31216#24037#36164#26631#20934
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 182
    Top = 0
    Width = 90
    Height = 225
    Align = alRight
    TabOrder = 0
    object je_LEdit: TLabeledEdit
      Left = 8
      Top = 32
      Width = 73
      Height = 21
      EditLabel.Width = 63
      EditLabel.Height = 13
      EditLabel.Caption = #24037#36164#26631#20934'     '
      TabOrder = 0
    end
    object cmdok: TButton
      Left = 24
      Top = 80
      Width = 49
      Height = 25
      Caption = #30830' '#23450
      TabOrder = 1
      OnClick = cmdokClick
    end
    object cmdclose: TButton
      Left = 24
      Top = 128
      Width = 49
      Height = 25
      Caption = #21462' '#28040
      TabOrder = 2
      OnClick = cmdcloseClick
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 182
    Height = 225
    Align = alClient
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'zcmc'
        Title.Caption = #32844#31216#21517#31216
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zcgz'
        Title.Caption = #32844#31216#24037#36164
        Width = 60
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 136
    Top = 48
  end
  object Query1: TQuery
    Left = 136
    Top = 96
  end
end

⌨️ 快捷键说明

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