unit7.dfm

来自「DELPHI7.0+SQL2005环境下开发 2008年8月假期所写」· DFM 代码 · 共 156 行

DFM
156
字号
object frm_mrqk: Tfrm_mrqk
  Left = 425
  Top = 165
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #27599#26085#24773#20917
  ClientHeight = 395
  ClientWidth = 213
  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 = 40
    Width = 42
    Height = 13
    Caption = #23487#33293#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 80
    Width = 42
    Height = 13
    Caption = #26085#26399#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 256
    Width = 42
    Height = 13
    Caption = #22791#27880#65306
  end
  object Label4: TLabel
    Left = 24
    Top = 120
    Width = 42
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label5: TLabel
    Left = 24
    Top = 160
    Width = 42
    Height = 13
    Caption = #26202#24402#65306
  end
  object Label6: TLabel
    Left = 24
    Top = 200
    Width = 42
    Height = 13
    Caption = #26410#24402#65306
  end
  object Label7: TLabel
    Left = 24
    Top = 232
    Width = 42
    Height = 13
    Caption = #29060#28783#65306
  end
  object ComboBox1: TComboBox
    Left = 64
    Top = 32
    Width = 113
    Height = 21
    ItemHeight = 13
    TabOrder = 0
  end
  object Memo1: TMemo
    Left = 24
    Top = 272
    Width = 161
    Height = 65
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 64
    Top = 112
    Width = 113
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 24
    Top = 352
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 112
    Top = 352
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
  object ComboBox2: TComboBox
    Left = 64
    Top = 152
    Width = 113
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 5
    Text = #26159
    Items.Strings = (
      #26159
      #21542)
  end
  object ComboBox3: TComboBox
    Left = 64
    Top = 192
    Width = 113
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 6
    Text = #21542
    Items.Strings = (
      #21542
      #26159)
  end
  object ComboBox4: TComboBox
    Left = 64
    Top = 224
    Width = 113
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 7
    Text = #26410#25353#26102
    Items.Strings = (
      #26410#25353#26102
      #25353#26102)
  end
  object MaskEdit1: TMaskEdit
    Left = 64
    Top = 72
    Width = 111
    Height = 21
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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