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

📄 unit_quanxian.dfm

📁 招投标软件代码,很有应用价值,请大家参考下哦,不明白的地方给我留言
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -