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

📄 findboardno.dfm

📁 某公司资料管理系统
💻 DFM
字号:
object FindBoardNoForm: TFindBoardNoForm
  Left = 164
  Top = 190
  BorderStyle = bsDialog
  Caption = #26597#35810#26495#26009#32534#21495
  ClientHeight = 336
  ClientWidth = 453
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 41
    Width = 453
    Height = 295
    Align = alClient
    DataSource = MastData.BoardLookupSource
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'BoardNo'
        Title.Caption = #26495#26009#31616#31216
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'BoardDesc'
        Title.Caption = #25551#36848
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Thick'
        Title.Caption = #26495#21402
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CuThick'
        Title.Caption = #38108#21402
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Color'
        Title.Caption = #39068#33394
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 453
    Height = 41
    Align = alTop
    TabOrder = 1
    object Label2: TLabel
      Left = 15
      Top = 14
      Width = 48
      Height = 12
      Caption = #26495#26009#32534#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object SearchButton: TSpeedButton
      Left = 198
      Top = 8
      Width = 23
      Height = 23
      Hint = 'Search'
      Enabled = False
      Glyph.Data = {
        CA010000424DCA01000000000000760000002800000022000000110000000100
        04000000000054010000CE0E0000D80E00001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333333FBFFF
        FFFFF3333333333333333300000033333333FBBFFFFBF3333333333333333300
        00003333333FBFFFFBFFF333333333333333330000003333333FBFFFFBFBF333
        3333333333333300000033333333FBBFFFFFF333333333333333330000003333
        333444FBFFFBF3333333888333333300000033333344834FBFFFF33333388738
        333333000000333334847F84BFFFF33333878737833333000000333334484F84
        FBBFB333338878378333330000003333348F74483FF3F3333387338873333300
        0000333344FFF743333333333883333833333300000033448F84443333333338
        873388873333330000003448F74333333333338873387773333333000000348F
        77333333333333873337333333333300000034F7743333333333338333873333
        3333330000003444433333333333338888733333333333000000333333333333
        3333333333333333333333000000}
      NumGlyphs = 2
      ParentShowHint = False
      ShowHint = True
      OnClick = SearchButtonClick
    end
    object Button1: TButton
      Left = 249
      Top = 6
      Width = 75
      Height = 25
      Caption = #30830#23450
      Default = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ModalResult = 1
      ParentFont = False
      TabOrder = 0
    end
    object Button2: TButton
      Left = 334
      Top = 6
      Width = 75
      Height = 25
      Cancel = True
      Caption = #21462#28040
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ModalResult = 2
      ParentFont = False
      TabOrder = 1
    end
    object SearchEdit: TEdit
      Left = 65
      Top = 11
      Width = 126
      Height = 20
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnChange = SearchEditChange
    end
  end
  object DataSource: TDataSource
    DataSet = MastData.BoardLookup
    Left = 40
    Top = 115
  end
end

⌨️ 快捷键说明

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