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

📄 storetickets.dfm.svn-base

📁 这个是个简单的关于出票申请的处理
💻 SVN-BASE
字号:
inherited FormStoreTicket: TFormStoreTicket
  Left = 263
  Top = 332
  Width = 703
  Caption = #31080#21495#20837#24211
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object pnlClient: TPanel
    Left = 0
    Top = 0
    Width = 695
    Height = 57
    Align = alTop
    BevelInner = bvSpace
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 54
      Height = 12
      Caption = #31080#21495#21495#27573':'
    end
    object Label2: TLabel
      Left = 88
      Top = 24
      Width = 12
      Height = 12
      Caption = #20174
    end
    object Label3: TLabel
      Left = 240
      Top = 24
      Width = 12
      Height = 12
      Caption = #21040
    end
    object EdtStartTicketNo: TEdit
      Left = 108
      Top = 19
      Width = 121
      Height = 20
      TabOrder = 0
      OnKeyPress = EdtStartTicketNoKeyPress
    end
    object EdtEndTicketNo: TEdit
      Left = 268
      Top = 19
      Width = 121
      Height = 20
      TabOrder = 1
      OnKeyPress = EdtStartTicketNoKeyPress
    end
    object BtnStore: TButton
      Left = 424
      Top = 16
      Width = 75
      Height = 25
      Caption = #20837#24211
      TabOrder = 2
      OnClick = BtnStoreClick
    end
  end
  object pnlBottom: TPanel
    Left = 0
    Top = 57
    Width = 695
    Height = 230
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 1
    object GroupBox1: TGroupBox
      Left = 0
      Top = 0
      Width = 695
      Height = 230
      Align = alClient
      Caption = #21382#21490#35760#24405
      TabOrder = 0
      object lvHistory: TListView
        Left = 2
        Top = 14
        Width = 691
        Height = 214
        Align = alClient
        Columns = <
          item
            Caption = #24207#21495
          end
          item
            Alignment = taCenter
            Caption = #36215#22987#31080#21495
            Width = 100
          end
          item
            Alignment = taCenter
            Caption = #25968#37327
            Width = 80
          end
          item
            Alignment = taCenter
            Caption = #20837#24211#26102#38388
            Width = 140
          end>
        GridLines = True
        ReadOnly = True
        TabOrder = 0
        ViewStyle = vsReport
      end
    end
  end
end

⌨️ 快捷键说明

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