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

📄 unit1.dfm

📁 C++BUILDER5.0编写,用于查找一个进程ID
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 570
  Height = 202
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object lblProcessName: TLabel
    Left = 72
    Top = 32
    Width = 36
    Height = 16
    Caption = '进程名'
  end
  object Button1: TButton
    Left = 64
    Top = 120
    Width = 121
    Height = 41
    Caption = '取得进程 ID'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object EditProcessName: TEdit
    Left = 128
    Top = 24
    Width = 369
    Height = 24
    TabOrder = 1
    Text = '多功能电子回单系统'
  end
  object Button2: TButton
    Left = 224
    Top = 120
    Width = 129
    Height = 41
    Caption = '结束指定进程'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object btnStartProcess: TButton
    Left = 392
    Top = 120
    Width = 113
    Height = 41
    Caption = '启动一个进程'
    TabOrder = 3
    OnClick = btnStartProcessClick
  end
end

⌨️ 快捷键说明

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