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

📄 unit_author.~dfm

📁 it is art gallery manage system:include of author manage system、production manage system and produc
💻 ~DFM
字号:
object fmAuthor: TfmAuthor
  Left = 147
  Top = 161
  Width = 691
  Height = 657
  Caption = 'fmAuthor'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel5: TPanel
    Left = 0
    Top = 0
    Width = 683
    Height = 61
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 1
      Top = 2
      Width = 664
      Height = 51
      Caption = #26597#35810#26465#20214
      TabOrder = 0
      object Notebook1: TNotebook
        Left = 11
        Top = 10
        Width = 302
        Height = 36
        TabOrder = 0
        object TPage
          Left = 0
          Top = 0
          Caption = 'production'
          object Label7: TLabel
            Left = 8
            Top = 8
            Width = 48
            Height = 13
            Caption = #20316#32773#22995#21517
          end
          object Edt_ProQry: TEdit
            Left = 72
            Top = 8
            Width = 217
            Height = 21
            TabOrder = 0
          end
        end
        object TPage
          Left = 0
          Top = 0
          Caption = 'Author'
          object ComboBox2: TComboBox
            Left = 104
            Top = 8
            Width = 145
            Height = 21
            Style = csDropDownList
            ItemHeight = 13
            TabOrder = 1
            Visible = False
          end
          object ComboBox1: TComboBox
            Left = 40
            Top = 8
            Width = 153
            Height = 21
            Style = csDropDownList
            ItemHeight = 13
            TabOrder = 0
          end
        end
        object TPage
          Left = 0
          Top = 0
          Caption = 'Price'
          object RadioGroup1: TRadioGroup
            Left = 26
            Top = 0
            Width = 141
            Height = 31
            Columns = 2
            ItemIndex = 0
            Items.Strings = (
              #22823#20110#31561#20110
              #23567#20110#31561#20110)
            TabOrder = 0
          end
          object SpinEdit1: TSpinEdit
            Left = 176
            Top = 8
            Width = 81
            Height = 22
            MaxValue = 0
            MinValue = 0
            TabOrder = 1
            Value = 0
          end
        end
      end
      object BitBtn_qry: TBitBtn
        Left = 317
        Top = 16
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 1
        OnClick = BitBtn_qryClick
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 589
    Width = 683
    Height = 41
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object BitBtn_new: TBitBtn
      Left = 80
      Top = 8
      Width = 75
      Height = 25
      Caption = #22686#21152
      TabOrder = 0
      OnClick = BitBtn_newClick
    end
    object BitBtn_edit: TBitBtn
      Left = 168
      Top = 8
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 1
      OnClick = BitBtn_editClick
    end
    object BitBtn_del: TBitBtn
      Left = 248
      Top = 8
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 2
      OnClick = BitBtn_delClick
    end
    object BitBtn_ok: TBitBtn
      Left = 480
      Top = 8
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 3
      OnClick = BitBtn_okClick
    end
    object BitBtn_cancel: TBitBtn
      Left = 568
      Top = 8
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 61
    Width = 683
    Height = 528
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 2
    object Panel3: TPanel
      Left = 0
      Top = 0
      Width = 331
      Height = 528
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 0
      object StringGrid1: TStringGrid
        Left = 0
        Top = 0
        Width = 331
        Height = 528
        Align = alClient
        ColCount = 6
        DefaultRowHeight = 20
        FixedCols = 0
        RowCount = 2
        TabOrder = 0
        OnClick = StringGrid1Click
        ColWidths = (
          93
          99
          95
          350
          4
          4)
      end
    end
    object Panel4: TPanel
      Left = 331
      Top = 0
      Width = 352
      Height = 528
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 1
      object Label1: TLabel
        Left = 48
        Top = 22
        Width = 48
        Height = 13
        Caption = #20316#32773#21517#31216
      end
      object Label4: TLabel
        Left = 48
        Top = 104
        Width = 27
        Height = 13
        Caption = #22791#27880' '
      end
      object Label3: TLabel
        Left = 48
        Top = 64
        Width = 51
        Height = 13
        Caption = #24615'       '#21035'  '
      end
      object Edt_Name: TEdit
        Left = 104
        Top = 19
        Width = 105
        Height = 21
        TabOrder = 0
      end
      object Com_Sex: TComboBox
        Left = 104
        Top = 64
        Width = 105
        Height = 21
        ItemHeight = 13
        TabOrder = 1
        Items.Strings = (
          ''
          #30007
          #22899)
      end
      object Mmo_Des: TMemo
        Left = 47
        Top = 132
        Width = 266
        Height = 157
        TabOrder = 2
      end
    end
  end
end

⌨️ 快捷键说明

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