⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lspurc.dfm

📁 this is sample for traders
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object lsPurcForm: TlsPurcForm
  Left = 192
  Top = 107
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = ' Data Pembelian '
  ClientHeight = 463
  ClientWidth = 777
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Dina'
  Font.Style = []
  FormStyle = fsMDIChild
  KeyPreview = True
  OldCreateOrder = False
  Position = poDefaultPosOnly
  Visible = True
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox3: TGroupBox
    Left = 0
    Top = 41
    Width = 777
    Height = 404
    Align = alTop
    TabOrder = 1
    object ItemGrid: TJvDBUltimGrid
      Left = 2
      Top = 15
      Width = 773
      Height = 387
      Align = alClient
      Color = 16119285
      Ctl3D = False
      DataSource = dsPurc
      FixedColor = 14408667
      Font.Charset = ANSI_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'Dina'
      Font.Style = []
      Options = [dgTitles, dgIndicator, dgColLines, dgRowLines, dgRowSelect, dgCancelOnExit]
      ParentCtl3D = False
      ParentFont = False
      PopupMenu = PopupMenu1
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = 'Dina'
      TitleFont.Style = [fsBold]
      OnCellClick = ItemGridCellClick
      OnDrawColumnCell = ItemGridDrawColumnCell
      AutoAppend = False
      TitleButtons = True
      TitleArrow = True
      SelectColumnsDialogStrings.Caption = 'Select columns'
      SelectColumnsDialogStrings.RealNamesOption = '[With the real field name]'
      SelectColumnsDialogStrings.OK = '&OK'
      SelectColumnsDialogStrings.NoSelectionWarning = 'At least one column must be visible!'
      CanDelete = False
      EditControls = <
        item
          ControlName = 'DBEdit1'
          FieldName = 'FTAXNO'
          FitCell = fcCellSize
        end>
      RowsHeight = 17
      TitleRowHeight = 20
      WordWrap = True
      SortWith = swFields
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'TRDATE'
          Title.Alignment = taCenter
          Title.Caption = 'TANGGAL'
          Width = 75
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'TRNO'
          Title.Alignment = taCenter
          Title.Caption = 'FAKTUR'
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'SJNO'
          Title.Alignment = taCenter
          Title.Caption = 'NOTA-NOMOR'
          Width = 110
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'SPLCODE'
          Title.Alignment = taCenter
          Title.Caption = 'SPL'
          Width = 40
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'NAMASPL'
          Title.Alignment = taCenter
          Title.Caption = 'NAMA-SUPPLIER'
          Width = 155
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'TRDUE'
          Title.Alignment = taRightJustify
          Title.Caption = 'TOTAL'
          Width = 95
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'STATUS'
          Title.Alignment = taCenter
          Title.Caption = 'STAT'
          Width = 40
          Visible = True
        end>
    end
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 777
    Height = 41
    Align = alTop
    TabOrder = 0
    object DTPicker1: TJvDateEdit
      Left = 104
      Top = 12
      Width = 105
      Height = 23
      ClickKey = 112
      DefaultToday = True
      DialogTitle = 'Tanggal'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'Dina'
      Font.Style = []
      ParentFont = False
      PopupColor = 55807
      YearDigits = dyFour
      TabOrder = 0
      OnChange = DTPicker1Change
      ClipboardCommands = []
    end
    object DTPicker2: TJvDateEdit
      Left = 320
      Top = 12
      Width = 105
      Height = 23
      ClickKey = 112
      DefaultToday = True
      DialogTitle = 'Tanggal'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'Dina'
      Font.Style = []
      ParentFont = False
      PopupColor = 55807
      YearDigits = dyFour
      TabOrder = 1
      OnChange = DTPicker2Change
      ClipboardCommands = []
    end
    object JvStaticText5: TJvStaticText
      Left = 8
      Top = 12
      Width = 95
      Height = 23
      Alignment = taRightJustify
      AutoSize = False
      BevelKind = bkFlat
      Caption = 'Tgl Awal :'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Dina'
      Font.Style = [fsBold]
      HotTrackFont.Charset = ANSI_CHARSET
      HotTrackFont.Color = clWindowText
      HotTrackFont.Height = -13
      HotTrackFont.Name = 'Dina'
      HotTrackFont.Style = []
      Layout = tlCenter
      ParentFont = False
      TabOrder = 2
      TextMargins.X = 5
      TextMargins.Y = 0
      WordWrap = False
    end
    object JvStaticText1: TJvStaticText
      Left = 224
      Top = 12
      Width = 95
      Height = 23
      Alignment = taRightJustify
      AutoSize = False
      BevelKind = bkFlat
      Caption = 'Tgl Akhir :'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Dina'
      Font.Style = [fsBold]
      HotTrackFont.Charset = ANSI_CHARSET
      HotTrackFont.Color = clWindowText
      HotTrackFont.Height = -13
      HotTrackFont.Name = 'Dina'
      HotTrackFont.Style = []
      Layout = tlCenter
      ParentFont = False
      TabOrder = 3
      TextMargins.X = 5
      TextMargins.Y = 0
      WordWrap = False
    end
    object JvStaticText6: TJvStaticText
      Left = 444
      Top = 12
      Width = 157
      Height = 23
      AutoSize = False
      BevelKind = bkFlat
      Caption = 'Cari - Faktur No : '
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Dina'
      Font.Style = [fsBold]
      HotTrackFont.Charset = ANSI_CHARSET
      HotTrackFont.Color = clWindowText
      HotTrackFont.Height = -13
      HotTrackFont.Name = 'Dina'
      HotTrackFont.Style = []
      Layout = tlCenter
      ParentFont = False
      TabOrder = 4
      TextMargins.X = 5
      TextMargins.Y = 0
      WordWrap = False
    end
    object edFind: TEdit
      Left = 604
      Top = 12
      Width = 157
      Height = 23
      AutoSize = False
      CharCase = ecUpperCase
      Color = clInfoBk
      Ctl3D = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'Dina'

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -