物品不见了,请帮忙 [英] objects gone, please help

查看:77
本文介绍了物品不见了,请帮忙的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

VB.NET新手,设计我的第一个表格,带有MS手册,放置

对象并编写代码。


有充分理由我只是:


SAVED全部(!!)

删除了只留下灰色表格的所有对象,

我的程序运行到看到结果,

然后UNDO让我的物品回来。


没有撤消。

没有物品。

空表格。

没有对象代码。


什么 - - 发生了什么?程序运行时会自动保存吗?如果这么好,

但作为备份,我希望。它不能覆盖我自己的Save,它只是

cana ??是的。


搜索20分钟后,开始变得紧张。就像得到我的工作

回来。帮助赞赏。谢谢!

New to VB.NET, designing my first form with an MS manual at my side, placing
objects and writing code.

For good reason I just:

SAVED All (!!)
deleted all objects leaving only a grey form,
ran my program to see the result,
then UNDO to get my objects back.

No Undo.
No objects.
Empty form.
No object code.

What - - happened? Does this auto-save when a program is run? If so fine,
but as a backup, I hope. It couldna??t be overwriting my own Save, it just
cana??t be.

Been searching 20 minutes, starting to get nervous. Just like to get my work
back. Help appreciated. Thanks!

推荐答案

自动保存似乎是一种选择。在工具/选项/对话框中选中[]

显示所有设置


在项目和解决方案下在构建之前你保存所有更改设置

我敢打赌。您可以考虑将其更改为提示保存所有更改。

或者(或另外)您可能不想删除表单中的所有

控件。您可以随时克隆文件的副本,这样您就不会有可能破坏正在运行的版本,直到您看到新版本可靠地运行



" jonigr" < jo **** @ discussion.microsoft.com写信息

新闻:6F ************************ ********** @ microsof t.com ...
Autosave appears to be an option. On the Tools/Options/ dialog check []
Show all Settings

Under Projects and Solutions "Before building" you have Save all changes set
I''d bet. You might consider changing it to Prompt to Save all Changes.
Alternatively (or additionally) you might not want to delete all the
controls off your form. You can always clone a copy of a file so you never
risk destroying a working version until you see the new one operate
reliably.
"jonigr" <jo****@discussions.microsoft.comwrote in message
news:6F**********************************@microsof t.com...

VB.NET新手,用我的MS手册设计我的第一个表格一边,

放置

对象和编写代码。


有充分理由我只是:


SAVED全部(!!)

删除所有只留下灰色表格的对象,

运行我的程序查看结果,

然后UNDO让我的物品回来。


没有撤消。

没有物品。

空表格。

没有对象代码。


什么 - - 发生了什么?程序运行时会自动保存吗?如果这么好,

但作为备份,我希望。它不能覆盖我自己的Save,它只是

不能。


搜索20分钟后,开始变得紧张。就像让我的

工作

回来。帮助赞赏。谢谢!
New to VB.NET, designing my first form with an MS manual at my side,
placing
objects and writing code.

For good reason I just:

SAVED All (!!)
deleted all objects leaving only a grey form,
ran my program to see the result,
then UNDO to get my objects back.

No Undo.
No objects.
Empty form.
No object code.

What - - happened? Does this auto-save when a program is run? If so fine,
but as a backup, I hope. It couldn''t be overwriting my own Save, it just
can''t be.

Been searching 20 minutes, starting to get nervous. Just like to get my
work
back. Help appreciated. Thanks!



对Tom,Build&运行??保存更改??似乎是默认的,我马上改变了它的价值。


我怀疑有些控制器是我制作的TabControl页面,这就是为什么我

删除了所有内容。很难让一个新手无法简单地保存一个

完成一个??文件? (项目?解决方案?)在工作时用不同的名字。


结果我做了Save Asa?我的*表格*几次,并设法得到一个旧的

回来与大多数控件。


这是你的意思?? ??克隆一个副本???或者你的意思是在Windows资源管理器中复制/粘贴

完整文件夹?但是你在工作的时候不能做什么?| a?|?


谢谢?| a?| a?|。


Joni


" Tom Leylan"写道:
Right on Tom, Build & Run a??Save changesa?? seems to be the default, I changed
it right away.

I suspected some controls UNder a TabControl page I made, thata??s why I
removed everything. Very confusing for a newbie unable to simply save a
complete a??filea?? (project? Solution?) under a different name while working.

Turns out I did Save Asa?| my *Form* a few times and managed to get an old one
back with most controls on it.

Is that what you mean by a??cloning a copya??? Or you mean copy/pasting the
complete folder in Windows Explorer? But that you cana??t do while workinga?|a?|?

Thanksa?|a?|a?|.

Joni

"Tom Leylan" wrote:

自动保存似乎是一个选项。在工具/选项/对话框中选中[]

显示所有设置


在项目和解决方案下在构建之前你保存所有更改设置

我敢打赌。您可以考虑将其更改为提示保存所有更改。

或者(或另外)您可能不想删除表单中的所有

控件。您可以随时克隆文件的副本,这样您就不会有可能破坏正在运行的版本,直到您看到新版本可靠地运行




" jonigr" < jo **** @ discussion.microsoft.com写信息

新闻:6F ************************ ********** @ microsof t.com ...
Autosave appears to be an option. On the Tools/Options/ dialog check []
Show all Settings

