www.pudn.com > xinshengruxue.rar > modimm.dfm


object modimm_Form: Tmodimm_Form 
  Left = 294 
  Top = 228 
  BorderIcons = [biSystemMenu] 
  BorderStyle = bsSingle 
  Caption = #20462#25913#23494#30721 
  ClientHeight = 142 
  ClientWidth = 259 
  Color = clSkyBlue 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  FormStyle = fsMDIChild 
  OldCreateOrder = False 
  Position = poDefault 
  Visible = True 
  OnClose = FormClose 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 8 
    Top = 8 
    Width = 57 
    Height = 13 
    Caption = #21407' '#23494'   '#30721'   ' 
  end 
  object Label2: TLabel 
    Left = 8 
    Top = 40 
    Width = 57 
    Height = 13 
    Caption = ' '#26032' '#23494'  '#30721'   ' 
  end 
  object Label3: TLabel 
    Left = 8 
    Top = 72 
    Width = 51 
    Height = 13 
    Caption = #30830#35748#23494#30721' ' 
  end 
  object Edit1: TEdit 
    Left = 72 
    Top = 8 
    Width = 121 
    Height = 21 
    ImeName = #32043#20809#25340#38899#36755#20837#27861 
    PasswordChar = '*' 
    TabOrder = 0 
  end 
  object Edit2: TEdit 
    Left = 72 
    Top = 40 
    Width = 121 
    Height = 21 
    ImeName = #32043#20809#25340#38899#36755#20837#27861 
    PasswordChar = '*' 
    TabOrder = 1 
  end 
  object Edit3: TEdit 
    Left = 72 
    Top = 72 
    Width = 121 
    Height = 21 
    ImeName = #32043#20809#25340#38899#36755#20837#27861 
    PasswordChar = '*' 
    TabOrder = 2 
  end 
  object BitBtn1: TBitBtn 
    Left = 72 
    Top = 104 
    Width = 57 
    Height = 25 
    Caption = #30830#23450 
    TabOrder = 3 
    OnClick = BitBtn1Click 
    Kind = bkOK 
  end 
  object BitBtn2: TBitBtn 
    Left = 136 
    Top = 104 
    Width = 57 
    Height = 25 
    Caption = #21462#28040 
    TabOrder = 4 
    OnClick = BitBtn2Click 
    Kind = bkCancel 
  end 
end