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

  1. object ShopMusTipRehForm: TShopMusTipRehForm
  2.   Left = 358
  3.   Top = 169
  4.   ActiveControl = ShopMusTipRehGrid
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'M'#252#351'teri Tipi Rehberi'
  8.   ClientHeight = 491
  9.   ClientWidth = 294
  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.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyPress = FormKeyPress
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 14
  26.     Top = 442
  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 SecButton: TBitBtn
  39.     Left = 60
  40.     Top = 465
  41.     Width = 69
  42.     Height = 25
  43.     Caption = '&Se'#231
  44.     Font.Charset = TURKISH_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     TabOrder = 2
  51.     Kind = bkOK
  52.   end
  53.   object Cikis: TBitBtn
  54.     Left = 166
  55.     Top = 465
  56.     Width = 69
  57.     Height = 25
  58.     Caption = '&Vazge'#231
  59.     Font.Charset = TURKISH_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     TabOrder = 3
  66.     Kind = bkCancel
  67.   end
  68.   object BulShopMusTip: TEdit
  69.     Left = 32
  70.     Top = 438
  71.     Width = 25
  72.     Height = 21
  73.     CharCase = ecUpperCase
  74.     Font.Charset = TURKISH_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     MaxLength = 6
  80.     ParentFont = False
  81.     TabOrder = 1
  82.     OnChange = BulShopMusTipChange
  83.   end
  84.   object ShopMusTipRehGrid: TDBGridEh
  85.     Left = 0
  86.     Top = 0
  87.     Width = 294
  88.     Height = 435
  89.     Align = alTop
  90.     AutoFitColWidths = True
  91.     DataSource = ShopMusTip_DS
  92.     Flat = True
  93.     Font.Charset = TURKISH_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     FooterColor = clWindow
  99.     FooterFont.Charset = DEFAULT_CHARSET
  100.     FooterFont.Color = clWindowText
  101.     FooterFont.Height = -11
  102.     FooterFont.Name = 'MS Sans Serif'
  103.     FooterFont.Style = []
  104.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  105.     ParentFont = False
  106.     ReadOnly = True
  107.     TabOrder = 0
  108.     TitleFont.Charset = DEFAULT_CHARSET
  109.     TitleFont.Color = clMaroon
  110.     TitleFont.Height = -11
  111.     TitleFont.Name = 'MS Sans Serif'
  112.     TitleFont.Style = []
  113.     UseMultiTitle = True
  114.     OnDblClick = ShopMusTipRehGridDblClick
  115.     Columns = <
  116.       item
  117.         AutoFitColWidth = False
  118.         EditButtons = <>
  119.         FieldName = 'Kodu'
  120.         Footers = <>
  121.         Width = 44
  122.       end
  123.       item
  124.         EditButtons = <>
  125.         FieldName = 'Tanimi'
  126.         Footers = <>
  127.         Title.Alignment = taLeftJustify
  128.         Title.Caption = 'A'#231#305'klama'
  129.         Width = 234
  130.       end>
  131.   end
  132.   object ShopMusTip_DS: TDataSource
  133.     DataSet = ShopMusTip
  134.     Left = 27
  135.     Top = 83
  136.   end
  137.   object ShopMusTip: TMSQuery
  138.     Connection = mDM.MSConnection
  139.     SQL.Strings = (
  140.       'Select * from ShopMusTip')
  141.     Left = 27
  142.     Top = 141
  143.     object ShopMusTipKodu: TStringField
  144.       FieldName = 'Kodu'
  145.       Origin = 'ShopMusTip.Kodu'
  146.       Required = True
  147.       Size = 6
  148.     end
  149.     object ShopMusTipTanimi: TStringField
  150.       FieldName = 'Tanimi'
  151.       Origin = 'ShopMusTip.Tanimi'
  152.       Size = 30
  153.     end
  154.   end
  155. end
  156.