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

📄 unit1.~dfm

📁 delphi 控件开发助手,可以方便的进行属性添加等 有源码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 229
  Top = 129
  Width = 566
  Height = 479
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 72
    Width = 51
    Height = 13
    Caption = #23646#24615#21517#31216':'
  end
  object Label2: TLabel
    Left = 16
    Top = 248
    Width = 51
    Height = 13
    Caption = #29983#25104#20195#30721':'
  end
  object Label3: TLabel
    Left = 16
    Top = 120
    Width = 48
    Height = 13
    Caption = #23646#24615#31867#22411
  end
  object Label4: TLabel
    Left = 16
    Top = 208
    Width = 48
    Height = 13
    Caption = #23646#24615#20844#24067
  end
  object Label5: TLabel
    Left = 16
    Top = 155
    Width = 39
    Height = 13
    Caption = #40664#35748#20540':'
  end
  object Label6: TLabel
    Left = 16
    Top = 24
    Width = 36
    Height = 13
    Caption = #31867#21517#31216
  end
  object Bevel1: TBevel
    Left = 16
    Top = 53
    Width = 537
    Height = 2
  end
  object edtProperty: TEdit
    Left = 80
    Top = 72
    Width = 129
    Height = 21
    TabOrder = 0
  end
  object mmoCode: TMemo
    Left = 72
    Top = 248
    Width = 473
    Height = 177
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    WordWrap = False
  end
  object Button1: TButton
    Left = 448
    Top = 216
    Width = 75
    Height = 25
    Caption = #29983#25104
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 448
    Top = 64
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 3
    OnClick = Button2Click
  end
  object cbxPropertyType: TRzComboBox
    Left = 80
    Top = 120
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Items.Strings = (
      'String'
      'Integer'
      'Boolean'
      'Tcolor'
      'TFont')
  end
  object cbPublish: TCheckBox
    Left = 80
    Top = 208
    Width = 97
    Height = 17
    Caption = #20844#24067#35813#23646#24615
    TabOrder = 5
  end
  object edtDefaultValue: TEdit
    Left = 80
    Top = 152
    Width = 129
    Height = 21
    TabOrder = 6
  end
  object edtClassName: TEdit
    Left = 80
    Top = 24
    Width = 129
    Height = 21
    TabOrder = 7
    Text = 'T'
  end
  object Button3: TButton
    Left = 448
    Top = 96
    Width = 75
    Height = 25
    Caption = #25335#36125
    TabOrder = 8
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 440
    Top = 16
    Width = 107
    Height = 25
    Caption = #26597#30475'OnCreate '#20195#30721
    TabOrder = 9
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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