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

📄 unitplan.dfm

📁 delphi做的名片管理软件
💻 DFM
字号:
object PlanFrm: TPlanFrm
  Left = 71
  Top = 221
  Width = 714
  Height = 483
  Caption = #26085#31243#35745#21010
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 264
    Width = 57
    Height = 13
    Caption = #32534#36753#35745#21010
  end
  object Label2: TLabel
    Left = 16
    Top = 240
    Width = 65
    Height = 13
    Caption = #26085'        '#26399
  end
  object Label3: TLabel
    Left = 568
    Top = 264
    Width = 48
    Height = 17
    Caption = #26597#35810#26085#26399
  end
  object Button2: TButton
    Left = 408
    Top = 328
    Width = 129
    Height = 25
    Caption = #28155#21152
    TabOrder = 0
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 408
    Top = 368
    Width = 129
    Height = 25
    Caption = #21024#38500
    Enabled = False
    TabOrder = 1
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 408
    Top = 408
    Width = 129
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 408
    Top = 288
    Width = 129
    Height = 25
    Caption = #26597#35810
    TabOrder = 3
    OnClick = Button5Click
  end
  object RadioGroup1: TRadioGroup
    Left = 568
    Top = 312
    Width = 113
    Height = 121
    Caption = #26597#35810#26465#20214
    ItemIndex = 2
    Items.Strings = (
      #24180#24230#26597#35810
      #26376#26597#35810
      #26085#26597#35810)
    TabOrder = 4
    OnClick = RadioGroup1Click
  end
  object DBGridEh1: TDBGridEh
    Left = 8
    Top = 8
    Width = 689
    Height = 217
    FixedColor = clSkyBlue
    Flat = False
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        EditButtons = <>
        FieldName = 'id'
        Footers = <>
        Title.Caption = 'NO'
      end
      item
        EditButtons = <>
        FieldName = 'dsdate'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #26085'  '#26399
        Width = 128
      end
      item
        EditButtons = <>
        FieldName = 'detail'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #35745'     '#21010
        Width = 453
      end>
  end
  object DateTimePicker1: TDateTimePicker
    Left = 568
    Top = 288
    Width = 113
    Height = 21
    Date = 39052.623225543980000000
    Time = 39052.623225543980000000
    TabOrder = 6
  end
  object DateTimePicker2: TDateTimePicker
    Left = 96
    Top = 240
    Width = 129
    Height = 21
    Date = 39052.624272453700000000
    Time = 39052.624272453700000000
    TabOrder = 7
  end
  object Memo1: TMemo
    Left = 8
    Top = 288
    Width = 377
    Height = 153
    Lines.Strings = (
      'Memo1')
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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