Form1.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. namespace 名单编辑器
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  30. this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  31. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  32. this.新建NToolStripButton = new System.Windows.Forms.ToolStripButton();
  33. this.打开OToolStripButton = new System.Windows.Forms.ToolStripButton();
  34. this.保存SToolStripButton = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
  36. this.剪切UToolStripButton = new System.Windows.Forms.ToolStripButton();
  37. this.复制CToolStripButton = new System.Windows.Forms.ToolStripButton();
  38. this.粘贴PToolStripButton = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  41. this.帮助LToolStripButton = new System.Windows.Forms.ToolStripButton();
  42. this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  43. this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  44. this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
  45. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  46. this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
  47. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  48. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  49. this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
  50. this.listView1 = new System.Windows.Forms.ListView();
  51. this.textBox1 = new System.Windows.Forms.TextBox();
  52. this.groupBox1 = new System.Windows.Forms.GroupBox();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.button1 = new System.Windows.Forms.Button();
  55. this.panel1 = new System.Windows.Forms.Panel();
  56. this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
  57. this.toolStrip1.SuspendLayout();
  58. this.statusStrip1.SuspendLayout();
  59. this.groupBox1.SuspendLayout();
  60. this.panel1.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // BottomToolStripPanel
  64. //
  65. this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
  66. this.BottomToolStripPanel.Name = "BottomToolStripPanel";
  67. this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  68. this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  69. this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
  70. //
  71. // TopToolStripPanel
  72. //
  73. this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
  74. this.TopToolStripPanel.Name = "TopToolStripPanel";
  75. this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  76. this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  77. this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
  78. //
  79. // toolStrip1
  80. //
  81. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  82. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  83. this.新建NToolStripButton,
  84. this.打开OToolStripButton,
  85. this.保存SToolStripButton,
  86. this.toolStripSeparator,
  87. this.剪切UToolStripButton,
  88. this.复制CToolStripButton,
  89. this.粘贴PToolStripButton,
  90. this.toolStripButton1,
  91. this.toolStripSeparator1,
  92. this.帮助LToolStripButton});
  93. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  94. this.toolStrip1.Name = "toolStrip1";
  95. this.toolStrip1.Size = new System.Drawing.Size(791, 25);
  96. this.toolStrip1.TabIndex = 0;
  97. this.toolStrip1.Text = "toolStrip1";
  98. //
  99. // 新建NToolStripButton
  100. //
  101. this.新建NToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_4854;
  102. this.新建NToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.新建NToolStripButton.Name = "新建NToolStripButton";
  104. this.新建NToolStripButton.Size = new System.Drawing.Size(70, 22);
  105. this.新建NToolStripButton.Text = "新建(&N)";
  106. this.新建NToolStripButton.Click += new System.EventHandler(this.新建NToolStripButton_Click);
  107. //
  108. // 打开OToolStripButton
  109. //
  110. this.打开OToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9757;
  111. this.打开OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.打开OToolStripButton.Name = "打开OToolStripButton";
  113. this.打开OToolStripButton.Size = new System.Drawing.Size(70, 22);
  114. this.打开OToolStripButton.Text = "打开(&O)";
  115. //
  116. // 保存SToolStripButton
  117. //
  118. this.保存SToolStripButton.Enabled = false;
  119. this.保存SToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9752;
  120. this.保存SToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.保存SToolStripButton.Name = "保存SToolStripButton";
  122. this.保存SToolStripButton.Size = new System.Drawing.Size(67, 22);
  123. this.保存SToolStripButton.Text = "保存(&S)";
  124. this.保存SToolStripButton.Click += new System.EventHandler(this.保存SToolStripButton_Click);
  125. //
  126. // toolStripSeparator
  127. //
  128. this.toolStripSeparator.Name = "toolStripSeparator";
  129. this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
  130. //
  131. // 剪切UToolStripButton
  132. //
  133. this.剪切UToolStripButton.Enabled = false;
  134. this.剪切UToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9904;
  135. this.剪切UToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  136. this.剪切UToolStripButton.Name = "剪切UToolStripButton";
  137. this.剪切UToolStripButton.Size = new System.Drawing.Size(69, 22);
  138. this.剪切UToolStripButton.Text = "剪切(&U)";
  139. //
  140. // 复制CToolStripButton
  141. //
  142. this.复制CToolStripButton.Enabled = false;
  143. this.复制CToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9895;
  144. this.复制CToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  145. this.复制CToolStripButton.Name = "复制CToolStripButton";
  146. this.复制CToolStripButton.Size = new System.Drawing.Size(68, 22);
  147. this.复制CToolStripButton.Text = "复制(&C)";
  148. this.复制CToolStripButton.Click += new System.EventHandler(this.复制CToolStripButton_Click);
  149. //
  150. // 粘贴PToolStripButton
  151. //
  152. this.粘贴PToolStripButton.Enabled = false;
  153. this.粘贴PToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9905;
  154. this.粘贴PToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  155. this.粘贴PToolStripButton.Name = "粘贴PToolStripButton";
  156. this.粘贴PToolStripButton.Size = new System.Drawing.Size(67, 22);
  157. this.粘贴PToolStripButton.Text = "粘贴(&P)";
  158. //
  159. // toolStripButton1
  160. //
  161. this.toolStripButton1.Enabled = false;
  162. this.toolStripButton1.Image = global::名单编辑器.Properties.Resources.Icon_5059;
  163. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  164. this.toolStripButton1.Name = "toolStripButton1";
  165. this.toolStripButton1.Size = new System.Drawing.Size(69, 22);
  166. this.toolStripButton1.Text = "删除(&D)";
  167. this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  168. //
  169. // toolStripSeparator1
  170. //
  171. this.toolStripSeparator1.Name = "toolStripSeparator1";
  172. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  173. //
  174. // 帮助LToolStripButton
  175. //
  176. this.帮助LToolStripButton.Image = global::名单编辑器.Properties.Resources.Icon_9666;
  177. this.帮助LToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  178. this.帮助LToolStripButton.Name = "帮助LToolStripButton";
  179. this.帮助LToolStripButton.Size = new System.Drawing.Size(66, 22);
  180. this.帮助LToolStripButton.Text = "帮助(&L)";
  181. //
  182. // RightToolStripPanel
  183. //
  184. this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
  185. this.RightToolStripPanel.Name = "RightToolStripPanel";
  186. this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  187. this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  188. this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
  189. //
  190. // LeftToolStripPanel
  191. //
  192. this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
  193. this.LeftToolStripPanel.Name = "LeftToolStripPanel";
  194. this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  195. this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  196. this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
  197. //
  198. // ContentPanel
  199. //
  200. this.ContentPanel.AutoScroll = true;
  201. this.ContentPanel.Size = new System.Drawing.Size(784, 386);
  202. //
  203. // statusStrip1
  204. //
  205. this.statusStrip1.Enabled = false;
  206. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  207. this.toolStripStatusLabel4,
  208. this.toolStripStatusLabel5,
  209. this.toolStripStatusLabel1,
  210. this.toolStripStatusLabel2,
  211. this.toolStripStatusLabel3});
  212. this.statusStrip1.Location = new System.Drawing.Point(0, 385);
  213. this.statusStrip1.Name = "statusStrip1";
  214. this.statusStrip1.Size = new System.Drawing.Size(791, 26);
  215. this.statusStrip1.TabIndex = 1;
  216. this.statusStrip1.Text = "statusStrip1";
  217. //
  218. // toolStripStatusLabel4
  219. //
  220. this.toolStripStatusLabel4.ForeColor = System.Drawing.SystemColors.WindowText;
  221. this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
  222. this.toolStripStatusLabel4.Size = new System.Drawing.Size(68, 21);
  223. this.toolStripStatusLabel4.Text = "名单文件:";
  224. //
  225. // toolStripStatusLabel1
  226. //
  227. this.toolStripStatusLabel1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
  228. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  229. this.toolStripStatusLabel1.Size = new System.Drawing.Size(72, 21);
  230. this.toolStripStatusLabel1.Text = "当前人数:";
  231. //
  232. // toolStripStatusLabel2
  233. //
  234. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  235. this.toolStripStatusLabel2.Size = new System.Drawing.Size(15, 21);
  236. this.toolStripStatusLabel2.Text = "0";
  237. //
  238. // toolStripStatusLabel3
  239. //
  240. this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
  241. this.toolStripStatusLabel3.Size = new System.Drawing.Size(20, 21);
  242. this.toolStripStatusLabel3.Text = "人";
  243. //
  244. // listView1
  245. //
  246. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  247. | System.Windows.Forms.AnchorStyles.Left)
  248. | System.Windows.Forms.AnchorStyles.Right)));
  249. this.listView1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.listView1.FullRowSelect = true;
  251. this.listView1.GridLines = true;
  252. this.listView1.HideSelection = false;
  253. this.listView1.HoverSelection = true;
  254. this.listView1.ImeMode = System.Windows.Forms.ImeMode.On;
  255. this.listView1.LabelEdit = true;
  256. this.listView1.Location = new System.Drawing.Point(105, 3);
  257. this.listView1.Name = "listView1";
  258. this.listView1.Size = new System.Drawing.Size(676, 348);
  259. this.listView1.TabIndex = 2;
  260. this.listView1.UseCompatibleStateImageBehavior = false;
  261. this.listView1.View = System.Windows.Forms.View.SmallIcon;
  262. this.listView1.Enter += new System.EventHandler(this.listView1_Enter);
  263. this.listView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listView1_KeyUp);
  264. this.listView1.Leave += new System.EventHandler(this.listView1_Leave);
  265. //
  266. // textBox1
  267. //
  268. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  269. | System.Windows.Forms.AnchorStyles.Left)
  270. | System.Windows.Forms.AnchorStyles.Right)));
  271. this.textBox1.Location = new System.Drawing.Point(6, 58);
  272. this.textBox1.Multiline = true;
  273. this.textBox1.Name = "textBox1";
  274. this.textBox1.Size = new System.Drawing.Size(75, 255);
  275. this.textBox1.TabIndex = 3;
  276. this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
  277. this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
  278. //
  279. // groupBox1
  280. //
  281. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  282. | System.Windows.Forms.AnchorStyles.Left)));
  283. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  284. this.groupBox1.Controls.Add(this.label1);
  285. this.groupBox1.Controls.Add(this.button1);
  286. this.groupBox1.Controls.Add(this.textBox1);
  287. this.groupBox1.Location = new System.Drawing.Point(12, 3);
  288. this.groupBox1.Name = "groupBox1";
  289. this.groupBox1.Size = new System.Drawing.Size(87, 348);
  290. this.groupBox1.TabIndex = 4;
  291. this.groupBox1.TabStop = false;
  292. this.groupBox1.Text = "添加项目";
  293. //
  294. // label1
  295. //
  296. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  297. | System.Windows.Forms.AnchorStyles.Right)));
  298. this.label1.Enabled = false;
  299. this.label1.ForeColor = System.Drawing.SystemColors.WindowFrame;
  300. this.label1.Location = new System.Drawing.Point(6, 19);
  301. this.label1.Name = "label1";
  302. this.label1.Size = new System.Drawing.Size(75, 36);
  303. this.label1.TabIndex = 5;
  304. this.label1.Text = "一行一个项目内容";
  305. //
  306. // button1
  307. //
  308. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  309. this.button1.Location = new System.Drawing.Point(6, 319);
  310. this.button1.Name = "button1";
  311. this.button1.Size = new System.Drawing.Size(75, 23);
  312. this.button1.TabIndex = 4;
  313. this.button1.Text = "添加";
  314. this.button1.UseVisualStyleBackColor = true;
  315. this.button1.Click += new System.EventHandler(this.button1_Click);
  316. //
  317. // panel1
  318. //
  319. this.panel1.AutoScroll = true;
  320. this.panel1.BackColor = System.Drawing.Color.Transparent;
  321. this.panel1.Controls.Add(this.groupBox1);
  322. this.panel1.Controls.Add(this.listView1);
  323. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  324. this.panel1.Location = new System.Drawing.Point(0, 25);
  325. this.panel1.Name = "panel1";
  326. this.panel1.Size = new System.Drawing.Size(791, 360);
  327. this.panel1.TabIndex = 5;
  328. //
  329. // toolStripStatusLabel5
  330. //
  331. this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
  332. this.toolStripStatusLabel5.Size = new System.Drawing.Size(0, 21);
  333. //
  334. // Form1
  335. //
  336. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  337. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  338. this.BackgroundImage = global::名单编辑器.Properties.Resources.background;
  339. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  340. this.ClientSize = new System.Drawing.Size(791, 411);
  341. this.Controls.Add(this.panel1);
  342. this.Controls.Add(this.statusStrip1);
  343. this.Controls.Add(this.toolStrip1);
  344. this.DoubleBuffered = true;
  345. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  347. this.Margin = new System.Windows.Forms.Padding(4);
  348. this.MinimumSize = new System.Drawing.Size(800, 450);
  349. this.Name = "Form1";
  350. this.Text = "名单编辑器";
  351. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  352. this.toolStrip1.ResumeLayout(false);
  353. this.toolStrip1.PerformLayout();
  354. this.statusStrip1.ResumeLayout(false);
  355. this.statusStrip1.PerformLayout();
  356. this.groupBox1.ResumeLayout(false);
  357. this.groupBox1.PerformLayout();
  358. this.panel1.ResumeLayout(false);
  359. this.ResumeLayout(false);
  360. this.PerformLayout();
  361. }
  362. #endregion
  363. private System.Windows.Forms.ToolStrip toolStrip1;
  364. private System.Windows.Forms.ToolStripButton 打开OToolStripButton;
  365. private System.Windows.Forms.ToolStripButton 保存SToolStripButton;
  366. private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
  367. private System.Windows.Forms.ToolStripButton 剪切UToolStripButton;
  368. private System.Windows.Forms.ToolStripButton 复制CToolStripButton;
  369. private System.Windows.Forms.ToolStripButton 粘贴PToolStripButton;
  370. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  371. private System.Windows.Forms.ToolStripButton 帮助LToolStripButton;
  372. private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
  373. private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
  374. private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
  375. private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
  376. private System.Windows.Forms.ToolStripContentPanel ContentPanel;
  377. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  378. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  379. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
  380. private System.Windows.Forms.TextBox textBox1;
  381. private System.Windows.Forms.GroupBox groupBox1;
  382. private System.Windows.Forms.Button button1;
  383. private System.Windows.Forms.Panel panel1;
  384. private System.Windows.Forms.Label label1;
  385. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
  386. private System.Windows.Forms.ToolStripButton toolStripButton1;
  387. internal System.Windows.Forms.ListView listView1;
  388. internal System.Windows.Forms.ToolStripButton 新建NToolStripButton;
  389. internal System.Windows.Forms.StatusStrip statusStrip1;
  390. internal System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
  391. }
  392. }