object frmLabelList: TfrmLabelList
  Left = 145
  Top = 10
  Width = 1057
  Height = 693
  BorderIcons = [biMaximize]
  Caption = #26631#31614#20449#24687
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 12
    Top = 80
    Width = 452
    Height = 561
    BevelOuter = bvNone
    TabOrder = 0
    object Panel2: TPanel
      Left = 0
      Top = 3
      Width = 452
      Height = 558
      Align = alClient
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 0
      object cxGrid1: TcxGrid
        Left = 2
        Top = 2
        Width = 448
        Height = 554
        Align = alClient
        TabOrder = 0
        object tv1: TcxGridDBTableView
          OnDblClick = tv1DblClick
          NavigatorButtons.ConfirmDelete = False
          OnCellClick = tv1CellClick
          OnFocusedRecordChanged = tv1FocusedRecordChanged
          DataController.DataSource = DS_Label
          DataController.Summary.DefaultGroupSummaryItems = <>
          DataController.Summary.FooterSummaryItems = <>
          DataController.Summary.SummaryGroups = <>
          OptionsCustomize.ColumnFiltering = False
          OptionsSelection.CellSelect = False
          OptionsView.GroupByBox = False
          object tv1labelId: TcxGridDBColumn
            Caption = #26631#31614'ID'
            DataBinding.FieldName = 'labelId'
            Visible = False
            Width = 53
          end
          object tv1labeltype: TcxGridDBColumn
            Caption = #26631#31614#31867#22411
            DataBinding.FieldName = 'labeltype'
            HeaderAlignmentHorz = taCenter
            HeaderAlignmentVert = vaCenter
            Width = 107
          end
          object tv1labelCaption: TcxGridDBColumn
            Caption = #26631#31614#21517#31216
            DataBinding.FieldName = 'labelCaption'
            HeaderAlignmentHorz = taCenter
            HeaderAlignmentVert = vaCenter
            Width = 261
          end
          object tv1labelFile: TcxGridDBColumn
            Caption = #25991#20214#21517
            DataBinding.FieldName = 'labelFile'
            Visible = False
            HeaderAlignmentHorz = taCenter
            HeaderAlignmentVert = vaCenter
            Width = 167
          end
        end
        object cxGrid1Level1: TcxGridLevel
          GridView = tv1
        end
      end
    end
    object Panel3: TPanel
      Left = 0
      Top = 0
      Width = 452
      Height = 3
      Align = alTop
      Caption = 'Panel3'
      TabOrder = 1
      Visible = False
      object Label1: TLabel
        Left = 40
        Top = 13
        Width = 60
        Height = 12
        Caption = #23458#25143#21517#31216#65306
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Label2: TLabel
        Left = 52
        Top = 35
        Width = 48
        Height = 12
        Caption = #19994#21153#21592#65306
        Visible = False
      end
      object Label4: TLabel
        Left = 40
        Top = 61
        Width = 60
        Height = 12
        Caption = #30005#35805#21495#30721#65306
      end
      object Label5: TLabel
        Left = 39
        Top = 86
        Width = 60
        Height = 12
        Caption = #20844#21496#21517#31216#65306
      end
      object Label6: TLabel
        Left = 14
        Top = 108
        Width = 84
        Height = 12
        Caption = #20844#21496#33521#25991#21517#31216#65306
      end
      object Label7: TLabel
        Left = 61
        Top = 133
        Width = 36
        Height = 12
        Caption = #22320#22336#65306
      end
      object Label8: TLabel
        Left = 37
        Top = 157
        Width = 60
        Height = 12
        Caption = #33521#25991#22320#22336#65306
      end
      object Label3: TLabel
        Left = 61
        Top = 192
        Width = 36
        Height = 12
        Caption = #22791#27880#65306
      end
      object Note: TMemo
        Left = 120
        Top = 175
        Width = 293
        Height = 63
        ScrollBars = ssBoth
        TabOrder = 0
      end
      object EngAddress: TEdit
        Left = 120
        Top = 151
        Width = 294
        Height = 20
        Enabled = False
        TabOrder = 1
      end
      object ChnAddress: TEdit
        Left = 120
        Top = 127
        Width = 293
        Height = 20
        TabOrder = 2
      end
      object engFactory: TEdit
        Left = 119
        Top = 104
        Width = 295
        Height = 20
        TabOrder = 3
      end
      object ChnFactory: TEdit
        Left = 119
        Top = 81
        Width = 294
        Height = 20
        TabOrder = 4
      end
      object TelePhone: TEdit
        Left = 119
        Top = 58
        Width = 294
        Height = 20
        TabOrder = 5
      end
      object ywy: TEdit
        Tag = 99
        Left = 119
        Top = 31
        Width = 295
        Height = 20
        ReadOnly = True
        TabOrder = 6
        Text = 'ywy'
        Visible = False
      end
      object customNo: TBtnEditA
        Tag = 1
        Left = 120
        Top = 7
        Width = 295
        Height = 20
        Enabled = False
        ReadOnly = True
        TabOrder = 7
        OnBtnClick = customNoBtnClick
      end
    end
  end
  object RMPreview1: TRMPreview
    Left = 488
    Top = 85
    Width = 553
    Height = 569
    Align = alRight
    BevelOuter = bvLowered
    Caption = 'Insert After'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 1
    OnDblClick = RMPreview1DblClick
    Options.RulerUnit = rmutScreenPixels
    Options.RulerVisible = False
    Options.DrawBorder = False
    Options.BorderPen.Color = clGray
    Options.BorderPen.Style = psDash
  end
  object ToolBar2: TToolBar
    Left = 0
    Top = 0
    Width = 1041
    AutoSize = True
    ButtonHeight = 30
    ButtonWidth = 83
    Caption = 'ToolBar2'
    Color = clBtnFace
    Flat = True
    Images = DataLink_DDMD.ThreeImgList
    List = True
    ParentColor = False
    ShowCaptions = True
    TabOrder = 2
    Transparent = False
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      AutoSize = True
      Caption = #21047#26032
      ImageIndex = 0
      OnClick = ToolButton1Click
    end
    object TOK: TToolButton
      Left = 63
      Top = 0
      AutoSize = True
      Caption = #30830#23450
      ImageIndex = 10
      OnClick = TOkClick
    end
    object Tadd: TToolButton
      Left = 126
      Top = 0
      AutoSize = True
      Caption = #26032#22686#26631#31614
      ImageIndex = 1
      OnClick = TaddClick
    end
    object Tupd: TToolButton
      Left = 213
      Top = 0
      AutoSize = True
      Caption = #20462#25913#26631#31614
      ImageIndex = 11
      OnClick = TupdClick
    end
    object Tdel: TToolButton
      Left = 300
      Top = 0
      AutoSize = True
      Caption = #21024#38500#26631#31614
      ImageIndex = 3
      OnClick = TdelClick
    end
    object Tclose: TToolButton
      Left = 387
      Top = 0
      AutoSize = True
      Caption = #20851#38381
      ImageIndex = 21
      OnClick = TcloseClick
    end
  end
  object Panel4: TPanel
    Left = 0
    Top = 32
    Width = 1041
    Height = 53
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object Label9: TLabel
      Left = 36
      Top = 20
      Width = 48
      Height = 12
      Caption = #26631#31614#31867#22411
    end
    object Label10: TLabel
      Left = 280
      Top = 20
      Width = 48
      Height = 12
      Caption = #26631#31614#26631#39064
    end
    object LabelCaption: TEdit
      Left = 332
      Top = 16
      Width = 100
      Height = 20
      TabOrder = 0
      OnChange = LabelTypeChange
    end
    object LabelType: TRTComboBox
      Tag = 99
      Left = 88
      Top = 17
      Width = 100
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 1
      OnChange = LabelTypeChange
      Items.Strings = (
        ''
        #20013#25991#26631#31614
        #33521#25991#26631#31614
        #20013#33521#25991#26631#31614)
    end
  end
  object ADOQueryCmd: TADOQuery
    Connection = DataLink_DDMD.ADOLink
    CommandTimeout = 300
    Parameters = <>
    Left = 508
    Top = 208
  end
  object OpenDialog1: TOpenDialog
    Filter = 'RMFl(*.rmf)|*.rmf'
    InitialDir = '.'
    Left = 316
    Top = 148
  end
  object RMGridReport1: TRMGridReport
    ThreadPrepareReport = True
    InitialZoom = pzDefault
    PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbPageSetup, pbExit, pbExport, pbNavigator]
    ModalPreview = False
    ShowProgress = False
    DefaultCollate = False
    ShowPrintDialog = False
    SaveReportOptions.RegistryPath = 'Software\ReportMachine\ReportSettings\'
    Preview = RMPreview1
    PreviewOptions.RulerUnit = rmutScreenPixels
    PreviewOptions.RulerVisible = False
    PreviewOptions.DrawBorder = False
    PreviewOptions.BorderPen.Color = clGray
    PreviewOptions.BorderPen.Style = psDash
    CompressLevel = rmzcFastest
    CompressThread = False
    LaterBuildEvents = True
    OnlyOwnerDataSet = False
    Left = 436
    Top = 152
    ReportData = {}
  end
  object ADOQueryTmp: TADOQuery
    Connection = DataLink_DDMD.ADOLink
    LockType = ltReadOnly
    CommandTimeout = 300
    Parameters = <>
    Left = 528
    Top = 184
  end
  object ADOQuery1: TADOQuery
    Connection = DataLink_DDMD.ADOLink
    Parameters = <>
    Left = 392
    Top = 228
  end
  object DS_Label: TDataSource
    DataSet = ADOQueryLabel
    Left = 66
    Top = 456
  end
  object ADOQueryLabel10: TADOQuery
    Connection = DataLink_DDMD.ADOLink
    LockType = ltReadOnly
    CommandTimeout = 300
    Parameters = <>
    Left = 234
    Top = 296
  end
  object ADOQueryLabel: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 156
    Top = 267
  end
end