|
|
@@ -54,9 +54,10 @@
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
this.label1.ForeColor = System.Drawing.Color.LightGray;
|
|
|
- this.label1.Location = new System.Drawing.Point(13, 8);
|
|
|
+ this.label1.Location = new System.Drawing.Point(17, 10);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(63, 14);
|
|
|
+ this.label1.Size = new System.Drawing.Size(76, 17);
|
|
|
this.label1.TabIndex = 0;
|
|
|
this.label1.Text = "查看日志";
|
|
|
//
|
|
|
@@ -67,8 +68,9 @@
|
|
|
this.panel1.Controls.Add(this.label1);
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(718, 30);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(957, 38);
|
|
|
this.panel1.TabIndex = 3;
|
|
|
//
|
|
|
// pbClose
|
|
|
@@ -78,9 +80,10 @@
|
|
|
this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
- this.pbClose.Location = new System.Drawing.Point(686, 0);
|
|
|
+ this.pbClose.Location = new System.Drawing.Point(914, 0);
|
|
|
+ this.pbClose.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.pbClose.Name = "pbClose";
|
|
|
- this.pbClose.Size = new System.Drawing.Size(32, 30);
|
|
|
+ this.pbClose.Size = new System.Drawing.Size(43, 38);
|
|
|
this.pbClose.TabIndex = 107;
|
|
|
this.pbClose.TabStop = false;
|
|
|
this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
@@ -117,7 +120,8 @@
|
|
|
this.dgvLog.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dgvLog.EnableHeadersVisualStyles = false;
|
|
|
- this.dgvLog.Location = new System.Drawing.Point(0, 30);
|
|
|
+ this.dgvLog.Location = new System.Drawing.Point(0, 38);
|
|
|
+ this.dgvLog.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dgvLog.MultiSelect = false;
|
|
|
this.dgvLog.Name = "dgvLog";
|
|
|
this.dgvLog.ReadOnly = true;
|
|
|
@@ -140,7 +144,7 @@
|
|
|
this.dgvLog.ShowCellToolTips = false;
|
|
|
this.dgvLog.ShowEditingIcon = false;
|
|
|
this.dgvLog.ShowRowErrors = false;
|
|
|
- this.dgvLog.Size = new System.Drawing.Size(718, 368);
|
|
|
+ this.dgvLog.Size = new System.Drawing.Size(957, 460);
|
|
|
this.dgvLog.TabIndex = 4;
|
|
|
this.dgvLog.TabStop = false;
|
|
|
this.dgvLog.SelectionChanged += new System.EventHandler(this.dgvLog_SelectionChanged);
|
|
|
@@ -152,9 +156,10 @@
|
|
|
this.panel2.Controls.Add(this.label2);
|
|
|
this.panel2.Controls.Add(this.lblLogCount);
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.panel2.Location = new System.Drawing.Point(0, 375);
|
|
|
+ this.panel2.Location = new System.Drawing.Point(0, 470);
|
|
|
+ this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.panel2.Name = "panel2";
|
|
|
- this.panel2.Size = new System.Drawing.Size(718, 23);
|
|
|
+ this.panel2.Size = new System.Drawing.Size(957, 28);
|
|
|
this.panel2.TabIndex = 5;
|
|
|
//
|
|
|
// label2
|
|
|
@@ -162,9 +167,10 @@
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
this.label2.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label2.Location = new System.Drawing.Point(8, 4);
|
|
|
+ this.label2.Location = new System.Drawing.Point(11, 5);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(49, 14);
|
|
|
+ this.label2.Size = new System.Drawing.Size(59, 17);
|
|
|
this.label2.TabIndex = 1;
|
|
|
this.label2.Text = "共计:";
|
|
|
//
|
|
|
@@ -173,9 +179,10 @@
|
|
|
this.lblLogCount.AutoSize = true;
|
|
|
this.lblLogCount.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
this.lblLogCount.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.lblLogCount.Location = new System.Drawing.Point(57, 4);
|
|
|
+ this.lblLogCount.Location = new System.Drawing.Point(76, 5);
|
|
|
+ this.lblLogCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lblLogCount.Name = "lblLogCount";
|
|
|
- this.lblLogCount.Size = new System.Drawing.Size(28, 14);
|
|
|
+ this.lblLogCount.Size = new System.Drawing.Size(34, 17);
|
|
|
this.lblLogCount.TabIndex = 0;
|
|
|
this.lblLogCount.Text = "0条";
|
|
|
//
|
|
|
@@ -215,20 +222,20 @@
|
|
|
this.ColState.Name = "ColState";
|
|
|
this.ColState.ReadOnly = true;
|
|
|
this.ColState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.ColState.Visible = false;
|
|
|
this.ColState.Width = 180;
|
|
|
//
|
|
|
// UControl_Log
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.Controls.Add(this.panel2);
|
|
|
this.Controls.Add(this.dgvLog);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.Name = "UControl_Log";
|
|
|
- this.Size = new System.Drawing.Size(718, 398);
|
|
|
+ this.Size = new System.Drawing.Size(957, 498);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
|