object KomAlanGrpRehForm: TKomAlanGrpRehForm Left = 500 Top = 89 ActiveControl = KomAlanGrupGrid BorderIcons = [] BorderStyle = bsDialog Caption = 'Komisyon Alan Gruplar'#305' Rehberi' ClientHeight = 452 ClientWidth = 224 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poDesktopCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 14 Top = 405 Width = 15 Height = 13 Alignment = taRightJustify Caption = 'Bul' Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Sec: TBitBtn Left = 26 Top = 426 Width = 69 Height = 25 Caption = '&Se'#231 TabOrder = 2 Kind = bkOK end object Vazgec: TBitBtn Left = 117 Top = 426 Width = 69 Height = 25 Caption = '&Vazge'#231 TabOrder = 3 Kind = bkCancel end object Bul: TEdit Left = 32 Top = 401 Width = 121 Height = 21 CharCase = ecUpperCase MaxLength = 6 TabOrder = 1 OnChange = BulChange end object KomAlanGrupGrid: TDBGridEh Left = 0 Top = 0 Width = 224 Height = 399 Align = alTop AllowedOperations = [] AutoFitColWidths = True DataSource = KomAlanGrp_DS Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FooterColor = clWindow FooterFont.Charset = DEFAULT_CHARSET FooterFont.Color = clWindowText FooterFont.Height = -11 FooterFont.Name = 'MS Sans Serif' FooterFont.Style = [] Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit] ParentFont = False TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clMaroon TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] UseMultiTitle = True OnDblClick = KomAlanGrupGridDblClick Columns = < item EditButtons = <> FieldName = 'GrpAdi' Footers = <> Title.Caption = 'Ad'#305 Width = 201 end> end object KomAlanGrp_DS: TDataSource DataSet = KomAlanGrp Left = 53 Top = 87 end object KomAlanGrp: TMSQuery Connection = mDM.MSConnection SQL.Strings = ( 'Select Distinct GrpAdi From ShopKomAlGrp with (NOLOCK)' 'Order By GrpAdi') Left = 55 Top = 139 object KomAlanGrpGrpAdi: TStringField FieldName = 'GrpAdi' Origin = 'ShopKomAlGrp.GrpAdi' Required = True Size = 15 end end end