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

📄 vcdcx.~dfm

📁 图书影碟租赁管理系统
💻 ~DFM
字号:
object F_vcdcx: TF_vcdcx
  Left = 262
  Top = 174
  Width = 600
  Height = 331
  Caption = #22270#20070#24433#30879#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object cxtj: TGroupBox
    Left = 24
    Top = 10
    Width = 433
    Height = 79
    Caption = #26597#35810#26465#20214
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 19
      Width = 36
      Height = 12
      Caption = #20998#31867#65306
    end
    object Label2: TLabel
      Left = 10
      Top = 52
      Width = 36
      Height = 12
      Caption = #21517#31216#65306
    end
    object Label3: TLabel
      Left = 215
      Top = 16
      Width = 72
      Height = 12
      Caption = #23548#28436'('#20316#32773')'#65306
    end
    object Label4: TLabel
      Left = 251
      Top = 48
      Width = 36
      Height = 12
      Caption = #20027#28436#65306
    end
    object e_lbx: TComboBox
      Left = 120
      Top = 15
      Width = 73
      Height = 20
      Style = csDropDownList
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ItemHeight = 12
      ParentFont = False
      TabOrder = 1
    end
    object e_lbd: TComboBox
      Left = 49
      Top = 15
      Width = 72
      Height = 20
      Style = csDropDownList
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ItemHeight = 12
      ItemIndex = 0
      ParentFont = False
      TabOrder = 0
      Text = #25152#26377
      Items.Strings = (
        #25152#26377
        'VCD'
        'DVD'
        #22270#20070)
    end
    object e_name: TEdit
      Left = 48
      Top = 47
      Width = 145
      Height = 20
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object e_dy: TEdit
      Left = 288
      Top = 13
      Width = 121
      Height = 20
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
    end
    object e_zy: TEdit
      Left = 288
      Top = 45
      Width = 121
      Height = 20
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
  end
  object GroupBox1: TGroupBox
    Left = 9
    Top = 99
    Width = 568
    Height = 182
    Caption = #26597#35810#32467#26524#21015#34920
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 4
      Top = 15
      Width = 557
      Height = 162
      DataSource = DataSource1
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clBlue
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #36135#20301#21495
          Title.Alignment = taCenter
          Width = 50
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #29366#24577
          Title.Alignment = taCenter
          Width = 46
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #22823#31867
          Title.Alignment = taCenter
          Width = 39
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #23567#31867
          Title.Alignment = taCenter
          Width = 42
          Visible = True
        end
        item
          Expanded = False
          FieldName = #21517#31216
          Title.Alignment = taCenter
          Width = 117
          Visible = True
        end
        item
          Expanded = False
          FieldName = #20316#32773#23548#28436
          Title.Alignment = taCenter
          Title.Caption = #20316#32773'('#23548#28436')'
          Visible = True
        end
        item
          Expanded = False
          FieldName = #20027#28436
          Title.Alignment = taCenter
          Width = 154
          Visible = True
        end>
    end
  end
  object BitBtn1: TBitBtn
    Left = 488
    Top = 16
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 488
    Top = 64
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = BitBtn2Click
  end
  object DataSource1: TDataSource
    DataSet = dm.ADOQ_cx
    Left = 136
    Top = 176
  end
end

⌨️ 快捷键说明

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