Commit 72397bc3 by Neo Turing

init

parent 7ad78b7d
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
this.CameraListBox = new System.Windows.Forms.ListBox(); this.CameraListBox = new System.Windows.Forms.ListBox();
this.SessionButton = new System.Windows.Forms.Button(); this.SessionButton = new System.Windows.Forms.Button();
this.plTools = new System.Windows.Forms.Panel(); this.plTools = new System.Windows.Forms.Panel();
this.InitGroupBox = new System.Windows.Forms.GroupBox();
this.SettingsGroupBox = new System.Windows.Forms.GroupBox(); this.SettingsGroupBox = new System.Windows.Forms.GroupBox();
this.TakePhotoButton = new System.Windows.Forms.Button(); this.TakePhotoButton = new System.Windows.Forms.Button();
this.LiveViewButton = new System.Windows.Forms.Button(); this.LiveViewButton = new System.Windows.Forms.Button();
this.InitGroupBox = new System.Windows.Forms.GroupBox();
this.LiveViewGroupBox = new System.Windows.Forms.GroupBox(); this.LiveViewGroupBox = new System.Windows.Forms.GroupBox();
this.FocusFar3Button = new System.Windows.Forms.Button(); this.FocusFar3Button = new System.Windows.Forms.Button();
this.FocusFar2Button = new System.Windows.Forms.Button(); this.FocusFar2Button = new System.Windows.Forms.Button();
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
this.FocusNear3Button = new System.Windows.Forms.Button(); this.FocusNear3Button = new System.Windows.Forms.Button();
this.LiveViewPicBox = new System.Windows.Forms.PictureBox(); this.LiveViewPicBox = new System.Windows.Forms.PictureBox();
this.plTools.SuspendLayout(); this.plTools.SuspendLayout();
this.InitGroupBox.SuspendLayout();
this.SettingsGroupBox.SuspendLayout(); this.SettingsGroupBox.SuspendLayout();
this.InitGroupBox.SuspendLayout();
this.LiveViewGroupBox.SuspendLayout(); this.LiveViewGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.LiveViewPicBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LiveViewPicBox)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
...@@ -97,19 +97,6 @@ ...@@ -97,19 +97,6 @@
this.plTools.Size = new System.Drawing.Size(572, 103); this.plTools.Size = new System.Drawing.Size(572, 103);
this.plTools.TabIndex = 17; this.plTools.TabIndex = 17;
// //
// InitGroupBox
//
this.InitGroupBox.Controls.Add(this.RefreshButton);
this.InitGroupBox.Controls.Add(this.SessionButton);
this.InitGroupBox.Controls.Add(this.CameraListBox);
this.InitGroupBox.Dock = System.Windows.Forms.DockStyle.Left;
this.InitGroupBox.Location = new System.Drawing.Point(0, 0);
this.InitGroupBox.Name = "InitGroupBox";
this.InitGroupBox.Size = new System.Drawing.Size(289, 103);
this.InitGroupBox.TabIndex = 17;
this.InitGroupBox.TabStop = false;
this.InitGroupBox.Text = "连接相机";
//
// SettingsGroupBox // SettingsGroupBox
// //
this.SettingsGroupBox.Controls.Add(this.TakePhotoButton); this.SettingsGroupBox.Controls.Add(this.TakePhotoButton);
...@@ -149,6 +136,19 @@ ...@@ -149,6 +136,19 @@
this.LiveViewButton.UseVisualStyleBackColor = true; this.LiveViewButton.UseVisualStyleBackColor = true;
this.LiveViewButton.Click += new System.EventHandler(this.LiveViewButton_Click); this.LiveViewButton.Click += new System.EventHandler(this.LiveViewButton_Click);
// //
// InitGroupBox
//
this.InitGroupBox.Controls.Add(this.RefreshButton);
this.InitGroupBox.Controls.Add(this.SessionButton);
this.InitGroupBox.Controls.Add(this.CameraListBox);
this.InitGroupBox.Dock = System.Windows.Forms.DockStyle.Left;
this.InitGroupBox.Location = new System.Drawing.Point(0, 0);
this.InitGroupBox.Name = "InitGroupBox";
this.InitGroupBox.Size = new System.Drawing.Size(289, 103);
this.InitGroupBox.TabIndex = 17;
this.InitGroupBox.TabStop = false;
this.InitGroupBox.Text = "连接相机";
//
// LiveViewGroupBox // LiveViewGroupBox
// //
this.LiveViewGroupBox.Controls.Add(this.FocusFar3Button); this.LiveViewGroupBox.Controls.Add(this.FocusFar3Button);
...@@ -258,8 +258,8 @@ ...@@ -258,8 +258,8 @@
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CanonForm_FormClosing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CanonForm_FormClosing);
this.Load += new System.EventHandler(this.CanonForm_Load); this.Load += new System.EventHandler(this.CanonForm_Load);
this.plTools.ResumeLayout(false); this.plTools.ResumeLayout(false);
this.InitGroupBox.ResumeLayout(false);
this.SettingsGroupBox.ResumeLayout(false); this.SettingsGroupBox.ResumeLayout(false);
this.InitGroupBox.ResumeLayout(false);
this.LiveViewGroupBox.ResumeLayout(false); this.LiveViewGroupBox.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.LiveViewPicBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LiveViewPicBox)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
......
...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices; ...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("5.4.2024.6270")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("5.4.2024.6270")]
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