Commit 6aa54289 by Neo Turing

优化

parent 5e676af2
...@@ -56,12 +56,12 @@ ...@@ -56,12 +56,12 @@
this.btnUpload = new System.Windows.Forms.Button(); this.btnUpload = new System.Windows.Forms.Button();
this.plMain = new System.Windows.Forms.Panel(); this.plMain = new System.Windows.Forms.Panel();
this.gbPhotoView = new System.Windows.Forms.GroupBox(); this.gbPhotoView = new System.Windows.Forms.GroupBox();
this.ptbPhotoDisplay = new System.Windows.Forms.PictureBox();
this.plDisplay = new System.Windows.Forms.Panel();
this.lbDisplay = new System.Windows.Forms.Label();
this.gbOperating = new System.Windows.Forms.GroupBox(); this.gbOperating = new System.Windows.Forms.GroupBox();
this.btnShot = new System.Windows.Forms.Button(); this.btnShot = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button();
this.plDisplay = new System.Windows.Forms.Panel();
this.ptbPhotoDisplay = new System.Windows.Forms.PictureBox();
this.lbDisplay = new System.Windows.Forms.Label();
this.plLeft.SuspendLayout(); this.plLeft.SuspendLayout();
this.gbSample.SuspendLayout(); this.gbSample.SuspendLayout();
this.plSearchReport.SuspendLayout(); this.plSearchReport.SuspendLayout();
...@@ -73,9 +73,9 @@ ...@@ -73,9 +73,9 @@
this.gbUploading.SuspendLayout(); this.gbUploading.SuspendLayout();
this.plMain.SuspendLayout(); this.plMain.SuspendLayout();
this.gbPhotoView.SuspendLayout(); this.gbPhotoView.SuspendLayout();
this.gbOperating.SuspendLayout();
this.plDisplay.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ptbPhotoDisplay)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ptbPhotoDisplay)).BeginInit();
this.plDisplay.SuspendLayout();
this.gbOperating.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// plLeft // plLeft
...@@ -383,6 +383,36 @@ ...@@ -383,6 +383,36 @@
this.gbPhotoView.TabStop = false; this.gbPhotoView.TabStop = false;
this.gbPhotoView.Text = "选中照片"; this.gbPhotoView.Text = "选中照片";
// //
// ptbPhotoDisplay
//
this.ptbPhotoDisplay.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.ptbPhotoDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
this.ptbPhotoDisplay.Location = new System.Drawing.Point(3, 19);
this.ptbPhotoDisplay.Name = "ptbPhotoDisplay";
this.ptbPhotoDisplay.Size = new System.Drawing.Size(418, 534);
this.ptbPhotoDisplay.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.ptbPhotoDisplay.TabIndex = 4;
this.ptbPhotoDisplay.TabStop = false;
//
// plDisplay
//
this.plDisplay.Controls.Add(this.lbDisplay);
this.plDisplay.Dock = System.Windows.Forms.DockStyle.Bottom;
this.plDisplay.Location = new System.Drawing.Point(3, 553);
this.plDisplay.Name = "plDisplay";
this.plDisplay.Size = new System.Drawing.Size(418, 26);
this.plDisplay.TabIndex = 3;
//
// lbDisplay
//
this.lbDisplay.AutoSize = true;
this.lbDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbDisplay.Location = new System.Drawing.Point(0, 0);
this.lbDisplay.Name = "lbDisplay";
this.lbDisplay.Size = new System.Drawing.Size(63, 14);
this.lbDisplay.TabIndex = 0;
this.lbDisplay.Text = "照片名称";
//
// gbOperating // gbOperating
// //
this.gbOperating.Controls.Add(this.btnShot); this.gbOperating.Controls.Add(this.btnShot);
...@@ -423,36 +453,6 @@ ...@@ -423,36 +453,6 @@
this.btnDelete.UseVisualStyleBackColor = false; this.btnDelete.UseVisualStyleBackColor = false;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
// //
// plDisplay
//
this.plDisplay.Controls.Add(this.lbDisplay);
this.plDisplay.Dock = System.Windows.Forms.DockStyle.Bottom;
this.plDisplay.Location = new System.Drawing.Point(3, 553);
this.plDisplay.Name = "plDisplay";
this.plDisplay.Size = new System.Drawing.Size(418, 26);
this.plDisplay.TabIndex = 3;
//
// ptbPhotoDisplay
//
this.ptbPhotoDisplay.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.ptbPhotoDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
this.ptbPhotoDisplay.Location = new System.Drawing.Point(3, 19);
this.ptbPhotoDisplay.Name = "ptbPhotoDisplay";
this.ptbPhotoDisplay.Size = new System.Drawing.Size(418, 534);
this.ptbPhotoDisplay.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.ptbPhotoDisplay.TabIndex = 4;
this.ptbPhotoDisplay.TabStop = false;
//
// lbDisplay
//
this.lbDisplay.AutoSize = true;
this.lbDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbDisplay.Location = new System.Drawing.Point(0, 0);
this.lbDisplay.Name = "lbDisplay";
this.lbDisplay.Size = new System.Drawing.Size(63, 14);
this.lbDisplay.TabIndex = 0;
this.lbDisplay.Text = "照片名称";
//
// FrmMain // FrmMain
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
...@@ -479,10 +479,10 @@ ...@@ -479,10 +479,10 @@
this.gbUploading.ResumeLayout(false); this.gbUploading.ResumeLayout(false);
this.plMain.ResumeLayout(false); this.plMain.ResumeLayout(false);
this.gbPhotoView.ResumeLayout(false); this.gbPhotoView.ResumeLayout(false);
this.gbOperating.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ptbPhotoDisplay)).EndInit();
this.plDisplay.ResumeLayout(false); this.plDisplay.ResumeLayout(false);
this.plDisplay.PerformLayout(); this.plDisplay.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ptbPhotoDisplay)).EndInit(); this.gbOperating.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
......
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