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

📄 unit3.dfm

📁 该系统为订单系统
💻 DFM
字号:
object Form3: TForm3
  Left = 231
  Top = 134
  Width = 553
  Height = 375
  Caption = #20449#24687#26597#35810
  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
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 529
    Height = 329
    ActivePage = TabSheet3
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #25353'ID'#26597#35810
      object GroupBox1: TGroupBox
        Left = 248
        Top = 16
        Width = 209
        Height = 49
        Caption = #36755#20837'ID'
        TabOrder = 0
        object Edit1: TEdit
          Left = 16
          Top = 16
          Width = 177
          Height = 21
          TabOrder = 0
        end
      end
      object DBNavigator1: TDBNavigator
        Left = 136
        Top = 264
        Width = 240
        Height = 25
        DataSource = QueryDataModule.DataSource1
        TabOrder = 1
      end
      object RadioGroup1: TRadioGroup
        Left = 8
        Top = 16
        Width = 233
        Height = 49
        Caption = #26597#35810#20869#23481
        Columns = 3
        ItemIndex = 0
        Items.Strings = (
          #20135#21697#20449#24687
          #23458#25143#20449#24687
          #32844#24037#20449#24687)
        TabOrder = 2
      end
      object Button1: TButton
        Left = 464
        Top = 24
        Width = 49
        Height = 33
        Caption = #26597#35810
        TabOrder = 3
        OnClick = Button1Click
      end
      object DBGrid1: TDBGrid
        Left = 8
        Top = 72
        Width = 505
        Height = 185
        DataSource = QueryDataModule.DataSource1
        TabOrder = 4
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
      end
    end
    object TabSheet2: TTabSheet
      Caption = #25353#21517#23383#26597#35810
      ImageIndex = 1
      object RadioGroup2: TRadioGroup
        Left = 0
        Top = 16
        Width = 241
        Height = 49
        Caption = #25353#21517#23383#26597#35810
        Columns = 3
        ItemIndex = 0
        Items.Strings = (
          #20135#21697#21517#31216
          #23458#25143#22995#21517
          #32844#24037#22995#21517)
        TabOrder = 0
      end
      object GroupBox2: TGroupBox
        Left = 248
        Top = 16
        Width = 209
        Height = 49
        Caption = 'GroupBox2'
        TabOrder = 1
        object Edit2: TEdit
          Left = 16
          Top = 16
          Width = 177
          Height = 21
          TabOrder = 0
        end
      end
      object DBGrid2: TDBGrid
        Left = 0
        Top = 72
        Width = 513
        Height = 185
        DataSource = QueryDataModule.DataSource2
        DragMode = dmAutomatic
        TabOrder = 2
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
      end
      object DBNavigator2: TDBNavigator
        Left = 160
        Top = 264
        Width = 240
        Height = 25
        DataSource = QueryDataModule.DataSource2
        TabOrder = 3
      end
      object Button3: TButton
        Left = 464
        Top = 24
        Width = 49
        Height = 33
        Caption = #26597#35810
        TabOrder = 4
        OnClick = Button3Click
      end
    end
    object TabSheet3: TTabSheet
      Caption = #29305#27530#26597#35810
      ImageIndex = 2
      object Label1: TLabel
        Left = 56
        Top = 32
        Width = 289
        Height = 16
        AutoSize = False
        Caption = #26597#35810#26576#32844#24037#36127#36131#30340#23458#25143'ID'#19982#20135#21697'ID'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clHotLight
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label2: TLabel
        Left = 400
        Top = 80
        Width = 113
        Height = 16
        AutoSize = False
        Caption = #36755#20837#32844#24037#22995#21517
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object DBGrid3: TDBGrid
        Left = 16
        Top = 64
        Width = 361
        Height = 185
        DataSource = QueryDataModule.DataSource3
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
      end
      object Edit3: TEdit
        Left = 392
        Top = 128
        Width = 121
        Height = 21
        TabOrder = 1
      end
      object Button2: TButton
        Left = 416
        Top = 176
        Width = 81
        Height = 33
        Caption = #26597#35810
        TabOrder = 2
        OnClick = Button2Click
      end
      object DBNavigator3: TDBNavigator
        Left = 88
        Top = 264
        Width = 240
        Height = 25
        DataSource = QueryDataModule.DataSource3
        TabOrder = 3
      end
    end
  end
end

⌨️ 快捷键说明

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