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

📄 toolpropertyfrm.dfm

📁 一个电力企业的后台管理程序
💻 DFM
字号:
object Form_ToolProperty: TForm_ToolProperty
  Left = 192
  Top = 107
  Width = 469
  Height = 156
  Caption = '工具属性'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 30
    Height = 15
    Caption = '标题'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 60
    Height = 15
    Caption = '应用程序'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 16
    Top = 97
    Width = 30
    Height = 15
    Caption = '路径'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object SB_ok: TSpeedButton
    Left = 390
    Top = 11
    Width = 60
    Height = 25
    Caption = '确定'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = SB_okClick
  end
  object SB_Cancel: TSpeedButton
    Left = 390
    Top = 51
    Width = 60
    Height = 25
    Caption = '取消'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = SB_CancelClick
  end
  object SB_browse: TSpeedButton
    Left = 390
    Top = 92
    Width = 60
    Height = 25
    Caption = '浏览...'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = SB_browseClick
  end
  object Edt_Title: TEdit
    Left = 80
    Top = 11
    Width = 300
    Height = 23
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Text = 'Edt_Title'
  end
  object Edt_program: TEdit
    Left = 80
    Top = 51
    Width = 300
    Height = 23
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 1
    Text = 'Edt_program'
  end
  object Edt_directory: TEdit
    Left = 80
    Top = 92
    Width = 300
    Height = 23
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
    Text = 'Edt_directory'
  end
  object OpenDialog1: TOpenDialog
    Filter = '应用程序|*.exe'
    Left = 48
    Top = 32
  end
end

⌨️ 快捷键说明

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