home *** CD-ROM | disk | FTP | other *** search
- object Form37: TForm37
- Left = 221
- Top = 150
- AutoSize = True
- BorderStyle = bsNone
- Caption = 'D�zeltme'
- 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 = 592
- Top = 24
- Width = 13
- Height = 13
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- OnClick = Image3Click
- end
- object Image4: TImage
- Left = 576
- Top = 24
- Width = 13
- Height = 13
- AutoSize = True
- Picture.Data = {<image003.bmp>}
- OnClick = Image4Click
- end
- object Image5: TImage
- Left = 456
- Top = 24
- Width = 100
- Height = 25
- AutoSize = True
- Picture.Data = {<image004.jpg>}
- OnClick = Image5Click
- end
- object DBGrid1: TDBGrid
- Left = 28
- Top = 64
- Width = 580
- Height = 305
- DataSource = DataSource1
- Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
- ReadOnly = True
- 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 = 141
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Soyad'
- Width = 150
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Telefon'
- Width = 129
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Ceptel'
- Width = 125
- Visible = True
- end>
- end
- object Edit1: TEdit
- Left = 144
- Top = 24
- Width = 81
- Height = 21
- TabOrder = 1
- end
- object ComboBox1: TComboBox
- Left = 56
- Top = 24
- Width = 73
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'Ad'
- 'Soyad'
- '�l')
- end
- object ComboBox2: TComboBox
- Left = 240
- Top = 24
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- Items.Strings = (
- 'E�le�ir'
- '�le Ba�lar'
- '�le Biter'
- '��erir')
- end
- object DataSource1: TDataSource
- DataSet = Query1
- Left = 400
- Top = 56
- end
- object Query1: TQuery
- Active = True
- SQL.Strings = (
- 'select * from tel')
- Left = 440
- 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
-