redataunit.dfm

来自「人事管理系统帮助人们管理复杂的关系」· DFM 代码 · 共 107 行

DFM
107
字号
object ReDataForm: TReDataForm
  Left = 265
  Top = 206
  Width = 351
  Height = 158
  Caption = #25968#25454#24211#36824#21407
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 343
    Height = 131
    Align = alClient
    BevelInner = bvLowered
    Color = clBtnHighlight
    TabOrder = 0
    object Label1: TLabel
      Left = 20
      Top = 45
      Width = 71
      Height = 16
      AutoSize = False
      Caption = #36824#21407#36335#24452#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = 16554836
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 115
      Top = 8
      Width = 113
      Height = 20
      AutoSize = False
      Caption = #25968#25454#24211#36824#21407
      Font.Charset = DEFAULT_CHARSET
      Font.Color = 16554836
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object edtBakPath: TEdit
      Left = 94
      Top = 43
      Width = 229
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = 16554836
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
    end
    object Panel2: TPanel
      Left = 2
      Top = 96
      Width = 339
      Height = 33
      Align = alBottom
      BevelInner = bvLowered
      Caption = 'Panel2'
      Color = clCaptionText
      TabOrder = 1
      object Button2: TButton
        Left = 2
        Top = 2
        Width = 167
        Height = 30
        Caption = #24320#22987#36824#21407
        TabOrder = 0
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 168
        Top = 2
        Width = 169
        Height = 30
        Caption = #36864#20986#36824#21407
        TabOrder = 1
        OnClick = Button3Click
      end
    end
    object ProgressBar1: TProgressBar
      Left = 2
      Top = 81
      Width = 339
      Height = 15
      Align = alBottom
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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