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

📄 base_info.dfm

📁 服装厂管理系统源程序压缩包, 请耐心阅读提供的文件包含的内容
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          ButtonWidth = 69
          Caption = 'ToolBar1'
          Flat = True
          Images = ImageList1
          ShowCaptions = True
          TabOrder = 2
          object ToolBtn_add_1: TToolButton
            Left = 0
            Top = 0
            Caption = #22686#21152'[&A]'
            ImageIndex = 2
            OnClick = ToolBtn_addClick
          end
          object ToolBtn_edit_1: TToolButton
            Left = 69
            Top = 0
            Caption = #20462#25913'[&E]'
            ImageIndex = 18
            OnClick = ToolBtn_editClick
          end
          object ToolBtn_delete_1: TToolButton
            Left = 138
            Top = 0
            Caption = #21024#38500'[&D]'
            ImageIndex = 19
            OnClick = ToolBtn_deleteClick
          end
          object ToolButton12: TToolButton
            Left = 207
            Top = 0
            Width = 8
            Caption = 'ToolButton4'
            ImageIndex = 3
            Style = tbsDivider
          end
          object ToolBtn_save_1: TToolButton
            Left = 215
            Top = 0
            Caption = #20445#23384'[&S]'
            Enabled = False
            ImageIndex = 21
            OnClick = ToolBtn_saveClick
          end
          object ToolBtn_cancel_1: TToolButton
            Left = 284
            Top = 0
            Caption = #21462#28040'[&C]'
            Enabled = False
            ImageIndex = 20
            OnClick = ToolBtn_cancelClick
          end
          object ToolButton15: TToolButton
            Left = 353
            Top = 0
            Width = 8
            Caption = 'ToolButton7'
            ImageIndex = 5
            Style = tbsDivider
          end
          object ToolButton16: TToolButton
            Left = 361
            Top = 0
            Caption = #36864#20986'[&X]'
            ImageIndex = 16
            OnClick = ToolBtn_exitClick
          end
          object ToolButton3: TToolButton
            Left = 430
            Top = 0
            Width = 8
            Caption = 'ToolButton3'
            ImageIndex = 17
            Style = tbsSeparator
          end
        end
        object DBMemo_duty: TDBMemo
          Left = 80
          Top = 168
          Width = 281
          Height = 217
          DataField = 'memo'
          DataSource = DS_duty_T
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = #23435#20307
          Font.Style = []
          ParentColor = True
          ParentFont = False
          ReadOnly = True
          ScrollBars = ssVertical
          TabOrder = 1
        end
      end
      object DBGrid2: TDBGrid
        Left = 0
        Top = 0
        Width = 185
        Height = 449
        Align = alLeft
        DataSource = DS_duty_T
        ImeName = #20013#25991'('#31616#20307') - '#26234#33021' ABC'
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 1
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -15
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Columns = <
          item
            ButtonStyle = cbsNone
            Expanded = False
            FieldName = 'dutyname'
            Title.Font.Charset = ANSI_CHARSET
            Title.Font.Color = clBlue
            Title.Font.Height = -15
            Title.Font.Name = #23435#20307
            Title.Font.Style = []
            Visible = True
          end>
      end
    end
    object customer: TTabSheet
      Caption = #23458#25143#20449#24687#31649#29702
      ImageIndex = 3
      object DBGrid3: TDBGrid
        Left = 0
        Top = 0
        Width = 217
        Height = 449
        Align = alLeft
        DataSource = DS_customer
        ImeName = #20013#25991'('#31616#20307') - '#26234#33021' ABC'
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -15
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Columns = <
          item
            ButtonStyle = cbsNone
            Expanded = False
            FieldName = 'cust_name'
            Title.Caption = #23458#25143#21517#31216
            Title.Font.Charset = ANSI_CHARSET
            Title.Font.Color = clBlue
            Title.Font.Height = -15
            Title.Font.Name = #23435#20307
            Title.Font.Style = []
            Visible = True
          end
          item
            ButtonStyle = cbsNone
            Expanded = False
            FieldName = 'person_name'
            Title.Caption = #27861#20154#21517#31216
            Title.Font.Charset = ANSI_CHARSET
            Title.Font.Color = clBlue
            Title.Font.Height = -15
            Title.Font.Name = #23435#20307
            Title.Font.Style = []
            Visible = True
          end>
      end
      object Panel31: TPanel
        Left = 217
        Top = 0
        Width = 465
        Height = 449
        Align = alClient
        BevelOuter = bvNone
        TabOrder = 1
        object Bevel5: TBevel
          Left = 2
          Top = -7
          Width = 434
          Height = 50
          Shape = bsBottomLine
        end
        object Panel_search: TPanel
          Left = 0
          Top = 40
          Width = 465
          Height = 73
          Hint = #36755#20837#26597#35810#26465#20214#21487#26597#25214#23545#24212#30340#23458#25143#20449#24687
          Align = alTop
          BevelInner = bvLowered
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
          object Label21: TLabel
            Left = 8
            Top = 43
            Width = 64
            Height = 16
            Caption = #23458#25143#21517#31216
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label22: TLabel
            Left = 241
            Top = 11
            Width = 64
            Height = 16
            Caption = #27861#20154#21517#31216
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label23: TLabel
            Left = 8
            Top = 11
            Width = 64
            Height = 16
            Caption = #25152#23646#30465#20221
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object edtname: TEdit
            Left = 312
            Top = 8
            Width = 105
            Height = 24
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
            ParentShowHint = False
            ShowHint = False
            TabOrder = 1
          end
          object edt_custname: TEdit
            Left = 77
            Top = 40
            Width = 228
            Height = 24
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
            ParentShowHint = False
            ShowHint = False
            TabOrder = 2
          end
          object SearchBtn: TBitBtn
            Left = 312
            Top = 38
            Width = 105
            Height = 26
            Cursor = crHandPoint
            Caption = #26816#32034'&L'
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
            TabOrder = 3
            OnClick = SearchBtnClick
            Glyph.Data = {
              36040000424D3604000000000000360000002800000010000000100000000100
              2000000000000004000000000000000000000000000000000000FF00FF00FF00
              FF00000000160000005705050599080808C2000000BF000000BB0000009D0000
              00690000002700000003FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000000
              000D5C3E3E9F544646E968676FFF8D6F70FF916B6BFF8D6565F3593B3BDD0E09
              09B4000000800000001F00000001FF00FF00FF00FF00FF00FF00FF00FF009263
              639AC1ABABFF77838AFF4886D1FF8B7FA3FF9B7A7BFFAC9B9BFFB78D8DFF895E
              5EF30E0909AE000000400000001200000006FF00FF00FF00FF00FF00FF00B999
              99FFEAEAEAFFAAAAAAFF4A8AB3FF4C85D1FF8F81A2FF9A7A7BFFA38585FFBE8E
              8EFF312121C80000007D0000005D0000003C00000015FF00FF00FF00FF00B38B
              8BEFEFEFEFFFEFE1E1FFA9A9A9FF4B89B1FF4981D1FF8F81A2FF7C6568FF9879
              79FF493737E7342D2DDB101010C6000000A40000006B0000001BFF00FF009966
              6630BE9797F1D5A298FFDFBABAFF926E6EFF4786B1FF5D8DCCFF958483FFC6A4
              8DFFE8D6AFFFF1E5C4FFC7B1A0FF3D3232E7000000AA00000067FF00FF00FF00
              FF00AD7D7DD5F0A444FFFEB139FFF4C58AFFA2877FFF716C70FFEFC7A1FFFFF6
              C5FFFFFED5FFFFFFE6FFFFFFFCFFD1BEB4FF252121DD0000009DFF00FF000000
              0006BD9393FFF6AC3BFFFFB73BFFFFB940FFFFB940FF9F8679FFFFF0C1FFFFED
              BAFFFFFFDBFFFFFFF1FFFFFFF9FFFFFFDDFF685750F3000000B8FF00FF00865A
              5A49CEAAA3FFFFBE4BFFFFC152FFFFC456FFFFC558FFBFA78DFFFFEEBBFFFFEE
              BBFFFFFFD3FFFFFFE3FFFFFFE3FFFFFFD7FF807164FF000000A4FF00FF009269
              6989DFBEA2FFFFC960FFFFCF6DFFFFD373FFFFD373FF9F887BFFFFFBD9FFFFE9
              C4FFFFF5C3FFFFF8C7FFFFFAC9FFFFF3C5FF6B5750F400000069FF00FF00AC8C
              8CC6EECD9AFFFFD476FFFFDB83FFFFDF8BFFFFDF8BFFA38A6AFFF3E6D5FFFFFF
              FEFFFFF2C7FFFFE3B0FFFFF1C1FFD1AC90FF362D2DB50000001B00000004BEA4
              A4FFF2D08FFFFFDB85FFFFE699FFFFECA6FFFFECA6FFF2DC94FF8F7968FFD7C2
              ADFFE8D3AFFFF1DAB4FFCBA68CFF4D4040B600000015FF00FF0093626232D9CF
              CFFFC1AF8DFFDBC592FFEEDCA6FFFFF6BBFFFFF7BCFFFFEFADFFFFE494FF8968
              5CFF423232D05F4E4E922D2D2D4900000006FF00FF00FF00FF0099666620B499
              99EFCCBFBFFFCCC2C2FFCDBFBFFFC2AEABFFC7B1A4FFD6BC9CFFE6C792FFA772
              72FF0000007A00000012FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
              FF00996666209463634296696983A78181B3B99999D2BF9C9CFFC39E9EFF996A
              6ACC0000002400000003FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
              FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00996666408558
              582500000003FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00}
          end
          object Edt_procince: TEdit
            Left = 77
            Top = 8
            Width = 148
            Height = 24
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
            ParentShowHint = False
            ShowHint = False
            TabOrder = 0
          end
        end
        object ToolBar3: TToolBar
          Left = 0
          Top = 0
          Width = 465
          Height = 40
          Cursor = crHandPoint
          AutoSize = True
          ButtonHeight = 38
          ButtonWidth = 69
          Caption = 'ToolBar1'
          Flat = True
          Images = ImageList1
          ShowCaptions = True
          TabOrder = 1
          object ToolBtn_add_2: TToolButton
            Left = 0
            Top = 0
            Caption = #22686#21152'[&A]'
            ImageIndex = 2
            OnClick = ToolBtn_addClick
          end
          object ToolBtn_edit_2: TToolButton
            Left = 69

⌨️ 快捷键说明

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