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

📄 unit3.dfm

📁 是用delphi与sql一块作的
💻 DFM
字号:
object czy: Tczy
  Left = 303
  Top = 195
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #25805#20316#21592#30331#24405
  ClientHeight = 282
  ClientWidth = 340
  Color = clTeal
  TransparentColorValue = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold, fsItalic]
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object TPanel
    Left = 24
    Top = 48
    Width = 289
    Height = 161
    BevelOuter = bvLowered
    BorderStyle = bsSingle
    Color = clSilver
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 56
      Width = 42
      Height = 16
      Caption = #24080#21495': '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 32
      Top = 80
      Width = 46
      Height = 16
      Caption = #23494#30721':  '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
    end
    object Label3: TLabel
      Left = 32
      Top = 16
      Width = 131
      Height = 19
      Caption = #35831#36755#20837#24080#21495#23494#30721': '
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -16
      Font.Name = #21326#25991#20013#23435
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
      Transparent = False
    end
    object zh: TEdit
      Left = 96
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 0
      OnKeyPress = zhKeyPress
    end
    object mm: TEdit
      Left = 96
      Top = 80
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
      OnChange = mmChange
      OnKeyPress = mmKeyPress
    end
    object Button1: TButton
      Left = 16
      Top = 112
      Width = 75
      Height = 25
      Caption = #30331#24405
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 104
      Top = 112
      Width = 75
      Height = 25
      Caption = #28165#38500
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 192
      Top = 112
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
      OnClick = Button3Click
    end
  end
  object Panel2: TPanel
    Left = 64
    Top = 0
    Width = 185
    Height = 49
    BevelOuter = bvNone
    Color = clGradientActiveCaption
    TabOrder = 1
    object Label4: TLabel
      Left = 100
      Top = 8
      Width = 113
      Height = 24
      Caption = #31069#21531#24320#24515'!'
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -24
      Font.Name = #24188#22278
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
      Visible = False
    end
    object Label5: TLabel
      Left = 0
      Top = 8
      Width = 113
      Height = 24
      Caption = #27426#36814#20351#29992'!'
      Color = clSilver
      Font.Charset = GB2312_CHARSET
      Font.Color = clGreen
      Font.Height = -24
      Font.Name = #24188#22278
      Font.Style = [fsBold, fsItalic]
      ParentColor = False
      ParentFont = False
    end
  end
  object RadioGroup1: TRadioGroup
    Left = 72
    Top = 216
    Width = 185
    Height = 57
    Caption = 'RadioGroup1'
    ItemIndex = 1
    Items.Strings = (
      #20462#25913
      #26597#25214)
    TabOrder = 2
  end
  object Timer1: TTimer
    Interval = 10
    OnTimer = Timer1Timer
    Left = 16
    Top = 16
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 10
    OnTimer = Timer2Timer
    Left = 272
    Top = 8
  end
end

⌨️ 快捷键说明

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