uSelOne.~dfm
上传用户:lzd18710
上传日期:2009-11-26
资源大小:3595k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual Basic

  1. object frmSelOne: TfrmSelOne
  2.   Left = 316
  3.   Top = 155
  4.   Width = 292
  5.   Height = 270
  6.   Caption = 'Select A User'
  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.   Position = poDesktopCenter
  15.   DesignSize = (
  16.     284
  17.     243)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ListBox1: TListBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 181
  24.     Height = 243
  25.     Align = alLeft
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     ItemHeight = 13
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 196
  32.     Top = 16
  33.     Width = 75
  34.     Height = 25
  35.     Anchors = [akTop, akRight]
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.   end
  41.   object Button2: TButton
  42.     Left = 196
  43.     Top = 56
  44.     Width = 75
  45.     Height = 25
  46.     Anchors = [akTop, akRight]
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52. end