Diff of /trunk/cforge/cforge/Package/CFORGE/Scripts/ui.py [r51] .. [r52]  Maximize  Restore

Switch to unified view

a/trunk/cforge/cforge/Package/CFORGE/Scripts/ui.py b/trunk/cforge/cforge/Package/CFORGE/Scripts/ui.py
...
...
113
            self.InfoLabel.Parent = self
113
            self.InfoLabel.Parent = self
114
            y += 24
114
            y += 24
115
            
115
            
116
            self.InfoBox = TextBox()
116
            self.InfoBox = TextBox()
117
            self.InfoBox.Text = InfoText
117
            self.InfoBox.Text = InfoText
118
            self.InfoBox.Enabled = False
118
            self.InfoBox.Enabled = True
119
            self.InfoBox.ReadOnly = True
119
            self.InfoBox.Location = Point(0, y)
120
            self.InfoBox.Location = Point(0, y)
120
            self.InfoBox.Parent = self
121
            self.InfoBox.Parent = self
121
            self.InfoBox.WordWrap = False
122
            self.InfoBox.WordWrap = False
122
            self.InfoBox.Multiline = True
123
            self.InfoBox.Multiline = True
123
            self.InfoBox.ScrollBars = ScrollBars.Horizontal | ScrollBars.Vertical
124
            self.InfoBox.ScrollBars = ScrollBars.Horizontal | ScrollBars.Vertical