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

📄 kc_unit.dfm

📁 单机进销存管理程序 Delphi+Acce
💻 DFM
字号:
object kc_form: Tkc_form
  Left = 39
  Top = 111
  BorderStyle = bsDialog
  Caption = #24211#23384
  ClientHeight = 396
  ClientWidth = 723
  Color = 13031127
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  Icon.Data = {
    0000010001002020040000000000E80200001600000028000000200000004000
    0000010004000000000000020000000000000000000000000000000000000000
    000000008000008000000080800080000000800080008080000080808000C0C0
    C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    00C00C0000000000000000000000000C00CC0CC0C0000000000000000000000C
    C00C0CC0CCC000C40000003B00000C00C00000C0CCC000CCCC00BBBB00000C00
    0000000000C000CCCC00BBBB0000000000000000000000CCCC00BBBB00000000
    00000000000000CCCC00BBBB000000000000000000000004CC00BB3000000000
    0090090000000000000000000000000900990990900000000000000000000009
    90090990999000910000002A0000090090000090999000999900AAAA00000900
    00000000009000999900AAAA0000000000000000000000999900AAAA00000000
    00000000000000999900AAAA0000000000000000000000019900AA2000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000FFFF
    FFFFFFFFFFFFFFFFFFFFFFFFFFFFFDBFFFFFEC97FFFFE6913FF3B7D10FC3BDBD
    0003EC970003E6910003B7D10003BDBD0003EC970003E6910003B7D10003BDBD
    0003EC970003E6910003B7D10003BDBD0003EC970003E6910003B7D10003BFFD
    0003FFFF8007FFFFE01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 723
    Height = 396
    ActivePage = TabSheet1
    Align = alClient
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #24211#23384#32479#35745
      object GroupBox1: TGroupBox
        Left = 0
        Top = 0
        Width = 715
        Height = 41
        Align = alTop
        TabOrder = 0
        object SpeedButton1: TSpeedButton
          Left = 482
          Top = 10
          Width = 87
          Height = 25
          Caption = #23548#20837#24211#23384#20449#24687
          Flat = True
          OnClick = SpeedButton1Click
        end
        object SpeedButton3: TSpeedButton
          Left = 572
          Top = 10
          Width = 66
          Height = 25
          Caption = #25171#21360#39044#35272
          Flat = True
        end
        object SpeedButton5: TSpeedButton
          Left = 641
          Top = 10
          Width = 66
          Height = 25
          Caption = #20851#38381
          Flat = True
          OnClick = SpeedButton5Click
        end
        object RadioButton1: TRadioButton
          Left = 18
          Top = 16
          Width = 87
          Height = 17
          Caption = #25353#21830#21697#31867#21035
          TabOrder = 0
          OnClick = RadioButton1Click
        end
        object RadioButton2: TRadioButton
          Left = 138
          Top = 16
          Width = 79
          Height = 17
          Caption = #25353#21830#21697#32534#30721
          TabOrder = 1
          OnClick = RadioButton2Click
        end
        object RadioButton3: TRadioButton
          Left = 278
          Top = 16
          Width = 83
          Height = 17
          Caption = #25353#21830#21697#21517#31216
          TabOrder = 2
          OnClick = RadioButton3Click
        end
      end
      object DBGrid1: TDBGrid
        Left = 0
        Top = 41
        Width = 715
        Height = 308
        Align = alClient
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
        TabOrder = 1
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clBlue
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
      end
      object StatusBar1: TStatusBar
        Left = 0
        Top = 349
        Width = 715
        Height = 20
        Panels = <
          item
            Alignment = taCenter
            Text = #24635#35760#24405#25968
            Width = 85
          end
          item
            Width = 150
          end
          item
            Alignment = taCenter
            Text = #24635#25968#37327
            Width = 85
          end
          item
            Width = 150
          end
          item
            Alignment = taCenter
            Text = #24635#37329#39069
            Width = 85
          end
          item
            Width = 150
          end>
      end
      object Edit3: TEdit
        Left = 408
        Top = 72
        Width = 121
        Height = 20
        TabOrder = 3
        Visible = False
      end
      object Edit4: TEdit
        Left = 280
        Top = 72
        Width = 121
        Height = 20
        TabOrder = 4
        Visible = False
      end
      object Edit2: TEdit
        Left = 160
        Top = 72
        Width = 121
        Height = 20
        TabOrder = 5
        Visible = False
      end
    end
    object TabSheet2: TTabSheet
      Caption = #24211#23384#26597#35810
      ImageIndex = 1
      object DBGrid2: TDBGrid
        Left = 0
        Top = 41
        Width = 715
        Height = 308
        Align = alClient
        BorderStyle = bsNone
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clBlue
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
      end
      object StatusBar2: TStatusBar
        Left = 0
        Top = 349
        Width = 715
        Height = 20
        Panels = <
          item
            Alignment = taRightJustify
            Text = #35760#24405#24635#25968
            Width = 100
          end
          item
            Width = 150
          end
          item
            Alignment = taRightJustify
            Text = #24635#25968#37327
            Width = 100
          end
          item
            Width = 150
          end
          item
            Alignment = taRightJustify
            Text = #24635#37329#39069
            Width = 100
          end
          item
            Width = 150
          end>
      end
      object GroupBox2: TGroupBox
        Left = 0
        Top = 0
        Width = 715
        Height = 41
        Align = alTop
        TabOrder = 2
        object SpeedButton2: TSpeedButton
          Left = 572
          Top = 10
          Width = 68
          Height = 24
          Caption = #26597#35810
          Flat = True
          OnClick = SpeedButton2Click
        end
        object SpeedButton6: TSpeedButton
          Left = 641
          Top = 10
          Width = 68
          Height = 24
          Caption = #20851#38381
          Flat = True
          OnClick = SpeedButton6Click
        end
        object Label5: TLabel
          Left = 13
          Top = 16
          Width = 24
          Height = 12
          Caption = #26465#20214
        end
        object Label6: TLabel
          Left = 158
          Top = 15
          Width = 36
          Height = 12
          Caption = #36816#31639#31526
        end
        object Label7: TLabel
          Left = 310
          Top = 15
          Width = 12
          Height = 12
          Caption = #20540
        end
        object SpeedButton7: TSpeedButton
          Left = 502
          Top = 10
          Width = 68
          Height = 24
          Caption = #23548#20837#25968#25454
          Flat = True
        end
        object ComboBox3: TComboBox
          Left = 39
          Top = 12
          Width = 110
          Height = 18
          BevelKind = bkFlat
          Style = csOwnerDrawFixed
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 0
          Items.Strings = (
            #21830#21697#32534#30721
            #21830#21697#21517#31216
            #21830#21697#35268#26684
            #21830#21697#22411#21495
            #21830#21697#21333#20301
            #21830#21697#31867#21035)
        end
        object ComboBox4: TComboBox
          Left = 196
          Top = 12
          Width = 110
          Height = 18
          BevelKind = bkFlat
          Style = csOwnerDrawFixed
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 1
          Items.Strings = (
            #31561#20110
            #22823#20110
            #23567#20110
            #31867#20284#20110)
        end
        object Edit1: TEdit
          Left = 325
          Top = 12
          Width = 154
          Height = 18
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 2
        end
      end
      object Edit5: TEdit
        Left = 288
        Top = 80
        Width = 121
        Height = 20
        TabOrder = 3
        Visible = False
      end
      object Edit6: TEdit
        Left = 416
        Top = 80
        Width = 121
        Height = 20
        TabOrder = 4
        Visible = False
      end
      object Edit7: TEdit
        Left = 440
        Top = 120
        Width = 121
        Height = 20
        TabOrder = 5
        Visible = False
      end
    end
  end
end

⌨️ 快捷键说明

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