home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 mARCH
/
PCWK3A99.iso
/
Polskie
/
Malabibl
/
_SETUP.1
/
biblio.exe
/
0
/
RCDATA
/
TFRMEDYCJAUZYTKOWNIKA
/
TFRMEDYCJAUZYTKOWNIKA.txt
Wrap
Text File
|
1998-07-13
|
5KB
|
195 lines
object frmEdycjaUzytkownika: TfrmEdycjaUzytkownika
Left = 320
Top = 177
ActiveControl = Panel1
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Edytowanie u�ytkownika'
ClientHeight = 218
ClientWidth = 537
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Panel1: TPanel
Left = -94
Top = 0
Width = 366
Height = 50
TabOrder = 0
object DBNavigator: TDBNavigator
Left = 79
Top = 5
Width = 290
Height = 31
DataSource = dsUzytkownicy
Ctl3D = False
ParentCtl3D = False
TabOrder = 0
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 537
Height = 169
Align = alTop
BevelInner = bvLowered
BorderWidth = 4
Caption = 'Panel2'
TabOrder = 1
object ScrollBox: TScrollBox
Left = 6
Top = 6
Width = 525
Height = 157
HorzScrollBar.Margin = 6
HorzScrollBar.Range = 471
VertScrollBar.Margin = 6
VertScrollBar.Range = 146
Align = alClient
AutoScroll = False
BorderStyle = bsNone
TabOrder = 0
object Label1: TLabel
Left = 22
Top = 21
Width = 95
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'nazwisko'
FocusControl = EditNazwisko
end
object Label3: TLabel
Left = 22
Top = 50
Width = 95
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'adres'
FocusControl = EditAdres
end
object Label4: TLabel
Left = 22
Top = 78
Width = 95
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'miasto'
FocusControl = EditMiasto
end
object Label5: TLabel
Left = 22
Top = 105
Width = 95
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'kod pocztowy'
FocusControl = EditKodPocztowy
end
object EditNazwisko: TDBEdit
Left = 124
Top = 17
Width = 355
Height = 24
DataField = 'Nazwisko'
DataSource = dsUzytkownicy
TabOrder = 0
end
object EditAdres: TDBEdit
Left = 124
Top = 47
Width = 355
Height = 24
DataField = 'Adres'
DataSource = dsUzytkownicy
TabOrder = 1
end
object EditMiasto: TDBEdit
Left = 124
Top = 74
Width = 355
Height = 24
DataField = 'Miasto'
DataSource = dsUzytkownicy
TabOrder = 2
end
object EditKodPocztowy: TDBEdit
Left = 124
Top = 101
Width = 59
Height = 24
DataField = 'KodPocztowy'
DataSource = dsUzytkownicy
TabOrder = 3
end
end
end
object cmdOk: TBitBtn
Left = 423
Top = 177
Width = 110
Height = 31
Caption = 'Ok'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = cmdOkClick
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333330000333333333333333333333333F33333333333
00003333344333333333333333388F3333333333000033334224333333333333
338338F3333333330000333422224333333333333833338F3333333300003342
222224333333333383333338F3333333000034222A22224333333338F338F333
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
0000333333333A222433333333333338F338F33300003333333333A222433333
333333338F338F33000033333333333A222433333333333338F338F300003333
33333333A222433333333333338F338F00003333333333333A22433333333333
3338F38F000033333333333333A223333333333333338F830000333333333333
333A333333333333333338330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
object cmdAnuluj: TBitBtn
Left = 305
Top = 177
Width = 110
Height = 31
Caption = 'Anuluj'
TabOrder = 3
Kind = bkCancel
end
object dsUzytkownicy: TDataSource
DataSet = tableUzytkownicy
Left = 47
Top = 137
end
object tableUzytkownicy: TTable
DatabaseName = 'Biblioteka'
TableName = 'uzytkown.db'
Left = 12
Top = 137
end
end