fstatools.~dfm

来自「一个基于delphi开发的人力资源管理的系统源码。」· ~DFM 代码 · 共 129 行

~DFM
129
字号
object statools: Tstatools
  Left = 193
  Top = 133
  BorderStyle = bsDialog
  Caption = #24037#20316#29992#21697#39046#29992#21333
  ClientHeight = 346
  ClientWidth = 338
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 321
    Height = 297
    ActivePage = TabSheet1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #22522#26412
      object GroupBox1: TGroupBox
        Left = 8
        Top = 8
        Width = 297
        Height = 161
        TabOrder = 0
        object Label1: TLabel
          Left = 24
          Top = 32
          Width = 48
          Height = 12
          Caption = #29992#21697#21517#31216
        end
        object Label2: TLabel
          Left = 24
          Top = 72
          Width = 48
          Height = 12
          Caption = #39046#29992#25968#37327
        end
        object Label3: TLabel
          Left = 24
          Top = 112
          Width = 48
          Height = 12
          Caption = #39046#29992#26085#26399
        end
        object cxDBLookupComboBox1: TcxDBLookupComboBox
          Left = 80
          Top = 28
          Width = 193
          Height = 20
          DataBinding.DataSource = Main.p_w_toolsSource
          DataBinding.DataField = 'w_id'
          Properties.KeyFieldNames = 'id'
          Properties.ListColumns = <
            item
              FieldName = 'w_name'
            end>
          Properties.ListOptions.ShowHeader = False
          Properties.ListSource = Main.w_toolsSource
          Style.LookAndFeel.Kind = lfStandard
          TabOrder = 0
        end
        object cxDBSpinEdit1: TcxDBSpinEdit
          Left = 80
          Top = 68
          Width = 121
          Height = 20
          DataBinding.DataSource = Main.p_w_toolsSource
          DataBinding.DataField = 'u_account'
          Style.LookAndFeel.Kind = lfStandard
          TabOrder = 1
        end
        object cxDBDateEdit1: TcxDBDateEdit
          Left = 80
          Top = 108
          Width = 121
          Height = 20
          DataBinding.DataSource = Main.p_w_toolsSource
          DataBinding.DataField = 'u_Date'
          Style.LookAndFeel.Kind = lfStandard
          TabOrder = 2
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = #35828#26126
      ImageIndex = 1
      object DBMemo1: TDBMemo
        Left = 8
        Top = 16
        Width = 297
        Height = 241
        DataField = 'u_memo'
        DataSource = Main.p_w_toolsSource
        TabOrder = 0
      end
    end
  end
  object Button1: TButton
    Left = 248
    Top = 312
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 168
    Top = 312
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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