unit5.~dfm

来自「软件课程设计」· ~DFM 代码 · 共 122 行

~DFM
122
字号
object Form5: TForm5
  Left = 410
  Top = 157
  Width = 870
  Height = 550
  Caption = 'Form5'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -29
  Font.Name = #38582#20070
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 29
  object Label1: TLabel
    Left = 112
    Top = 64
    Width = 120
    Height = 29
    Caption = #26597#35810#26041#24335
  end
  object Label2: TLabel
    Left = 80
    Top = 144
    Width = 180
    Height = 29
    Caption = #36755#20837#30456#24212#20449#24687
  end
  object ComboBox1: TComboBox
    Left = 272
    Top = 56
    Width = 177
    Height = 37
    ItemHeight = 29
    TabOrder = 0
    Items.Strings = (
      #22995#21517
      #30005#35805
      #20809#20020#27425#25968)
  end
  object Edit1: TEdit
    Left = 296
    Top = 136
    Width = 193
    Height = 37
    TabOrder = 1
  end
  object Button1: TButton
    Left = 576
    Top = 40
    Width = 89
    Height = 57
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 576
    Top = 128
    Width = 89
    Height = 57
    Caption = #36820#22238
    TabOrder = 3
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 495
    Width = 854
    Height = 19
    Panels = <
      item
        Text = #31649#29702#21592
        Width = 300
      end
      item
        Text = #26085#26399
        Width = 300
      end
      item
        Text = #26102#38388
        Width = 300
      end>
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 264
    Width = 841
    Height = 305
    DataSource = Form1.DataSource1
    ReadOnly = True
    TabOrder = 5
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -29
    TitleFont.Name = #38582#20070
    TitleFont.Style = []
    Visible = False
  end
  object Button3: TButton
    Left = 88
    Top = 200
    Width = 97
    Height = 41
    Caption = #20462#25913
    TabOrder = 6
    Visible = False
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 248
    Top = 200
    Width = 121
    Height = 41
    Caption = #20462#25913#30830#23450
    TabOrder = 7
    Visible = False
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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