|
@@ -51,20 +51,18 @@ partial class MainForm
|
|
|
logTxt.Font = new Font("Courier New", 12F, FontStyle.Bold, GraphicsUnit.Point);
|
|
|
logTxt.ForeColor = Color.LimeGreen;
|
|
|
logTxt.Location = new Point(0, 0);
|
|
|
- logTxt.Margin = new Padding(3, 4, 3, 4);
|
|
|
logTxt.Multiline = true;
|
|
|
logTxt.Name = "logTxt";
|
|
|
logTxt.ScrollBars = ScrollBars.Vertical;
|
|
|
- logTxt.Size = new Size(823, 701);
|
|
|
+ logTxt.Size = new Size(689, 526);
|
|
|
logTxt.TabIndex = 1;
|
|
|
//
|
|
|
// CancelBtn
|
|
|
//
|
|
|
CancelBtn.Dock = DockStyle.Fill;
|
|
|
- CancelBtn.Location = new Point(128, 482);
|
|
|
- CancelBtn.Margin = new Padding(3, 4, 3, 4);
|
|
|
+ CancelBtn.Location = new Point(128, 362);
|
|
|
CancelBtn.Name = "CancelBtn";
|
|
|
- CancelBtn.Size = new Size(119, 215);
|
|
|
+ CancelBtn.Size = new Size(119, 161);
|
|
|
CancelBtn.TabIndex = 0;
|
|
|
CancelBtn.Text = "停止任务";
|
|
|
CancelBtn.UseVisualStyleBackColor = true;
|
|
@@ -76,7 +74,6 @@ partial class MainForm
|
|
|
splitContainer1.FixedPanel = FixedPanel.Panel1;
|
|
|
splitContainer1.IsSplitterFixed = true;
|
|
|
splitContainer1.Location = new Point(0, 0);
|
|
|
- splitContainer1.Margin = new Padding(3, 4, 3, 4);
|
|
|
splitContainer1.Name = "splitContainer1";
|
|
|
//
|
|
|
// splitContainer1.Panel1
|
|
@@ -87,9 +84,8 @@ partial class MainForm
|
|
|
//
|
|
|
splitContainer1.Panel2.Controls.Add(logTxt);
|
|
|
splitContainer1.Panel2MinSize = 200;
|
|
|
- splitContainer1.Size = new Size(1078, 701);
|
|
|
+ splitContainer1.Size = new Size(943, 526);
|
|
|
splitContainer1.SplitterDistance = 250;
|
|
|
- splitContainer1.SplitterWidth = 5;
|
|
|
splitContainer1.TabIndex = 2;
|
|
|
//
|
|
|
// tableLayoutPanel1
|
|
@@ -104,13 +100,12 @@ partial class MainForm
|
|
|
tableLayoutPanel1.Controls.Add(endTimePicker, 1, 1);
|
|
|
tableLayoutPanel1.Dock = DockStyle.Fill;
|
|
|
tableLayoutPanel1.Location = new Point(0, 0);
|
|
|
- tableLayoutPanel1.Margin = new Padding(3, 4, 3, 4);
|
|
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
tableLayoutPanel1.RowCount = 3;
|
|
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 42.27848F));
|
|
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 57.72152F));
|
|
|
- tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 222F));
|
|
|
- tableLayoutPanel1.Size = new Size(250, 701);
|
|
|
+ tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 166F));
|
|
|
+ tableLayoutPanel1.Size = new Size(250, 526);
|
|
|
tableLayoutPanel1.TabIndex = 1;
|
|
|
//
|
|
|
// cityNameCbox
|
|
@@ -118,18 +113,18 @@ partial class MainForm
|
|
|
cityNameCbox.Dock = DockStyle.Fill;
|
|
|
cityNameCbox.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
|
cityNameCbox.FormattingEnabled = true;
|
|
|
- cityNameCbox.Location = new Point(3, 3);
|
|
|
+ cityNameCbox.Location = new Point(3, 2);
|
|
|
+ cityNameCbox.Margin = new Padding(3, 2, 3, 2);
|
|
|
cityNameCbox.Name = "cityNameCbox";
|
|
|
- cityNameCbox.Size = new Size(119, 28);
|
|
|
+ cityNameCbox.Size = new Size(119, 23);
|
|
|
cityNameCbox.TabIndex = 1;
|
|
|
//
|
|
|
// OkBtn
|
|
|
//
|
|
|
OkBtn.Dock = DockStyle.Fill;
|
|
|
- OkBtn.Location = new Point(3, 482);
|
|
|
- OkBtn.Margin = new Padding(3, 4, 3, 4);
|
|
|
+ OkBtn.Location = new Point(3, 362);
|
|
|
OkBtn.Name = "OkBtn";
|
|
|
- OkBtn.Size = new Size(119, 215);
|
|
|
+ OkBtn.Size = new Size(119, 161);
|
|
|
OkBtn.TabIndex = 0;
|
|
|
OkBtn.Text = "开始导入";
|
|
|
OkBtn.UseVisualStyleBackColor = true;
|
|
@@ -138,27 +133,28 @@ partial class MainForm
|
|
|
// startTimePicker
|
|
|
//
|
|
|
startTimePicker.Dock = DockStyle.Fill;
|
|
|
- startTimePicker.Location = new Point(3, 205);
|
|
|
+ startTimePicker.Location = new Point(3, 154);
|
|
|
+ startTimePicker.Margin = new Padding(3, 2, 3, 2);
|
|
|
startTimePicker.Name = "startTimePicker";
|
|
|
- startTimePicker.Size = new Size(119, 27);
|
|
|
+ startTimePicker.Size = new Size(119, 23);
|
|
|
startTimePicker.TabIndex = 2;
|
|
|
//
|
|
|
// endTimePicker
|
|
|
//
|
|
|
endTimePicker.Dock = DockStyle.Fill;
|
|
|
- endTimePicker.Location = new Point(128, 205);
|
|
|
+ endTimePicker.Location = new Point(128, 154);
|
|
|
+ endTimePicker.Margin = new Padding(3, 2, 3, 2);
|
|
|
endTimePicker.Name = "endTimePicker";
|
|
|
- endTimePicker.Size = new Size(119, 27);
|
|
|
+ endTimePicker.Size = new Size(119, 23);
|
|
|
endTimePicker.TabIndex = 3;
|
|
|
//
|
|
|
// MainForm
|
|
|
//
|
|
|
AcceptButton = OkBtn;
|
|
|
- AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
+ AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
- ClientSize = new Size(1078, 701);
|
|
|
+ ClientSize = new Size(943, 526);
|
|
|
Controls.Add(splitContainer1);
|
|
|
- Margin = new Padding(3, 4, 3, 4);
|
|
|
Name = "MainForm";
|
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
|
Text = "随手拍数据导入";
|