owner.dfm

来自「好多上载非界面和非WEB源码」· DFM 代码 · 共 140 行

DFM
140
字号
object ownerfrm: Townerfrm
  Left = 186
  Top = 155
  Width = 544
  Height = 361
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #20511#20070#24773#20917#34920
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 24
    Top = 8
    Width = 489
    Height = 81
    Caption = #22270#20070#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 73
      Height = 41
      AutoSize = False
      Caption = #22270#20070#32534#21495#65306
    end
    object Label2: TLabel
      Left = 232
      Top = 32
      Width = 73
      Height = 33
      AutoSize = False
      Caption = #20070'      '#21517#65306
    end
    object b_no: TEdit
      Left = 80
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'b_no'
    end
    object b_name: TEdit
      Left = 296
      Top = 32
      Width = 177
      Height = 21
      TabOrder = 1
      Text = 'b_name'
    end
  end
  object GroupBox2: TGroupBox
    Left = 24
    Top = 96
    Width = 489
    Height = 177
    Caption = #25317#26377#32773#22522#26412#20449#24687
    TabOrder = 1
    object Label3: TLabel
      Left = 16
      Top = 32
      Width = 65
      Height = 33
      AutoSize = False
      Caption = #22995'        '#21517#65306
    end
    object Label4: TLabel
      Left = 232
      Top = 32
      Width = 65
      Height = 41
      AutoSize = False
      Caption = #24615'      '#21035#65306
    end
    object Label5: TLabel
      Left = 16
      Top = 80
      Width = 73
      Height = 41
      AutoSize = False
      Caption = #31995'        '#21035#65306
    end
    object Label6: TLabel
      Left = 16
      Top = 128
      Width = 73
      Height = 33
      AutoSize = False
      Caption = #19987'        '#19994#65306
    end
    object s_name: TEdit
      Left = 80
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 's_name'
    end
    object s_sex: TEdit
      Left = 296
      Top = 32
      Width = 65
      Height = 21
      TabOrder = 1
      Text = 's_sex'
    end
    object s_dep: TEdit
      Left = 80
      Top = 80
      Width = 281
      Height = 21
      TabOrder = 2
      Text = 's_dep'
    end
    object s_major: TEdit
      Left = 80
      Top = 128
      Width = 281
      Height = 21
      TabOrder = 3
      Text = 's_major'
    end
  end
  object BitBtn1: TBitBtn
    Left = 240
    Top = 288
    Width = 73
    Height = 33
    Caption = #20851#38381
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkClose
  end
end

⌨️ 快捷键说明

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