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

📄 u_fromdateto.dfm

📁 小型劳资管理系统,用visual basic+access编写
💻 DFM
字号:
object F_fromdateto: TF_fromdateto
  Left = 257
  Top = 200
  Width = 250
  Height = 163
  ActiveControl = MaskEdit1
  BorderIcons = [biSystemMenu]
  Caption = #26597#30475#27491#24120#25171#21345#31867#22411
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #22841#21457#30768
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 7
    Top = 34
    Width = 77
    Height = 15
    Caption = #24320#22987#26085#26399':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -15
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 7
    Top = 65
    Width = 77
    Height = 15
    Caption = #32467#26463#26085#26399':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -15
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 3
    Height = 13
  end
  object Label4: TLabel
    Left = 48
    Top = 8
    Width = 126
    Height = 19
    Caption = #27491#24120#21047#21345#26085#26399
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -19
    Font.Name = #20223#23435'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Button1: TButton
    Left = 47
    Top = 104
    Width = 61
    Height = 22
    Caption = #30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 0
  end
  object Button2: TButton
    Left = 143
    Top = 107
    Width = 61
    Height = 23
    Caption = #21462#28040
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object MaskEdit1: TMaskEdit
    Left = 93
    Top = 32
    Width = 92
    Height = 21
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 2
    Text = '    /  /  '
    OnDblClick = MaskEdit1DblClick
    OnKeyPress = MaskEdit1KeyPress
    OnMouseUp = MaskEdit1MouseUp
  end
  object MaskEdit2: TMaskEdit
    Left = 93
    Top = 64
    Width = 92
    Height = 21
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 3
    Text = '    /  /  '
    OnKeyPress = MaskEdit2KeyPress
  end
  object DateTimePicker1: TDateTimePicker
    Left = 184
    Top = 32
    Width = 18
    Height = 25
    CalAlignment = dtaLeft
    Date = 37538.8491344329
    Time = 37538.8491344329
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 4
    OnChange = DateTimePicker1Change
  end
  object DateTimePicker2: TDateTimePicker
    Left = 184
    Top = 64
    Width = 18
    Height = 25
    CalAlignment = dtaLeft
    Date = 37538.8492825694
    Time = 37538.8492825694
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 5
    OnChange = DateTimePicker2Change
  end
end

⌨️ 快捷键说明

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