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

📄 selectwtf.~dfm

📁 完整的公司合同管理系统,基于ACSESS数据库开发,无须安装任何其他插件.附带源码.免费提供.
💻 ~DFM
字号:
object frmSelectWTF: TfrmSelectWTF
  Left = 181
  Top = 167
  Width = 402
  Height = 308
  Caption = #36873#25321#22996#25176#26041
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 289
    Height = 279
    Align = alLeft
    BevelOuter = bvLowered
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 287
      Height = 277
      Align = alClient
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'WTF'
          Title.Caption = #20057#26041#21333#20301
          Width = 200
          Visible = True
        end>
    end
  end
  object BitBtn1: TBitBtn
    Left = 304
    Top = 24
    Width = 75
    Height = 23
    Caption = #30830' '#23450
    TabOrder = 1
  end
  object BitBtn2: TBitBtn
    Left = 304
    Top = 56
    Width = 75
    Height = 23
    Caption = #21462' '#28040
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object ADOQuery1: TADOQuery
    Connection = frmDB.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select distinct WTF from TaiZ')
    Left = 328
    Top = 96
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 328
    Top = 128
  end
end

⌨️ 快捷键说明

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