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

📄 changeunit.~dfm

📁 这是我做的一个课程设计
💻 ~DFM
字号:
object changeForm: TchangeForm
  Left = 199
  Top = 227
  Width = 622
  Height = 434
  Caption = #23398#31821#21464#26356
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 185
    Height = 402
    Align = alLeft
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 183
      Height = 400
      Align = alClient
      DataSource = DMform.DataSource_change
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Panel2: TPanel
    Left = 185
    Top = 0
    Width = 429
    Height = 402
    Align = alClient
    TabOrder = 1
    object Label1: TLabel
      Left = 40
      Top = 16
      Width = 24
      Height = 13
      Caption = #23398#21495
    end
    object Label7: TLabel
      Left = 16
      Top = 96
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #35760#24405#26085#26399
    end
    object Label8: TLabel
      Left = 24
      Top = 56
      Width = 36
      Height = 13
      Caption = #35760#24405#21495
    end
    object Edit1: TEdit
      Left = 72
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object GroupBox1: TGroupBox
      Left = 216
      Top = 8
      Width = 193
      Height = 161
      Caption = #20010#20154#20449#24687
      TabOrder = 1
      object Label2: TLabel
        Left = 32
        Top = 24
        Width = 24
        Height = 13
        AutoSize = False
        Caption = #22995#21517
      end
      object Label3: TLabel
        Left = 32
        Top = 48
        Width = 33
        Height = 13
        AutoSize = False
        Caption = #24615#21035
      end
      object Label4: TLabel
        Left = 32
        Top = 72
        Width = 24
        Height = 13
        AutoSize = False
        Caption = #29983#26085
      end
      object Label5: TLabel
        Left = 8
        Top = 96
        Width = 57
        Height = 13
        AutoSize = False
        Caption = #25152#22312#29677#32423
      end
      object Label6: TLabel
        Left = 24
        Top = 120
        Width = 36
        Height = 13
        AutoSize = False
        Caption = #29677#20027#20219
      end
      object Edit2: TEdit
        Left = 64
        Top = 16
        Width = 121
        Height = 21
        TabOrder = 0
      end
      object Edit3: TEdit
        Left = 64
        Top = 40
        Width = 121
        Height = 21
        TabOrder = 1
      end
      object Edit4: TEdit
        Left = 64
        Top = 72
        Width = 121
        Height = 21
        TabOrder = 2
      end
      object Edit5: TEdit
        Left = 64
        Top = 96
        Width = 121
        Height = 21
        TabOrder = 3
      end
      object Edit6: TEdit
        Left = 64
        Top = 120
        Width = 121
        Height = 21
        TabOrder = 4
      end
    end
    object Button1: TButton
      Left = 24
      Top = 120
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 120
      Top = 120
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 3
      OnClick = Button2Click
    end
    object DateTimePicker1: TDateTimePicker
      Left = 80
      Top = 88
      Width = 121
      Height = 21
      Date = 39217.386312569450000000
      Time = 39217.386312569450000000
      TabOrder = 4
    end
    object GroupBox3: TGroupBox
      Left = 200
      Top = 176
      Width = 217
      Height = 217
      Caption = #35828#26126
      TabOrder = 5
      object Memo1: TMemo
        Left = 2
        Top = 15
        Width = 213
        Height = 200
        Align = alClient
        TabOrder = 0
      end
    end
    object RadioGroup1: TRadioGroup
      Left = 8
      Top = 168
      Width = 177
      Height = 225
      Caption = #23398#31821#21464#26356#31867#22411
      Items.Strings = (
        #20241#23398'          '
        #22797#23398'           '
        #36716#23398
        #36716#31995
        #27605#19994' '
        #32467#19994)
      TabOrder = 6
    end
    object Edit7: TEdit
      Left = 72
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 7
    end
  end
end

⌨️ 快捷键说明

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