home *** CD-ROM | disk | FTP | other *** search
/ ftp.sanbilgisayar.com / ftp.sanbilgisayar.com.tar / ftp.sanbilgisayar.com / SHOP / ShopImportP.exe / 0 / RCDATA / TMAGAZAREHFORM / TMAGAZAREHFORM.txt
Text File  |  2015-03-03  |  5KB  |  196 lines

  1. object MagazaRehForm: TMagazaRehForm
  2.   Left = 438
  3.   Top = 35
  4.   ActiveControl = MagRehGrid
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Ma'#287'azalar'
  8.   ClientHeight = 491
  9.   ClientWidth = 348
  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.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyPress = FormKeyPress
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object LabCap: TLabel
  27.     Left = 62
  28.     Top = 442
  29.     Width = 15
  30.     Height = 13
  31.     Alignment = taRightJustify
  32.     Caption = 'Bul'
  33.     Font.Charset = TURKISH_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object SecButton: TBitBtn
  41.     Left = 87
  42.     Top = 465
  43.     Width = 69
  44.     Height = 25
  45.     Caption = '&Se'#231
  46.     Font.Charset = TURKISH_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 2
  53.     Kind = bkOK
  54.   end
  55.   object Cikis: TBitBtn
  56.     Left = 185
  57.     Top = 465
  58.     Width = 69
  59.     Height = 25
  60.     Caption = '&Vazge'#231
  61.     Font.Charset = TURKISH_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 3
  68.     Kind = bkCancel
  69.   end
  70.   object Bul: TEdit
  71.     Left = 80
  72.     Top = 438
  73.     Width = 144
  74.     Height = 21
  75.     CharCase = ecUpperCase
  76.     Font.Charset = TURKISH_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     MaxLength = 6
  82.     ParentFont = False
  83.     TabOrder = 1
  84.     OnChange = BulChange
  85.     OnKeyDown = BulKeyDown
  86.   end
  87.   object MagRehGrid: TDBGridEh
  88.     Left = 0
  89.     Top = 0
  90.     Width = 348
  91.     Height = 435
  92.     Align = alTop
  93.     AutoFitColWidths = True
  94.     DataSource = Magaza_DS
  95.     Flat = True
  96.     Font.Charset = TURKISH_CHARSET
  97.     Font.Color = clWindowText
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     FooterColor = clWindow
  102.     FooterFont.Charset = DEFAULT_CHARSET
  103.     FooterFont.Color = clWindowText
  104.     FooterFont.Height = -11
  105.     FooterFont.Name = 'MS Sans Serif'
  106.     FooterFont.Style = []
  107.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  108.     ParentFont = False
  109.     ReadOnly = True
  110.     TabOrder = 0
  111.     TitleFont.Charset = DEFAULT_CHARSET
  112.     TitleFont.Color = clMaroon
  113.     TitleFont.Height = -11
  114.     TitleFont.Name = 'MS Sans Serif'
  115.     TitleFont.Style = []
  116.     UseMultiTitle = True
  117.     OnCellClick = MagRehGridCellClick
  118.     OnColEnter = MagRehGridColEnter
  119.     OnDblClick = MagRehGridDblClick
  120.     Columns = <
  121.       item
  122.         AutoFitColWidth = False
  123.         EditButtons = <>
  124.         FieldName = 'Kodu'
  125.         Footers = <>
  126.         Width = 48
  127.       end
  128.       item
  129.         EditButtons = <>
  130.         FieldName = 'Adi'
  131.         Footers = <>
  132.         Title.Caption = 'Ad'#305
  133.       end
  134.       item
  135.         AutoFitColWidth = False
  136.         EditButtons = <>
  137.         FieldName = 'Bolge'
  138.         Footers = <>
  139.         Title.Caption = 'B'#246'lge'
  140.         Width = 42
  141.       end
  142.       item
  143.         AutoFitColWidth = False
  144.         EditButtons = <>
  145.         FieldName = 'AltBolge'
  146.         Footers = <>
  147.         Title.Caption = 'Alt B'#246'lge'
  148.         Width = 47
  149.       end>
  150.   end
  151.   object AraChk: TCheckBox
  152.     Tag = 1
  153.     Left = 233
  154.     Top = 440
  155.     Width = 97
  156.     Height = 17
  157.     Caption = #304#231'inde Ara.'
  158.     TabOrder = 4
  159.     OnClick = BulChange
  160.   end
  161.   object Magaza_DS: TDataSource
  162.     DataSet = Magaza
  163.     Left = 27
  164.     Top = 83
  165.   end
  166.   object Magaza: TMSQuery
  167.     Connection = mDM.MSConnection
  168.     SQL.Strings = (
  169.       'Select Kodu, Adi, Bolge,AltBolge From Magaza with (NOLOCK)'
  170.       'Order By Kodu')
  171.     Left = 27
  172.     Top = 142
  173.     object MagazaKodu: TStringField
  174.       FieldName = 'Kodu'
  175.       Origin = 'Magaza.Kodu'
  176.       Required = True
  177.       Size = 6
  178.     end
  179.     object MagazaAdi: TStringField
  180.       FieldName = 'Adi'
  181.       Origin = 'Magaza.Adi'
  182.       Size = 30
  183.     end
  184.     object MagazaBolge: TStringField
  185.       FieldName = 'Bolge'
  186.       Origin = 'Magaza.Bolge'
  187.       Size = 3
  188.     end
  189.     object MagazaAltBolge: TStringField
  190.       FieldName = 'AltBolge'
  191.       Origin = 'Magaza.AltBolge'
  192.       Size = 3
  193.     end
  194.   end
  195. end
  196.