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

📄 saleout.dfm

📁 网吧商品销售平台
💻 DFM
字号:
object SaleListForm: TSaleListForm
  Left = 506
  Top = 376
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #21830#21697#38144#21806#28165#21333
  ClientHeight = 204
  ClientWidth = 323
  Color = cl3DLight
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 323
    Height = 204
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = cl3DLight
    TabOrder = 0
    object Bevel1: TBevel
      Left = 3
      Top = 163
      Width = 317
      Height = 9
      Shape = bsTopLine
      Style = bsRaised
    end
    object Label1: TLabel
      Left = 74
      Top = 135
      Width = 119
      Height = 30
      AutoSize = False
      Caption = #20849#35745#24212#20184#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -24
      Font.Name = #40657#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object PriceLabel: TLabel
      Left = 217
      Top = 135
      Width = 99
      Height = 30
      Alignment = taCenter
      AutoSize = False
      Caption = '0.00'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -24
      Font.Name = #40657#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object Label2: TLabel
      Left = 189
      Top = 135
      Width = 28
      Height = 30
      AutoSize = False
      Caption = #65509
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -24
      Font.Name = #40657#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object SaleListView: TListView
      Left = 2
      Top = 2
      Width = 319
      Height = 127
      Align = alTop
      Columns = <
        item
          Caption = #21830#21697#21517#31216
          Width = 120
        end
        item
          Caption = #21333#20215'('#20803')'
          Width = 90
        end
        item
          Caption = #25968#37327
          Width = 70
        end>
      ColumnClick = False
      Ctl3D = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      GridLines = True
      HideSelection = False
      MultiSelect = True
      ReadOnly = True
      RowSelect = True
      ParentFont = False
      ShowWorkAreas = True
      TabOrder = 0
      ViewStyle = vsReport
    end
    object Button1: TButton
      Left = 79
      Top = 173
      Width = 75
      Height = 25
      Caption = #25171#21360'(&P)'
      TabOrder = 1
    end
    object Button2: TButton
      Left = 160
      Top = 173
      Width = 75
      Height = 25
      Caption = #30830#35748'(&O)'
      TabOrder = 2
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 240
      Top = 173
      Width = 75
      Height = 25
      Caption = #20851#38381'(&C)'
      TabOrder = 3
      OnClick = Button3Click
    end
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 0
    Left = 8
    Top = 168
  end
end

⌨️ 快捷键说明

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