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

  1. object YetkiBolgeGrpRehForm: TYetkiBolgeGrpRehForm
  2.   Left = 649
  3.   Top = 104
  4.   Width = 322
  5.   Height = 494
  6.   ActiveControl = BolegGrupGrid
  7.   BorderIcons = []
  8.   Caption = 'Yetki B'#246'lge Gruplar'#305' Rehberi'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 14
  24.     Top = 405
  25.     Width = 15
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     Caption = 'Bul'
  29.     Font.Charset = TURKISH_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Sec: TBitBtn
  37.     Left = 26
  38.     Top = 426
  39.     Width = 69
  40.     Height = 25
  41.     Caption = 'Se'#231
  42.     TabOrder = 2
  43.     Kind = bkOK
  44.   end
  45.   object Vazgec: TBitBtn
  46.     Left = 117
  47.     Top = 426
  48.     Width = 69
  49.     Height = 25
  50.     Caption = 'Vazge'#231
  51.     TabOrder = 3
  52.     Kind = bkCancel
  53.   end
  54.   object Bul: TEdit
  55.     Left = 32
  56.     Top = 401
  57.     Width = 60
  58.     Height = 21
  59.     CharCase = ecUpperCase
  60.     MaxLength = 6
  61.     TabOrder = 1
  62.     OnChange = BulChange
  63.   end
  64.   object BolegGrupGrid: TDBGridEh
  65.     Left = 0
  66.     Top = 0
  67.     Width = 306
  68.     Height = 399
  69.     Align = alTop
  70.     AllowedOperations = []
  71.     AutoFitColWidths = True
  72.     DataSource = BolgeGrp_DS
  73.     Flat = True
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     FooterColor = clWindow
  80.     FooterFont.Charset = DEFAULT_CHARSET
  81.     FooterFont.Color = clWindowText
  82.     FooterFont.Height = -11
  83.     FooterFont.Name = 'MS Sans Serif'
  84.     FooterFont.Style = []
  85.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  86.     ParentFont = False
  87.     TabOrder = 0
  88.     TitleFont.Charset = DEFAULT_CHARSET
  89.     TitleFont.Color = clMaroon
  90.     TitleFont.Height = -11
  91.     TitleFont.Name = 'MS Sans Serif'
  92.     TitleFont.Style = []
  93.     UseMultiTitle = True
  94.     OnDblClick = BolegGrupGridDblClick
  95.     Columns = <
  96.       item
  97.         EditButtons = <>
  98.         FieldName = 'Adi'
  99.         Footers = <>
  100.         Width = 173
  101.       end>
  102.   end
  103.   object BolgeGrp_DS: TDataSource
  104.     DataSet = BolgeGrp
  105.     Left = 22
  106.     Top = 84
  107.   end
  108.   object BolgeGrp: TMSQuery
  109.     Connection = mDM.MSConnection
  110.     SQL.Strings = (
  111.       'Select Distinct Adi From UserYetkiBolgeGrp with (NOLOCK)'
  112.       'Order By Adi')
  113.     ReadOnly = True
  114.     Left = 24
  115.     Top = 136
  116.     object BolgeGrpAdi: TStringField
  117.       DisplayLabel = 'Grup Ad'#305
  118.       DisplayWidth = 6
  119.       FieldName = 'Adi'
  120.       Size = 3
  121.     end
  122.   end
  123. end
  124.