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

📄 editemgrup.dfm

📁 this is sample for traders
💻 DFM
字号:
object edItemGrupForm: TedItemGrupForm
  Left = 200
  Top = 115
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = ' Item Grup'
  ClientHeight = 413
  ClientWidth = 274
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox2: TGroupBox
    Left = 8
    Top = 0
    Width = 257
    Height = 73
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object btnAdd: TSpeedButton
      Left = 224
      Top = 16
      Width = 25
      Height = 49
      Glyph.Data = {
        E6000000424DE60000000000000076000000280000000F0000000E0000000100
        04000000000070000000130B0000130B00001000000000000000000000000000
        8000008000000080800080000000800080008080000080808000C0C0C0000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
        8880888888888888888088888888888888808888880008888880888888070888
        8880888888070888888088800007000088808880777777708880888000070000
        8880888888070888888088888807088888808888880008888880888888888888
        88808888888888888880}
      OnClick = btnAddClick
    end
    object edFind: TEdit
      Left = 8
      Top = 42
      Width = 209
      Height = 23
      AutoSize = False
      CharCase = ecUpperCase
      Color = clInfoBk
      Ctl3D = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'Dina'
      Font.Style = []
      MaxLength = 20
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      OnChange = edFindChange
    end
    object JvStaticText2: TJvStaticText
      Left = 8
      Top = 16
      Width = 209
      Height = 23
      AutoSize = False
      BevelKind = bkFlat
      Caption = 'Cari Grup / Departemen Item : '
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = [fsBold]
      HotTrackFont.Charset = ANSI_CHARSET
      HotTrackFont.Color = clWindowText
      HotTrackFont.Height = -11
      HotTrackFont.Name = 'Tahoma'
      HotTrackFont.Style = []
      Layout = tlCenter
      ParentFont = False
      TabOrder = 1
      TextMargins.X = 5
      TextMargins.Y = 0
      WordWrap = False
    end
  end
  object GroupBox4: TGroupBox
    Left = 8
    Top = 72
    Width = 257
    Height = 289
    TabOrder = 1
    object GrupItemGrid: TJvDBUltimGrid
      Left = 8
      Top = 12
      Width = 241
      Height = 269
      Hint = ' Klik Kanan Mouse '
      Color = 16119285
      Ctl3D = False
      DataSource = dsItemgrup
      FixedColor = 14408667
      Font.Charset = ANSI_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'Dina'
      Font.Style = []
      Options = [dgEditing, dgTitles, dgIndicator, dgColLines, dgRowLines, dgCancelOnExit]
      ParentCtl3D = False
      ParentFont = False
      ParentShowHint = False
      PopupMenu = PopupMenu1
      ShowHint = True
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clNavy
      TitleFont.Height = -13
      TitleFont.Name = 'Dina'
      TitleFont.Style = [fsBold]
      OnKeyDown = GrupItemGridKeyDown
      AutoAppend = False
      TitleButtons = True
      PostOnEnterKey = 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 = 'GRUPNAME'
          FitCell = fcCellSize
          LeaveOnEnterKey = True
          LeaveOnUpDownKey = True
        end>
      AutoSizeRows = False
      RowResize = True
      RowsHeight = 20
      TitleRowHeight = 20
      SortWith = swFields
      Columns = <
        item
          Expanded = False
          FieldName = 'GRUPCODE'
          Title.Alignment = taCenter
          Title.Caption = 'KODE'
          Title.Font.Charset = ANSI_CHARSET
          Title.Font.Color = clBlack
          Title.Font.Height = -12
          Title.Font.Name = 'Dina'
          Title.Font.Style = []
          Width = 55
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'GRUPNAME'
          Title.Alignment = taCenter
          Title.Caption = ' NAMA-GRUP'
          Title.Font.Charset = ANSI_CHARSET
          Title.Font.Color = clBlack
          Title.Font.Height = -12
          Title.Font.Name = 'Dina'
          Title.Font.Style = []
          Width = 150
          Visible = True
        end>
    end
    object DBEdit1: TDBEdit
      Left = 72
      Top = 112
      Width = 153
      Height = 21
      CharCase = ecUpperCase
      Color = clInfoBk
      DataField = 'GRUPNAME'
      DataSource = dsItemgrup
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Dina'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      Visible = False
      OnExit = DBEdit1Exit
    end
  end
  object Memo1: TMemo
    Left = 8
    Top = 360
    Width = 257
    Height = 49
    Color = clInfoBk
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsItalic]
    Lines.Strings = (
      'Meng-Ubah Nama Grup Atau Meng-HAPUS Grup '
      'Akan mengakibatkan Seluruh Item Barang'
      'Berubah / Terhapus !!')
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
  end
  object dsItemgrup: TDataSource
    DataSet = DM.qItemGrup
    Left = 24
    Top = 208
  end
  object PopupMenu1: TPopupMenu
    Left = 56
    Top = 208
    object EditName: TMenuItem
      Caption = 'Ubah Nama Grup'
      OnClick = EditNameClick
    end
  end
end

⌨️ 快捷键说明

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