Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.Sample.ImageUploader.V4.5
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Client.Sample.ImageUploader.V4.5
Commits
4e14511c
Commit
4e14511c
authored
May 10, 2024
by
Neo Turing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
ff1dd3b5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
Camera.ico
Src/Camera.ico
+0
-0
FrmMain.Designer.cs
Src/FrmMain.Designer.cs
+2
-0
FrmMain.resx
Src/FrmMain.resx
+0
-0
Kivii.Client.Sample.ImageUploader.V4.5.csproj
Src/Kivii.Client.Sample.ImageUploader.V4.5.csproj
+8
-1
No files found.
Src/Camera.ico
0 → 100644
View file @
4e14511c
File added
Src/FrmMain.Designer.cs
View file @
4e14511c
...
...
@@ -28,6 +28,7 @@
/// </summary>
private
void
InitializeComponent
()
{
System
.
ComponentModel
.
ComponentResourceManager
resources
=
new
System
.
ComponentModel
.
ComponentResourceManager
(
typeof
(
FrmMain
));
this
.
plLeft
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
gbSample
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
rtbMessage
=
new
System
.
Windows
.
Forms
.
RichTextBox
();
...
...
@@ -437,6 +438,7 @@
this
.
Controls
.
Add
(
this
.
plMain
);
this
.
Controls
.
Add
(
this
.
plRight
);
this
.
Controls
.
Add
(
this
.
plLeft
);
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"FrmMain"
;
this
.
Text
=
"样品拍照采集"
;
this
.
FormClosing
+=
new
System
.
Windows
.
Forms
.
FormClosingEventHandler
(
this
.
FrmMain_FormClosing
);
...
...
Src/FrmMain.resx
View file @
4e14511c
This diff is collapsed.
Click to expand it.
Src/Kivii.Client.Sample.ImageUploader.V4.5.csproj
View file @
4e14511c
...
...
@@ -7,7 +7,7 @@
<ProjectGuid>
{9C9A89CF-F17F-4607-A89E-5E07C184EB1E}
</ProjectGuid>
<OutputType>
WinExe
</OutputType>
<RootNamespace>
Kivii.Sample.ImageUploader
</RootNamespace>
<AssemblyName>
Kivii.Client.Sample.ImageUploader.V4.5
</AssemblyName>
<AssemblyName>
样品拍照采集
</AssemblyName>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<Deterministic>
true
</Deterministic>
...
...
@@ -40,6 +40,9 @@
<PropertyGroup>
<ApplicationManifest>
Properties\app.manifest
</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
Camera.ico
</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"Kivii.Common.V4.5, Version=5.6.2024.1160, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.Common.5.6.2024.1160\lib\net45\Kivii.Common.V4.5.dll
</HintPath>
...
...
@@ -116,5 +119,8 @@
<ItemGroup>
<None
Include=
"App.config"
/>
</ItemGroup>
<ItemGroup>
<Content
Include=
"Camera.ico"
/>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
</Project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment