home *** CD-ROM | disk | FTP | other *** search
- object Form32: TForm32
- Left = 360
- Top = 144
- AutoSize = True
- BorderStyle = bsNone
- Caption = 'Emlak Tan�m�'
- ClientHeight = 250
- ClientWidth = 350
- 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 = 350
- Height = 250
- AutoSize = True
- Picture.Data = {<image000.jpg>}
- OnMouseDown = Image1MouseDown
- end
- object Label1: TLabel
- Left = 152
- Top = 72
- Width = 49
- Height = 13
- Caption = 'Emlak Tipi'
- Transparent = True
- end
- object Label2: TLabel
- Left = 156
- Top = 112
- Width = 43
- Height = 13
- Caption = 'A��klama'
- Transparent = True
- end
- object Image2: TImage
- Left = 22
- Top = 204
- Width = 151
- Height = 38
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Visible = False
- end
- object Image3: TImage
- Left = 182
- Top = 204
- Width = 151
- Height = 38
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- Visible = False
- end
- object Label3: TLabel
- Left = 30
- Top = 214
- Width = 137
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'Liste'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- OnMouseDown = Label3MouseDown
- OnMouseUp = Label3MouseUp
- end
- object Label4: TLabel
- Left = 190
- Top = 214
- Width = 137
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = '��k��'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- OnMouseDown = Label4MouseDown
- OnMouseUp = Label4MouseUp
- end
- object DBEdit1: TDBEdit
- Left = 120
- Top = 88
- Width = 121
- Height = 21
- DataField = 'EmlakTipi'
- DataSource = DataSource1
- TabOrder = 0
- OnKeyPress = DBEdit1KeyPress
- end
- object DBMemo1: TDBMemo
- Left = 56
- Top = 136
- Width = 241
- Height = 57
- DataField = 'A��klama'
- DataSource = DataSource1
- TabOrder = 1
- OnKeyPress = DBEdit1KeyPress
- end
- object DBNavigator1: TDBNavigator
- Left = 40
- Top = 48
- Width = 280
- Height = 18
- DataSource = DataSource1
- TabOrder = 2
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 24
- Top = 16
- end
- object Table1: TTable
- Active = True
- AfterPost = Table1AfterPost
- TableName = 'emlaktanimlama.db'
- Left = 64
- Top = 16
- object Table1No: TAutoIncField
- FieldName = 'No'
- ReadOnly = True
- end
- object Table1Aklama: TMemoField
- FieldName = 'A��klama'
- BlobType = ftMemo
- Size = 100
- end
- object Table1EmlakTipi: TStringField
- FieldName = 'EmlakTipi'
- end
- end
- end
-