home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / communic / email / Evolution-2.8.2-2.msi / Data1.cab / e_itip_control.glade < prev    next >
Extensible Markup Language  |  2007-03-07  |  26KB  |  494 lines

  1. <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
  2. <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd" >
  3.  
  4. <glade-interface>
  5.   <widget class="GtkWindow" id="window1">
  6.     <property name="visible">no</property>
  7.     <property name="title" translatable="yes">window1</property>
  8.     <property name="type">GTK_WINDOW_TOPLEVEL</property>
  9.     <property name="modal">no</property>
  10.     <property name="allow_shrink">no</property>
  11.     <property name="allow_grow">yes</property>
  12.     <property name="window-position">GTK_WIN_POS_NONE</property>
  13.  
  14.     <child>
  15.       <widget class="GtkFrame" id="main_frame">
  16.         <property name="border_width">4</property>
  17.         <property name="label" translatable="yes">Calendar Message</property>
  18.         <property name="label_xalign">0</property>
  19.         <property name="shadow">GTK_SHADOW_ETCHED_IN</property>
  20.         <property name="visible">yes</property>
  21.  
  22.         <child>
  23.           <widget class="GtkScrolledWindow" id="scrolledwindow1">
  24.             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
  25.             <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
  26.             <property name="visible">yes</property>
  27.  
  28.             <child>
  29.               <widget class="GtkViewport" id="viewport1">
  30.                 <property name="shadow_type">GTK_SHADOW_NONE</property>
  31.                 <property name="visible">yes</property>
  32.  
  33.                 <child>
  34.                   <widget class="GtkVBox" id="vbox1">
  35.                     <property name="homogeneous">no</property>
  36.                     <property name="spacing">0</property>
  37.                     <property name="visible">yes</property>
  38.  
  39.                     <child>
  40.                       <widget class="GtkTable" id="table1">
  41.                         <property name="border_width">3</property>
  42.                         <property name="homogeneous">no</property>
  43.                         <property name="row_spacing">3</property>
  44.                         <property name="column_spacing">3</property>
  45.                         <property name="n-rows">4</property>
  46.                         <property name="n-columns">2</property>
  47.                         <property name="visible">yes</property>
  48.  
  49.                         <child>
  50.                           <widget class="GtkEntry" id="organizer_entry">
  51.                             <property name="can_focus">yes</property>
  52.                             <property name="editable">no</property>
  53.                             <property name="text" translatable="yes"></property>
  54.                             <property name="max-length">0</property>
  55.                             <property name="visibility">yes</property>
  56.                             <property name="visible">yes</property>
  57.                           </widget>
  58.                           <packing>
  59.                             <property name="left_attach">1</property>
  60.                             <property name="right_attach">2</property>
  61.                             <property name="top_attach">0</property>
  62.                             <property name="bottom_attach">1</property>
  63.                             <property name="x_padding">0</property>
  64.                             <property name="y_padding">0</property>
  65.                             <property name="x_options">expand|fill</property>
  66.                             <property name="y_options"></property>
  67.                           </packing>
  68.                         </child>
  69.  
  70.                         <child>
  71.                           <widget class="GtkEntry" id="summary_entry">
  72.                             <property name="can_focus">yes</property>
  73.                             <property name="editable">no</property>
  74.                             <property name="text" translatable="yes"></property>
  75.                             <property name="max-length">0</property>
  76.                             <property name="visibility">yes</property>
  77.                             <property name="visible">yes</property>
  78.                           </widget>
  79.                           <packing>
  80.                             <property name="left_attach">1</property>
  81.                             <property name="right_attach">2</property>
  82.                             <property name="top_attach">2</property>
  83.                             <property name="bottom_attach">3</property>
  84.                             <property name="x_padding">0</property>
  85.                             <property name="y_padding">0</property>
  86.                             <property name="x_options">expand|fill</property>
  87.                             <property name="y_options"></property>
  88.                           </packing>
  89.                         </child>
  90.  
  91.                         <child>
  92.                           <widget class="GtkScrolledWindow" id="scrolledwindow2">
  93.                             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  94.                             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  95.                             <property name="shadow_type">GTK_SHADOW_IN</property>
  96.                             <property name="visible">yes</property>
  97.  
  98.                             <child>
  99.                               <widget class="GtkTextView" id="description_box">
  100.                                 <property name="can_focus">yes</property>
  101.                                 <property name="editable">no</property>
  102.                                 <property name="text" translatable="yes"></property>
  103.                                 <property name="wrap_mode">GTK_WRAP_WORD</property>
  104.                                 <property name="visible">yes</property>
  105.                               </widget>
  106.                             </child>
  107.  
  108.                             <child internal-child="hscrollbar">
  109.                               <widget class="GtkHScrollbar" id="convertwidget3">
  110.                                 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
  111.                                 <property name="visible">yes</property>
  112.                               </widget>
  113.                             </child>
  114.  
  115.                             <child internal-child="vscrollbar">
  116.                               <widget class="GtkVScrollbar" id="convertwidget4">
  117.                                 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
  118.                                 <property name="visible">yes</property>
  119.                               </widget>
  120.                             </child>
  121.                           </widget>
  122.                           <packing>
  123.                             <property name="left_attach">1</property>
  124.                             <property name="right_attach">2</property>
  125.                             <property name="top_attach">3</property>
  126.                             <property name="bottom_attach">4</property>
  127.                             <property name="x_padding">0</property>
  128.                             <property name="y_padding">0</property>
  129.                             <property name="x_options">fill</property>
  130.                             <property name="y_options">fill</property>
  131.                           </packing>
  132.                         </child>
  133.  
  134.                         <child>
  135.                           <widget class="GtkAlignment" id="alignment1">
  136.                             <property name="xalign">0</property>
  137.                             <property name="yalign">0</property>
  138.                             <property name="xscale">1</property>
  139.                             <property name="yscale">1</property>
  140.                             <property name="visible">yes</property>
  141.  
  142.                             <child>
  143.                               <widget class="GtkHBox" id="hbox1">
  144.                                 <property name="homogeneous">no</property>
  145.                                 <property name="spacing">0</property>
  146.                                 <property name="visible">yes</property>
  147.  
  148.                                 <child>
  149.                                   <widget class="GtkLabel" id="dtstart_label">
  150.                                     <property name="label" translatable="no">date-start</property>
  151.                                     <property name="justify">GTK_JUSTIFY_CENTER</property>
  152.                                     <property name="wrap">no</property>
  153.                                     <property name="xalign">0.5</property>
  154.                                     <property name="yalign">0</property>
  155.                                     <property name="xpad">0</property>
  156.                                     <property name="ypad">0</property>
  157.                                     <property name="visible">yes</property>
  158.                                   </widget>
  159.                                   <packing>
  160.                                     <property name="padding">0</property>
  161.                                     <property name="expand">no</property>
  162.                                     <property name="fill">no</property>
  163.                                   </packing>
  164.                                 </child>
  165.  
  166.                                 <child>
  167.                                   <widget class="GtkLabel" id="label3">
  168.                                     <property name="label" translatable="yes">--to--</property>
  169.                                     <property name="justify" comments="To Translators: in the sense of 'from a date --to-- a date">GTK_JUSTIFY_CENTER</property>
  170.                                     <property name="wrap">no</property>
  171.                                     <property name="xalign">0.5</property>
  172.                                     <property name="yalign">0</property>
  173.                                     <property name="xpad">19</property>
  174.                                     <property name="ypad">0</property>
  175.                                     <property name="visible">yes</property>
  176.                                   </widget>
  177.                                   <packing>
  178.                                     <property name="padding">0</property>
  179.                                     <property name="expand">no</property>
  180.                                     <property name="fill">no</property>
  181.                                   </packing>
  182.                                 </child>
  183.  
  184.                                 <child>
  185.                                   <widget class="GtkLabel" id="dtend_label">
  186.                                     <property name="label" translatable="no">date-end</property>
  187.                                     <property name="justify">GTK_JUSTIFY_CENTER</property>
  188.                                     <property name="wrap">no</property>
  189.                                     <property name="xalign">0.5</property>
  190.                                     <property name="yalign">0.5</property>
  191.                                     <property name="xpad">0</property>
  192.                                     <property name="ypad">0</property>
  193.                                     <property name="visible">yes</property>
  194.                                   </widget>
  195.                                   <packing>
  196.                                     <property name="padding">0</property>
  197.                                     <property name="expand">no</property>
  198.                                     <property name="fill">no</property>
  199.                                   </packing>
  200.                                 </child>
  201.                               </widget>
  202.                             </child>
  203.                           </widget>
  204.                           <packing>
  205.                             <property name="left_attach">1</property>
  206.                             <property name="right_attach">2</property>
  207.                             <property name="top_attach">1</property>
  208.                             <property name="bottom_attach">2</property>
  209.                             <property name="x_padding">0</property>
  210.                             <property name="y_padding">0</property>
  211.                             <property name="x_options">expand|fill</property>
  212.                             <property name="y_options">fill</property>
  213.                           </packing>
  214.                         </child>
  215.  
  216.                         <child>
  217.                           <widget class="GtkLabel" id="label6">
  218.                             <property name="label" translatable="yes">Organizer:</property>
  219.                             <property name="justify">GTK_JUSTIFY_LEFT</property>
  220.                             <property name="wrap">no</property>
  221.                             <property name="xalign">0</property>
  222.                             <property name="yalign">0.5</property>
  223.                             <property name="xpad">0</property>
  224.                             <property name="ypad">0</property>
  225.                             <property name="visible">yes</property>
  226.                           </widget>
  227.                           <packing>
  228.                             <property name="left_attach">0</property>
  229.                             <property name="right_attach">1</property>
  230.                             <property name="top_attach">0</property>
  231.                             <property name="bottom_attach">1</property>
  232.                             <property name="x_padding">0</property>
  233.                             <property name="y_padding">0</property>
  234.                             <property name="x_options">fill</property>
  235.                             <property name="y_options"></property>
  236.                           </packing>
  237.                         </child>
  238.  
  239.                         <child>
  240.                           <widget class="GtkLabel" id="label7">
  241.                             <property name="label" translatable="yes">Date:</property>
  242.                             <property name="justify">GTK_JUSTIFY_LEFT</property>
  243.                             <property name="wrap">no</property>
  244.                             <property name="xalign">0</property>
  245.                             <property name="yalign">0</property>
  246.                             <property name="xpad">0</property>
  247.                             <property name="ypad">0</property>
  248.                             <property name="visible">yes</property>
  249.                           </widget>
  250.                           <packing>
  251.                             <property name="left_attach">0</property>
  252.                             <property name="right_attach">1</property>
  253.                             <property name="top_attach">1</property>
  254.                             <property name="bottom_attach">2</property>
  255.                             <property name="x_padding">0</property>
  256.                             <property name="y_padding">0</property>
  257.                             <property name="x_options">fill</property>
  258.                             <property name="y_options"></property>
  259.                           </packing>
  260.                         </child>
  261.  
  262.                         <child>
  263.                           <widget class="GtkLabel" id="label8">
  264.                             <property name="label" translatable="yes">Summary:</property>
  265.                             <property name="justify">GTK_JUSTIFY_LEFT</property>
  266.                             <property name="wrap">no</property>
  267.                             <property name="xalign">0</property>
  268.                             <property name="yalign">0.5</property>
  269.                             <property name="xpad">0</property>
  270.                             <property name="ypad">0</property>
  271.                             <property name="visible">yes</property>
  272.                           </widget>
  273.                           <packing>
  274.                             <property name="left_attach">0</property>
  275.                             <property name="right_attach">1</property>
  276.                             <property name="top_attach">2</property>
  277.                             <property name="bottom_attach">3</property>
  278.                             <property name="x_padding">0</property>
  279.                             <property name="y_padding">0</property>
  280.                             <property name="x_options">fill</property>
  281.                             <property name="y_options"></property>
  282.                           </packing>
  283.                         </child>
  284.  
  285.                         <child>
  286.                           <widget class="GtkLabel" id="label9">
  287.                             <property name="label" translatable="yes">Description:</property>
  288.                             <property name="justify">GTK_JUSTIFY_LEFT</property>
  289.                             <property name="wrap">no</property>
  290.                             <property name="xalign">0</property>
  291.                             <property name="yalign">0</property>
  292.                             <property name="xpad">0</property>
  293.                             <property name="ypad">0</property>
  294.                             <property name="visible">yes</property>
  295.                           </widget>
  296.                           <packing>
  297.                             <property name="left_attach">0</property>
  298.                             <property name="right_attach">1</property>
  299.                             <property name="top_attach">3</property>
  300.                             <property name="bottom_attach">4</property>
  301.                             <property name="x_padding">0</property>
  302.                             <property name="y_padding">0</property>
  303.                             <property name="x_options">fill</property>
  304.                             <property name="y_options">fill</property>
  305.                           </packing>
  306.                         </child>
  307.                       </widget>
  308.                       <packing>
  309.                         <property name="padding">6</property>
  310.                         <property name="expand">yes</property>
  311.                         <property name="fill">yes</property>
  312.                       </packing>
  313.                     </child>
  314.  
  315.                     <child>
  316.                       <widget class="GtkLabel" id="label12">
  317.                         <property name="label" translatable="yes">Server Message:</property>
  318.                         <property name="justify">GTK_JUSTIFY_LEFT</property>
  319.                         <property name="wrap">no</property>
  320.                         <property name="xalign">7.45058e-09</property>
  321.                         <property name="yalign">0.5</property>
  322.                         <property name="xpad">3</property>
  323.                         <property name="ypad">0</property>
  324.                         <property name="visible">yes</property>
  325.                       </widget>
  326.                       <packing>
  327.                         <property name="padding">0</property>
  328.                         <property name="expand">no</property>
  329.                         <property name="fill">no</property>
  330.                       </packing>
  331.                     </child>
  332.  
  333.                     <child>
  334.                       <widget class="GtkScrolledWindow" id="scrolledwindow3">
  335.                         <property name="border_width">3</property>
  336.                         <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
  337.                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  338.                         <property name="shadow_type">GTK_SHADOW_IN</property>
  339.                         <property name="width-request">365</property>
  340.                         <property name="visible">yes</property>
  341.  
  342.                         <child>
  343.                           <widget class="GtkTextView" id="message_text">
  344.                             <property name="can_focus">yes</property>
  345.                             <property name="editable">no</property>
  346.                             <property name="text" translatable="yes"></property>
  347.                             <property name="wrap_mode">GTK_WRAP_WORD</property>
  348.                             <property name="visible">yes</property>
  349.                           </widget>
  350.                         </child>
  351.  
  352.                         <child internal-child="hscrollbar">
  353.                           <widget class="GtkHScrollbar" id="convertwidget5">
  354.                             <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
  355.                             <property name="visible">yes</property>
  356.                           </widget>
  357.                         </child>
  358.  
  359.                         <child internal-child="vscrollbar">
  360.                           <widget class="GtkVScrollbar" id="convertwidget6">
  361.                             <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
  362.                             <property name="visible">yes</property>
  363.                           </widget>
  364.                         </child>
  365.                       </widget>
  366.                       <packing>
  367.                         <property name="padding">0</property>
  368.                         <property name="expand">yes</property>
  369.                         <property name="fill">no</property>
  370.                       </packing>
  371.                     </child>
  372.  
  373.                     <child>
  374.                       <widget class="GtkHBox" id="button_box">
  375.                         <property name="border_width">3</property>
  376.                         <property name="homogeneous">no</property>
  377.                         <property name="spacing">0</property>
  378.                         <property name="height-request">30</property>
  379.                         <property name="visible">yes</property>
  380.  
  381.                         <child>
  382.                           <placeholder />
  383.                         </child>
  384.                       </widget>
  385.                       <packing>
  386.                         <property name="padding">0</property>
  387.                         <property name="expand">no</property>
  388.                         <property name="fill">no</property>
  389.                       </packing>
  390.                     </child>
  391.                   </widget>
  392.                 </child>
  393.               </widget>
  394.             </child>
  395.  
  396.             <child internal-child="hscrollbar">
  397.               <widget class="GtkHScrollbar" id="convertwidget1">
  398.                 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
  399.                 <property name="visible">yes</property>
  400.               </widget>
  401.             </child>
  402.  
  403.             <child internal-child="vscrollbar">
  404.               <widget class="GtkVScrollbar" id="convertwidget2">
  405.                 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
  406.                 <property name="visible">yes</property>
  407.               </widget>
  408.             </child>
  409.           </widget>
  410.         </child>
  411.       </widget>
  412.     </child>
  413.   </widget>
  414.   <widget class="GtkWindow" id="loading_window">
  415.     <property name="visible">no</property>
  416.     <property name="title" translatable="yes">Loading Calendar</property>
  417.     <property name="type">GTK_WINDOW_DIALOG</property>
  418.     <property name="modal">no</property>
  419.     <property name="allow_shrink">no</property>
  420.     <property name="allow_grow">yes</property>
  421.     <property name="window-position">GTK_WIN_POS_CENTER</property>
  422.  
  423.     <child>
  424.       <widget class="GtkFrame" id="frame1">
  425.         <property name="border_width">4</property>
  426.         <property name="label" translatable="yes"></property>
  427.         <property name="label_xalign">0</property>
  428.         <property name="shadow">GTK_SHADOW_ETCHED_OUT</property>
  429.         <property name="visible">yes</property>
  430.  
  431.         <child>
  432.           <widget class="GtkVBox" id="vbox2">
  433.             <property name="border_width">7</property>
  434.             <property name="homogeneous">no</property>
  435.             <property name="spacing">1</property>
  436.             <property name="visible">yes</property>
  437.  
  438.             <child>
  439.               <widget class="GtkHBox" id="hbox2">
  440.                 <property name="border_width">6</property>
  441.                 <property name="homogeneous">no</property>
  442.                 <property name="spacing">9</property>
  443.                 <property name="visible">yes</property>
  444.  
  445.                 <child>
  446.                   <widget class="GtkLabel" id="label10">
  447.                     <property name="label" translatable="yes">Loading calendar...</property>
  448.                     <property name="justify">GTK_JUSTIFY_CENTER</property>
  449.                     <property name="wrap">no</property>
  450.                     <property name="xalign">0.5</property>
  451.                     <property name="yalign">0.5</property>
  452.                     <property name="xpad">0</property>
  453.                     <property name="ypad">0</property>
  454.                     <property name="visible">yes</property>
  455.                   </widget>
  456.                   <packing>
  457.                     <property name="padding">0</property>
  458.                     <property name="expand">no</property>
  459.                     <property name="fill">no</property>
  460.                   </packing>
  461.                 </child>
  462.  
  463.                 <child>
  464.                   <widget class="GtkProgressBar" id="loading_progress">
  465.                     <property name="bar_style">GTK_PROGRESS_CONTINUOUS</property>
  466.                     <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
  467.                     <property name="activity_mode">no</property>
  468.                     <property name="show_text">no</property>
  469.                     <property name="format" translatable="no">%P %%</property>
  470.                     <property name="text_xalign">0.5</property>
  471.                     <property name="text_yalign">0.5</property>
  472.                     <property name="visible">yes</property>
  473.                     <property name="adjustment">0 0 100 1 10 10</property>
  474.                   </widget>
  475.                   <packing>
  476.                     <property name="padding">0</property>
  477.                     <property name="expand">no</property>
  478.                     <property name="fill">no</property>
  479.                   </packing>
  480.                 </child>
  481.               </widget>
  482.               <packing>
  483.                 <property name="padding">0</property>
  484.                 <property name="expand">no</property>
  485.                 <property name="fill">no</property>
  486.               </packing>
  487.             </child>
  488.           </widget>
  489.         </child>
  490.       </widget>
  491.     </child>
  492.   </widget>
  493. </glade-interface>
  494.