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

  1. object KomAlanGrpRehForm: TKomAlanGrpRehForm
  2.   Left = 500
  3.   Top = 89
  4.   ActiveControl = KomAlanGrupGrid
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Komisyon Alan Gruplar'#305' Rehberi'
  8.   ClientHeight = 452
  9.   ClientWidth = 224
  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 = poDesktopCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 14
  23.     Top = 405
  24.     Width = 15
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = 'Bul'
  28.     Font.Charset = TURKISH_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Sec: TBitBtn
  36.     Left = 26
  37.     Top = 426
  38.     Width = 69
  39.     Height = 25
  40.     Caption = '&Se'#231
  41.     TabOrder = 2
  42.     Kind = bkOK
  43.   end
  44.   object Vazgec: TBitBtn
  45.     Left = 117
  46.     Top = 426
  47.     Width = 69
  48.     Height = 25
  49.     Caption = '&Vazge'#231
  50.     TabOrder = 3
  51.     Kind = bkCancel
  52.   end
  53.   object Bul: TEdit
  54.     Left = 32
  55.     Top = 401
  56.     Width = 121
  57.     Height = 21
  58.     CharCase = ecUpperCase
  59.     MaxLength = 6
  60.     TabOrder = 1
  61.     OnChange = BulChange
  62.   end
  63.   object KomAlanGrupGrid: TDBGridEh
  64.     Left = 0
  65.     Top = 0
  66.     Width = 224
  67.     Height = 399
  68.     Align = alTop
  69.     AllowedOperations = []
  70.     AutoFitColWidths = True
  71.     DataSource = KomAlanGrp_DS
  72.     Flat = True
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     FooterColor = clWindow
  79.     FooterFont.Charset = DEFAULT_CHARSET
  80.     FooterFont.Color = clWindowText
  81.     FooterFont.Height = -11
  82.     FooterFont.Name = 'MS Sans Serif'
  83.     FooterFont.Style = []
  84.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  85.     ParentFont = False
  86.     TabOrder = 0
  87.     TitleFont.Charset = DEFAULT_CHARSET
  88.     TitleFont.Color = clMaroon
  89.     TitleFont.Height = -11
  90.     TitleFont.Name = 'MS Sans Serif'
  91.     TitleFont.Style = []
  92.     UseMultiTitle = True
  93.     OnDblClick = KomAlanGrupGridDblClick
  94.     Columns = <
  95.       item
  96.         EditButtons = <>
  97.         FieldName = 'GrpAdi'
  98.         Footers = <>
  99.         Title.Caption = 'Ad'#305
  100.         Width = 201
  101.       end>
  102.   end
  103.   object KomAlanGrp_DS: TDataSource
  104.     DataSet = KomAlanGrp
  105.     Left = 53
  106.     Top = 87
  107.   end
  108.   object KomAlanGrp: TMSQuery
  109.     Connection = mDM.MSConnection
  110.     SQL.Strings = (
  111.       'Select Distinct GrpAdi From ShopKomAlGrp with (NOLOCK)'
  112.       'Order By GrpAdi')
  113.     Left = 55
  114.     Top = 139
  115.     object KomAlanGrpGrpAdi: TStringField
  116.       FieldName = 'GrpAdi'
  117.       Origin = 'ShopKomAlGrp.GrpAdi'
  118.       Required = True
  119.       Size = 15
  120.     end
  121.   end
  122. end
  123.