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

📄 addmrjsfrm.dfm

📁 程序用Delphi6编写
💻 DFM
字号:
object frmAddMrjs: TfrmAddMrjs
  Left = 299
  Top = 199
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'frmAddMrjs'
  ClientHeight = 181
  ClientWidth = 319
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 13
    Width = 36
    Height = 12
    Caption = #26085#26399#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 44
    Width = 36
    Height = 12
    Caption = #32593#36153#65306
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 16
    Top = 76
    Width = 36
    Height = 12
    Caption = #21830#21697#65306
    FocusControl = DBEdit3
  end
  object Label4: TLabel
    Left = 16
    Top = 108
    Width = 36
    Height = 12
    Caption = #22791#27880#65306
    FocusControl = DBEdit4
  end
  object Bevel1: TBevel
    Left = 9
    Top = 126
    Width = 296
    Height = 10
    Shape = bsBottomLine
  end
  object DBEdit2: TDBEdit
    Left = 56
    Top = 40
    Width = 134
    Height = 20
    DataField = #32593#36153
    DataSource = dmMain.dsMrjs
    TabOrder = 0
  end
  object DBEdit3: TDBEdit
    Left = 56
    Top = 72
    Width = 134
    Height = 20
    DataField = #21830#21697
    DataSource = dmMain.dsMrjs
    TabOrder = 1
  end
  object DBEdit4: TDBEdit
    Left = 56
    Top = 104
    Width = 241
    Height = 20
    DataField = #22791#27880
    DataSource = dmMain.dsMrjs
    TabOrder = 2
  end
  object DBDateTimeEditEh1: TDBDateTimeEditEh
    Left = 56
    Top = 8
    Width = 133
    Height = 20
    DataField = #26085#26399
    DataSource = dmMain.dsMrjs
    EditButtons = <>
    Kind = dtkDateEh
    TabOrder = 3
  end
  object btnOK: TButton
    Left = 135
    Top = 147
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 4
  end
  object btnCancel: TButton
    Left = 225
    Top = 147
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 5
  end
  inline Frame11: TFrame1
    Left = 20
    Top = 150
    Width = 78
    Height = 19
    AutoSize = True
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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