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
Text File  |  2015-03-03  |  3KB  |  152 lines

  1. object TurTipRehForm: TTurTipRehForm
  2.   Left = 495
  3.   Top = 142
  4.   ActiveControl = TurTipGrid
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tur Tipi Tan'#305'mlar'#305
  8.   ClientHeight = 494
  9.   ClientWidth = 286
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object LabCap: TLabel
  25.     Left = 45
  26.     Top = 448
  27.     Width = 15
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'Bul'
  31.     Font.Charset = TURKISH_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object BitBtn2: TBitBtn
  39.     Left = 150
  40.     Top = 468
  41.     Width = 69
  42.     Height = 25
  43.     Caption = '&Vazge'#231
  44.     TabOrder = 3
  45.     Kind = bkCancel
  46.   end
  47.   object Bul: TEdit
  48.     Left = 64
  49.     Top = 444
  50.     Width = 89
  51.     Height = 21
  52.     CharCase = ecUpperCase
  53.     MaxLength = 3
  54.     TabOrder = 1
  55.     OnChange = BulChange
  56.     OnKeyDown = BulKeyDown
  57.   end
  58.   object TurTipGrid: TDBGridEh
  59.     Left = 0
  60.     Top = 0
  61.     Width = 286
  62.     Height = 441
  63.     Align = alTop
  64.     AutoFitColWidths = True
  65.     DataSource = TurTip_DS
  66.     Flat = True
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     FooterColor = clWindow
  73.     FooterFont.Charset = DEFAULT_CHARSET
  74.     FooterFont.Color = clWindowText
  75.     FooterFont.Height = -11
  76.     FooterFont.Name = 'MS Sans Serif'
  77.     FooterFont.Style = []
  78.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  79.     ParentFont = False
  80.     ReadOnly = True
  81.     TabOrder = 0
  82.     TitleFont.Charset = DEFAULT_CHARSET
  83.     TitleFont.Color = clMaroon
  84.     TitleFont.Height = -11
  85.     TitleFont.Name = 'MS Sans Serif'
  86.     TitleFont.Style = []
  87.     UseMultiTitle = True
  88.     OnCellClick = TurTipGridCellClick
  89.     OnColEnter = TurTipGridColEnter
  90.     OnDblClick = TurTipGridDblClick
  91.     Columns = <
  92.       item
  93.         AutoFitColWidth = False
  94.         EditButtons = <>
  95.         FieldName = 'Kodu'
  96.         Footers = <>
  97.       end
  98.       item
  99.         EditButtons = <>
  100.         FieldName = 'Tanimi'
  101.         Footers = <>
  102.       end>
  103.   end
  104.   object SecButton: TBitBtn
  105.     Left = 40
  106.     Top = 468
  107.     Width = 69
  108.     Height = 25
  109.     Font.Charset = TURKISH_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 2
  116.     Kind = bkOK
  117.   end
  118.   object AraChk: TCheckBox
  119.     Tag = 1
  120.     Left = 162
  121.     Top = 447
  122.     Width = 97
  123.     Height = 17
  124.     Caption = #304#231'inde Ara.'
  125.     TabOrder = 4
  126.     OnClick = BulChange
  127.   end
  128.   object TurTip_DS: TDataSource
  129.     DataSet = TurTip
  130.     Left = 22
  131.     Top = 83
  132.   end
  133.   object TurTip: TMSQuery
  134.     Connection = mDM.MSConnection
  135.     SQL.Strings = (
  136.       'Select Kodu, Tanimi From ShopMusTip with (NOLOCK)'
  137.       'Order By Kodu')
  138.     Left = 21
  139.     Top = 130
  140.     object TurTipKodu: TStringField
  141.       DisplayLabel = 'Kodu '
  142.       FieldName = 'Kodu'
  143.       Size = 6
  144.     end
  145.     object TurTipTanimi: TStringField
  146.       DisplayLabel = 'Tan'#305'm'#305
  147.       FieldName = 'Tanimi'
  148.       Size = 30
  149.     end
  150.   end
  151. end
  152.