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

  1. object KomAlTipRehForm: TKomAlTipRehForm
  2.   Left = 277
  3.   Top = 42
  4.   Width = 252
  5.   Height = 369
  6.   ActiveControl = BolgeGrid
  7.   Caption = 'Komisyon Alan Tipleri'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 5
  22.     Top = 278
  23.     Width = 15
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     Caption = 'Bul'
  27.     Font.Charset = TURKISH_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object BolgeGrid: TDBGridEh
  35.     Left = 0
  36.     Top = 0
  37.     Width = 244
  38.     Height = 266
  39.     Align = alTop
  40.     AutoFitColWidths = True
  41.     DataSource = RehTipiDS
  42.     Flat = True
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     FooterColor = clWindow
  49.     FooterFont.Charset = DEFAULT_CHARSET
  50.     FooterFont.Color = clWindowText
  51.     FooterFont.Height = -11
  52.     FooterFont.Name = 'MS Sans Serif'
  53.     FooterFont.Style = []
  54.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  55.     ParentFont = False
  56.     ReadOnly = True
  57.     TabOrder = 0
  58.     TitleFont.Charset = DEFAULT_CHARSET
  59.     TitleFont.Color = clMaroon
  60.     TitleFont.Height = -11
  61.     TitleFont.Name = 'MS Sans Serif'
  62.     TitleFont.Style = []
  63.     UseMultiTitle = True
  64.     OnDblClick = BolgeGridDblClick
  65.   end
  66.   object BitBtn2: TBitBtn
  67.     Left = 135
  68.     Top = 304
  69.     Width = 69
  70.     Height = 25
  71.     Caption = '&Vazge'#231
  72.     TabOrder = 1
  73.     Kind = bkCancel
  74.   end
  75.   object Bul: TEdit
  76.     Left = 24
  77.     Top = 274
  78.     Width = 60
  79.     Height = 21
  80.     CharCase = ecUpperCase
  81.     MaxLength = 3
  82.     TabOrder = 2
  83.   end
  84.   object SecButton: TBitBtn
  85.     Left = 49
  86.     Top = 304
  87.     Width = 69
  88.     Height = 25
  89.     Font.Charset = TURKISH_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     TabOrder = 3
  96.     Kind = bkOK
  97.   end
  98.   object RehTipi: TMSQuery
  99.     Connection = mDM.MSConnection
  100.     SQL.Strings = (
  101.       'Select Tipi Kod,Adi Tanim '
  102.       'from ShopKomAlTipi')
  103.     Left = 128
  104.     Top = 216
  105.     object RehTipiKod: TStringField
  106.       DisplayWidth = 8
  107.       FieldName = 'Kod'
  108.       Origin = 'RehTipi.Kod'
  109.       Size = 6
  110.     end
  111.     object RehTipiTanim: TStringField
  112.       DisplayWidth = 28
  113.       FieldName = 'Tanim'
  114.       Origin = 'RehTipi.Tanim'
  115.       Size = 25
  116.     end
  117.   end
  118.   object RehTipiDS: TDataSource
  119.     DataSet = RehTipi
  120.     Left = 128
  121.     Top = 160
  122.   end
  123. end
  124.