Input.dfm
资源名称:计算机远程监控.rar [点击查看]
上传用户:rickyhu
上传日期:2007-05-27
资源大小:842k
文件大小:1k
源码类别:
控制台编程
开发平台:
Delphi
- object InputForm: TInputForm
- Left = 235
- Top = 198
- BorderStyle = bsDialog
- Caption = 'InputForm'
- ClientHeight = 107
- ClientWidth = 455
- Color = clCream
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Verdana'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 14
- object LabelNotice: TLabel
- Left = 16
- Top = 15
- Width = 4
- Height = 14
- Font.Charset = ANSI_CHARSET
- Font.Color = clRed
- Font.Height = -12
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object EditInput: TEdit
- Left = 16
- Top = 40
- Width = 425
- Height = 22
- MaxLength = 255
- TabOrder = 0
- end
- object BtnOk: TButton
- Left = 248
- Top = 72
- Width = 81
- Height = 22
- Caption = #30830' '#35748
- TabOrder = 1
- OnClick = BtnOkClick
- end
- object BtnCancel: TButton
- Left = 368
- Top = 72
- Width = 75
- Height = 22
- Caption = #21462' '#28040
- TabOrder = 2
- OnClick = BtnCancelClick
- end
- end