mlcz.dfm

来自「用delphi开发的电力调度操作票系统并带有access数据库」· DFM 代码 · 共 105 行

DFM
105
字号
object Frm_MLCZ: TFrm_MLCZ
  Left = 314
  Top = 310
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #27597#32852#25805#20316
  ClientHeight = 235
  ClientWidth = 503
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 32
    Top = 29
    Width = 68
    Height = 16
    Caption = #21464#30005#25152#21517
  end
  object Label2: TLabel
    Left = 272
    Top = 28
    Width = 68
    Height = 16
    Caption = #24320#20851#32534#21495
  end
  object CB_BDS: TComboBox
    Left = 120
    Top = 24
    Width = 129
    Height = 24
    ItemHeight = 16
    TabOrder = 0
    Text = 'CB_BDS'
    OnChange = CB_BDSChange
  end
  object CB_KG: TComboBox
    Left = 352
    Top = 24
    Width = 121
    Height = 24
    ItemHeight = 16
    TabOrder = 1
    Text = 'CB_KG'
    OnChange = CB_KGChange
  end
  object RG_ZH: TRadioGroup
    Left = 32
    Top = 72
    Width = 217
    Height = 81
    Caption = #32508#21512#20196#31080
    Columns = 2
    Items.Strings = (
      #24320#20851#20572#30005
      #24320#20851#36865#30005)
    TabOrder = 2
    OnClick = RG_ZHClick
  end
  object RG_AC: TRadioGroup
    Left = 272
    Top = 72
    Width = 201
    Height = 81
    Caption = #23433#25514#20196#31080
    Columns = 2
    Items.Strings = (
      #20572#30005#26816#20462
      #25286#38500#23433#25514)
    TabOrder = 3
    OnClick = RG_ACClick
  end
  object BT_Sure: TButton
    Left = 96
    Top = 176
    Width = 75
    Height = 33
    Caption = #30830#23450
    TabOrder = 4
    OnClick = BT_SureClick
  end
  object BT_Cancle: TButton
    Left = 320
    Top = 176
    Width = 75
    Height = 33
    Caption = #21462#28040
    TabOrder = 5
    OnClick = BT_CancleClick
  end
  object ADOQuery: TADOQuery
    Parameters = <>
    Left = 240
    Top = 176
  end
end

⌨️ 快捷键说明

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