~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to windows/gvedit/UEditor.dfm

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
object frmEditor: TfrmEditor
 
2
  Left = 566
 
3
  Top = 254
 
4
  Width = 734
 
5
  Height = 509
 
6
  Caption = 'frmEditor'
 
7
  Color = clBtnFace
 
8
  Font.Charset = DEFAULT_CHARSET
 
9
  Font.Color = clWindowText
 
10
  Font.Height = -11
 
11
  Font.Name = 'MS Sans Serif'
 
12
  Font.Style = []
 
13
  FormStyle = fsMDIChild
 
14
  OldCreateOrder = False
 
15
  Position = poDefault
 
16
  Visible = True
 
17
  OnActivate = FormActivate
 
18
  OnClose = FormClose
 
19
  OnCreate = FormCreate
 
20
  OnDeactivate = FormDeactivate
 
21
  PixelsPerInch = 96
 
22
  TextHeight = 13
 
23
  object Panel1: TPanel
 
24
    Left = 0
 
25
    Top = 0
 
26
    Width = 726
 
27
    Height = 456
 
28
    Align = alClient
 
29
    Caption = 'Panel1'
 
30
    TabOrder = 2
 
31
    object ScrollBox1: TScrollBox
 
32
      Left = 1
 
33
      Top = 34
 
34
      Width = 724
 
35
      Height = 421
 
36
      Align = alClient
 
37
      BevelInner = bvNone
 
38
      BevelOuter = bvNone
 
39
      TabOrder = 0
 
40
      object Image1: TImage
 
41
        Left = 0
 
42
        Top = 0
 
43
        Width = 720
 
44
        Height = 417
 
45
        Align = alClient
 
46
        Proportional = True
 
47
      end
 
48
    end
 
49
    object Panel3: TPanel
 
50
      Left = 1
 
51
      Top = 1
 
52
      Width = 724
 
53
      Height = 33
 
54
      Align = alTop
 
55
      BevelOuter = bvSpace
 
56
      BorderStyle = bsSingle
 
57
      TabOrder = 1
 
58
      DesignSize = (
 
59
        720
 
60
        29)
 
61
      object SB1: TSpeedButton
 
62
        Left = 545
 
63
        Top = 3
 
64
        Width = 81
 
65
        Height = 22
 
66
        Anchors = [akTop, akRight]
 
67
        GroupIndex = 1
 
68
        Caption = 'Real Size'
 
69
        OnClick = SB1Click
 
70
      end
 
71
      object SB2: TSpeedButton
 
72
        Left = 631
 
73
        Top = 3
 
74
        Width = 81
 
75
        Height = 22
 
76
        Anchors = [akTop, akRight]
 
77
        GroupIndex = 1
 
78
        Down = True
 
79
        Caption = 'Fit To Screen'
 
80
        OnClick = SB2Click
 
81
      end
 
82
      object BitBtn2: TBitBtn
 
83
        Left = 4
 
84
        Top = 2
 
85
        Width = 65
 
86
        Height = 25
 
87
        Caption = 'Save'
 
88
        TabOrder = 0
 
89
        OnClick = BitBtn2Click
 
90
        Glyph.Data = {
 
91
          76010000424D7601000000000000760000002800000020000000100000000100
 
92
          04000000000000010000130B0000130B00001000000000000000000000000000
 
93
          800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
 
94
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
 
95
          7700333333337777777733333333008088003333333377F73377333333330088
 
96
          88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
 
97
          000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
 
98
          FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
 
99
          99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
 
100
          99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
 
101
          99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
 
102
          93337FFFF7737777733300000033333333337777773333333333}
 
103
        NumGlyphs = 2
 
104
      end
 
105
    end
 
106
  end
 
107
  object StatusBar1: TStatusBar
 
108
    Left = 0
 
109
    Top = 456
 
110
    Width = 726
 
111
    Height = 19
 
112
    Panels = <
 
113
      item
 
114
        Text = '1:1'
 
115
        Width = 100
 
116
      end
 
117
      item
 
118
        Width = 50
 
119
      end>
 
120
    SimplePanel = False
 
121
  end
 
122
  object Panel2: TPanel
 
123
    Left = 0
 
124
    Top = 0
 
125
    Width = 726
 
126
    Height = 456
 
127
    Align = alClient
 
128
    Caption = 'Panel2'
 
129
    TabOrder = 0
 
130
    object R: TRichEdit
 
131
      Left = 1
 
132
      Top = 1
 
133
      Width = 724
 
134
      Height = 454
 
135
      Align = alClient
 
136
      Font.Charset = ANSI_CHARSET
 
137
      Font.Color = clWindowText
 
138
      Font.Height = -13
 
139
      Font.Name = 'Courier New'
 
140
      Font.Style = []
 
141
      HideSelection = False
 
142
      ParentFont = False
 
143
      PlainText = True
 
144
      ScrollBars = ssBoth
 
145
      TabOrder = 0
 
146
      WantTabs = True
 
147
      WordWrap = False
 
148
      OnChange = RChange
 
149
      OnSelectionChange = RSelectionChange
 
150
    end
 
151
  end
 
152
  object SDB: TSaveDialog
 
153
    Filter = 'Bitmap File|*.bmp'
 
154
    Left = 120
 
155
  end
 
156
  object FindDialog1: TFindDialog
 
157
    OnFind = FindDialog1Find
 
158
    Left = 176
 
159
    Top = 128
 
160
  end
 
161
  object ReplaceDialog1: TReplaceDialog
 
162
    Options = [frDown, frHideUpDown, frReplace, frReplaceAll]
 
163
    OnFind = ReplaceDialog1Find
 
164
    Left = 224
 
165
    Top = 128
 
166
  end
 
167
  object Timer1: TTimer
 
168
    Enabled = False
 
169
    OnTimer = Timer1Timer
 
170
    Left = 160
 
171
    Top = 296
 
172
  end
 
173
  object SDB2: TSaveDialog
 
174
    Filter = 'Dot File|*.dot'
 
175
    Left = 64
 
176
    Top = 104
 
177
  end
 
178
end