home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.sanbilgisayar.com
/
ftp.sanbilgisayar.com.tar
/
ftp.sanbilgisayar.com
/
SHOP
/
ShopImportP.exe
/
0
/
RCDATA
/
TTURTIPREHFORM
/
TTURTIPREHFORM.txt
Wrap
Text File
|
2015-03-03
|
3KB
|
152 lines
object TurTipRehForm: TTurTipRehForm
Left = 495
Top = 142
ActiveControl = TurTipGrid
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Tur Tipi Tan'#305'mlar'#305
ClientHeight = 494
ClientWidth = 286
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object LabCap: TLabel
Left = 45
Top = 448
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 BitBtn2: TBitBtn
Left = 150
Top = 468
Width = 69
Height = 25
Caption = '&Vazge'#231
TabOrder = 3
Kind = bkCancel
end
object Bul: TEdit
Left = 64
Top = 444
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 3
TabOrder = 1
OnChange = BulChange
OnKeyDown = BulKeyDown
end
object TurTipGrid: TDBGridEh
Left = 0
Top = 0
Width = 286
Height = 441
Align = alTop
AutoFitColWidths = True
DataSource = TurTip_DS
Flat = True
Font.Charset = DEFAULT_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 = TurTipGridCellClick
OnColEnter = TurTipGridColEnter
OnDblClick = TurTipGridDblClick
Columns = <
item
AutoFitColWidth = False
EditButtons = <>
FieldName = 'Kodu'
Footers = <>
end
item
EditButtons = <>
FieldName = 'Tanimi'
Footers = <>
end>
end
object SecButton: TBitBtn
Left = 40
Top = 468
Width = 69
Height = 25
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 AraChk: TCheckBox
Tag = 1
Left = 162
Top = 447
Width = 97
Height = 17
Caption = #304#231'inde Ara.'
TabOrder = 4
OnClick = BulChange
end
object TurTip_DS: TDataSource
DataSet = TurTip
Left = 22
Top = 83
end
object TurTip: TMSQuery
Connection = mDM.MSConnection
SQL.Strings = (
'Select Kodu, Tanimi From ShopMusTip with (NOLOCK)'
'Order By Kodu')
Left = 21
Top = 130
object TurTipKodu: TStringField
DisplayLabel = 'Kodu '
FieldName = 'Kodu'
Size = 6
end
object TurTipTanimi: TStringField
DisplayLabel = 'Tan'#305'm'#305
FieldName = 'Tanimi'
Size = 30
end
end
end