bookticketunit.dfm

来自「很好地delphi书籍源码」· DFM 代码 · 共 1,036 行 · 第 1/3 页

DFM
1,036
字号
      Width = 119
      Height = 20
      ItemHeight = 12
      TabOrder = 1
    end
    object DateEdit: TEdit
      Left = 62
      Top = 102
      Width = 119
      Height = 20
      TabOrder = 2
    end
    object KindCB: TComboBox
      Left = 62
      Top = 80
      Width = 119
      Height = 20
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 3
      Text = #28779#36710
      Items.Strings = (
        #28779#36710
        #27773#36710
        #39134#26426
        #36718#33337)
    end
    object DesCB: TComboBox
      Left = 62
      Top = 150
      Width = 119
      Height = 20
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 4
      Text = #21271#20140
      Items.Strings = (
        #21271#20140
        #19978#28023
        #22825#27941
        #24191#24030
        #37325#24198
        #21335#20140
        #27494#27721
        #22823#36830
        #38738#23707)
    end
    object ForeEdit: TComboBox
      Left = 62
      Top = 126
      Width = 119
      Height = 20
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 5
      Text = '50'
      Items.Strings = (
        '50'
        '100'
        '150'
        '200'
        '250'
        '300'
        '350'
        '400'
        '450'
        '500'
        '600'
        '700'
        '800'
        '900'
        '1000'
        '1200'
        '1500')
    end
    object BDateEdit: TEdit
      Left = 62
      Top = 176
      Width = 119
      Height = 20
      TabOrder = 6
    end
    object NoteCB: TComboBox
      Left = 62
      Top = 200
      Width = 119
      Height = 20
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 7
      Text = #27491#22312#21150#29702
      Items.Strings = (
        #27491#22312#21150#29702
        #24050#32463#23450#19978
        #27809#23450#19978
        #32467#26463
        ''
        '')
    end
  end
  object ModGB: TGroupBox
    Left = 106
    Top = 30
    Width = 221
    Height = 297
    Caption = #20462#25913#35746#31080#20449#24687
    Color = 16313479
    DragKind = dkDock
    DragMode = dmAutomatic
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 4
    Visible = False
    object Label12: TLabel
      Left = 12
      Top = 32
      Width = 48
      Height = 12
      Caption = #23458#25143#32534#21495
    end
    object Label13: TLabel
      Left = 12
      Top = 56
      Width = 48
      Height = 12
      Caption = #23458#25143#22995#21517
    end
    object Label14: TLabel
      Left = 12
      Top = 80
      Width = 48
      Height = 12
      Caption = #20132#36890#24037#20855
    end
    object Label15: TLabel
      Left = 12
      Top = 130
      Width = 48
      Height = 12
      Caption = #39044#20184#25276#37329
    end
    object Label16: TLabel
      Left = 12
      Top = 106
      Width = 48
      Height = 12
      Caption = #36710#31080#26085#26399
    end
    object Label17: TLabel
      Left = 22
      Top = 154
      Width = 36
      Height = 12
      Caption = #30446#30340#22320
    end
    object Label18: TLabel
      Left = 28
      Top = 202
      Width = 24
      Height = 12
      Caption = #22791#27880
    end
    object ModSB: TSpeedButton
      Left = 50
      Top = 254
      Width = 53
      Height = 21
      Caption = #30830#23450
      OnClick = ModSBClick
    end
    object ModCancelSB: TSpeedButton
      Left = 110
      Top = 254
      Width = 55
      Height = 21
      Caption = #21462#28040
      OnClick = ModCancelSBClick
    end
    object SpeedButton5: TSpeedButton
      Left = 182
      Top = 102
      Width = 23
      Height = 22
      Caption = '...'
      OnClick = SpeedButton1Click
    end
    object Label19: TLabel
      Left = 12
      Top = 178
      Width = 48
      Height = 12
      Caption = #35746#31080#26085#26399
    end
    object SpeedButton3: TSpeedButton
      Left = 182
      Top = 174
      Width = 21
      Height = 22
      Caption = '...'
      OnClick = SpeedButton3Click
    end
    object TDateEdit1: TEdit
      Left = 62
      Top = 101
      Width = 119
      Height = 20
      TabOrder = 0
    end
    object KindCbB: TComboBox
      Left = 62
      Top = 77
      Width = 119
      Height = 20
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 1
      Text = #28779#36710
      Items.Strings = (
        #28779#36710
        #27773#36710
        #39134#26426
        #36718#33337)
    end
    object DesCbB: TComboBox
      Left = 62
      Top = 150
      Width = 119
      Height = 20
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 2
      Text = #21271#20140
      Items.Strings = (
        #21271#20140
        #19978#28023
        #22825#27941
        #24191#24030
        #37325#24198
        #21335#20140
        #27494#27721
        #22823#36830
        #38738#23707)
    end
    object ForeCbB: TComboBox
      Left = 62
      Top = 126
      Width = 119
      Height = 20
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 3
      Text = '50'
      Items.Strings = (
        '50'
        '100'
        '150'
        '200'
        '250'
        '300'
        '350'
        '400'
        '450'
        '500'
        '600'
        '700'
        '800'
        '900'
        '1000'
        '1200'
        '1500')
    end
    object BDateEdit2: TEdit
      Left = 62
      Top = 175
      Width = 119
      Height = 20
      TabOrder = 4
    end
    object NoteCbB: TComboBox
      Left = 64
      Top = 200
      Width = 119
      Height = 20
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 5
      Text = #27491#22312#21150#29702
      Items.Strings = (
        #27491#22312#21150#29702
        #24050#32463#23450#19978
        #27809#23450#19978
        #32467#26463)
    end
    object IDCbB: TEdit
      Left = 64
      Top = 28
      Width = 117
      Height = 20
      ReadOnly = True
      TabOrder = 6
      Text = 'IDCbB'
    end
    object NameCbB: TEdit
      Left = 64
      Top = 52
      Width = 117
      Height = 20
      ReadOnly = True
      TabOrder = 7
      Text = 'NameCbB'
    end
  end
  object ImageList1: TImageList
    Left = 304
    Top = 80
    Bitmap = {
      494C010110001300040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000005000000001001000000000000028
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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