unit_quanxian.dfm

来自「招投标软件代码,很有应用价值,请大家参考下哦,不明白的地方给我留言」· DFM 代码 · 共 96 行

DFM
96
字号
object Frm_QuanXian: TFrm_QuanXian
  Left = 363
  Top = 104
  Width = 575
  Height = 482
  Caption = #29992#25143#26435#38480#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 14
    Top = 11
    Width = 59
    Height = 15
    AutoSize = False
    Caption = #29992#25143#32534#30721
  end
  object SpeedButton1: TSpeedButton
    Left = 256
    Top = 144
    Width = 33
    Height = 33
    Caption = '>>'
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 256
    Top = 208
    Width = 33
    Height = 33
    Caption = '<<'
    OnClick = SpeedButton2Click
  end
  object Label2: TLabel
    Left = 14
    Top = 35
    Width = 171
    Height = 15
    AutoSize = False
    Caption = #21487#25480#20104#25805#20316#26435#38480
  end
  object Label3: TLabel
    Left = 294
    Top = 35
    Width = 171
    Height = 15
    AutoSize = False
    Caption = #35813#29992#25143#30340#25805#20316#26435#38480
  end
  object Com_UserId: TComboBox
    Left = 80
    Top = 8
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'Com_UserId'
    OnChange = Com_UserIdChange
  end
  object ListView1: TListView
    Left = 16
    Top = 56
    Width = 233
    Height = 361
    Columns = <
      item
      end>
    TabOrder = 1
    ViewStyle = vsList
  end
  object ListView2: TListView
    Left = 296
    Top = 56
    Width = 217
    Height = 361
    Columns = <
      item
      end>
    TabOrder = 2
    ViewStyle = vsList
  end
  object ADOQuery: TADOQuery
    Connection = DataModule1.ADOMainConn
    Parameters = <>
    Left = 256
    Top = 32
  end
end

⌨️ 快捷键说明

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