Home
last modified time | relevance | path

Searched refs:text_width (Results 1 – 25 of 1643) sorted by relevance

12345678910>>...66

/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/gametable/
H A Dmychancelabel.cpp127 int text_width = 140; in paintEvent() local
135 int text_width = 85; in paintEvent() local
147 …painter.drawText(QRectF(QPointF(2,start_y), QPointF(text_width,start_y+height)),Qt::AlignRight,"Ro… in paintEvent()
216 QLinearGradient linearGrad(QPointF(text_width+4,3), QPointF(text_width+4+bar_width,10)); in paintEvent()
228 …if(RFChance[1] != 0) painter.drawRect(text_width+4,start_y+0*height+3,(bar_width*RFChance[0])/100,… in paintEvent()
229 …if(SFChance[1] != 0) painter.drawRect(text_width+4,start_y+1*height+3,(bar_width*SFChance[0])/100,… in paintEvent()
231 …if(FHChance[1] != 0) painter.drawRect(text_width+4,start_y+3*height+3,(bar_width*FHChance[0])/100,… in paintEvent()
232 …if(FLChance[1] != 0) painter.drawRect(text_width+4,start_y+4*height+3,(bar_width*FLChance[0])/100,… in paintEvent()
235 …if(TPChance[1] != 0) painter.drawRect(text_width+4,start_y+7*height+3,(bar_width*TPChance[0])/100,… in paintEvent()
236 …if(OPChance[1] != 0) painter.drawRect(text_width+4,start_y+8*height+3,(bar_width*OPChance[0])/100,… in paintEvent()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/ftfy/
H A Dformatting.py92 text_width = monospaced_width(text)
93 if text_width == -1:
97 padding = max(0, width - text_width)
122 text_width = monospaced_width(text)
123 if text_width == -1:
126 padding = max(0, width - text_width)
147 text_width = monospaced_width(text)
148 if text_width == -1:
151 padding = max(0, width - text_width)
/dports/misc/vifm/vifm-0.11/tests/column_view/
H A Dcropping.c81 { .column_id = COL1_ID, .full_width = 15UL, .text_width = 15UL, in TEST()
83 { .column_id = COL2_ID, .full_width = 35UL, .text_width = 35UL, in TEST()
96 { .column_id = COL1_ID, .full_width = 15UL, .text_width = 15UL, in TEST()
98 { .column_id = COL2_ID, .full_width = 35UL, .text_width = 35UL, in TEST()
111 { .column_id = COL1_ID, .full_width = 15UL, .text_width = 15UL, in TEST()
113 { .column_id = COL2_ID, .full_width = 35UL, .text_width = 35UL, in TEST()
141 { .column_id = COL1_ID, .full_width = 0UL, .text_width = 0UL, in TEST()
143 { .column_id = COL2_ID, .full_width = 0UL, .text_width = 0UL, in TEST()
157 { .column_id = COL2_ID, .full_width = 0UL, .text_width = 0UL, in TEST()
159 { .column_id = COL2_ID, .full_width = 8UL, .text_width = 8UL, in TEST()
[all …]
H A Dwidth.c67 { .column_id = COL1_ID, .full_width = 10UL, .text_width = 10UL, in TEST()
69 { .column_id = COL2_ID, .full_width = 10UL, .text_width = 10UL, in TEST()
82 { .column_id = COL1_ID, .full_width = 10UL, .text_width = 8UL, in TEST()
84 { .column_id = COL2_ID, .full_width = 10UL, .text_width = 5UL, in TEST()
97 { .column_id = COL1_ID, .full_width = 25UL, .text_width = 0UL, in TEST()
99 { .column_id = COL2_ID, .full_width = 50UL, .text_width = 0UL, in TEST()
112 { .column_id = COL1_ID, .full_width = 0UL, .text_width = 0UL, in TEST()
114 { .column_id = COL2_ID, .full_width = 0UL, .text_width = 0UL, in TEST()
142 { .column_id = COL2_ID, .full_width = 0UL, .text_width = 0UL, in TEST()
144 { .column_id = COL1_ID, .full_width = 0UL, .text_width = 0UL, in TEST()
[all …]
H A Dutf8.c89 { .column_id = COL1_ID, .full_width = 33UL, .text_width = 33UL, in TEST()
102 { .column_id = COL1_ID, .full_width = 33UL, .text_width = 33UL, in TEST()
115 { .column_id = COL1_ID, .full_width = 10UL, .text_width = 10UL, in TEST()
117 { .column_id = COL2_ID, .full_width = 10UL, .text_width = 10UL, in TEST()
130 { .column_id = COL1_ID, .full_width = 10UL, .text_width = 10UL, in TEST()
132 { .column_id = COL2_ID, .full_width = 4UL, .text_width = 4UL, in TEST()
145 { .column_id = COL1_ID, .full_width = 10UL, .text_width = 10UL, in TEST()
147 { .column_id = COL2_ID, .full_width = 10UL, .text_width = 10UL, in TEST()
176 { .column_id = COL1_ID, .full_width = 0UL, .text_width = 0UL, in TEST()
195 { .column_id = COL2_ID, .full_width = 0UL, .text_width = 0UL, in TEST()
[all …]
/dports/textproc/py-ftfy/ftfy-6.0.3/ftfy/
H A Dformatting.py101 text_width = monospaced_width(text)
102 if text_width == -1:
106 padding = max(0, width - text_width)
131 text_width = monospaced_width(text)
132 if text_width == -1:
135 padding = max(0, width - text_width)
156 text_width = monospaced_width(text)
157 if text_width == -1:
160 padding = max(0, width - text_width)
/dports/games/heroes/heroes-0.21/src/
H A Dsprtext.c43 unsigned int text_width = 0; in compile_sprtext() local
56 text_width = compute_text_width (font, text, 0); in compile_sprtext()
59 offset -= (int) text_width; in compile_sprtext()
61 offset -= (int) text_width/2; in compile_sprtext()
69 unsigned int off = (maxwidth - text_width) / nspaces; in compile_sprtext()
71 text_width += off; in compile_sprtext()
99 unsigned int text_width = 0; in compile_sprtext_color() local
114 text_width = compute_text_width (font, text, 0); in compile_sprtext_color()
117 offset -= (int) text_width; in compile_sprtext_color()
119 offset -= (int) text_width/2; in compile_sprtext_color()
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DTextUtils.cc35 unsigned int& text_len, int& text_width) { in maxTextLength() argument
37 text_width = font.textWidth(text, text_len); in maxTextLength()
40 if (text_width > n_pixels) { in maxTextLength()
65 text_width = font.textWidth(text, middle); in maxTextLength()
67 if (text_width < n_pixels) { in maxTextLength()
89 int text_width; in doAlignment() local
91 maxTextLength(n_pixels - bevel, font, text, textlen, text_width); in doAlignment()
96 return n_pixels - text_width; in doAlignment()
98 return (n_pixels - text_width + bevel)/2; in doAlignment()
/dports/www/e107/e107/e107_handlers/phpthumb/thumb_plugins/
H A Dgd_watermarkttf.inc.php169 $text_width = round($max_x - $min_x);
188 $text_origin_x += ($text_width + $margin);
203 …in_x = ($originOffsetX ? $originOffsetX - round($text_width / 2) : round((ImageSX($gdimg) - $text_…
208 …in_x = ($originOffsetX ? $originOffsetX - round($text_width / 2) : round((ImageSX($gdimg) - $text_…
218 …$text_origin_x = ($originOffsetX ? $originOffsetX - $text_width : ImageSX($gdimg) - $text_width +…
223 …in_x = ($originOffsetX ? $originOffsetX - round($text_width / 2) : round((ImageSX($gdimg) - $text_…
233 …$text_origin_x = ($originOffsetX ? $originOffsetX - $text_width : ImageSX($gdimg) - $text_width +…
244 …$text_origin_x = ($originOffsetX ? $originOffsetX - $text_width : ImageSX($gdimg) - $text_width +…
262 $x2 = $text_origin_x + $min_x + $text_width;
335 $text_width = 0;
[all …]
/dports/cad/qelectrotech/qet-0.7.0/elements/10_electric/20_manufacturers_articles/schneider_electric/01_PLC&controllers/advantys-stb/discrete-block/
H A Dstbddi3725kc-2.elmt33 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="0.868313" Halignment="AlignLeft" text_width="-1" y="-33.6823…
36 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-256.669" Halignment="AlignLeft" text_width="-1" y="-34.3983…
39 …s Serif,6,-1,5,0,0,0,0,0,0,normal" x="-340.434" Halignment="AlignLeft" text_width="-1" y="-45.3665…
42 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-335.669" Halignment="AlignLeft" text_width="-1" y="-34.3984…
45 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-169.132" Halignment="AlignLeft" text_width="-1" y="-33.6823…
48 …s Serif,6,-1,5,0,0,0,0,0,0,normal" x="-3.89669" Halignment="AlignLeft" text_width="-1" y="-44.6504…
51 …ns Serif,6,-1,5,0,0,0,0,0,0,normal" x="75.1033" Halignment="AlignLeft" text_width="-1" y="-44.6504…
60 …ns Serif,5,-1,5,0,0,0,0,0,0,normal" x="239.868" Halignment="AlignLeft" text_width="-1" y="-33.6822…
85 …"Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-353" Halignment="AlignLeft" text_width="-1" y="-45" z="…
91 …Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-49" Halignment="AlignLeft" text_width="-1" y="-34" z="…
[all …]
H A Dstbddi3725kcrack1.elmt33 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="0.868313" Halignment="AlignLeft" text_width="-1" y="-33.6823…
36 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-256.669" Halignment="AlignLeft" text_width="-1" y="-34.3983…
39 …s Serif,6,-1,5,0,0,0,0,0,0,normal" x="-340.434" Halignment="AlignLeft" text_width="-1" y="-45.3665…
42 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-335.669" Halignment="AlignLeft" text_width="-1" y="-34.3984…
45 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-169.132" Halignment="AlignLeft" text_width="-1" y="-33.6823…
48 …s Serif,6,-1,5,0,0,0,0,0,0,normal" x="-3.89669" Halignment="AlignLeft" text_width="-1" y="-44.6504…
51 …ns Serif,6,-1,5,0,0,0,0,0,0,normal" x="75.1033" Halignment="AlignLeft" text_width="-1" y="-44.6504…
60 …ns Serif,5,-1,5,0,0,0,0,0,0,normal" x="239.868" Halignment="AlignLeft" text_width="-1" y="-33.6822…
85 …"Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-353" Halignment="AlignLeft" text_width="-1" y="-45" z="…
91 …Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-49" Halignment="AlignLeft" text_width="-1" y="-34" z="…
[all …]
H A Dstbdo3705-racka.elmt24 …ns Serif,5,-1,5,0,0,0,0,0,0,normal" x="160.868" Halignment="AlignLeft" text_width="-1" y="-33.6823…
27 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-335.669" Halignment="AlignLeft" text_width="-1" y="-34.3984…
30 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-169.132" Halignment="AlignLeft" text_width="-1" y="-33.6823…
33 …s Serif,6,-1,5,0,0,0,0,0,0,normal" x="-256.133" Halignment="AlignLeft" text_width="-1" y="-45.3665…
36 …ns Serif,5,-1,5,0,0,0,0,0,0,normal" x="239.868" Halignment="AlignLeft" text_width="-1" y="-33.6822…
39 …ns Serif,5,-1,5,0,0,0,0,0,0,normal" x="79.8683" Halignment="AlignLeft" text_width="-1" y="-33.6822…
42 …ns Serif,6,-1,5,0,0,0,0,0,0,normal" x="160.576" Halignment="AlignLeft" text_width="-1" y="-45.2894…
48 …ns Serif,6,-1,5,0,0,0,0,0,0,normal" x="79.5761" Halignment="AlignLeft" text_width="-1" y="-45.9283…
73 …Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-49" Halignment="AlignLeft" text_width="-1" y="-34" z="…
125 …"Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-274" Halignment="AlignLeft" text_width="-1" y="-45" z="…
[all …]
H A Dstbdd03705kcrackb.elmt24 …ns Serif,5,-1,5,0,0,0,0,0,0,normal" x="160.868" Halignment="AlignLeft" text_width="-1" y="-33.6823…
27 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-335.669" Halignment="AlignLeft" text_width="-1" y="-34.3984…
30 …s Serif,5,-1,5,0,0,0,0,0,0,normal" x="-169.132" Halignment="AlignLeft" text_width="-1" y="-33.6823…
33 …s Serif,6,-1,5,0,0,0,0,0,0,normal" x="-256.133" Halignment="AlignLeft" text_width="-1" y="-45.3665…
36 …ns Serif,5,-1,5,0,0,0,0,0,0,normal" x="239.868" Halignment="AlignLeft" text_width="-1" y="-33.6822…
39 …ns Serif,5,-1,5,0,0,0,0,0,0,normal" x="79.8683" Halignment="AlignLeft" text_width="-1" y="-33.6822…
42 …ns Serif,6,-1,5,0,0,0,0,0,0,normal" x="160.576" Halignment="AlignLeft" text_width="-1" y="-45.2894…
63 …"Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-336" Halignment="AlignLeft" text_width="-1" y="-45" z="…
73 …Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-49" Halignment="AlignLeft" text_width="-1" y="-34" z="…
125 …"Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-274" Halignment="AlignLeft" text_width="-1" y="-45" z="…
[all …]
H A Dstbddo3605k.elmt32 …-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-25.59" …
35 …-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-24.874"…
38 …-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-24.8739…
41 …-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-26.642"…
44 …-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-25.5904…
47 …-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-26.6421…
59 …1,5,50,0,0,0,0,0,Normal" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_width="-1" y="-24.858"…
78 …1,5,50,0,0,0,0,0,Normal" uuid="{b548cf12-5197-41f3-ac26-7a002cdaa3b7}" text_width="-1" y="-15" z="…
81 …1,5,50,0,0,0,0,0,Normal" uuid="{b548cf12-5197-41f3-ac26-7a002cdaa3b7}" text_width="-1" y="-15" z="…
84 …1,5,50,0,0,0,0,0,Normal" uuid="{b548cf12-5197-41f3-ac26-7a002cdaa3b7}" text_width="-1" y="-15" z="…
[all …]
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/svgbob-0.4.1/src/
H A Dsettings.rs4 pub text_width: f32, field
23 pub fn set_size(&mut self, text_width: f32, text_height: f32) { in set_size()
24 self.text_width = text_width; in set_size()
29 self.text_width = self.text_width * scale; in scale()
40 text_width: 8.0, in default()
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob/src/
H A Dsettings.rs3 pub text_width: f32, field
22 pub fn set_size(&mut self, text_width: f32, text_height: f32) { in set_size()
23 self.text_width = text_width; in set_size()
28 self.text_width = self.text_width * scale; in scale()
38 text_width: 8.0, in default()
/dports/biology/garlic/garlic-1.6/
H A Ddraw_venn.c82 int text_width, text_height; in DrawVenn_() local
602 screen_x0 = screen_x - text_width / 2; in DrawVenn_()
614 screen_x0 = screen_x - text_width / 2; in DrawVenn_()
626 screen_x0 = screen_x - text_width / 2; in DrawVenn_()
638 screen_x0 = screen_x - text_width / 2; in DrawVenn_()
650 screen_x0 = screen_x - text_width / 2; in DrawVenn_()
662 screen_x0 = screen_x - text_width / 2; in DrawVenn_()
706 screen_x0 = screen_x - text_width / 2; in DrawVenn_()
718 screen_x0 = screen_x - text_width / 2; in DrawVenn_()
730 screen_x0 = screen_x - text_width / 2; in DrawVenn_()
[all …]
H A Dreplace_command.c53 int text_width, max_width; in ReplaceCommand_() local
84 text_width = XTextWidth (guiSP->main_winS.fontSP, in ReplaceCommand_()
90 if (text_width > max_width) in ReplaceCommand_()
92 text_width = 0; in ReplaceCommand_()
94 text_width = 0; in ReplaceCommand_()
98 runtimeSP->left_part_widthA[runtimeSP->carriage_position] = text_width; in ReplaceCommand_()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dscrolltext.c41 int text_width; member
132 if(st->width >= st->text_width) in size_allocate_callback()
158 if(((st->width < st->text_width) && !st->do_scroll) || in size_allocate_callback()
159 ((st->width >= st->text_width) && st->do_scroll) || in size_allocate_callback()
178 if(st->offset > st->text_width) in timeout_func()
181 if(st->text_width - st->offset < st->width) in timeout_func()
185 st->text_width - st->offset, in timeout_func()
246 st->text_width = logical_rect.width / PANGO_SCALE; in create_text_pixmap()
251 if(st->text_width > st->width) in create_text_pixmap()
262 st->text_width = logical_rect.width / PANGO_SCALE; in create_text_pixmap()
[all …]
/dports/comms/linrad/linrad-04.02/
H A Dhires_graph.c736 if(i<text_width) in mouse_on_hires_graph()
747 if(j<text_width) in mouse_on_hires_graph()
830 x=hg.xleft+text_width; in make_hires_graph()
834 x+=2*text_width; in make_hires_graph()
875 xt=hg.xleft+7*text_width/2; in make_hires_graph()
880 xt+=2*text_width; in make_hires_graph()
885 xt+=2*text_width; in make_hires_graph()
888 xt+=2*text_width; in make_hires_graph()
891 xt+=3*text_width/2; in make_hires_graph()
912 xt=hg.xright-11*text_width/2-i*text_width; in make_hires_graph()
[all …]
H A Dmeter_graph.c34 #define MG_MIN_WIDTH 5.5*text_width
296 ix=mg_stonavg_x1+text_width/2; in mg_compute_stonavg()
297 if(ix+16*text_width > screen_width)goto skip; in mg_compute_stonavg()
481 mg_first_xpixel=mg.xleft+7*text_width; in make_meter_graph()
483 if(mg.xright-mg.xleft < 12.5*text_width) in make_meter_graph()
514 mgbutt[MG_CHANGE_CAL].x1=mg.xleft+2*text_width; in make_meter_graph()
515 mgbutt[MG_CHANGE_CAL].x2=mg.xleft+8.5*text_width; in make_meter_graph()
530 mgbutt[MG_CHANGE_TYPE].x1=mg.xleft+2*text_width; in make_meter_graph()
583 mg_bar_x1=mg.xleft+2*text_width; in make_meter_graph()
584 mg_bar_x2=mg_bar_x1+3*text_width; in make_meter_graph()
[all …]
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dtasks_print.c86 gint text_width, text_height, task_height; in tasks_draw_page() local
111 pango_layout_get_pixel_size (layout, &text_width, &text_height); in tasks_draw_page()
120 pango_layout_get_pixel_size (layout, &text_width, &text_height); in tasks_draw_page()
121 cairo_move_to (cr, page_width - text_width - 4, ycursor - text_height); in tasks_draw_page()
137 pango_layout_get_pixel_size (layout, &text_width, &text_height); in tasks_draw_page()
138 cairo_move_to (cr, 0.05 * page_width - text_width, ycursor); in tasks_draw_page()
143 pango_layout_get_pixel_size (layout, &text_width, &text_height); in tasks_draw_page()
149 pango_layout_get_pixel_size (layout, &text_width, &text_height); in tasks_draw_page()
155 pango_layout_get_pixel_size (layout, &text_width, &text_height); in tasks_draw_page()
182 pango_layout_get_pixel_size(layout, &text_width, &text_height); in tasks_draw_page()
[all …]
/dports/cad/qelectrotech/qet-0.7.0/elements/10_electric/20_manufacturers_articles/sew/20_frequency_drives/
H A Dmovitrac_3000.elmt10 …<dynamic_text x="-340" text_width="-1" uuid="{38c11c12-8d69-4047-af58-08b2f3bbfa00}" Valignment="A…
14 …<dynamic_text x="-330" text_width="-1" uuid="{38c11c12-8d69-4047-af58-08b2f3bbfa00}" Valignment="A…
25 …<dynamic_text x="280" text_width="-1" uuid="{76e5f5e9-5656-4aac-903d-9dd27768d550}" Valignment="Al…
30 …<dynamic_text x="90" text_width="-1" uuid="{e652f5e3-dd67-412d-afcd-3345d1e3b6fb}" Valignment="Ali…
33 …<dynamic_text x="170.5" text_width="-1" uuid="{e652f5e3-dd67-412d-afcd-3345d1e3b6fb}" Valignment="…
43 …<dynamic_text x="-179.5" text_width="-1" uuid="{8f71e14d-4e27-4300-a19b-99b98ca96776}" Valignment=…
47 …<dynamic_text x="280" text_width="-1" uuid="{f838edc9-1f72-4983-a0eb-b7ee2c2fe412}" Valignment="Al…
82 …<dynamic_text x="-290" text_width="-1" uuid="{4a69b717-265a-40f9-86c5-cbbe0aa4ec46}" Valignment="A…
86 …<dynamic_text x="245" text_width="-1" uuid="{a8280906-c147-4a28-b04c-a8550b288879}" Valignment="Al…
89 …<dynamic_text x="-100" text_width="-1" uuid="{a8280906-c147-4a28-b04c-a8550b288879}" Valignment="A…
[all …]
/dports/cad/qelectrotech/qet-0.7.0/elements/10_electric/20_manufacturers_articles/unitronics_plc/
H A Dcarteunitronics-v430jrh2input.elmt31 …rame="false" Valignment="AlignTop" text_from="UserText" z="64" y="-30" text_width="-1" x="685" rot…
34 …rame="false" Valignment="AlignTop" text_from="UserText" z="64" y="-30" text_width="-1" x="323" rot…
37 …rame="false" Valignment="AlignTop" text_from="UserText" z="64" y="-30" text_width="-1" x="262" rot…
51 …rame="false" Valignment="AlignTop" text_from="UserText" z="72" y="-30" text_width="-1" x="625" rot…
54 …rame="false" Valignment="AlignTop" text_from="UserText" z="72" y="-30" text_width="-1" x="383" rot…
57 …rame="false" Valignment="AlignTop" text_from="UserText" z="73" y="-30" text_width="-1" x="565" rot…
60 …rame="false" Valignment="AlignTop" text_from="UserText" z="73" y="-31" text_width="-1" x="443" rot…
63 …rame="false" Valignment="AlignTop" text_from="UserText" z="77" y="-30" text_width="-1" x="865" rot…
68 …rame="false" Valignment="AlignTop" text_from="UserText" z="80" y="-30" text_width="-1" x="805" rot…
84 …rame="false" Valignment="AlignTop" text_from="UserText" z="90" y="-30" text_width="-1" x="80" rota…
[all …]
H A Dunitronics_v4301_rh2.elmt72 …c}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="262" text_width="-1" Valignment=…
75 …c}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="323" text_width="-1" Valignment=…
78 …c}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="685" text_width="-1" Valignment=…
81 …0}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="383" text_width="-1" Valignment=…
84 …0}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="625" text_width="-1" Valignment=…
87 …1}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="565" text_width="-1" Valignment=…
90 …1}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="443" text_width="-1" Valignment=…
93 …7}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="865" text_width="-1" Valignment=…
99 …8}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="805" text_width="-1" Valignment=…
108 …c9}" text_from="UserText" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="80" text_width="-1" Valignment=…
[all …]

12345678910>>...66