setother.dfm

来自「欢迎大家相互学习。delphi系统 四个文件夹分别对应书中的四个实例」· DFM 代码 · 共 124 行

DFM
124
字号
object setother_Form: Tsetother_Form
  Left = 8
  Top = 8
  Width = 286
  Height = 267
  Caption = #20854#20182#24037#36164#26631#20934#35774#23450
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poMainFormCenter
  Visible = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 157
    Top = 0
    Width = 121
    Height = 233
    Align = alRight
    TabOrder = 0
    object gzmc_LEdit: TLabeledEdit
      Left = 8
      Top = 24
      Width = 97
      Height = 21
      EditLabel.Width = 60
      EditLabel.Height = 13
      EditLabel.Caption = #24037#36164#21517#31216'    '
      TabOrder = 0
    end
    object gzje_LEdit: TLabeledEdit
      Left = 8
      Top = 64
      Width = 97
      Height = 21
      EditLabel.Width = 60
      EditLabel.Height = 13
      EditLabel.Caption = #24037#36164#37329#39069'    '
      TabOrder = 1
    end
    object cmdadd: TButton
      Left = 16
      Top = 96
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 2
      OnClick = cmdaddClick
    end
    object cmdmodi: TButton
      Left = 16
      Top = 128
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 3
      OnClick = cmdmodiClick
    end
    object cmddel: TButton
      Left = 16
      Top = 160
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 4
      OnClick = cmddelClick
    end
    object cmdclose: TButton
      Left = 16
      Top = 192
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 5
      OnClick = cmdcloseClick
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 157
    Height = 233
    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 = 'gzmc'
        Title.Caption = #24037#36164#21517#31216
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'gzje'
        Title.Caption = #24037#36164#37329#39069
        Width = 60
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 88
    Top = 40
  end
  object Query1: TQuery
    Left = 120
    Top = 40
  end
end

⌨️ 快捷键说明

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