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

  1. object SejSyncForm: TSejSyncForm
  2.   Left = 223
  3.   Top = 117
  4.   Width = 860
  5.   Height = 604
  6.   Caption = 'Sejour Senkronizasyon'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl: TPageControl
  21.     Left = 0
  22.     Top = 46
  23.     Width = 852
  24.     Height = 26
  25.     ActivePage = TabBolge
  26.     Align = alTop
  27.     Style = tsFlatButtons
  28.     TabIndex = 1
  29.     TabOrder = 0
  30.     TabWidth = 75
  31.     OnChange = PageControlChange
  32.     object TabOtel: TTabSheet
  33.       Caption = 'Oteller'
  34.     end
  35.     object TabBolge: TTabSheet
  36.       Caption = 'B'#246'lgeler'
  37.       ImageIndex = 1
  38.     end
  39.     object TabRehber: TTabSheet
  40.       Caption = 'Rehberler'
  41.       ImageIndex = 2
  42.     end
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 0
  46.     Top = 0
  47.     Width = 852
  48.     Height = 39
  49.     Align = alTop
  50.     BevelOuter = bvNone
  51.     TabOrder = 1
  52.     object SyncBtn: TSpeedButton
  53.       Left = 4
  54.       Top = 2
  55.       Width = 157
  56.       Height = 31
  57.       Caption = 'Senkronize i'#351'lemini ba'#351'lat...'
  58.       Flat = True
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       OnClick = SyncBtnClick
  66.     end
  67.   end
  68.   object ProgressBar: TProgressBar
  69.     Left = 0
  70.     Top = 39
  71.     Width = 852
  72.     Height = 7
  73.     Align = alTop
  74.     Min = 0
  75.     Max = 100
  76.     Smooth = True
  77.     Step = 1
  78.     TabOrder = 2
  79.   end
  80.   object GridOtel: TDBGridEh
  81.     Left = 0
  82.     Top = 72
  83.     Width = 852
  84.     Height = 502
  85.     Align = alClient
  86.     AllowedOperations = []
  87.     Ctl3D = True
  88.     DataSource = SonucMemDS
  89.     Flat = True
  90.     FooterColor = clWindow
  91.     FooterFont.Charset = DEFAULT_CHARSET
  92.     FooterFont.Color = clWindowText
  93.     FooterFont.Height = -11
  94.     FooterFont.Name = 'MS Sans Serif'
  95.     FooterFont.Style = []
  96.     OptionsEh = [dghFixed3D, dghHighlightFocus, dghClearSelection, dghPreferIncSearch]
  97.     ParentCtl3D = False
  98.     TabOrder = 3
  99.     TitleFont.Charset = DEFAULT_CHARSET
  100.     TitleFont.Color = clWindowText
  101.     TitleFont.Height = -11
  102.     TitleFont.Name = 'MS Sans Serif'
  103.     TitleFont.Style = []
  104.     VertScrollBar.VisibleMode = sbAlwaysShowEh
  105.   end
  106.   object SejourQry: TMSQuery
  107.     Connection = mDM.SejourDB
  108.     Left = 236
  109.     Top = 164
  110.   end
  111.   object SejourDS: TDataSource
  112.     DataSet = SejourQry
  113.     Left = 236
  114.     Top = 232
  115.   end
  116.   object SonucMem: TkbmMemTable
  117.     Active = True
  118.     DesignActivation = True
  119.     AttachedAutoRefresh = True
  120.     AttachMaxCount = 1
  121.     FieldDefs = <
  122.       item
  123.         Name = 'OK'
  124.         DataType = ftBoolean
  125.       end
  126.       item
  127.         Name = 'Kodu'
  128.         DataType = ftString
  129.         Size = 20
  130.       end
  131.       item
  132.         Name = 'Adi'
  133.         DataType = ftString
  134.         Size = 100
  135.       end
  136.       item
  137.         Name = 'Aciklama'
  138.         DataType = ftString
  139.         Size = 200
  140.       end>
  141.     IndexDefs = <>
  142.     SortOptions = []
  143.     PersistentBackup = False
  144.     ProgressFlags = [mtpcLoad, mtpcSave, mtpcCopy]
  145.     FilterOptions = []
  146.     Version = '3.09'
  147.     LanguageID = 0
  148.     SortID = 0
  149.     SubLanguageID = 1
  150.     LocaleID = 1024
  151.     Left = 340
  152.     Top = 164
  153.     object SonucMemOK: TBooleanField
  154.       DisplayWidth = 5
  155.       FieldName = 'OK'
  156.     end
  157.     object SonucMemKodu: TStringField
  158.       DisplayLabel = 'Kodu '
  159.       DisplayWidth = 33
  160.       FieldName = 'Kodu'
  161.     end
  162.     object SonucMemAdi: TStringField
  163.       DisplayLabel = 'Ad'#305
  164.       DisplayWidth = 37
  165.       FieldName = 'Adi'
  166.       Size = 100
  167.     end
  168.     object SonucMemAciklama: TStringField
  169.       DisplayLabel = 'Kopyalama A'#231#305'klamas'#305
  170.       DisplayWidth = 42
  171.       FieldName = 'Aciklama'
  172.       Size = 200
  173.     end
  174.   end
  175.   object SonucMemDS: TDataSource
  176.     DataSet = SonucMem
  177.     Left = 340
  178.     Top = 232
  179.   end
  180.   object QExec: TMSQuery
  181.     Connection = mDM.MSConnection
  182.     Left = 440
  183.     Top = 160
  184.   end
  185. end
  186.