AboutBox1.Designer.cs
上传用户:xzl658
上传日期:2022-04-13
资源大小:1766k
文件大小:9k
源码类别:

浏览器

开发平台:

C#

  1. namespace MyIE
  2. {
  3.     partial class AboutMyIE
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         protected override void Dispose(bool disposing)
  13.         {
  14.             if (disposing && (components != null))
  15.             {
  16.                 components.Dispose();
  17.             }
  18.             base.Dispose(disposing);
  19.         }
  20.         #region Windows 窗体设计器生成的代码
  21.         /// <summary>
  22.         /// 设计器支持所需的方法 - 不要
  23.         /// 使用代码编辑器修改此方法的内容。
  24.         /// </summary>
  25.         private void InitializeComponent()
  26.         {
  27.             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  28.             this.logoPictureBox = new System.Windows.Forms.PictureBox();
  29.             this.labelProductName = new System.Windows.Forms.Label();
  30.             this.labelVersion = new System.Windows.Forms.Label();
  31.             this.label1 = new System.Windows.Forms.Label();
  32.             this.label2 = new System.Windows.Forms.Label();
  33.             this.okButton = new System.Windows.Forms.Button();
  34.             this.tableLayoutPanel.SuspendLayout();
  35.             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
  36.             this.SuspendLayout();
  37.             // 
  38.             // tableLayoutPanel
  39.             // 
  40.             this.tableLayoutPanel.ColumnCount = 2;
  41.             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.90909F));
  42.             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.09091F));
  43.             this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
  44.             this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
  45.             this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
  46.             this.tableLayoutPanel.Controls.Add(this.label1, 1, 3);
  47.             this.tableLayoutPanel.Controls.Add(this.label2, 1, 5);
  48.             this.tableLayoutPanel.Controls.Add(this.okButton, 1, 6);
  49.             this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  50.             this.tableLayoutPanel.Location = new System.Drawing.Point(9, 8);
  51.             this.tableLayoutPanel.Name = "tableLayoutPanel";
  52.             this.tableLayoutPanel.RowCount = 8;
  53.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 17.30769F));
  54.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 17.94872F));
  55.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 4.733728F));
  56.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  57.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 2.305475F));
  58.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 41.66667F));
  59.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F));
  60.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  61.             this.tableLayoutPanel.Size = new System.Drawing.Size(330, 205);
  62.             this.tableLayoutPanel.TabIndex = 0;
  63.             this.tableLayoutPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel_Paint);
  64.             // 
  65.             // logoPictureBox
  66.             // 
  67.             this.logoPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  68.             this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  69.             this.logoPictureBox.Image = global::MyIE.Properties.Resources.DSC00155;
  70.             this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
  71.             this.logoPictureBox.Name = "logoPictureBox";
  72.             this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
  73.             this.logoPictureBox.Size = new System.Drawing.Size(194, 150);
  74.             this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  75.             this.logoPictureBox.TabIndex = 12;
  76.             this.logoPictureBox.TabStop = false;
  77.             // 
  78.             // labelProductName
  79.             // 
  80.             this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  81.             this.labelProductName.Location = new System.Drawing.Point(206, 0);
  82.             this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  83.             this.labelProductName.MaximumSize = new System.Drawing.Size(0, 16);
  84.             this.labelProductName.Name = "labelProductName";
  85.             this.labelProductName.Size = new System.Drawing.Size(121, 16);
  86.             this.labelProductName.TabIndex = 19;
  87.             this.labelProductName.Text = "产品名称 :MyIE";
  88.             this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  89.             // 
  90.             // labelVersion
  91.             // 
  92.             this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  93.             this.labelVersion.Location = new System.Drawing.Point(206, 27);
  94.             this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  95.             this.labelVersion.MaximumSize = new System.Drawing.Size(0, 16);
  96.             this.labelVersion.Name = "labelVersion";
  97.             this.labelVersion.Size = new System.Drawing.Size(121, 16);
  98.             this.labelVersion.TabIndex = 0;
  99.             this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  100.             // 
  101.             // label1
  102.             // 
  103.             this.label1.AutoSize = true;
  104.             this.label1.Location = new System.Drawing.Point(203, 62);
  105.             this.label1.Name = "label1";
  106.             this.label1.Size = new System.Drawing.Size(59, 12);
  107.             this.label1.TabIndex = 26;
  108.             this.label1.Text = "作者:白洋";
  109.             // 
  110.             // label2
  111.             // 
  112.             this.label2.AutoSize = true;
  113.             this.label2.Location = new System.Drawing.Point(203, 91);
  114.             this.label2.Name = "label2";
  115.             this.label2.Size = new System.Drawing.Size(89, 12);
  116.             this.label2.TabIndex = 27;
  117.             this.label2.Text = "公司;计算机052";
  118.             // 
  119.             // okButton
  120.             // 
  121.             this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  122.             this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  123.             this.okButton.Location = new System.Drawing.Point(252, 164);
  124.             this.okButton.Name = "okButton";
  125.             this.okButton.Size = new System.Drawing.Size(75, 26);
  126.             this.okButton.TabIndex = 24;
  127.             this.okButton.Text = "确定(&O)";
  128.             this.okButton.Click += new System.EventHandler(this.okButton_Click);
  129.             // 
  130.             // AboutMyIE
  131.             // 
  132.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  133.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134.             this.ClientSize = new System.Drawing.Size(348, 221);
  135.             this.Controls.Add(this.tableLayoutPanel);
  136.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  137.             this.MaximizeBox = false;
  138.             this.MinimizeBox = false;
  139.             this.Name = "AboutMyIE";
  140.             this.Padding = new System.Windows.Forms.Padding(9, 8, 9, 8);
  141.             this.ShowIcon = false;
  142.             this.ShowInTaskbar = false;
  143.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  144.             this.Text = "AboutMyIE";
  145.             this.Load += new System.EventHandler(this.AboutMyIE_Load);
  146.             this.tableLayoutPanel.ResumeLayout(false);
  147.             this.tableLayoutPanel.PerformLayout();
  148.             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  149.             this.ResumeLayout(false);
  150.         }
  151.         #endregion
  152.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  153.         private System.Windows.Forms.PictureBox logoPictureBox;
  154.         private System.Windows.Forms.Label labelProductName;
  155.         private System.Windows.Forms.Label labelVersion;
  156.         private System.Windows.Forms.Button okButton;
  157.         private System.Windows.Forms.Label label1;
  158.         private System.Windows.Forms.Label label2;
  159.     }
  160. }