- object w_xgmm: Tw_xgmm
- Left = 202
- Top = 147
- BorderStyle = bsDialog
- Caption = #20462#25913#23494#30721
- ClientHeight = 180
- ClientWidth = 191
- Color = clSkyBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Visible = True
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 8
- Top = 120
- Width = 93
- Height = 13
- Caption = #37325#26032#36755#23494#30721' '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 80
- Width = 93
- Height = 13
- Caption = #36755#20837#26032#23494#30721' '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 8
- Top = 40
- Width = 96
- Height = 13
- Caption = #36755#20837#26087#23494#30721' '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 96
- Top = 40
- Width = 89
- Height = 21
- PasswordChar = '#'
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 96
- Top = 72
- Width = 89
- Height = 21
- PasswordChar = '#'
- TabOrder = 1
- end
- object Edit3: TEdit
- Left = 96
- Top = 112
- Width = 89
- Height = 21
- PasswordChar = '#'
- TabOrder = 2
- end
- object StaticText1: TStaticText
- Left = 80
- Top = 8
- Width = 84
- Height = 17
- Caption = #20462#25913#23494#30721' '
- Font.Charset = GB2312_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object BitBtn1: TBitBtn
- Left = 24
- Top = 152
- Width = 65
- Height = 25
- Caption = #30830#23450
- TabOrder = 4
- OnClick = BitBtn1Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 555555555555555555555555555555555555555555FF55555555555559055555
- 55555555577FF5555555555599905555555555557777F5555555555599905555
- 555555557777FF5555555559999905555555555777777F555555559999990555
- 5555557777777FF5555557990599905555555777757777F55555790555599055
- 55557775555777FF5555555555599905555555555557777F5555555555559905
- 555555555555777FF5555555555559905555555555555777FF55555555555579
- 05555555555555777FF5555555555557905555555555555777FF555555555555
- 5990555555555555577755555555555555555555555555555555}
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 112
- Top = 152
- Width = 65
- Height = 25
- Caption = #21462#28040
- TabOrder = 5
- OnClick = BitBtn2Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
- 555557777F777555F55500000000555055557777777755F75555005500055055
- 555577F5777F57555555005550055555555577FF577F5FF55555500550050055
- 5555577FF77577FF555555005050110555555577F757777FF555555505099910
- 555555FF75777777FF555005550999910555577F5F77777775F5500505509990
- 3055577F75F77777575F55005055090B030555775755777575755555555550B0
- B03055555F555757575755550555550B0B335555755555757555555555555550
- BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
- 50BB555555555555575F555555555555550B5555555555555575}
- NumGlyphs = 2
- end
- object ADOQuery1: TADOQuery
- Active = True
- Connection = Data1.database1
- CursorType = ctStatic
- Parameters = <>
- SQL.Strings = (
- 'select * from username')
- Left = 56
- object ADOQuery1user_id: TIntegerField
- FieldName = 'user_id'
- end
- object ADOQuery1user_name: TStringField
- FieldName = 'user_name'
- FixedChar = True
- Size = 10
- end
- object ADOQuery1user_job: TStringField
- FieldName = 'user_job'
- FixedChar = True
- Size = 10
- end
- object ADOQuery1user_power: TStringField
- FieldName = 'user_power'
- FixedChar = True
- Size = 10
- end
- object ADOQuery1user_password: TStringField
- FieldName = 'user_password'
- FixedChar = True
- Size = 10
- end
- end
- object DataSource1: TDataSource
- DataSet = ADOQuery1
- Left = 8
- end
- end