About.Designer.cs (4956B)
1 namespace SilkypixFileMover 2 { 3 partial class About 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 protected override void Dispose( bool disposing ) 14 { 15 if ( disposing && ( components != null ) ) 16 { 17 components.Dispose(); 18 } 19 base.Dispose( disposing ); 20 } 21 22 #region Windows Form Designer generated code 23 24 /// <summary> 25 /// Required method for Designer support - do not modify 26 /// the contents of this method with the code editor. 27 /// </summary> 28 private void InitializeComponent() 29 { 30 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About)); 31 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 32 this.logoPictureBox = new System.Windows.Forms.PictureBox(); 33 this.labelProductName = new System.Windows.Forms.Label(); 34 this.labelVersion = new System.Windows.Forms.Label(); 35 this.labelCopyright = new System.Windows.Forms.Label(); 36 this.okButton = new System.Windows.Forms.Button(); 37 this.textBoxDescription = new System.Windows.Forms.RichTextBox(); 38 this.tableLayoutPanel.SuspendLayout(); 39 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit(); 40 this.SuspendLayout(); 41 // 42 // tableLayoutPanel 43 // 44 resources.ApplyResources(this.tableLayoutPanel, "tableLayoutPanel"); 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.okButton, 1, 4); 50 this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 3); 51 this.tableLayoutPanel.Name = "tableLayoutPanel"; 52 // 53 // logoPictureBox 54 // 55 resources.ApplyResources(this.logoPictureBox, "logoPictureBox"); 56 this.logoPictureBox.Name = "logoPictureBox"; 57 this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 5); 58 this.logoPictureBox.TabStop = false; 59 // 60 // labelProductName 61 // 62 resources.ApplyResources(this.labelProductName, "labelProductName"); 63 this.labelProductName.Name = "labelProductName"; 64 // 65 // labelVersion 66 // 67 resources.ApplyResources(this.labelVersion, "labelVersion"); 68 this.labelVersion.Name = "labelVersion"; 69 // 70 // labelCopyright 71 // 72 resources.ApplyResources(this.labelCopyright, "labelCopyright"); 73 this.labelCopyright.Name = "labelCopyright"; 74 // 75 // okButton 76 // 77 resources.ApplyResources(this.okButton, "okButton"); 78 this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 79 this.okButton.Name = "okButton"; 80 // 81 // textBoxDescription 82 // 83 resources.ApplyResources(this.textBoxDescription, "textBoxDescription"); 84 this.textBoxDescription.Name = "textBoxDescription"; 85 this.textBoxDescription.ReadOnly = true; 86 // 87 // About 88 // 89 this.AcceptButton = this.okButton; 90 resources.ApplyResources(this, "$this"); 91 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 92 this.Controls.Add(this.tableLayoutPanel); 93 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 94 this.MaximizeBox = false; 95 this.MinimizeBox = false; 96 this.Name = "About"; 97 this.ShowIcon = false; 98 this.ShowInTaskbar = false; 99 this.TopMost = true; 100 this.tableLayoutPanel.ResumeLayout(false); 101 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit(); 102 this.ResumeLayout(false); 103 104 } 105 106 #endregion 107 108 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; 109 private System.Windows.Forms.PictureBox logoPictureBox; 110 private System.Windows.Forms.Label labelProductName; 111 private System.Windows.Forms.Label labelVersion; 112 private System.Windows.Forms.Label labelCopyright; 113 private System.Windows.Forms.Button okButton; 114 private System.Windows.Forms.RichTextBox textBoxDescription; 115 } 116 }