BranchFrm.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object BranchForm: TBranchForm
  2.   Left = 399
  3.   Top = 403
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = #37096#38376
  7.   ClientHeight = 102
  8.   ClientWidth = 354
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = #23435#20307
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 24
  22.     Height = 12
  23.     Caption = #21517#31216
  24.   end
  25.   object EDBranchName: TEdit
  26.     Left = 48
  27.     Top = 8
  28.     Width = 297
  29.     Height = 20
  30.     MaxLength = 50
  31.     TabOrder = 0
  32.     OnChange = EDBranchNameChange
  33.     OnKeyPress = EDBranchNameKeyPress
  34.   end
  35.   object BTOK: TButton
  36.     Left = 192
  37.     Top = 72
  38.     Width = 75
  39.     Height = 23
  40.     Caption = #30830#23450
  41.     Enabled = False
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object BTCancel: TButton
  46.     Left = 272
  47.     Top = 72
  48.     Width = 75
  49.     Height = 23
  50.     Caption = #21462#28040
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end