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

📄 unit2.dfm

📁 delphi写的抽奖程序
💻 DFM
字号:
object Form2: TForm2
  Left = 475
  Top = 121
  BorderStyle = bsNone
  Caption = #22870#39033#35774#32622
  ClientHeight = 530
  ClientWidth = 493
  Color = clBtnFace
  TransparentColor = True
  TransparentColorValue = clNavy
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 377
    Height = 530
    Align = alLeft
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #22870#39033#21517#31216#65306
    end
    object Label2: TLabel
      Left = 32
      Top = 64
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #22870#39033#25968#37327#65306
    end
    object Edit1: TEdit
      Left = 104
      Top = 27
      Width = 217
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 104
      Top = 61
      Width = 71
      Height = 21
      TabOrder = 1
    end
    object DBGrid1: TDBGrid
      Left = 24
      Top = 104
      Width = 320
      Height = 401
      DataSource = Ds1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 2
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'Nav_JXname'
          Title.Alignment = taCenter
          Title.Caption = #22870#39033#21517#31216
          Width = 150
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Nav_JXcount'
          Title.Caption = #24320#22870#25968#37327
          Width = 120
          Visible = True
        end>
    end
  end
  object Panel2: TPanel
    Left = 377
    Top = 0
    Width = 116
    Height = 530
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 1
    object BitBtn1: TBitBtn
      Left = 24
      Top = 24
      Width = 75
      Height = 25
      Caption = #22686#21152
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 24
      Top = 64
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 24
      Top = 104
      Width = 75
      Height = 25
      Caption = #21592#24037#23548#20837
      TabOrder = 2
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 24
      Top = 176
      Width = 75
      Height = 25
      Caption = #35774#32622#23436#25104
      TabOrder = 3
      OnClick = BitBtn4Click
    end
    object BitBtn5: TBitBtn
      Left = 24
      Top = 138
      Width = 75
      Height = 25
      Caption = #37197#32622#22768#38899
      TabOrder = 4
      OnClick = BitBtn5Click
    end
  end
  object Ds1: TDataSource
    DataSet = dm.ADOQ2
    Left = 256
    Top = 64
  end
end

⌨️ 快捷键说明

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