AboutBox1.Designer.cs
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:10k
源码类别:

行业应用

开发平台:

Visual C++

  1. namespace KTVAdmin
  2. {
  3.     partial class AboutBox1
  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.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox1));
  28.             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  29.             this.labelProductName = new System.Windows.Forms.Label();
  30.             this.labelVersion = new System.Windows.Forms.Label();
  31.             this.labelCopyright = new System.Windows.Forms.Label();
  32.             this.labelCompanyName = new System.Windows.Forms.Label();
  33.             this.textBoxDescription = new System.Windows.Forms.TextBox();
  34.             this.okButton = new System.Windows.Forms.Button();
  35.             this.logoPictureBox = new System.Windows.Forms.PictureBox();
  36.             this.tableLayoutPanel.SuspendLayout();
  37.             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
  38.             this.SuspendLayout();
  39.             // 
  40.             // tableLayoutPanel
  41.             // 
  42.             this.tableLayoutPanel.ColumnCount = 2;
  43.             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
  44.             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
  45.             this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
  46.             this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
  47.             this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
  48.             this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
  49.             this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
  50.             this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
  51.             this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
  52.             this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  53.             this.tableLayoutPanel.Location = new System.Drawing.Point(9, 8);
  54.             this.tableLayoutPanel.Name = "tableLayoutPanel";
  55.             this.tableLayoutPanel.RowCount = 6;
  56.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  57.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  58.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  59.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  60.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  61.             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  62.             this.tableLayoutPanel.Size = new System.Drawing.Size(417, 245);
  63.             this.tableLayoutPanel.TabIndex = 0;
  64.             // 
  65.             // labelProductName
  66.             // 
  67.             this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  68.             this.labelProductName.Location = new System.Drawing.Point(143, 0);
  69.             this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  70.             this.labelProductName.MaximumSize = new System.Drawing.Size(0, 16);
  71.             this.labelProductName.Name = "labelProductName";
  72.             this.labelProductName.Size = new System.Drawing.Size(271, 16);
  73.             this.labelProductName.TabIndex = 19;
  74.             this.labelProductName.Text = "产品名称";
  75.             this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  76.             // 
  77.             // labelVersion
  78.             // 
  79.             this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  80.             this.labelVersion.Location = new System.Drawing.Point(143, 24);
  81.             this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  82.             this.labelVersion.MaximumSize = new System.Drawing.Size(0, 16);
  83.             this.labelVersion.Name = "labelVersion";
  84.             this.labelVersion.Size = new System.Drawing.Size(271, 16);
  85.             this.labelVersion.TabIndex = 0;
  86.             this.labelVersion.Text = "版本";
  87.             this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  88.             // 
  89.             // labelCopyright
  90.             // 
  91.             this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
  92.             this.labelCopyright.Location = new System.Drawing.Point(143, 48);
  93.             this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  94.             this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 16);
  95.             this.labelCopyright.Name = "labelCopyright";
  96.             this.labelCopyright.Size = new System.Drawing.Size(271, 16);
  97.             this.labelCopyright.TabIndex = 21;
  98.             this.labelCopyright.Text = "Copyright";
  99.             this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  100.             // 
  101.             // labelCompanyName
  102.             // 
  103.             this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
  104.             this.labelCompanyName.Location = new System.Drawing.Point(143, 72);
  105.             this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  106.             this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 16);
  107.             this.labelCompanyName.Name = "labelCompanyName";
  108.             this.labelCompanyName.Size = new System.Drawing.Size(271, 16);
  109.             this.labelCompanyName.TabIndex = 22;
  110.             this.labelCompanyName.Text = "公司名称";
  111.             this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  112.             // 
  113.             // textBoxDescription
  114.             // 
  115.             this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  116.             this.textBoxDescription.Location = new System.Drawing.Point(143, 99);
  117.             this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  118.             this.textBoxDescription.Multiline = true;
  119.             this.textBoxDescription.Name = "textBoxDescription";
  120.             this.textBoxDescription.ReadOnly = true;
  121.             this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  122.             this.textBoxDescription.Size = new System.Drawing.Size(271, 116);
  123.             this.textBoxDescription.TabIndex = 23;
  124.             this.textBoxDescription.TabStop = false;
  125.             this.textBoxDescription.Text = "说明";
  126.             // 
  127.             // okButton
  128.             // 
  129.             this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  130.             this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  131.             this.okButton.Location = new System.Drawing.Point(339, 221);
  132.             this.okButton.Name = "okButton";
  133.             this.okButton.Size = new System.Drawing.Size(75, 21);
  134.             this.okButton.TabIndex = 24;
  135.             this.okButton.Text = "确定(&O)";
  136.             this.okButton.Click += new System.EventHandler(this.okButton_Click);
  137.             // 
  138.             // logoPictureBox
  139.             // 
  140.             this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  141.             this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
  142.             this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
  143.             this.logoPictureBox.Name = "logoPictureBox";
  144.             this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
  145.             this.logoPictureBox.Size = new System.Drawing.Size(131, 239);
  146.             this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  147.             this.logoPictureBox.TabIndex = 12;
  148.             this.logoPictureBox.TabStop = false;
  149.             // 
  150.             // AboutBox1
  151.             // 
  152.             this.AcceptButton = this.okButton;
  153.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  154.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  155.             this.ClientSize = new System.Drawing.Size(435, 261);
  156.             this.Controls.Add(this.tableLayoutPanel);
  157.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  158.             this.MaximizeBox = false;
  159.             this.MinimizeBox = false;
  160.             this.Name = "AboutBox1";
  161.             this.Padding = new System.Windows.Forms.Padding(9, 8, 9, 8);
  162.             this.ShowIcon = false;
  163.             this.ShowInTaskbar = false;
  164.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  165.             this.Text = "AboutBox1";
  166.             this.Load += new System.EventHandler(this.AboutBox1_Load);
  167.             this.tableLayoutPanel.ResumeLayout(false);
  168.             this.tableLayoutPanel.PerformLayout();
  169.             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  170.             this.ResumeLayout(false);
  171.         }
  172.         #endregion
  173.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  174.         private System.Windows.Forms.PictureBox logoPictureBox;
  175.         private System.Windows.Forms.Label labelProductName;
  176.         private System.Windows.Forms.Label labelVersion;
  177.         private System.Windows.Forms.Label labelCopyright;
  178.         private System.Windows.Forms.Label labelCompanyName;
  179.         private System.Windows.Forms.TextBox textBoxDescription;
  180.         private System.Windows.Forms.Button okButton;
  181.     }
  182. }