home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.sanbilgisayar.com
/
ftp.sanbilgisayar.com.tar
/
ftp.sanbilgisayar.com
/
SHOP
/
ShopImportP.exe
/
0
/
RCDATA
/
TMAGAZAREHFORM
/
TMAGAZAREHFORM.txt
Wrap
Text File
|
2015-03-03
|
5KB
|
196 lines
object MagazaRehForm: TMagazaRehForm
Left = 438
Top = 35
ActiveControl = MagRehGrid
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Ma'#287'azalar'
ClientHeight = 491
ClientWidth = 348
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object LabCap: TLabel
Left = 62
Top = 442
Width = 15
Height = 13
Alignment = taRightJustify
Caption = 'Bul'
Font.Charset = TURKISH_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object SecButton: TBitBtn
Left = 87
Top = 465
Width = 69
Height = 25
Caption = '&Se'#231
Font.Charset = TURKISH_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
Kind = bkOK
end
object Cikis: TBitBtn
Left = 185
Top = 465
Width = 69
Height = 25
Caption = '&Vazge'#231
Font.Charset = TURKISH_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
Kind = bkCancel
end
object Bul: TEdit
Left = 80
Top = 438
Width = 144
Height = 21
CharCase = ecUpperCase
Font.Charset = TURKISH_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 6
ParentFont = False
TabOrder = 1
OnChange = BulChange
OnKeyDown = BulKeyDown
end
object MagRehGrid: TDBGridEh
Left = 0
Top = 0
Width = 348
Height = 435
Align = alTop
AutoFitColWidths = True
DataSource = Magaza_DS
Flat = True
Font.Charset = TURKISH_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FooterColor = clWindow
FooterFont.Charset = DEFAULT_CHARSET
FooterFont.Color = clWindowText
FooterFont.Height = -11
FooterFont.Name = 'MS Sans Serif'
FooterFont.Style = []
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
ParentFont = False
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clMaroon
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
UseMultiTitle = True
OnCellClick = MagRehGridCellClick
OnColEnter = MagRehGridColEnter
OnDblClick = MagRehGridDblClick
Columns = <
item
AutoFitColWidth = False
EditButtons = <>
FieldName = 'Kodu'
Footers = <>
Width = 48
end
item
EditButtons = <>
FieldName = 'Adi'
Footers = <>
Title.Caption = 'Ad'#305
end
item
AutoFitColWidth = False
EditButtons = <>
FieldName = 'Bolge'
Footers = <>
Title.Caption = 'B'#246'lge'
Width = 42
end
item
AutoFitColWidth = False
EditButtons = <>
FieldName = 'AltBolge'
Footers = <>
Title.Caption = 'Alt B'#246'lge'
Width = 47
end>
end
object AraChk: TCheckBox
Tag = 1
Left = 233
Top = 440
Width = 97
Height = 17
Caption = #304#231'inde Ara.'
TabOrder = 4
OnClick = BulChange
end
object Magaza_DS: TDataSource
DataSet = Magaza
Left = 27
Top = 83
end
object Magaza: TMSQuery
Connection = mDM.MSConnection
SQL.Strings = (
'Select Kodu, Adi, Bolge,AltBolge From Magaza with (NOLOCK)'
'Order By Kodu')
Left = 27
Top = 142
object MagazaKodu: TStringField
FieldName = 'Kodu'
Origin = 'Magaza.Kodu'
Required = True
Size = 6
end
object MagazaAdi: TStringField
FieldName = 'Adi'
Origin = 'Magaza.Adi'
Size = 30
end
object MagazaBolge: TStringField
FieldName = 'Bolge'
Origin = 'Magaza.Bolge'
Size = 3
end
object MagazaAltBolge: TStringField
FieldName = 'AltBolge'
Origin = 'Magaza.AltBolge'
Size = 3
end
end
end