ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/mesh/edition.dfm
Revision: 3
Committed: Tue Jun 12 12:42:51 2007 UTC (17 years, 11 months ago)
File size: 4137 byte(s)
Log Message:

File Contents

# User Rev Content
1 3 object Editeur: TEditeur
2     Left = 204
3     Top = 164
4     Width = 435
5     Height = 300
6     Caption = 'Editeur'
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     Icon.Data = {
14     0000010001002020100000000000E80200001600000028000000200000004000
15     0000010004000000000080020000000000000000000000000000000000000000
16     000000008000008000000080800080000000800080008080000080808000C0C0
17     C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
18     0000000000000000000000000000000000000000007777770000000000000000
19     0000000000000007000000000000000000000000000000070000000000000000
20     0000000000777007000000000000000000077070007770070000700000000000
21     0077000700787000000007000000000007708000077877000070007000000000
22     07088807777777770777000700000000008F88877FFFFF077887700700000000
23     00088888F88888FF08870070000000000000880888877778F070007000000007
24     77088888880007778F770077777000700008F088007777077F07000000700700
25     008F08880800077778F7700000700708888F0880F08F807078F7777700700708
26     F88F0780F070F07078F7887700700708888F0780F077807088F7777700700700
27     008F0788FF00080888F77000007000000008F0780FFFF0088F77007000000000
28     0008F07788000888887700700000000000008F07788888880870007000000000
29     00088FF0077788088887000700000000008F888FF00000F87887700700000000
30     0708F8088FFFFF88078700700000000007708000088888000070070000000000
31     0077007000888007000070000000000000077700008F80070007000000000000
32     0000000000888007000000000000000000000000000000070000000000000000
33     000000000777777700000000000000000000000000000000000000000000FFFF
34     FFFFFFFC0FFFFFFC0FFFFFF80FFFFFF80FFFFE180E7FFC00043FF800001FF800
35     000FF800000FFC00001FFE00001FE0000001C000000180000001800000018000
36     00018000000180000001FC00001FFC00001FFE00001FFC00000FF800000FF800
37     001FF800003FFC180C7FFE380EFFFFF80FFFFFF80FFFFFF80FFFFFFFFFFF}
38     Menu = MainMenu1
39     OldCreateOrder = True
40     Position = poDefault
41     Visible = True
42     OnClose = FormClose
43     OnCreate = FormCreate
44     OnShow = FormShow
45     PixelsPerInch = 96
46     TextHeight = 13
47     object RichEdit1: TRichEdit
48     Left = 0
49     Top = 0
50     Width = 427
51     Height = 234
52     Align = alClient
53     Font.Charset = ANSI_CHARSET
54     Font.Color = clBlack
55     Font.Height = -13
56     Font.Name = 'Courier New'
57     Font.Style = []
58     Lines.Strings = (
59     '')
60     ParentFont = False
61     ReadOnly = True
62     ScrollBars = ssBoth
63     TabOrder = 0
64     end
65     object StatusBar1: TStatusBar
66     Left = 0
67     Top = 234
68     Width = 427
69     Height = 19
70     Panels = <
71     item
72     Text = 'Lecture'
73     Width = 50
74     end
75     item
76     Alignment = taCenter
77     Width = 50
78     end
79     item
80     Text = 'Edition'
81     Width = 50
82     end>
83     SimplePanel = False
84     SizeGrip = False
85     OnResize = StatusBar1Resize
86     end
87     object OpenDialog1: TOpenDialog
88     Filter =
89     'Fichier Maillage *.mai|*.mai|Fichier Historique *.oct *.qua|*.oc' +
90     't;*.qua|Fichier SAT *.sat|*.sat|Fichier IGES *.igs|*.igs|Fichier' +
91     ' Resultat *.res|*.res|Fichier Session *.ses|*.ses|Tous fichiers ' +
92     '*.*|*.*'
93     Left = 24
94     Top = 16
95     end
96     object MainMenu1: TMainMenu
97     Left = 72
98     Top = 16
99     object File1: TMenuItem
100     Caption = 'Fichier'
101     object Ouvrir1: TMenuItem
102     Caption = 'Ouvrir'
103     OnClick = Ouvrir1Click
104     end
105     object Enregistrer1: TMenuItem
106     Caption = 'Enregistrer'
107     Enabled = False
108     OnClick = Enregistrer1Click
109     end
110     object Fermer1: TMenuItem
111     Caption = 'Fermer'
112     OnClick = Fermer1Click
113     end
114     end
115     object Mode1: TMenuItem
116     Caption = 'Mode'
117     object Lecture1: TMenuItem
118     Caption = 'Lecture'
119     Checked = True
120     OnClick = Lecture1Click
121     end
122     object Ecriture1: TMenuItem
123     Caption = 'Ecriture'
124     OnClick = Ecriture1Click
125     end
126     end
127     end
128     object SaveDialog1: TSaveDialog
129     Left = 112
130     Top = 16
131     end
132     end