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

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmNone: TfrmNone
  2.   Left = 236
  3.   Top = 150
  4.   Width = 456
  5.   Height = 318
  6.   Caption = #27809#26377#20219#20309#25511#21046#32447#31243#21516#27493
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Label1: TLabel
  17.     Left = 11
  18.     Top = 8
  19.     Width = 90
  20.     Height = 12
  21.     Caption = #32447#31243'1'#30340#25968#32452#25968#25454
  22.   end
  23.   object Label2: TLabel
  24.     Left = 192
  25.     Top = 8
  26.     Width = 90
  27.     Height = 12
  28.     Caption = #32447#31243'2'#30340#25968#32452#25968#25454
  29.   end
  30.   object ListBox2: TListBox
  31.     Left = 192
  32.     Top = 24
  33.     Width = 153
  34.     Height = 241
  35.     ItemHeight = 12
  36.     TabOrder = 0
  37.   end
  38.   object ListBox1: TListBox
  39.     Left = 8
  40.     Top = 24
  41.     Width = 153
  42.     Height = 241
  43.     ItemHeight = 12
  44.     TabOrder = 1
  45.   end
  46.   object btnExecute: TButton
  47.     Left = 360
  48.     Top = 24
  49.     Width = 75
  50.     Height = 25
  51.     Caption = #25191#34892
  52.     TabOrder = 2
  53.     OnClick = btnExecuteClick
  54.   end
  55. end