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

📄 part_set.dfm

📁 delphi的一个开发实例
💻 DFM
字号:
object frm_Part_Set: Tfrm_Part_Set
  Left = 110
  Top = 183
  Width = 780
  Height = 480
  BorderIcons = []
  Caption = #37096#38376#24320#35774
  Color = clSkyBlue
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 772
    Height = 453
    Align = alClient
    BevelOuter = bvNone
    Color = clSkyBlue
    TabOrder = 0
    object Panel2: TPanel
      Left = 246
      Top = 0
      Width = 526
      Height = 453
      Align = alClient
      BevelOuter = bvNone
      Color = clSkyBlue
      TabOrder = 0
      object Label1: TLabel
        Left = 8
        Top = 151
        Width = 65
        Height = 13
        Caption = #37096#38376#23646#24615#65306
      end
      object Edit_Name: TLabeledEdit
        Left = 76
        Top = 74
        Width = 450
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #37096#38376#21517#31216#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 0
      end
      object Edit_NO: TLabeledEdit
        Left = 76
        Top = 98
        Width = 450
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #37096#38376#20195#30721#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 1
      end
      object Edit_TEL: TLabeledEdit
        Left = 76
        Top = 122
        Width = 185
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #32852#31995#30005#35805#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 2
      end
      object Edit_Fax: TLabeledEdit
        Left = 340
        Top = 122
        Width = 185
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #20256#30495#21495#30721#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 3
      end
      object Edit_Use: TEdit
        Left = 485
        Top = 146
        Width = 40
        Height = 21
        Enabled = False
        TabOrder = 4
        Text = #21542
      end
      object CheckBox2: TCheckBox
        Left = 408
        Top = 146
        Width = 73
        Height = 17
        Caption = #20572#29992#26631#24535
        TabOrder = 5
        OnClick = CheckBox2Click
      end
      object Edit_POP: TComboBox
        Left = 76
        Top = 146
        Width = 81
        Height = 21
        ItemHeight = 13
        TabOrder = 6
        Items.Strings = (
          #20179#24211
          #26588#32452
          #20854#20182)
      end
      object ToolBar1: TToolBar
        Left = 0
        Top = 424
        Width = 526
        Height = 29
        Align = alBottom
        ButtonHeight = 24
        Caption = 'ToolBar1'
        TabOrder = 7
        object Cmd_Add: TSpeedButton
          Left = 0
          Top = 2
          Width = 80
          Height = 24
          Caption = #22686#21152
          OnClick = Cmd_AddClick
        end
        object Cmd_Delete: TSpeedButton
          Left = 80
          Top = 2
          Width = 80
          Height = 24
          Caption = #21024#38500
        end
        object Cmd_Edit: TSpeedButton
          Left = 160
          Top = 2
          Width = 80
          Height = 24
          Caption = #20462#25913
          OnClick = Cmd_EditClick
        end
        object Cmd_Save: TSpeedButton
          Left = 240
          Top = 2
          Width = 80
          Height = 24
          Caption = #20445#23384
          Enabled = False
          OnClick = Cmd_SaveClick
        end
        object Cmd_Exit: TSpeedButton
          Left = 320
          Top = 2
          Width = 80
          Height = 24
          Caption = #21462#28040
        end
        object SpeedButton1: TSpeedButton
          Left = 400
          Top = 2
          Width = 80
          Height = 24
          Caption = #20851#38381
          OnClick = SpeedButton1Click
        end
      end
      object Edit_Remark: TLabeledEdit
        Left = 76
        Top = 169
        Width = 450
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #38468#21152#35828#26126#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 8
      end
      object GroupBox1: TGroupBox
        Left = 78
        Top = 60
        Width = 448
        Height = 8
        TabOrder = 9
      end
      object Edit_Company_Name: TLabeledEdit
        Left = 76
        Top = 15
        Width = 450
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #20844#21496#21517#31216#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 10
      end
      object Edit_Company_NO: TLabeledEdit
        Left = 76
        Top = 40
        Width = 450
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #20844#21496#20195#30721#65306
        Enabled = False
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 11
      end
      object DBGrid1: TDBGrid
        Left = 0
        Top = 200
        Width = 526
        Height = 224
        Align = alBottom
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 12
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -13
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        OnCellClick = DBGrid1CellClick
      end
    end
    object ListBox1: TListBox
      Left = 0
      Top = 0
      Width = 246
      Height = 453
      Align = alLeft
      ItemHeight = 13
      TabOrder = 1
      OnClick = ListBox1Click
    end
  end
end

⌨️ 快捷键说明

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