| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 | object FindUserForm: TFindUserForm  Left = 336  Top = 273  ActiveControl = edtMail  BorderStyle = bsDialog  Caption = #28155#21152#23457#25209#20154  ClientHeight = 387  ClientWidth = 567  Color = clBtnFace  Font.Charset = DEFAULT_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #24494#36719#38597#40657  Font.Style = []  OldCreateOrder = False  OnCreate = FormCreate  PixelsPerInch = 96  TextHeight = 17  object JimPageControl1: TJimPageControl    Left = 0    Top = 0    Width = 567    Height = 387    ActivePage = JimPageControl1Page1    ActivePageIndex = 0    Align = alClient    Caption = 'JimPageControl1'    BorderStyle = bsNone    ShowTabs = True    ShowTabEdgeLine = True    TabIndex = 0    TabStyle = tdsNew    object JimPageControl1Page1: TJimPage      Left = 0      Top = 24      Width = 567      Height = 363      TabName = 'Page1'      Caption = #26597#35810#26032#23457#25209#20154      object lbl1: TLabel        Left = 32        Top = 24        Width = 508        Height = 19        Caption = #36755#20837#23457#25209#20154#30340#36890#34892#24080#21495#27880#20876#37038#31665#65292#26597#35810#24182#30830#35748#29992#25143#21518#65292#28857#20987#8220#20351#29992'Ta'#8221#23436#25104#28155#21152#23457#25209#20154#12290        Font.Charset = DEFAULT_CHARSET        Font.Color = clGray        Font.Height = -13        Font.Name = #24494#36719#38597#40657        Font.Style = []        ParentFont = False      end      object lbl2: TLabel        Left = 69        Top = 64        Width = 90        Height = 20        Caption = #28155#21152#26032#23457#25209#20154        Font.Charset = DEFAULT_CHARSET        Font.Color = clWindowText        Font.Height = -15        Font.Name = #24494#36719#38597#40657        Font.Style = []        ParentFont = False      end      object lblHint: TLabel        Left = 176        Top = 136        Width = 60        Height = 20        Caption = #20449#24687#25552#31034        Font.Charset = DEFAULT_CHARSET        Font.Color = 744191        Font.Height = -15        Font.Name = #24494#36719#38597#40657        Font.Style = []        ParentFont = False      end      object edtMail: TcxTextEdit        Left = 173        Top = 64        Width = 234        Height = 25        Style.BorderStyle = ebsFlat        StyleFocused.BorderColor = clPurple        StyleFocused.BorderStyle = ebsFlat        StyleFocused.Color = clWindow        TabOrder = 0        OnClick = edtMailClick        OnKeyDown = edtMailKeyDown      end      object btnSearch: TcxButton        Left = 407        Top = 62        Width = 73        Height = 27        Caption = #26597#35810        Font.Charset = DEFAULT_CHARSET        Font.Color = clWindowText        Font.Height = -15        Font.Name = #24494#36719#38597#40657        Font.Style = []        ParentFont = False        TabOrder = 1        OnClick = btnSearchClick        LookAndFeel.Kind = lfOffice11      end      object pnlUser: TPanel        Left = 0        Top = 113        Width = 567        Height = 250        Align = alBottom        BevelOuter = bvNone        TabOrder = 2        Visible = False        object bvl1: TBevel          Left = -1          Top = 9          Width = 605          Height = 2        end        object lbl3: TLabel          Left = 17          Top = 0          Width = 68          Height = 19          Caption = '  '#26597#35810#32467#26524'  '          Font.Charset = DEFAULT_CHARSET          Font.Color = clWindowText          Font.Height = -13          Font.Name = #24494#36719#38597#40657          Font.Style = []          ParentFont = False        end        object imgUserPic: TImage          Left = 16          Top = 37          Width = 47          Height = 47        end        object lblUserName: TLabel          Left = 82          Top = 31          Width = 26          Height = 19          Caption = #22995#21517          Font.Charset = DEFAULT_CHARSET          Font.Color = clWindowText          Font.Height = -13          Font.Name = #24494#36719#38597#40657          Font.Style = [fsBold]          ParentFont = False        end        object lblUserRole: TLabel          Left = 82          Top = 53          Width = 24          Height = 17          Caption = #32844#20301        end        object lblUserCompany: TLabel          Left = 82          Top = 71          Width = 24          Height = 17          Caption = #20844#21496        end        object shp2: TShape          Left = -8          Top = 109          Width = 615          Height = 1          Brush.Style = bsClear          Pen.Color = 12040119          Pen.Style = psDot        end        object btnAdd: TcxButton          Left = 408          Top = 46          Width = 86          Height = 25          Caption = #20351#29992'Ta'          Font.Charset = DEFAULT_CHARSET          Font.Color = clDefault          Font.Height = -12          Font.Name = #24494#36719#38597#40657          Font.Style = []          ParentFont = False          TabOrder = 0          OnClick = btnAddClick          Colors.Normal = 48573          Colors.Hot = 29153          LookAndFeel.Kind = lfUltraFlat        end      end    end    object JimPageControl1Page2: TJimPage      Left = 0      Top = 24      Width = 567      Height = 363      TabName = 'Page2'      TabVisible = False      Caption = #24120#29992#23457#25209#20154    end  endend
 |