fujiaotherfrm.dfm

来自「程序用Delphi6编写」· DFM 代码 · 共 107 行

DFM
107
字号
object frmFuJiaOther: TfrmFuJiaOther
  Left = 554
  Top = 116
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #20854#23427
  ClientHeight = 134
  ClientWidth = 300
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 9
    Top = 84
    Width = 272
    Height = 10
    Shape = bsBottomLine
  end
  object Label1: TLabel
    Left = 32
    Top = 13
    Width = 36
    Height = 12
    Caption = #21697#21517#65306
    FocusControl = DBEdit1
  end
  object Label2: TLabel
    Left = 32
    Top = 45
    Width = 36
    Height = 12
    Caption = #21806#20215#65306
    FocusControl = DBEdit2
  end
  object btnOK: TButton
    Left = 118
    Top = 102
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object btnCancel: TButton
    Left = 208
    Top = 102
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
  end
  inline Frame11: TFrame1
    Left = 20
    Top = 106
    Width = 78
    Height = 19
    AutoSize = True
    TabOrder = 2
  end
  object DBEdit1: TDBEdit
    Left = 88
    Top = 8
    Width = 169
    Height = 20
    DataField = #21697#21517
    DataSource = dmMain.dsSpBuy
    TabOrder = 3
  end
  object DBEdit2: TDBEdit
    Left = 88
    Top = 40
    Width = 169
    Height = 20
    DataField = #21806#20215
    DataSource = dmMain.dsSpBuy
    TabOrder = 4
  end
  object RadioButton1: TRadioButton
    Left = 32
    Top = 72
    Width = 65
    Height = 17
    Caption = #21830#21697
    Checked = True
    TabOrder = 5
    TabStop = True
  end
  object RadioButton2: TRadioButton
    Left = 136
    Top = 72
    Width = 65
    Height = 17
    Caption = #32593#36153
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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