unit4.dfm

来自「DELPHI7.0+SQL2005环境下开发 2008年8月假期所写」· DFM 代码 · 共 160 行

DFM
160
字号
object frm_yggl: Tfrm_yggl
  Left = 315
  Top = 255
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #21592#24037#31649#29702
  ClientHeight = 284
  ClientWidth = 389
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 60
    Height = 13
    Caption = #24037#12288#12288#21495#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 56
    Width = 60
    Height = 13
    Caption = #21592#24037#22995#21517#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 88
    Width = 60
    Height = 13
    Caption = #20986#29983#26085#26399#65306
  end
  object Label4: TLabel
    Left = 208
    Top = 24
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label5: TLabel
    Left = 208
    Top = 56
    Width = 36
    Height = 13
    Caption = #30005#35805#65306
  end
  object Label6: TLabel
    Left = 208
    Top = 88
    Width = 36
    Height = 13
    Caption = #25163#26426#65306
  end
  object Label7: TLabel
    Left = 24
    Top = 120
    Width = 60
    Height = 13
    Caption = #23478#24237#20303#22336#65306
  end
  object Label8: TLabel
    Left = 24
    Top = 152
    Width = 36
    Height = 13
    Caption = #22791#27880#65306
  end
  object Memo1: TMemo
    Left = 24
    Top = 176
    Width = 337
    Height = 89
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 96
    Top = 16
    Width = 97
    Height = 21
    TabOrder = 1
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 96
    Top = 48
    Width = 97
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 248
    Top = 48
    Width = 113
    Height = 21
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 248
    Top = 80
    Width = 113
    Height = 21
    TabOrder = 4
  end
  object ComboBox1: TComboBox
    Left = 248
    Top = 16
    Width = 113
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 5
    Text = #30007
    Items.Strings = (
      #30007
      #22899)
  end
  object Button1: TButton
    Left = 96
    Top = 144
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 144
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 7
    OnClick = Button2Click
  end
  object MaskEdit1: TMaskEdit
    Left = 96
    Top = 80
    Width = 96
    Height = 21
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 8
    Text = '1987-02-06'
  end
  object Edit5: TEdit
    Left = 96
    Top = 112
    Width = 265
    Height = 21
    TabOrder = 9
  end
end

⌨️ 快捷键说明

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