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

📄 unit2.dfm

📁 delphi开发的小软件
💻 DFM
字号:
object AddForm: TAddForm
  Left = 209
  Top = 171
  Width = 618
  Height = 426
  Caption = #20154#21592#20449#24687#24405#20837
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 42
    Height = 16
    Caption = #32534'  '#21495#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 42
    Height = 16
    Caption = #22995'  '#21517#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 24
    Top = 104
    Width = 42
    Height = 16
    Caption = #24615'  '#21035#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 24
    Top = 144
    Width = 42
    Height = 16
    Caption = #24180'  '#40836#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 24
    Top = 184
    Width = 97
    Height = 16
    AutoSize = False
    Caption = #23478'  '#24237'  '#20303'  '#22336#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 208
    Top = 232
    Width = 113
    Height = 16
    AutoSize = False
    Caption = #22870'  '#21169'  '#21450'  '#22788'  '#32602#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 256
    Top = 24
    Width = 169
    Height = 16
    AutoSize = False
    Caption = '('#35831#36755#20837'8'#20301'0'#21040'9'#30340#25968#23383')'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label8: TLabel
    Left = 256
    Top = 64
    Width = 97
    Height = 16
    AutoSize = False
    Caption = '('#35831#36755#20837#27721#23383')'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 128
    Top = 24
    Width = 121
    Height = 21
    MaxLength = 8
    TabOrder = 0
    Text = 'Edit1'
    OnExit = Edit1Exit
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 128
    Top = 64
    Width = 121
    Height = 21
    MaxLength = 8
    TabOrder = 1
    Text = 'Edit2'
    OnExit = Edit2Exit
    OnKeyPress = Edit2KeyPress
  end
  object ComboBox1: TComboBox
    Left = 128
    Top = 104
    Width = 121
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      #30007
      #22899)
  end
  object Edit3: TEdit
    Left = 128
    Top = 144
    Width = 121
    Height = 21
    MaxLength = 2
    TabOrder = 3
    Text = 'Edit3'
    OnExit = Edit3Exit
    OnKeyPress = Edit3KeyPress
  end
  object Edit4: TEdit
    Left = 128
    Top = 184
    Width = 281
    Height = 21
    TabOrder = 4
    Text = 'Edit4'
  end
  object RichEdit1: TRichEdit
    Left = 128
    Top = 256
    Width = 281
    Height = 121
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      'RichEdit1')
    ParentFont = False
    TabOrder = 5
  end
  object GroupBox1: TGroupBox
    Left = 432
    Top = 16
    Width = 153
    Height = 161
    Caption = '  '#29031'   '#29255' '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    object Image1: TImage
      Left = 16
      Top = 16
      Width = 121
      Height = 137
    end
  end
  object Button1: TButton
    Left = 480
    Top = 184
    Width = 65
    Height = 25
    Caption = #27983'    '#35272
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
  end
  object Button2: TButton
    Left = 472
    Top = 264
    Width = 81
    Height = 25
    Caption = #25552'    '#20132
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 472
    Top = 320
    Width = 81
    Height = 25
    Caption = #36864'    '#20986
    TabOrder = 9
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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