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

📄 reworkunit.dfm

📁 PosEasy收银系统源码,Pos机前后台管理代码
💻 DFM
字号:
object rework: Trework
  Left = 188
  Top = 223
  Width = 491
  Height = 286
  Caption = 'rework'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object OutlookBtn1: TOutlookBtn
    Left = 104
    Top = 200
    Width = 106
    Height = 23
    OnClick = OutlookBtn1Click
    Checked = False
    Style = bsNormal
    Caption = '确定'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Arial'
    Font.Style = [fsBold]
  end
  object OutlookBtn2: TOutlookBtn
    Left = 264
    Top = 200
    Width = 106
    Height = 23
    OnClick = OutlookBtn2Click
    Checked = False
    Style = bsNormal
    Caption = '返回'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Arial'
    Font.Style = [fsBold]
  end
  object StaticText1: TStaticText
    Left = 72
    Top = 96
    Width = 166
    Height = 25
    Alignment = taCenter
    AutoSize = False
    BorderStyle = sbsSingle
    Caption = 'StaticText1'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object StaticText2: TStaticText
    Left = 72
    Top = 120
    Width = 166
    Height = 25
    Alignment = taCenter
    AutoSize = False
    BorderStyle = sbsSingle
    Caption = 'StaticText2'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
  end
  object StaticText3: TStaticText
    Left = 72
    Top = 144
    Width = 166
    Height = 25
    Alignment = taCenter
    AutoSize = False
    BorderStyle = sbsSingle
    Caption = 'StaticText3'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
  end
  object StaticText4: TStaticText
    Left = 237
    Top = 96
    Width = 166
    Height = 25
    AutoSize = False
    BorderStyle = sbsSingle
    Caption = 'StaticText4'
    TabOrder = 3
  end
  object StaticText5: TStaticText
    Left = 237
    Top = 120
    Width = 166
    Height = 25
    AutoSize = False
    BorderStyle = sbsSingle
    Caption = 'StaticText5'
    TabOrder = 4
  end
  object StaticText6: TStaticText
    Left = 237
    Top = 144
    Width = 166
    Height = 25
    AutoSize = False
    BorderStyle = sbsSingle
    Caption = 'StaticText6'
    TabOrder = 5
  end
  object StaticText7: TStaticText
    Left = 172
    Top = 40
    Width = 126
    Height = 28
    Alignment = taCenter
    AutoSize = False
    Caption = '修  改'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 6
  end
  object Edit1: TEdit
    Left = 239
    Top = 98
    Width = 161
    Height = 21
    TabOrder = 7
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 239
    Top = 121
    Width = 161
    Height = 21
    TabOrder = 8
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 239
    Top = 145
    Width = 161
    Height = 21
    TabOrder = 9
    Text = 'Edit3'
  end
end

⌨️ 快捷键说明

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