home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Systeme / SyMenu / SyMenu.exe / ZipContentsDialog.Designer.cs < prev   
Text File  |  2011-06-11  |  4KB  |  79 lines

  1. ∩╗┐namespace Ionic.Zip.Forms
  2. {
  3.     partial class ZipContentsDialog
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinFormsSelfExtractorStub));
  32.             this.listView1 = new System.Windows.Forms.ListView();
  33.             this.button1 = new System.Windows.Forms.Button();
  34.             this.SuspendLayout();
  35.             // 
  36.             // listView1
  37.             // 
  38.             this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  39.                         | System.Windows.Forms.AnchorStyles.Left)
  40.                         | System.Windows.Forms.AnchorStyles.Right)));
  41.             this.listView1.Location = new System.Drawing.Point(12, 12);
  42.             this.listView1.Name = "listView1";
  43.             this.listView1.Size = new System.Drawing.Size(700, 287);
  44.             this.listView1.TabIndex = 0;
  45.             this.listView1.UseCompatibleStateImageBehavior = false;
  46.             this.listView1.View = System.Windows.Forms.View.Details;
  47.             this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
  48.             // 
  49.             // button1
  50.             // 
  51.             this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  52.             this.button1.Location = new System.Drawing.Point(637, 305);
  53.             this.button1.Name = "button1";
  54.             this.button1.Size = new System.Drawing.Size(75, 23);
  55.             this.button1.TabIndex = 1;
  56.             this.button1.Text = "Close";
  57.             this.button1.UseVisualStyleBackColor = true;
  58.             this.button1.Click += new System.EventHandler(this.button1_Click);
  59.             // 
  60.             // ZipContentsDialog
  61.             // 
  62.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  63.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  64.             this.ClientSize = new System.Drawing.Size(724, 340);
  65.             this.Controls.Add(this.button1);
  66.             this.Controls.Add(this.listView1);
  67.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  68.             this.Name = "ZipContentsDialog";
  69.             this.Text = "Contents of the zip archive";
  70.             this.ResumeLayout(false);
  71.  
  72.         }
  73.  
  74.         #endregion
  75.  
  76.         private System.Windows.Forms.ListView listView1;
  77.         private System.Windows.Forms.Button button1;
  78.     }
  79. }