Form1.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. namespace RosterSnap
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. splitContainer1 = new SplitContainer();
  30. splitContainer2 = new SplitContainer();
  31. groupBox1 = new GroupBox();
  32. textBox1 = new TextBox();
  33. groupBox2 = new GroupBox();
  34. textBox2 = new TextBox();
  35. groupBox3 = new GroupBox();
  36. textBox3 = new TextBox();
  37. pictureBox1 = new PictureBox();
  38. label1 = new Label();
  39. label2 = new Label();
  40. linkLabel1 = new LinkLabel();
  41. ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
  42. splitContainer1.Panel1.SuspendLayout();
  43. splitContainer1.Panel2.SuspendLayout();
  44. splitContainer1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
  46. splitContainer2.Panel1.SuspendLayout();
  47. splitContainer2.Panel2.SuspendLayout();
  48. splitContainer2.SuspendLayout();
  49. groupBox1.SuspendLayout();
  50. groupBox2.SuspendLayout();
  51. groupBox3.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
  53. SuspendLayout();
  54. //
  55. // splitContainer1
  56. //
  57. splitContainer1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
  58. splitContainer1.FixedPanel = FixedPanel.Panel2;
  59. splitContainer1.Location = new Point(12, 82);
  60. splitContainer1.Name = "splitContainer1";
  61. splitContainer1.Orientation = Orientation.Horizontal;
  62. //
  63. // splitContainer1.Panel1
  64. //
  65. splitContainer1.Panel1.Controls.Add(splitContainer2);
  66. splitContainer1.Panel1MinSize = 50;
  67. //
  68. // splitContainer1.Panel2
  69. //
  70. splitContainer1.Panel2.Controls.Add(groupBox3);
  71. splitContainer1.Panel2MinSize = 50;
  72. splitContainer1.Size = new Size(760, 467);
  73. splitContainer1.SplitterDistance = 292;
  74. splitContainer1.SplitterWidth = 5;
  75. splitContainer1.TabIndex = 0;
  76. //
  77. // splitContainer2
  78. //
  79. splitContainer2.Dock = DockStyle.Fill;
  80. splitContainer2.Location = new Point(0, 0);
  81. splitContainer2.Name = "splitContainer2";
  82. //
  83. // splitContainer2.Panel1
  84. //
  85. splitContainer2.Panel1.Controls.Add(groupBox1);
  86. //
  87. // splitContainer2.Panel2
  88. //
  89. splitContainer2.Panel2.Controls.Add(groupBox2);
  90. splitContainer2.Size = new Size(760, 292);
  91. splitContainer2.SplitterDistance = 374;
  92. splitContainer2.TabIndex = 0;
  93. //
  94. // groupBox1
  95. //
  96. groupBox1.Controls.Add(textBox1);
  97. groupBox1.Dock = DockStyle.Fill;
  98. groupBox1.Location = new Point(0, 0);
  99. groupBox1.Name = "groupBox1";
  100. groupBox1.Size = new Size(374, 292);
  101. groupBox1.TabIndex = 0;
  102. groupBox1.TabStop = false;
  103. groupBox1.Text = "Complete list (one keyword per line)";
  104. //
  105. // textBox1
  106. //
  107. textBox1.Dock = DockStyle.Fill;
  108. textBox1.Location = new Point(3, 19);
  109. textBox1.Multiline = true;
  110. textBox1.Name = "textBox1";
  111. textBox1.Size = new Size(368, 270);
  112. textBox1.TabIndex = 0;
  113. textBox1.TextChanged += textBox1_TextChanged;
  114. //
  115. // groupBox2
  116. //
  117. groupBox2.Controls.Add(textBox2);
  118. groupBox2.Dock = DockStyle.Fill;
  119. groupBox2.Location = new Point(0, 0);
  120. groupBox2.Name = "groupBox2";
  121. groupBox2.Size = new Size(382, 292);
  122. groupBox2.TabIndex = 0;
  123. groupBox2.TabStop = false;
  124. groupBox2.Text = "Inspection List";
  125. //
  126. // textBox2
  127. //
  128. textBox2.Dock = DockStyle.Fill;
  129. textBox2.Location = new Point(3, 19);
  130. textBox2.Multiline = true;
  131. textBox2.Name = "textBox2";
  132. textBox2.Size = new Size(376, 270);
  133. textBox2.TabIndex = 0;
  134. textBox2.TextChanged += textBox2_TextChanged;
  135. //
  136. // groupBox3
  137. //
  138. groupBox3.Controls.Add(textBox3);
  139. groupBox3.Dock = DockStyle.Fill;
  140. groupBox3.Location = new Point(0, 0);
  141. groupBox3.Name = "groupBox3";
  142. groupBox3.Size = new Size(760, 170);
  143. groupBox3.TabIndex = 0;
  144. groupBox3.TabStop = false;
  145. groupBox3.Text = "Output result";
  146. //
  147. // textBox3
  148. //
  149. textBox3.Dock = DockStyle.Fill;
  150. textBox3.Location = new Point(3, 19);
  151. textBox3.Multiline = true;
  152. textBox3.Name = "textBox3";
  153. textBox3.ReadOnly = true;
  154. textBox3.Size = new Size(754, 148);
  155. textBox3.TabIndex = 0;
  156. //
  157. // pictureBox1
  158. //
  159. pictureBox1.Image = Properties.Resources.shortlist_64;
  160. pictureBox1.Location = new Point(12, 12);
  161. pictureBox1.Name = "pictureBox1";
  162. pictureBox1.Size = new Size(64, 64);
  163. pictureBox1.SizeMode = PictureBoxSizeMode.AutoSize;
  164. pictureBox1.TabIndex = 1;
  165. pictureBox1.TabStop = false;
  166. //
  167. // label1
  168. //
  169. label1.AutoSize = true;
  170. label1.BackColor = Color.Transparent;
  171. label1.Font = new Font("Segoe UI", 24F, FontStyle.Bold, GraphicsUnit.Point);
  172. label1.Location = new Point(82, 12);
  173. label1.Name = "label1";
  174. label1.Size = new Size(190, 45);
  175. label1.TabIndex = 2;
  176. label1.Text = "RosterSnap";
  177. label1.TextAlign = ContentAlignment.MiddleCenter;
  178. //
  179. // label2
  180. //
  181. label2.AutoSize = true;
  182. label2.BackColor = Color.Transparent;
  183. label2.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
  184. label2.Location = new Point(278, 36);
  185. label2.Name = "label2";
  186. label2.Size = new Size(181, 21);
  187. label2.TabIndex = 3;
  188. label2.Text = "List Verification Program";
  189. label2.TextAlign = ContentAlignment.MiddleCenter;
  190. //
  191. // linkLabel1
  192. //
  193. linkLabel1.AutoSize = true;
  194. linkLabel1.LinkBehavior = LinkBehavior.HoverUnderline;
  195. linkLabel1.Location = new Point(82, 61);
  196. linkLabel1.Name = "linkLabel1";
  197. linkLabel1.Size = new Size(236, 15);
  198. linkLabel1.TabIndex = 4;
  199. linkLabel1.TabStop = true;
  200. linkLabel1.Text = "https://www.lykns.com.cn/dev/rostersnap/";
  201. linkLabel1.Click += linkLabel1_Click;
  202. //
  203. // Form1
  204. //
  205. AutoScaleDimensions = new SizeF(7F, 15F);
  206. AutoScaleMode = AutoScaleMode.Font;
  207. ClientSize = new Size(784, 561);
  208. Controls.Add(linkLabel1);
  209. Controls.Add(label1);
  210. Controls.Add(label2);
  211. Controls.Add(pictureBox1);
  212. Controls.Add(splitContainer1);
  213. Icon = (Icon)resources.GetObject("$this.Icon");
  214. MinimumSize = new Size(800, 600);
  215. Name = "Form1";
  216. Text = "RosterSnap";
  217. splitContainer1.Panel1.ResumeLayout(false);
  218. splitContainer1.Panel2.ResumeLayout(false);
  219. ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
  220. splitContainer1.ResumeLayout(false);
  221. splitContainer2.Panel1.ResumeLayout(false);
  222. splitContainer2.Panel2.ResumeLayout(false);
  223. ((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
  224. splitContainer2.ResumeLayout(false);
  225. groupBox1.ResumeLayout(false);
  226. groupBox1.PerformLayout();
  227. groupBox2.ResumeLayout(false);
  228. groupBox2.PerformLayout();
  229. groupBox3.ResumeLayout(false);
  230. groupBox3.PerformLayout();
  231. ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
  232. ResumeLayout(false);
  233. PerformLayout();
  234. }
  235. #endregion
  236. private SplitContainer splitContainer1;
  237. private SplitContainer splitContainer2;
  238. private GroupBox groupBox1;
  239. private TextBox textBox1;
  240. private GroupBox groupBox2;
  241. private TextBox textBox2;
  242. private GroupBox groupBox3;
  243. private TextBox textBox3;
  244. private PictureBox pictureBox1;
  245. private Label label1;
  246. private Label label2;
  247. private LinkLabel linkLabel1;
  248. }
  249. }