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

📄 card_type.~dfm

📁 一个DELPHI制作的名片系统小巧简单~是参考的好
💻 ~DFM
字号:
object card_type_form: Tcard_type_form
  Left = 174
  Top = 219
  BorderStyle = bsDialog
  Caption = #21517#29255#36873#39033
  ClientHeight = 310
  ClientWidth = 285
  Color = clWindow
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 245
    Width = 285
    Height = 65
    Align = alBottom
    BorderStyle = bsNone
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #26032#23435#20307
    Font.Style = []
    Lines.Strings = (
      '  '#9312#65306#22914#26524#24744#24819#20445#23384#25110#36755#20837#19979#19968#26465#20449#24687#65292#35831#25353#22238#36710#38190
      '  '#9313#65306#22914#26524#24744#24819#21462#28040#27491#22312#36755#20837#30340#20449#24687#65292#35831#25353'ESC'#38190
      '  '#9314#65306#22914#26524#24744#24819#21024#38500#24403#21069#30340#20449#24687#65292#35831#25353'DELE'#38190#25110#21491#20987
      #28857#20987#21024#38500#21629#20196
      '  '#9315#65306#22914#26524#22240#20026#25805#20316#19981#24403#24341#36215#38169#35823#65292#35831#25353'ESC'#38190)
    ParentFont = False
    TabOrder = 0
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 285
    Height = 245
    ActivePage = TabSheet1
    Align = alClient
    TabHeight = 30
    TabOrder = 1
    TabWidth = 60
    object TabSheet1: TTabSheet
      Caption = #31867#21035
      object DBGrid1: TDBGrid
        Left = 0
        Top = 0
        Width = 277
        Height = 205
        Align = alClient
        BorderStyle = bsNone
        Ctl3D = False
        DataSource = ado_typeds
        FixedColor = 14276554
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #26032#23435#20307
        Font.Style = []
        Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
        ParentCtl3D = False
        ParentFont = False
        PopupMenu = pp_type
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -14
        TitleFont.Name = #26032#23435#20307
        TitleFont.Style = []
        OnKeyPress = DBGrid1KeyPress
        Columns = <
          item
            Expanded = False
            FieldName = 'ID'
            ReadOnly = True
            Title.Alignment = taCenter
            Width = 50
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'type'
            Title.Alignment = taCenter
            Title.Caption = #31867#21035#21517#31216
            Title.Font.Charset = ANSI_CHARSET
            Title.Font.Color = clWindowText
            Title.Font.Height = -12
            Title.Font.Name = #26032#23435#20307
            Title.Font.Style = []
            Width = 180
            Visible = True
          end>
      end
    end
    object TabSheet2: TTabSheet
      Caption = #32844#20301
      ImageIndex = 1
      object DBGrid2: TDBGrid
        Left = 0
        Top = 0
        Width = 277
        Height = 205
        Align = alClient
        BorderStyle = bsNone
        Ctl3D = False
        DataSource = ado_jobds
        FixedColor = 14276554
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #26032#23435#20307
        Font.Style = []
        Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
        ParentCtl3D = False
        ParentFont = False
        PopupMenu = pp_job
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -14
        TitleFont.Name = #26032#23435#20307
        TitleFont.Style = []
        OnKeyPress = DBGrid2KeyPress
        Columns = <
          item
            Expanded = False
            FieldName = 'ID'
            ReadOnly = True
            Title.Alignment = taCenter
            Width = 50
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'job'
            Title.Alignment = taCenter
            Title.Caption = #32844#20301#21517#31216
            Title.Font.Charset = ANSI_CHARSET
            Title.Font.Color = clWindowText
            Title.Font.Height = -12
            Title.Font.Name = #26032#23435#20307
            Title.Font.Style = []
            Width = 180
            Visible = True
          end>
      end
    end
  end
  object ado_type: TADOTable
    Connection = main_form.ADOCONN
    CursorType = ctStatic
    BeforeEdit = ado_typeBeforeEdit
    BeforePost = ado_typeBeforePost
    TableName = 'type_info'
    Left = 80
    Top = 64
  end
  object ado_typeds: TDataSource
    DataSet = ado_type
    Left = 120
    Top = 64
  end
  object pp_type: TPopupMenu
    Left = 24
    Top = 168
    object pp1: TMenuItem
      Caption = #21024#38500
      OnClick = pp1Click
    end
  end
  object check_query: TADOQuery
    Connection = main_form.ADOCONN
    CursorLocation = clUseServer
    CursorType = ctUnspecified
    Parameters = <>
    Left = 16
    Top = 96
  end
  object ADO_job: TADOTable
    Connection = main_form.ADOCONN
    CursorType = ctStatic
    BeforeEdit = ADO_jobBeforeEdit
    BeforePost = ADO_jobBeforePost
    TableName = 'job_info'
    Left = 80
    Top = 104
  end
  object ado_jobds: TDataSource
    DataSet = ADO_job
    Left = 120
    Top = 104
  end
  object pp_job: TPopupMenu
    Left = 80
    Top = 168
    object pp2: TMenuItem
      Caption = #21024#38500
      OnClick = pp2Click
    end
  end
end

⌨️ 快捷键说明

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