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

📄 mxcz.dfm

📁 用delphi开发的电力调度操作票系统并带有access数据库
💻 DFM
字号:
object Frm_MXCZ: TFrm_MXCZ
  Left = 261
  Top = 144
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #27597#32447#25805#20316
  ClientHeight = 318
  ClientWidth = 384
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 19
  object Label1: TLabel
    Left = 32
    Top = 27
    Width = 80
    Height = 19
    Caption = #21464#30005#25152#21517
  end
  object Label2: TLabel
    Left = 32
    Top = 67
    Width = 60
    Height = 19
    Caption = #27597#32447#21517
  end
  object CB_BDS: TComboBox
    Left = 160
    Top = 27
    Width = 153
    Height = 27
    ItemHeight = 19
    TabOrder = 0
    Text = 'CB_BDS'
  end
  object CB_MXNAME: TComboBox
    Left = 160
    Top = 67
    Width = 153
    Height = 27
    ItemHeight = 19
    TabOrder = 1
    Text = 'CB_MXNAME'
  end
  object BT_Sure: TButton
    Left = 288
    Top = 147
    Width = 75
    Height = 33
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BT_SureClick
  end
  object BT_Cancel: TButton
    Left = 288
    Top = 248
    Width = 75
    Height = 33
    Caption = #21462#28040
    TabOrder = 3
    OnClick = BT_CancelClick
  end
  object RG_ZH: TRadioGroup
    Left = 32
    Top = 123
    Width = 241
    Height = 70
    Caption = #32508#21512#31080#20196
    Columns = 2
    Items.Strings = (
      #27597#32447#20572#30005
      #27597#32447#36865#30005)
    TabOrder = 4
    OnClick = RG_ZHClick
  end
  object RG_AC: TRadioGroup
    Left = 32
    Top = 211
    Width = 241
    Height = 86
    Caption = #25353#25514#31080#20196
    Columns = 2
    Items.Strings = (
      #20572#30005#26816#20462
      #25286#38500#23433#25514)
    TabOrder = 5
    OnClick = RG_ACClick
  end
  object ADOQuery: TADOQuery
    Parameters = <>
    Left = 208
    Top = 195
  end
end

⌨️ 快捷键说明

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