Unit1.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 328
  5.   Height = 120
  6.   Caption = #21033#29992'CreateProcess'#20989#25968#25171#24320#21035#30340#24212#29992#31243#24207
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object btnExecute: TButton
  17.     Left = 80
  18.     Top = 24
  19.     Width = 75
  20.     Height = 25
  21.     Caption = #25171#24320#35760#20107#26412
  22.     TabOrder = 0
  23.     OnClick = btnExecuteClick
  24.   end
  25. end