Commit 6c47015a authored by 247321453's avatar 247321453

del

parent e334cd54
...@@ -39,6 +39,7 @@ private void InitializeComponent() ...@@ -39,6 +39,7 @@ private void InitializeComponent()
this.menuitem_file = new System.Windows.Forms.ToolStripMenuItem(); this.menuitem_file = new System.Windows.Forms.ToolStripMenuItem();
this.menuitem_open = new System.Windows.Forms.ToolStripMenuItem(); this.menuitem_open = new System.Windows.Forms.ToolStripMenuItem();
this.menuitem_new = new System.Windows.Forms.ToolStripMenuItem(); this.menuitem_new = new System.Windows.Forms.ToolStripMenuItem();
this.menuitem_copyselectto = new System.Windows.Forms.ToolStripMenuItem();
this.menuitem_copyto = new System.Windows.Forms.ToolStripMenuItem(); this.menuitem_copyto = new System.Windows.Forms.ToolStripMenuItem();
this.tsep1 = new System.Windows.Forms.ToolStripSeparator(); this.tsep1 = new System.Windows.Forms.ToolStripSeparator();
this.menuitem_readydk = new System.Windows.Forms.ToolStripMenuItem(); this.menuitem_readydk = new System.Windows.Forms.ToolStripMenuItem();
...@@ -99,7 +100,6 @@ private void InitializeComponent() ...@@ -99,7 +100,6 @@ private void InitializeComponent()
this.label9 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label();
this.pl_cardtype = new System.Windows.Forms.DFlowLayoutPanel(); this.pl_cardtype = new System.Windows.Forms.DFlowLayoutPanel();
this.pl_category = new System.Windows.Forms.DFlowLayoutPanel(); this.pl_category = new System.Windows.Forms.DFlowLayoutPanel();
this.menuitem_copyselectto = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
...@@ -147,6 +147,13 @@ private void InitializeComponent() ...@@ -147,6 +147,13 @@ private void InitializeComponent()
this.menuitem_new.Text = "新建(&N)"; this.menuitem_new.Text = "新建(&N)";
this.menuitem_new.Click += new System.EventHandler(this.Menuitem_newClick); this.menuitem_new.Click += new System.EventHandler(this.Menuitem_newClick);
// //
// menuitem_copyselectto
//
this.menuitem_copyselectto.Name = "menuitem_copyselectto";
this.menuitem_copyselectto.Size = new System.Drawing.Size(169, 22);
this.menuitem_copyselectto.Text = "复制选中卡片到...";
this.menuitem_copyselectto.Click += new System.EventHandler(this.Menuitem_copyselecttoClick);
//
// menuitem_copyto // menuitem_copyto
// //
this.menuitem_copyto.Name = "menuitem_copyto"; this.menuitem_copyto.Name = "menuitem_copyto";
...@@ -215,21 +222,21 @@ private void InitializeComponent() ...@@ -215,21 +222,21 @@ private void InitializeComponent()
// //
this.menuitem_about.Name = "menuitem_about"; this.menuitem_about.Name = "menuitem_about";
this.menuitem_about.ShortcutKeys = System.Windows.Forms.Keys.F1; this.menuitem_about.ShortcutKeys = System.Windows.Forms.Keys.F1;
this.menuitem_about.Size = new System.Drawing.Size(124, 22); this.menuitem_about.Size = new System.Drawing.Size(152, 22);
this.menuitem_about.Text = "关于"; this.menuitem_about.Text = "关于";
this.menuitem_about.Click += new System.EventHandler(this.Menuitem_aboutClick); this.menuitem_about.Click += new System.EventHandler(this.Menuitem_aboutClick);
// //
// menuitem_checkupdate // menuitem_checkupdate
// //
this.menuitem_checkupdate.Name = "menuitem_checkupdate"; this.menuitem_checkupdate.Name = "menuitem_checkupdate";
this.menuitem_checkupdate.Size = new System.Drawing.Size(124, 22); this.menuitem_checkupdate.Size = new System.Drawing.Size(152, 22);
this.menuitem_checkupdate.Text = "检查更新"; this.menuitem_checkupdate.Text = "下载新版本";
this.menuitem_checkupdate.Click += new System.EventHandler(this.Menuitem_checkupdateClick); this.menuitem_checkupdate.Click += new System.EventHandler(this.Menuitem_checkupdateClick);
// //
// menuitem_github // menuitem_github
// //
this.menuitem_github.Name = "menuitem_github"; this.menuitem_github.Name = "menuitem_github";
this.menuitem_github.Size = new System.Drawing.Size(124, 22); this.menuitem_github.Size = new System.Drawing.Size(152, 22);
this.menuitem_github.Text = "程序源码"; this.menuitem_github.Text = "程序源码";
this.menuitem_github.Click += new System.EventHandler(this.Menuitem_githubClick); this.menuitem_github.Click += new System.EventHandler(this.Menuitem_githubClick);
// //
...@@ -717,13 +724,6 @@ private void InitializeComponent() ...@@ -717,13 +724,6 @@ private void InitializeComponent()
this.pl_category.Size = new System.Drawing.Size(303, 166); this.pl_category.Size = new System.Drawing.Size(303, 166);
this.pl_category.TabIndex = 13; this.pl_category.TabIndex = 13;
// //
// menuitem_copyselectto
//
this.menuitem_copyselectto.Name = "menuitem_copyselectto";
this.menuitem_copyselectto.Size = new System.Drawing.Size(169, 22);
this.menuitem_copyselectto.Text = "复制选中卡片到...";
this.menuitem_copyselectto.Click += new System.EventHandler(this.Menuitem_copyselecttoClick);
//
// DataEditForm // DataEditForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
......
...@@ -102,7 +102,6 @@ ...@@ -102,7 +102,6 @@
<None Include="readme.txt"> <None Include="readme.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Include="update.txt" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment