home *** CD-ROM | disk | FTP | other *** search
- object Form36: TForm36
- Left = 226
- Top = 147
- AutoSize = True
- BorderStyle = bsNone
- Caption = 'Arama'
- ClientHeight = 380
- ClientWidth = 640
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 640
- Height = 380
- AutoSize = True
- Picture.Data = {<image000.jpg>}
- OnMouseDown = Image1MouseDown
- end
- object Image2: TImage
- Left = 352
- Top = 24
- Width = 100
- Height = 25
- AutoSize = True
- Picture.Data = {<image001.jpg>}
- OnClick = Image2Click
- end
- object Image3: TImage
- Left = 584
- Top = 24
- Width = 13
- Height = 13
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- OnClick = Image3Click
- end
- object Image4: TImage
- Left = 568
- Top = 24
- Width = 13
- Height = 13
- AutoSize = True
- Picture.Data = {<image003.bmp>}
- OnClick = Image4Click
- end
- object Image5: TImage
- Left = 464
- Top = 24
- Width = 100
- Height = 25
- AutoSize = True
- Picture.Data = {<image004.jpg>}
- OnClick = Image5Click
- end
- object DBGrid1: TDBGrid
- Left = 29
- Top = 64
- Width = 580
- Height = 305
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- OnDblClick = DBGrid1DblClick
- Columns = <
- item
- Expanded = False
- FieldName = 'Ad'
- Width = 128
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Soyad'
- Width = 146
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Telefon'
- Width = 138
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Ceptel'
- Width = 132
- Visible = True
- end>
- end
- object Edit1: TEdit
- Left = 136
- Top = 24
- Width = 81
- Height = 21
- TabOrder = 1
- end
- object ComboBox2: TComboBox
- Left = 240
- Top = 24
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'E�le�ir'
- '�le Ba�lar'
- '�le Biter'
- '��erir')
- end
- object ComboBox1: TComboBox
- Left = 40
- Top = 24
- Width = 73
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- Items.Strings = (
- 'Ad'
- 'Soyad'
- '�l')
- end
- object DataSource1: TDataSource
- DataSet = Query1
- Left = 368
- Top = 48
- end
- object Query1: TQuery
- Active = True
- SQL.Strings = (
- 'select * from tel')
- Left = 400
- Top = 48
- object Query1No: TIntegerField
- FieldName = 'No'
- end
- object Query1Ad: TStringField
- FieldName = 'Ad'
- end
- object Query1Soyad: TStringField
- FieldName = 'Soyad'
- end
- object Query1Telefon: TStringField
- FieldName = 'Telefon'
- end
- object Query1Aciklama: TMemoField
- FieldName = 'Aciklama'
- BlobType = ftMemo
- Size = 50
- end
- object Query1Ikincitel: TStringField
- FieldName = 'Ikincitel'
- end
- object Query1Ceptel: TStringField
- FieldName = 'Ceptel'
- end
- object Query1Faks: TStringField
- FieldName = 'Faks'
- end
- object Query1Il: TStringField
- FieldName = 'Il'
- end
- object Query1Resim: TGraphicField
- FieldName = 'Resim'
- BlobType = ftGraphic
- end
- object Query1Adres: TMemoField
- FieldName = 'Adres'
- BlobType = ftMemo
- Size = 50
- end
- object Query1M: TMemoField
- FieldName = 'M'
- BlobType = ftMemo
- Size = 1
- end
- end
- end
-