home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.sanbilgisayar.com
/
ftp.sanbilgisayar.com.tar
/
ftp.sanbilgisayar.com
/
SHOP
/
ShopImportP.exe
/
0
/
RCDATA
/
TOTELREHFORM
/
TOTELREHFORM.txt
Wrap
Text File
|
2015-03-03
|
5KB
|
198 lines
object OtelRehForm: TOtelRehForm
Left = 438
Top = 35
ActiveControl = OtelRehGrid
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Oteller'
ClientHeight = 491
ClientWidth = 341
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 = 54
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 = 63
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 = 161
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 = 72
Top = 438
Width = 116
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 OtelRehGrid: TDBGridEh
Left = 0
Top = 0
Width = 341
Height = 435
Align = alTop
AutoFitColWidths = True
DataSource = Otel_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 = OtelRehGridCellClick
OnColEnter = OtelRehGridColEnter
OnDblClick = OtelRehGridDblClick
Columns = <
item
AutoFitColWidth = False
EditButtons = <>
FieldName = 'Otel'
Footers = <>
end
item
EditButtons = <>
FieldName = 'Adi'
Footers = <>
end
item
AutoFitColWidth = False
EditButtons = <>
FieldName = 'Bolge'
Footers = <>
Width = 35
end
item
AutoFitColWidth = False
EditButtons = <>
FieldName = 'TrfBolge'
Footers = <>
Width = 47
end>
end
object AraChk: TCheckBox
Tag = 1
Left = 195
Top = 440
Width = 97
Height = 17
Caption = #304#231'inde Ara.'
TabOrder = 4
OnClick = BulChange
end
object Otel_DS: TDataSource
DataSet = Otel
Left = 27
Top = 83
end
object Otel: TMSQuery
Connection = mDM.MSConnection
SQL.Strings = (
'Select Otel,Adi,Bolge,TrfBolge From Otel with (NOLOCK)'
'Order By Otel')
OnFilterRecord = OtelFilterRecord
Left = 27
Top = 141
object OtelOtel: TStringField
DisplayWidth = 8
FieldName = 'Otel'
Origin = 'Otel.Otel'
Required = True
Size = 6
end
object OtelAdi: TStringField
DisplayLabel = 'Ad'#305
DisplayWidth = 30
FieldName = 'Adi'
Origin = 'Otel.Adi'
Size = 30
end
object OtelBolge: TStringField
DisplayLabel = 'B'#246'lge'
FieldName = 'Bolge'
Origin = 'Otel.Bolge'
Size = 3
end
object OtelTrfBolge: TStringField
DisplayLabel = 'Transfer B'#246'lgesi'
FieldName = 'TrfBolge'
Origin = 'Otel.TrfBolge'
Size = 3
end
end
end