namespace RosterSnap { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); splitContainer1 = new SplitContainer(); splitContainer2 = new SplitContainer(); groupBox1 = new GroupBox(); textBox1 = new TextBox(); groupBox2 = new GroupBox(); textBox2 = new TextBox(); groupBox3 = new GroupBox(); textBox3 = new TextBox(); pictureBox1 = new PictureBox(); label1 = new Label(); label2 = new Label(); linkLabel1 = new LinkLabel(); ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); groupBox1.SuspendLayout(); groupBox2.SuspendLayout(); groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); SuspendLayout(); // // splitContainer1 // splitContainer1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; splitContainer1.FixedPanel = FixedPanel.Panel2; splitContainer1.Location = new Point(12, 82); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(splitContainer2); splitContainer1.Panel1MinSize = 50; // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(groupBox3); splitContainer1.Panel2MinSize = 50; splitContainer1.Size = new Size(760, 467); splitContainer1.SplitterDistance = 292; splitContainer1.SplitterWidth = 5; splitContainer1.TabIndex = 0; // // splitContainer2 // splitContainer2.Dock = DockStyle.Fill; splitContainer2.Location = new Point(0, 0); splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(groupBox1); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(groupBox2); splitContainer2.Size = new Size(760, 292); splitContainer2.SplitterDistance = 374; splitContainer2.TabIndex = 0; // // groupBox1 // groupBox1.Controls.Add(textBox1); groupBox1.Dock = DockStyle.Fill; groupBox1.Location = new Point(0, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(374, 292); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Complete list (one keyword per line)"; // // textBox1 // textBox1.Dock = DockStyle.Fill; textBox1.Location = new Point(3, 19); textBox1.Multiline = true; textBox1.Name = "textBox1"; textBox1.Size = new Size(368, 270); textBox1.TabIndex = 0; textBox1.TextChanged += textBox1_TextChanged; // // groupBox2 // groupBox2.Controls.Add(textBox2); groupBox2.Dock = DockStyle.Fill; groupBox2.Location = new Point(0, 0); groupBox2.Name = "groupBox2"; groupBox2.Size = new Size(382, 292); groupBox2.TabIndex = 0; groupBox2.TabStop = false; groupBox2.Text = "Inspection List"; // // textBox2 // textBox2.Dock = DockStyle.Fill; textBox2.Location = new Point(3, 19); textBox2.Multiline = true; textBox2.Name = "textBox2"; textBox2.Size = new Size(376, 270); textBox2.TabIndex = 0; textBox2.TextChanged += textBox2_TextChanged; // // groupBox3 // groupBox3.Controls.Add(textBox3); groupBox3.Dock = DockStyle.Fill; groupBox3.Location = new Point(0, 0); groupBox3.Name = "groupBox3"; groupBox3.Size = new Size(760, 170); groupBox3.TabIndex = 0; groupBox3.TabStop = false; groupBox3.Text = "Output result"; // // textBox3 // textBox3.Dock = DockStyle.Fill; textBox3.Location = new Point(3, 19); textBox3.Multiline = true; textBox3.Name = "textBox3"; textBox3.ReadOnly = true; textBox3.Size = new Size(754, 148); textBox3.TabIndex = 0; // // pictureBox1 // pictureBox1.Image = Properties.Resources.shortlist_64; pictureBox1.Location = new Point(12, 12); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new Size(64, 64); pictureBox1.SizeMode = PictureBoxSizeMode.AutoSize; pictureBox1.TabIndex = 1; pictureBox1.TabStop = false; // // label1 // label1.AutoSize = true; label1.BackColor = Color.Transparent; label1.Font = new Font("Segoe UI", 24F, FontStyle.Bold, GraphicsUnit.Point); label1.Location = new Point(82, 12); label1.Name = "label1"; label1.Size = new Size(190, 45); label1.TabIndex = 2; label1.Text = "RosterSnap"; label1.TextAlign = ContentAlignment.MiddleCenter; // // label2 // label2.AutoSize = true; label2.BackColor = Color.Transparent; label2.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); label2.Location = new Point(278, 36); label2.Name = "label2"; label2.Size = new Size(181, 21); label2.TabIndex = 3; label2.Text = "List Verification Program"; label2.TextAlign = ContentAlignment.MiddleCenter; // // linkLabel1 // linkLabel1.AutoSize = true; linkLabel1.LinkBehavior = LinkBehavior.HoverUnderline; linkLabel1.Location = new Point(82, 61); linkLabel1.Name = "linkLabel1"; linkLabel1.Size = new Size(236, 15); linkLabel1.TabIndex = 4; linkLabel1.TabStop = true; linkLabel1.Text = "https://www.lykns.com.cn/dev/rostersnap/"; linkLabel1.Click += linkLabel1_Click; // // Form1 // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(784, 561); Controls.Add(linkLabel1); Controls.Add(label1); Controls.Add(label2); Controls.Add(pictureBox1); Controls.Add(splitContainer1); Icon = (Icon)resources.GetObject("$this.Icon"); MinimumSize = new Size(800, 600); Name = "Form1"; Text = "RosterSnap"; splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit(); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit(); splitContainer2.ResumeLayout(false); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); groupBox3.ResumeLayout(false); groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private SplitContainer splitContainer1; private SplitContainer splitContainer2; private GroupBox groupBox1; private TextBox textBox1; private GroupBox groupBox2; private TextBox textBox2; private GroupBox groupBox3; private TextBox textBox3; private PictureBox pictureBox1; private Label label1; private Label label2; private LinkLabel linkLabel1; } }