From 2131efe518e7487605b117b82bd6a7e5f87cdd6a Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Wed, 23 Feb 2011 23:45:59 +0000 Subject: [PATCH] Add symbols git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1166 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- elements/capteurs/actionneurs/horloge1.elmt | 30 +++++ .../actionneurs/horloge_2_sorties.elmt | 39 ++++++ ...n_2_broches_avec_borne_centrale_plate.elmt | 18 +++ .../embase_din_3_broches_180_degres.elmt | 22 ++++ elements/fiches/embase_din_4_broches.elmt | 26 ++++ elements/fiches/embase_din_5_broches.elmt | 25 ++++ .../embase_din_5_broches_180_degres.elmt | 30 +++++ .../embase_din_5_broches_270_degres.elmt | 30 +++++ ...roches_360_degres_avec_borne_centrale.elmt | 30 +++++ elements/fiches/embase_din_8_broches.elmt | 34 +++++ elements/fiches/embase_minidin_8_broches.elmt | 42 +++++++ .../fiche_femelle_codeur_12_points.elmt | 58 +++++++++ elements/fiches/qet_directory | 5 + .../fiches/sub-d-hd_15_broches_femelle.elmt | 76 ++++++++++++ elements/fiches/sub-d-hd_15_broches_male.elmt | 76 ++++++++++++ elements/fiches/sub-d_15_broches_femelle.elmt | 76 ++++++++++++ elements/fiches/sub-d_15_broches_male.elmt | 76 ++++++++++++ elements/fiches/sub-d_25_broches_femelle.elmt | 116 ++++++++++++++++++ elements/fiches/sub-d_25_broches_male.elmt | 116 ++++++++++++++++++ elements/fiches/sub-d_9_broches_femelle.elmt | 52 ++++++++ elements/fiches/sub-d_9_broches_male.elmt | 52 ++++++++ .../bobine_ka_a_verrouillage_mecanique.elmt | 21 ++++ elements/recepteurs/misc/pile_1_element.elmt | 17 +++ .../recepteurs/misc/pile_1_element_court.elmt | 17 +++ elements/recepteurs/misc/pile_2_elements.elmt | 20 +++ elements/recepteurs/sonores/haut_parleur.elmt | 18 +++ 26 files changed, 1122 insertions(+) create mode 100644 elements/capteurs/actionneurs/horloge1.elmt create mode 100644 elements/capteurs/actionneurs/horloge_2_sorties.elmt create mode 100644 elements/fiches/embase_din_2_broches_avec_borne_centrale_plate.elmt create mode 100644 elements/fiches/embase_din_3_broches_180_degres.elmt create mode 100644 elements/fiches/embase_din_4_broches.elmt create mode 100644 elements/fiches/embase_din_5_broches.elmt create mode 100644 elements/fiches/embase_din_5_broches_180_degres.elmt create mode 100644 elements/fiches/embase_din_5_broches_270_degres.elmt create mode 100644 elements/fiches/embase_din_5_broches_360_degres_avec_borne_centrale.elmt create mode 100644 elements/fiches/embase_din_8_broches.elmt create mode 100644 elements/fiches/embase_minidin_8_broches.elmt create mode 100644 elements/fiches/fiche_femelle_codeur_12_points.elmt create mode 100644 elements/fiches/qet_directory create mode 100644 elements/fiches/sub-d-hd_15_broches_femelle.elmt create mode 100644 elements/fiches/sub-d-hd_15_broches_male.elmt create mode 100644 elements/fiches/sub-d_15_broches_femelle.elmt create mode 100644 elements/fiches/sub-d_15_broches_male.elmt create mode 100644 elements/fiches/sub-d_25_broches_femelle.elmt create mode 100644 elements/fiches/sub-d_25_broches_male.elmt create mode 100644 elements/fiches/sub-d_9_broches_femelle.elmt create mode 100644 elements/fiches/sub-d_9_broches_male.elmt create mode 100644 elements/recepteurs/bobines/bobine_ka_a_verrouillage_mecanique.elmt create mode 100644 elements/recepteurs/misc/pile_1_element.elmt create mode 100644 elements/recepteurs/misc/pile_1_element_court.elmt create mode 100644 elements/recepteurs/misc/pile_2_elements.elmt create mode 100644 elements/recepteurs/sonores/haut_parleur.elmt diff --git a/elements/capteurs/actionneurs/horloge1.elmt b/elements/capteurs/actionneurs/horloge1.elmt new file mode 100644 index 000000000..243b6258a --- /dev/null +++ b/elements/capteurs/actionneurs/horloge1.elmt @@ -0,0 +1,30 @@ + + + Time- switch + Horloge + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/capteurs/actionneurs/horloge_2_sorties.elmt b/elements/capteurs/actionneurs/horloge_2_sorties.elmt new file mode 100644 index 000000000..308ad96ac --- /dev/null +++ b/elements/capteurs/actionneurs/horloge_2_sorties.elmt @@ -0,0 +1,39 @@ + + + Time-switch 2 output + Horloge 2 sorties + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/embase_din_2_broches_avec_borne_centrale_plate.elmt b/elements/fiches/embase_din_2_broches_avec_borne_centrale_plate.elmt new file mode 100644 index 000000000..4fb1cd417 --- /dev/null +++ b/elements/fiches/embase_din_2_broches_avec_borne_centrale_plate.elmt @@ -0,0 +1,18 @@ + + + Embase DIN 2 broches avec borne centrale plate + + + + + + + + + + + + + + + diff --git a/elements/fiches/embase_din_3_broches_180_degres.elmt b/elements/fiches/embase_din_3_broches_180_degres.elmt new file mode 100644 index 000000000..f6a6cd13d --- /dev/null +++ b/elements/fiches/embase_din_3_broches_180_degres.elmt @@ -0,0 +1,22 @@ + + + Embase DIN 3 broches 180 degrés + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/embase_din_4_broches.elmt b/elements/fiches/embase_din_4_broches.elmt new file mode 100644 index 000000000..45399b10d --- /dev/null +++ b/elements/fiches/embase_din_4_broches.elmt @@ -0,0 +1,26 @@ + + + Embase DIN 4 broches + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/embase_din_5_broches.elmt b/elements/fiches/embase_din_5_broches.elmt new file mode 100644 index 000000000..312f95db7 --- /dev/null +++ b/elements/fiches/embase_din_5_broches.elmt @@ -0,0 +1,25 @@ + + + Embase DIN 5 broches + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/embase_din_5_broches_180_degres.elmt b/elements/fiches/embase_din_5_broches_180_degres.elmt new file mode 100644 index 000000000..831e744d2 --- /dev/null +++ b/elements/fiches/embase_din_5_broches_180_degres.elmt @@ -0,0 +1,30 @@ + + + Embase DIN 5 broches 180 degrés + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/embase_din_5_broches_270_degres.elmt b/elements/fiches/embase_din_5_broches_270_degres.elmt new file mode 100644 index 000000000..9dfc05c77 --- /dev/null +++ b/elements/fiches/embase_din_5_broches_270_degres.elmt @@ -0,0 +1,30 @@ + + + Embase DIN 5 broches 270 degrés + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/embase_din_5_broches_360_degres_avec_borne_centrale.elmt b/elements/fiches/embase_din_5_broches_360_degres_avec_borne_centrale.elmt new file mode 100644 index 000000000..a970e62b6 --- /dev/null +++ b/elements/fiches/embase_din_5_broches_360_degres_avec_borne_centrale.elmt @@ -0,0 +1,30 @@ + + + Embase DIN 5 broches 360 degrés avec borne centrale + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/embase_din_8_broches.elmt b/elements/fiches/embase_din_8_broches.elmt new file mode 100644 index 000000000..aa60ddf9b --- /dev/null +++ b/elements/fiches/embase_din_8_broches.elmt @@ -0,0 +1,34 @@ + + + Embase DIN 8 broches + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/embase_minidin_8_broches.elmt b/elements/fiches/embase_minidin_8_broches.elmt new file mode 100644 index 000000000..1694187da --- /dev/null +++ b/elements/fiches/embase_minidin_8_broches.elmt @@ -0,0 +1,42 @@ + + + Embase mini-DIN 8 broches + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/fiche_femelle_codeur_12_points.elmt b/elements/fiches/fiche_femelle_codeur_12_points.elmt new file mode 100644 index 000000000..6a7236f1b --- /dev/null +++ b/elements/fiches/fiche_femelle_codeur_12_points.elmt @@ -0,0 +1,58 @@ + + + Fiche femelle codeur 12 points + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/qet_directory b/elements/fiches/qet_directory new file mode 100644 index 000000000..c8be4a001 --- /dev/null +++ b/elements/fiches/qet_directory @@ -0,0 +1,5 @@ + + + Fiches + + diff --git a/elements/fiches/sub-d-hd_15_broches_femelle.elmt b/elements/fiches/sub-d-hd_15_broches_femelle.elmt new file mode 100644 index 000000000..519136ba6 --- /dev/null +++ b/elements/fiches/sub-d-hd_15_broches_femelle.elmt @@ -0,0 +1,76 @@ + + + SUB-D HD 15 broches (femelle) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/sub-d-hd_15_broches_male.elmt b/elements/fiches/sub-d-hd_15_broches_male.elmt new file mode 100644 index 000000000..4a87a428a --- /dev/null +++ b/elements/fiches/sub-d-hd_15_broches_male.elmt @@ -0,0 +1,76 @@ + + + SUB-D HD 15 broches (male) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/sub-d_15_broches_femelle.elmt b/elements/fiches/sub-d_15_broches_femelle.elmt new file mode 100644 index 000000000..8855a551f --- /dev/null +++ b/elements/fiches/sub-d_15_broches_femelle.elmt @@ -0,0 +1,76 @@ + + + SUB-D 15 broches (femelle) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/sub-d_15_broches_male.elmt b/elements/fiches/sub-d_15_broches_male.elmt new file mode 100644 index 000000000..b0574c2cd --- /dev/null +++ b/elements/fiches/sub-d_15_broches_male.elmt @@ -0,0 +1,76 @@ + + + SUB-D 15 broches (male) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/sub-d_25_broches_femelle.elmt b/elements/fiches/sub-d_25_broches_femelle.elmt new file mode 100644 index 000000000..6d1f4c701 --- /dev/null +++ b/elements/fiches/sub-d_25_broches_femelle.elmt @@ -0,0 +1,116 @@ + + + SUB-D 25 broches (femelle) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/sub-d_25_broches_male.elmt b/elements/fiches/sub-d_25_broches_male.elmt new file mode 100644 index 000000000..b034a913b --- /dev/null +++ b/elements/fiches/sub-d_25_broches_male.elmt @@ -0,0 +1,116 @@ + + + SUB-D 25 broches (male) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/sub-d_9_broches_femelle.elmt b/elements/fiches/sub-d_9_broches_femelle.elmt new file mode 100644 index 000000000..f959c1291 --- /dev/null +++ b/elements/fiches/sub-d_9_broches_femelle.elmt @@ -0,0 +1,52 @@ + + + SUB-D 9 broches (femelle) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/fiches/sub-d_9_broches_male.elmt b/elements/fiches/sub-d_9_broches_male.elmt new file mode 100644 index 000000000..2c3912be7 --- /dev/null +++ b/elements/fiches/sub-d_9_broches_male.elmt @@ -0,0 +1,52 @@ + + + SUB-D 9 broches (male) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/recepteurs/bobines/bobine_ka_a_verrouillage_mecanique.elmt b/elements/recepteurs/bobines/bobine_ka_a_verrouillage_mecanique.elmt new file mode 100644 index 000000000..ed6457acf --- /dev/null +++ b/elements/recepteurs/bobines/bobine_ka_a_verrouillage_mecanique.elmt @@ -0,0 +1,21 @@ + + + Обмотка + Coil + Bobine KA à verrouillage mécanique + Bobina + + + + + + + + + + + + + + + diff --git a/elements/recepteurs/misc/pile_1_element.elmt b/elements/recepteurs/misc/pile_1_element.elmt new file mode 100644 index 000000000..5e7d867d5 --- /dev/null +++ b/elements/recepteurs/misc/pile_1_element.elmt @@ -0,0 +1,17 @@ + + + Pile 1 élément + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + diff --git a/elements/recepteurs/misc/pile_1_element_court.elmt b/elements/recepteurs/misc/pile_1_element_court.elmt new file mode 100644 index 000000000..dd7bcd810 --- /dev/null +++ b/elements/recepteurs/misc/pile_1_element_court.elmt @@ -0,0 +1,17 @@ + + + Pile 1 élément (court) + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + diff --git a/elements/recepteurs/misc/pile_2_elements.elmt b/elements/recepteurs/misc/pile_2_elements.elmt new file mode 100644 index 000000000..db350058f --- /dev/null +++ b/elements/recepteurs/misc/pile_2_elements.elmt @@ -0,0 +1,20 @@ + + + Pile 2 éléments + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + diff --git a/elements/recepteurs/sonores/haut_parleur.elmt b/elements/recepteurs/sonores/haut_parleur.elmt new file mode 100644 index 000000000..bc0ed538a --- /dev/null +++ b/elements/recepteurs/sonores/haut_parleur.elmt @@ -0,0 +1,18 @@ + + + Speaker + Haut-parleur + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + +