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

📄 unit12.dfm

📁 DELPHI7.0+SQL2005环境下开发 2008年8月假期所写
💻 DFM
字号:
object frm_rldj: Tfrm_rldj
  Left = 321
  Top = 269
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20837#27004#30331#35760
  ClientHeight = 401
  ClientWidth = 486
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 32
    Width = 72
    Height = 13
    Caption = #34987#35775#20154#22995#21517#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 72
    Width = 72
    Height = 13
    Caption = #26469#35775#20154#22995#21517#65306
  end
  object Label3: TLabel
    Left = 264
    Top = 32
    Width = 60
    Height = 13
    Caption = #25152#23646#20851#31995#65306
  end
  object Label4: TLabel
    Left = 24
    Top = 112
    Width = 72
    Height = 13
    Caption = #34987#35775#20154#23487#33293#65306
  end
  object Label5: TLabel
    Left = 24
    Top = 192
    Width = 60
    Height = 13
    Caption = #26469#35775#26102#38388#65306
  end
  object Label6: TLabel
    Left = 264
    Top = 72
    Width = 60
    Height = 13
    Caption = #20540#29677#20154#21592#65306
  end
  object Label7: TLabel
    Left = 264
    Top = 112
    Width = 60
    Height = 13
    Caption = #26469#35775#26085#26399#65306
  end
  object Label8: TLabel
    Left = 264
    Top = 192
    Width = 60
    Height = 13
    Caption = #32467#26463#26102#38388#65306
  end
  object Label9: TLabel
    Left = 24
    Top = 232
    Width = 60
    Height = 13
    Caption = #22791#12288#12288#27880#65306
  end
  object Label10: TLabel
    Left = 24
    Top = 152
    Width = 60
    Height = 13
    Caption = #35777#20214#21517#31216#65306
  end
  object Label11: TLabel
    Left = 264
    Top = 152
    Width = 60
    Height = 13
    Caption = #35777#20214#21495#30721#65306
  end
  object Edit1: TEdit
    Left = 104
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 104
    Top = 104
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 336
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object ComboBox2: TComboBox
    Left = 336
    Top = 64
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 4
  end
  object Memo1: TMemo
    Left = 24
    Top = 256
    Width = 433
    Height = 89
    TabOrder = 5
  end
  object Button1: TButton
    Left = 112
    Top = 360
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 296
    Top = 360
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 7
    OnClick = Button2Click
  end
  object ComboBox3: TComboBox
    Left = 104
    Top = 144
    Width = 121
    Height = 21
    ItemHeight = 13
    ItemIndex = 1
    TabOrder = 8
    Text = #23398#29983#35777
    Items.Strings = (
      #36523#20221#35777
      #23398#29983#35777)
  end
  object Edit4: TEdit
    Left = 336
    Top = 144
    Width = 121
    Height = 21
    TabOrder = 9
    OnKeyPress = Edit4KeyPress
  end
  object MaskEdit1: TMaskEdit
    Left = 336
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 10
    Text = 'MaskEdit1'
  end
  object MaskEdit2: TMaskEdit
    Left = 104
    Top = 184
    Width = 121
    Height = 21
    TabOrder = 11
    Text = 'MaskEdit2'
  end
  object MaskEdit3: TMaskEdit
    Left = 336
    Top = 184
    Width = 121
    Height = 21
    Enabled = False
    TabOrder = 12
    Text = 'MaskEdit3'
  end
end

⌨️ 快捷键说明

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