Under Projects and Solutions "Before building" you have Save all changes set
I''d bet. You might consider changing it to Prompt to Save all Changes.
Alternatively (or additionally) you might not want to delete all the
controls off your form. You can always clone a copy of a file so you never
risk destroying a working version until you see the new one operate
reliably.
"jonigr" <jo****@discussions.microsoft.comwrote in message
news:6F**********************************@microsof t.com...

VB.NET新手,用我的MS手册设计我的第一个表格一边,

放置

对象和编写代码。


有充分理由我只是:


SAVED全部(!!)

删除所有只留下灰色表格的对象,

运行我的程序查看结果,

然后UNDO让我的物品回来。


没有撤消。

没有物品。

空表格。

没有对象代码。


什么 - - 发生了什么?程序运行时会自动保存吗?如果这么好,

但作为备份,我希望。它不能覆盖我自己的Save,它只是

不能。


搜索20分钟后,开始变得紧张。就像让我的

工作

回来。帮助赞赏。谢谢!
New to VB.NET, designing my first form with an MS manual at my side,
placing
objects and writing code.

For good reason I just:

SAVED All (!!)
deleted all objects leaving only a grey form,
ran my program to see the result,
then UNDO to get my objects back.

No Undo.
No objects.
Empty form.
No object code.

What - - happened? Does this auto-save when a program is run? If so fine,
but as a backup, I hope. It couldn''t be overwriting my own Save, it just
can''t be.

Been searching 20 minutes, starting to get nervous. Just like to get my
work
back. Help appreciated. Thanks!






如果您保存了更改,则*可以*复制整个文件夹。

当我达到某些里程碑时,我会定期拉上我的电源,以防我稍后再次使用它。即使我打开项目也能正常工作。


Robin S.

------------------ ----

" jonigr" < jo **** @ discussion.microsoft.com写信息

news:89 ************************ ********** @ microsof t.com ...
If you have saved your changes, you *can* copy the complete folder.
I zip mine up periodically when I hit certain milestones in case I muck
it up later. Works even if I have the project open.

Robin S.
----------------------
"jonigr" <jo****@discussions.microsoft.comwrote in message
news:89**********************************@microsof t.com...

关于Tom,Build&运行保存更改似乎是默认的,我现在更改

吧。


我怀疑有些控件我做了一个TabControl页面,这就是为什么我把b $ b去掉了所有东西。很难让新手无法简单地保存

a

完整的文件 (项目?解决方案?)以不同的名称,而

工作。


结果我做了另存为。我的*表格*几次,设法得到一个

旧的

回来了大多数控件。


是你的意思是克隆副本?或者你的意思是在Windows资源管理器中复制/粘贴

完整文件夹?但是你不能在

工作的时候做什么..?


谢谢....


Joni


" Tom Leylan"写道:
Right on Tom, Build & Run "Save changes" seems to be the default, I
changed
it right away.

I suspected some controls UNder a TabControl page I made, that''s why I
removed everything. Very confusing for a newbie unable to simply save
a
complete "file" (project? Solution?) under a different name while
working.

Turns out I did Save As. my *Form* a few times and managed to get an
old one
back with most controls on it.

Is that what you mean by "cloning a copy"? Or you mean copy/pasting
the
complete folder in Windows Explorer? But that you can''t do while
working..?

Thanks....

Joni

"Tom Leylan" wrote:

>自动保存似乎是一个选项。在工具/选项/对话框上检查

显示所有设置

在项目和解决方案下在构建之前你已经保存了所有的更改
我敢打赌。您可以考虑将其更改为提示保存所有更改。
或者(或另外)您可能不想删除表单中的所有
控件。你总是可以克隆文件的副本,这样你就不会冒着破坏工作版本的风险,直到你看到新文件可靠地运行为止。

" jonigr" < jo **** @ discussion.microsoft.com写信息
新闻:6F **************************** ****** @ microso ft.com ...
>Autosave appears to be an option. On the Tools/Options/ dialog check
[]
Show all Settings

Under Projects and Solutions "Before building" you have Save all
changes set
I''d bet. You might consider changing it to Prompt to Save all
Changes.
Alternatively (or additionally) you might not want to delete all the
controls off your form. You can always clone a copy of a file so you
never
risk destroying a working version until you see the new one operate
reliably.
"jonigr" <jo****@discussions.microsoft.comwrote in message
news:6F**********************************@microso ft.com...

VB.NET新手,用我的手册设计我的第一个表格

方面,

放置

对象和编写代码。


有充分理由我只是:


SAVED全部(!!)

删除所有只留下灰色表格的对象,

运行我的程序查看结果,

然后UNDO让我的物品回来。


没有撤消。

没有物品。

空表格。

没有对象代码。


什么 - - 发生了什么?程序运行时会自动保存吗?如果是这样的话,

罚款,

但作为备份,我希望如此。它不能覆盖我自己的Save,它

只是

不能。


一直在搜索20分钟,开始变得紧张。就像

得到我的

工作

回来。帮助赞赏。谢谢!
New to VB.NET, designing my first form with an MS manual at my
side,
placing
objects and writing code.

For good reason I just:

SAVED All (!!)
deleted all objects leaving only a grey form,
ran my program to see the result,
then UNDO to get my objects back.

No Undo.
No objects.
Empty form.
No object code.

What - - happened? Does this auto-save when a program is run? If so
fine,
but as a backup, I hope. It couldn''t be overwriting my own Save, it
just
can''t be.

Been searching 20 minutes, starting to get nervous. Just like to
get my
work
back. Help appreciated. Thanks!







这篇关于物品不见了,请帮忙的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