123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- object PlugInSetChart: TPlugInSetChart
- Left = 352
- Top = 109
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = #52264#53944' '#54364#52636#49549#49457' '#49444#51221
- ClientHeight = 191
- ClientWidth = 441
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- Scaled = False
- ShowHint = True
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object ShpInfo: TShape
- Left = 4
- Top = 7
- Width = 432
- Height = 144
- Brush.Color = 14671839
- Pen.Color = 10849679
- Pen.Width = 2
- end
- object ImgDesc01: TImage
- Left = 22
- Top = 26
- Width = 9
- Height = 9
- AutoSize = True
- Transparent = True
- end
- object ImgDesc02: TImage
- Left = 22
- Top = 56
- Width = 9
- Height = 9
- AutoSize = True
- Transparent = True
- end
- object ImgDesc03: TImage
- Left = 22
- Top = 87
- Width = 9
- Height = 9
- AutoSize = True
- Transparent = True
- end
- object ImgDesc04: TImage
- Left = 22
- Top = 118
- Width = 9
- Height = 9
- AutoSize = True
- Transparent = True
- end
- object BtnSave: TcxButton
- Left = 361
- Top = 160
- Width = 75
- Height = 25
- Cursor = crHandPoint
- Hint = 'Apply a graph display entries.'
- Caption = #51201#50857
- Colors.Default = 3893744
- LookAndFeel.Kind = lfUltraFlat
- LookAndFeel.NativeStyle = False
- TabOrder = 0
- OnClick = BtnSaveClick
- end
- object cxLabel1: TcxLabel
- Left = 33
- Top = 20
- AutoSize = False
- Caption = #52264#53944' '#51228#47785
- ParentShowHint = False
- ShowHint = True
- Style.BorderStyle = ebsNone
- Style.Edges = [bLeft, bTop, bRight, bBottom]
- Style.TextStyle = []
- StyleFocused.TextStyle = []
- StyleHot.TextStyle = []
- Properties.Alignment.Horz = taRightJustify
- Transparent = True
- Height = 20
- Width = 112
- AnchorX = 145
- end
- object cxLabel2: TcxLabel
- Left = 33
- Top = 50
- AutoSize = False
- Caption = #54876#49457#50668#48512
- ParentShowHint = False
- ShowHint = True
- Style.BorderStyle = ebsNone
- Style.Edges = [bLeft, bTop, bRight, bBottom]
- Style.TextStyle = []
- StyleFocused.TextStyle = []
- StyleHot.TextStyle = []
- Properties.Alignment.Horz = taRightJustify
- Transparent = True
- Height = 20
- Width = 112
- AnchorX = 145
- end
- object cxLabel3: TcxLabel
- Left = 33
- Top = 112
- AutoSize = False
- Caption = #52264#53944' '#50976#54805
- ParentShowHint = False
- ShowHint = True
- Style.BorderStyle = ebsNone
- Style.Edges = [bLeft, bTop, bRight, bBottom]
- Style.TextStyle = []
- StyleFocused.TextStyle = []
- StyleHot.TextStyle = []
- Properties.Alignment.Horz = taRightJustify
- Transparent = True
- Height = 20
- Width = 112
- AnchorX = 145
- end
- object cxLabel4: TcxLabel
- Left = 33
- Top = 81
- AutoSize = False
- Caption = #52264#53944' '#49353#49345
- ParentShowHint = False
- ShowHint = True
- Style.BorderStyle = ebsNone
- Style.Edges = [bLeft, bTop, bRight, bBottom]
- Style.TextStyle = []
- StyleFocused.TextStyle = []
- StyleHot.TextStyle = []
- Properties.Alignment.Horz = taRightJustify
- Transparent = True
- Height = 20
- Width = 112
- AnchorX = 145
- end
- object ChkVisible: TcxCheckBox
- Left = 151
- Top = 51
- Cursor = crHandPoint
- Caption = #54876#49457'('#48372#51060#44592')'
- TabOrder = 5
- Transparent = True
- Width = 154
- end
- object PnlItemColor: TPanel
- Left = 154
- Top = 81
- Width = 267
- Height = 24
- Cursor = crHandPoint
- Color = clWhite
- ParentBackground = False
- TabOrder = 6
- OnClick = PnlItemColorClick
- end
- object CbChartKind: TcxImageComboBox
- Left = 154
- Top = 111
- Cursor = crHandPoint
- Hint = #44536#47000#54532' '#50976#54805#51012' '#48320#44221#54633#45768#45796'.'
- EditValue = 0
- Properties.Alignment.Vert = taVCenter
- Properties.Items = <
- item
- Description = ' Line'
- ImageIndex = 1
- Value = 0
- end
- item
- Description = ' Bar'
- ImageIndex = 2
- Tag = 1
- Value = 1
- end
- item
- Description = ' Area'
- ImageIndex = 3
- Tag = 2
- Value = 2
- end
- item
- Description = ' Point'
- ImageIndex = 4
- Tag = 3
- Value = 3
- end>
- Style.LookAndFeel.Kind = lfUltraFlat
- Style.LookAndFeel.NativeStyle = False
- Style.ButtonStyle = btsUltraFlat
- Style.ButtonTransparency = ebtAlways
- StyleDisabled.LookAndFeel.Kind = lfUltraFlat
- StyleDisabled.LookAndFeel.NativeStyle = False
- StyleFocused.LookAndFeel.Kind = lfUltraFlat
- StyleFocused.LookAndFeel.NativeStyle = False
- StyleHot.LookAndFeel.Kind = lfUltraFlat
- StyleHot.LookAndFeel.NativeStyle = False
- TabOrder = 7
- Width = 268
- end
- object EdtItemNm: TcxTextEdit
- Left = 154
- Top = 18
- Properties.Alignment.Vert = taVCenter
- Properties.MaxLength = 0
- Properties.ReadOnly = True
- Style.LookAndFeel.Kind = lfUltraFlat
- Style.LookAndFeel.NativeStyle = False
- Style.Shadow = False
- StyleDisabled.LookAndFeel.Kind = lfUltraFlat
- StyleDisabled.LookAndFeel.NativeStyle = False
- StyleFocused.LookAndFeel.Kind = lfUltraFlat
- StyleFocused.LookAndFeel.NativeStyle = False
- StyleFocused.TextStyle = [fsBold]
- StyleHot.LookAndFeel.Kind = lfUltraFlat
- StyleHot.LookAndFeel.NativeStyle = False
- TabOrder = 8
- Width = 267
- end
- object TmrRefresh: TTimer
- Enabled = False
- Interval = 300
- OnTimer = TmrRefreshTimer
- Left = 365
- Top = 32
- end
- object ColorDialog: TColorDialog
- Left = 300
- Top = 29
- end
- end
|