www.pudn.com > QQ_FACE.rar > untSetup.dfm


object FrmSetup: TFrmSetup 
  Left = 371 
  Top = 149 
  BorderIcons = [biSystemMenu] 
  BorderStyle = bsSingle 
  Caption = 'FrmSetup' 
  ClientHeight = 344 
  ClientWidth = 289 
  Color = clBtnFace 
  Font.Charset = GB2312_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = #23435#20307 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 12 
  object PageControl1: TPageControl 
    Left = 0 
    Top = 0 
    Width = 289 
    Height = 313 
    ActivePage = TabSystem 
    Align = alTop 
    MultiLine = True 
    TabIndex = 0 
    TabOrder = 0 
    object TabSystem: TTabSheet 
      Caption = #31995#32479#35774#32622 
      object Label3: TLabel 
        Left = 32 
        Top = 240 
        Width = 60 
        Height = 12 
        Caption = #26356#25913#28909#38190#65306 
        Visible = False 
      end 
      object ChbRunWithSystem: TCheckBox 
        Left = 8 
        Top = 16 
        Width = 209 
        Height = 17 
        Caption = #38543#31995#32479#21551#21160#32780#36816#34892 
        TabOrder = 0 
      end 
      object ChbAutoShowMsg: TCheckBox 
        Left = 8 
        Top = 40 
        Width = 97 
        Height = 17 
        Caption = #33258#21160#24377#20986#28040#24687 
        TabOrder = 1 
      end 
      object CheckBox3: TCheckBox 
        Left = 8 
        Top = 64 
        Width = 97 
        Height = 17 
        Caption = #19981#20986#29616#30331#38470#26694 
        TabOrder = 2 
      end 
      object ChbAskClose: TCheckBox 
        Left = 8 
        Top = 88 
        Width = 257 
        Height = 17 
        Caption = #36864#20986#35201#27714#31995#32479#25552#31034 
        TabOrder = 3 
      end 
      object HotKey1: THotKey 
        Left = 96 
        Top = 256 
        Width = 169 
        Height = 19 
        HotKey = 32833 
        InvalidKeys = [hcNone, hcShift] 
        Modifiers = [hkAlt] 
        TabOrder = 4 
        Visible = False 
      end 
      object ChbOnlineInfo: TCheckBox 
        Left = 8 
        Top = 112 
        Width = 145 
        Height = 17 
        Caption = #19978#19979#32447#28040#24687#36890#30693 
        TabOrder = 5 
      end 
    end 
    object TabSelf: TTabSheet 
      Caption = #20010#20154#20449#24687 
      ImageIndex = 1 
      object GroupBox1: TGroupBox 
        Left = 0 
        Top = 0 
        Width = 281 
        Height = 177 
        Align = alTop 
        Caption = #26356#25913#20449#24687 
        TabOrder = 0 
        object Label2: TLabel 
          Left = 127 
          Top = 43 
          Width = 60 
          Height = 12 
          Caption = #25105#30340#22836#20687#65306 
        end 
        object Panel1: TPanel 
          Left = 8 
          Top = 16 
          Width = 58 
          Height = 153 
          Caption = 'Panel1' 
          TabOrder = 0 
          object Label1: TLabel 
            Left = 1 
            Top = 1 
            Width = 56 
            Height = 14 
            Align = alTop 
            Alignment = taCenter 
            Caption = #22836#20687 
            Color = clBtnFace 
            Font.Charset = GB2312_CHARSET 
            Font.Color = clBlue 
            Font.Height = -14 
            Font.Name = #40657#20307 
            Font.Style = [fsBold] 
            ParentColor = False 
            ParentFont = False 
          end 
          object ImgFaceList: TdxImageListBox 
            Left = 1 
            Top = 15 
            Width = 56 
            Height = 137 
            Alignment = taLeftJustify 
            ImageAlign = dxliLeft 
            ItemHeight = 0 
            MultiLines = False 
            VertAlignment = tvaCenter 
            Align = alClient 
            TabOrder = 0 
            OnClick = ImgFaceListClick 
            SaveStrings = () 
          end 
        end 
        object Panel2: TPanel 
          Left = 209 
          Top = 25 
          Width = 37 
          Height = 37 
          BevelInner = bvSpace 
          BevelOuter = bvNone 
          BorderStyle = bsSingle 
          Caption = 'Panel2' 
          TabOrder = 1 
          object ImgFace: TImage 
            Left = 1 
            Top = 1 
            Width = 31 
            Height = 31 
            Align = alClient 
          end 
        end 
        object EdtUserName: TLabeledEdit 
          Left = 126 
          Top = 105 
          Width = 121 
          Height = 20 
          EditLabel.Width = 48 
          EditLabel.Height = 12 
          EditLabel.Caption = #29992#25143#21517#65306 
          LabelPosition = lpAbove 
          LabelSpacing = 3 
          MaxLength = 20 
          TabOrder = 2 
          OnKeyDown = EdtUserNameKeyDown 
          OnKeyPress = EdtUserNameKeyPress 
        end 
      end 
      object GroupBox2: TGroupBox 
        Left = 0 
        Top = 177 
        Width = 281 
        Height = 109 
        Align = alClient 
        Caption = #26356#25913#23494#30721 
        TabOrder = 1 
        object EdtOldPwd: TLabeledEdit 
          Left = 16 
          Top = 48 
          Width = 105 
          Height = 20 
          EditLabel.Width = 48 
          EditLabel.Height = 12 
          EditLabel.Caption = #21407#23494#30721#65306 
          LabelPosition = lpAbove 
          LabelSpacing = 3 
          MaxLength = 16 
          PasswordChar = '*' 
          TabOrder = 0 
          OnKeyDown = EdtUserNameKeyDown 
        end 
        object EdtNewPwd1: TLabeledEdit 
          Left = 144 
          Top = 32 
          Width = 105 
          Height = 20 
          EditLabel.Width = 48 
          EditLabel.Height = 12 
          EditLabel.Caption = #26032#23494#30721#65306 
          LabelPosition = lpAbove 
          LabelSpacing = 3 
          MaxLength = 16 
          PasswordChar = '*' 
          TabOrder = 1 
          OnKeyDown = EdtUserNameKeyDown 
        end 
        object EdtNewPwd2: TLabeledEdit 
          Left = 144 
          Top = 72 
          Width = 105 
          Height = 20 
          EditLabel.Width = 72 
          EditLabel.Height = 12 
          EditLabel.Caption = #37325#22797#26032#23494#30721#65306 
          LabelPosition = lpAbove 
          LabelSpacing = 3 
          MaxLength = 16 
          PasswordChar = '*' 
          TabOrder = 2 
          OnKeyDown = EdtUserNameKeyDown 
        end 
      end 
    end 
    object TabMsg: TTabSheet 
      Caption = #28040#24687#35774#23450 
      ImageIndex = 2 
      object GroupBox3: TGroupBox 
        Left = 0 
        Top = 0 
        Width = 281 
        Height = 89 
        Caption = #31163#32447#28040#24687 
        TabOrder = 0 
        object Label4: TLabel 
          Left = 89 
          Top = 17 
          Width = 48 
          Height = 12 
          Caption = #35831#36873#25321#65306 
        end 
        object Label5: TLabel 
          Left = 8 
          Top = 38 
          Width = 96 
          Height = 12 
          Caption = #32534#36753#24744#30340#28040#24687'(&E):' 
          FocusControl = MemMsg 
        end 
        object CmbLeaveMsg: TdxImageComboBox 
          Left = 144 
          Top = 13 
          Width = 131 
          Height = 22 
          Alignment = taLeftJustify 
          ImageAlign = dxliLeft 
          ItemHeight = 0 
          MultiLines = False 
          VertAlignment = tvaCenter 
          Items.Strings = ( 
            #31163#32447#28040#24687#19968 
            #31163#32447#28040#24687#20108 
            #31163#32447#28040#24687#19977 
            #31163#32447#28040#24687#22235) 
          TabOrder = 0 
          OnChange = CmbLeaveMsgChange 
          SaveStrings = ( 
            '' 
            '' 
            '' 
            '' 
            '' 
            '' 
            '' 
            '') 
        end 
        object MemMsg: TMemo 
          Left = 2 
          Top = 54 
          Width = 239 
          Height = 33 
          Lines.Strings = ( 
            'MemMsg') 
          MaxLength = 50 
          TabOrder = 1 
          OnKeyPress = MemMsgKeyPress 
        end 
        object Button1: TButton 
          Left = 242 
          Top = 54 
          Width = 35 
          Height = 32 
          Caption = #24212#29992 
          TabOrder = 2 
          OnClick = Button1Click 
        end 
      end 
    end 
  end 
  object BtnOK: TBitBtn 
    Left = 120 
    Top = 316 
    Width = 75 
    Height = 25 
    Caption = #30830#23450'(&O)' 
    TabOrder = 1 
    OnClick = BtnOKClick 
    Glyph.Data = { 
      F6000000424DF600000000000000760000002800000010000000100000000100 
      04000000000080000000120B0000120B00001000000000000000000000000000 
      8000008000000080800080000000800080008080000080808000C0C0C0000000 
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 
      8888888880000088888888880666660888888880666666088888880666666660 
      8888806666666660888806666606666608888066608066660888880608806666 
      60888880888806666088888888880666E608888888888066E60888888888806E 
      E660888888888806600888888888888008888888888888888888} 
  end 
  object BtnCancle: TBitBtn 
    Left = 208 
    Top = 316 
    Width = 75 
    Height = 25 
    Cancel = True 
    Caption = #21462#28040'(&C)' 
    TabOrder = 2 
    OnClick = BtnCancleClick 
    Glyph.Data = { 
      F6000000424DF600000000000000760000002800000010000000100000000100 
      04000000000080000000120B0000120B00001000000000000000000000000000 
      8000008000000080800080000000800080008080000080808000C0C0C0000000 
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 
      8888888888888888888880000008800000088099999009999908880999991977 
      9088888099999979088888880999979088888888809999088888888880999908 
      8888888807999990888888807979999908888807997199999088807777700799 
      9908800000088000000888888888888888888888888888888888} 
  end 
end