|
@@ -42,7 +42,7 @@
|
|
|
//
|
|
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(181, 26);
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
|
|
//
|
|
|
// contextMenuStrip2
|
|
|
//
|
|
@@ -50,13 +50,13 @@
|
|
|
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.AddSample});
|
|
|
this.contextMenuStrip2.Name = "contextMenuStrip2";
|
|
|
- this.contextMenuStrip2.Size = new System.Drawing.Size(181, 34);
|
|
|
+ this.contextMenuStrip2.Size = new System.Drawing.Size(233, 36);
|
|
|
//
|
|
|
// AddSample
|
|
|
//
|
|
|
this.AddSample.Image = global::OTSIncAReportApp.Properties.Resources.open32;
|
|
|
this.AddSample.Name = "AddSample";
|
|
|
- this.AddSample.Size = new System.Drawing.Size(180, 30);
|
|
|
+ this.AddSample.Size = new System.Drawing.Size(232, 32);
|
|
|
this.AddSample.Text = "增加样品测量结果";
|
|
|
//
|
|
|
// treeView1
|
|
@@ -68,11 +68,12 @@
|
|
|
this.treeView1.CheckBoxes = true;
|
|
|
this.treeView1.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
|
|
|
this.treeView1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.treeView1.Location = new System.Drawing.Point(0, 25);
|
|
|
+ this.treeView1.Location = new System.Drawing.Point(0, 38);
|
|
|
+ this.treeView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.treeView1.Name = "treeView1";
|
|
|
this.treeView1.ShowLines = false;
|
|
|
this.treeView1.ShowPlusMinus = false;
|
|
|
- this.treeView1.Size = new System.Drawing.Size(407, 677);
|
|
|
+ this.treeView1.Size = new System.Drawing.Size(608, 1014);
|
|
|
this.treeView1.TabIndex = 6;
|
|
|
this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
|
|
|
this.treeView1.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.treeView1_DrawNode);
|
|
@@ -81,20 +82,18 @@
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
- this.button1.Location = new System.Drawing.Point(1, 1);
|
|
|
- this.button1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.button1.Location = new System.Drawing.Point(2, 2);
|
|
|
this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(88, 25);
|
|
|
+ this.button1.Size = new System.Drawing.Size(132, 38);
|
|
|
this.button1.TabIndex = 7;
|
|
|
this.button1.Text = "多选数据源+";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
- this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
|
// frmMeasureRstMgr
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(405, 700);
|
|
|
+ this.ClientSize = new System.Drawing.Size(608, 1050);
|
|
|
this.CloseButton = false;
|
|
|
this.CloseButtonVisible = false;
|
|
|
this.Controls.Add(this.button1);
|
|
@@ -104,7 +103,7 @@
|
|
|
| OTS.WinFormsUI.Docking.DockAreas.DockBottom)));
|
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
this.Name = "frmMeasureRstMgr";
|
|
|
this.RightToLeftLayout = true;
|
|
|
this.Text = "测量结果窗口";
|