|
|
@@ -61,6 +61,7 @@ namespace CarLocalMeter
|
|
|
this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
|
|
|
this.plCaptionMain = new System.Windows.Forms.Panel();
|
|
|
this.panel11 = new System.Windows.Forms.Panel();
|
|
|
+ this.btnOpenDz = new System.Windows.Forms.Button();
|
|
|
this.cbJg = new System.Windows.Forms.CheckBox();
|
|
|
this.btnExport = new System.Windows.Forms.Button();
|
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
|
@@ -282,7 +283,7 @@ namespace CarLocalMeter
|
|
|
this.plImgShow.Location = new System.Drawing.Point(286, 320);
|
|
|
this.plImgShow.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.plImgShow.Name = "plImgShow";
|
|
|
- this.plImgShow.Size = new System.Drawing.Size(900, 500);
|
|
|
+ this.plImgShow.Size = new System.Drawing.Size(216, 500);
|
|
|
this.plImgShow.TabIndex = 43;
|
|
|
this.plImgShow.Visible = false;
|
|
|
//
|
|
|
@@ -293,7 +294,7 @@ namespace CarLocalMeter
|
|
|
this.pictureShow.Location = new System.Drawing.Point(0, 0);
|
|
|
this.pictureShow.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pictureShow.Name = "pictureShow";
|
|
|
- this.pictureShow.Size = new System.Drawing.Size(900, 500);
|
|
|
+ this.pictureShow.Size = new System.Drawing.Size(216, 500);
|
|
|
this.pictureShow.TabIndex = 2;
|
|
|
this.pictureShow.TabStop = false;
|
|
|
this.pictureShow.DoubleClick += new System.EventHandler(this.pictureShow_DoubleClick);
|
|
|
@@ -352,6 +353,7 @@ namespace CarLocalMeter
|
|
|
//
|
|
|
// panel11
|
|
|
//
|
|
|
+ this.panel11.Controls.Add(this.btnOpenDz);
|
|
|
this.panel11.Controls.Add(this.cbJg);
|
|
|
this.panel11.Controls.Add(this.btnExport);
|
|
|
this.panel11.Controls.Add(this.btnSave);
|
|
|
@@ -365,12 +367,27 @@ namespace CarLocalMeter
|
|
|
this.panel11.Size = new System.Drawing.Size(855, 228);
|
|
|
this.panel11.TabIndex = 7;
|
|
|
//
|
|
|
+ // btnOpenDz
|
|
|
+ //
|
|
|
+ this.btnOpenDz.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.btnOpenDz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.btnOpenDz.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
|
|
|
+ this.btnOpenDz.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.btnOpenDz.Location = new System.Drawing.Point(374, 176);
|
|
|
+ this.btnOpenDz.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.btnOpenDz.Name = "btnOpenDz";
|
|
|
+ this.btnOpenDz.Size = new System.Drawing.Size(100, 40);
|
|
|
+ this.btnOpenDz.TabIndex = 14;
|
|
|
+ this.btnOpenDz.Text = "打开道闸";
|
|
|
+ this.btnOpenDz.UseVisualStyleBackColor = false;
|
|
|
+ this.btnOpenDz.Click += new System.EventHandler(this.btnOpenDz_Click);
|
|
|
+ //
|
|
|
// cbJg
|
|
|
//
|
|
|
this.cbJg.AutoSize = true;
|
|
|
this.cbJg.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.cbJg.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.cbJg.Location = new System.Drawing.Point(726, 184);
|
|
|
+ this.cbJg.Location = new System.Drawing.Point(19, 184);
|
|
|
this.cbJg.Name = "cbJg";
|
|
|
this.cbJg.Size = new System.Drawing.Size(70, 24);
|
|
|
this.cbJg.TabIndex = 13;
|
|
|
@@ -385,7 +402,7 @@ namespace CarLocalMeter
|
|
|
this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.btnExport.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
|
|
|
this.btnExport.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnExport.Location = new System.Drawing.Point(488, 176);
|
|
|
+ this.btnExport.Location = new System.Drawing.Point(663, 176);
|
|
|
this.btnExport.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.btnExport.Name = "btnExport";
|
|
|
this.btnExport.Size = new System.Drawing.Size(138, 40);
|
|
|
@@ -400,10 +417,10 @@ namespace CarLocalMeter
|
|
|
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.btnSave.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
|
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnSave.Location = new System.Drawing.Point(65, 176);
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(97, 176);
|
|
|
this.btnSave.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
- this.btnSave.Size = new System.Drawing.Size(138, 40);
|
|
|
+ this.btnSave.Size = new System.Drawing.Size(100, 40);
|
|
|
this.btnSave.TabIndex = 11;
|
|
|
this.btnSave.Text = "保存";
|
|
|
this.btnSave.UseVisualStyleBackColor = false;
|
|
|
@@ -415,10 +432,10 @@ namespace CarLocalMeter
|
|
|
this.btnOpenVoice.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.btnOpenVoice.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
|
|
|
this.btnOpenVoice.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnOpenVoice.Location = new System.Drawing.Point(278, 176);
|
|
|
+ this.btnOpenVoice.Location = new System.Drawing.Point(237, 176);
|
|
|
this.btnOpenVoice.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.btnOpenVoice.Name = "btnOpenVoice";
|
|
|
- this.btnOpenVoice.Size = new System.Drawing.Size(138, 40);
|
|
|
+ this.btnOpenVoice.Size = new System.Drawing.Size(100, 40);
|
|
|
this.btnOpenVoice.TabIndex = 10;
|
|
|
this.btnOpenVoice.Text = "打开对讲";
|
|
|
this.btnOpenVoice.UseVisualStyleBackColor = false;
|
|
|
@@ -834,7 +851,7 @@ namespace CarLocalMeter
|
|
|
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
|
|
|
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 222F));
|
|
|
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
|
- this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 63F));
|
|
|
+ this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 65F));
|
|
|
this.tableLayoutPanel7.Controls.Add(this.label1, 5, 0);
|
|
|
this.tableLayoutPanel7.Controls.Add(this.txtCarNo, 4, 0);
|
|
|
this.tableLayoutPanel7.Controls.Add(this.cbCarNo, 3, 0);
|
|
|
@@ -858,7 +875,7 @@ namespace CarLocalMeter
|
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label1.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.label1.Location = new System.Drawing.Point(742, 1);
|
|
|
+ this.label1.Location = new System.Drawing.Point(740, 1);
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(42, 36);
|
|
|
@@ -870,7 +887,7 @@ namespace CarLocalMeter
|
|
|
//
|
|
|
this.txtCarNo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.txtCarNo.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtCarNo.Location = new System.Drawing.Point(518, 3);
|
|
|
+ this.txtCarNo.Location = new System.Drawing.Point(516, 3);
|
|
|
this.txtCarNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.txtCarNo.Name = "txtCarNo";
|
|
|
this.txtCarNo.Size = new System.Drawing.Size(216, 32);
|
|
|
@@ -918,7 +935,7 @@ namespace CarLocalMeter
|
|
|
"琼",
|
|
|
"京",
|
|
|
"津"});
|
|
|
- this.cbCarNo.Location = new System.Drawing.Point(427, 3);
|
|
|
+ this.cbCarNo.Location = new System.Drawing.Point(425, 3);
|
|
|
this.cbCarNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cbCarNo.Name = "cbCarNo";
|
|
|
this.cbCarNo.Size = new System.Drawing.Size(84, 31);
|
|
|
@@ -935,7 +952,7 @@ namespace CarLocalMeter
|
|
|
this.lbPointName.Location = new System.Drawing.Point(86, 1);
|
|
|
this.lbPointName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lbPointName.Name = "lbPointName";
|
|
|
- this.lbPointName.Size = new System.Drawing.Size(272, 36);
|
|
|
+ this.lbPointName.Size = new System.Drawing.Size(270, 36);
|
|
|
this.lbPointName.TabIndex = 3;
|
|
|
this.lbPointName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
//
|
|
|
@@ -961,7 +978,7 @@ namespace CarLocalMeter
|
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label2.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.label2.Location = new System.Drawing.Point(367, 1);
|
|
|
+ this.label2.Location = new System.Drawing.Point(365, 1);
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(52, 36);
|
|
|
@@ -972,7 +989,7 @@ namespace CarLocalMeter
|
|
|
// pbLineOn
|
|
|
//
|
|
|
this.pbLineOn.Image = ((System.Drawing.Image)(resources.GetObject("pbLineOn.Image")));
|
|
|
- this.pbLineOn.Location = new System.Drawing.Point(792, 4);
|
|
|
+ this.pbLineOn.Location = new System.Drawing.Point(790, 4);
|
|
|
this.pbLineOn.Name = "pbLineOn";
|
|
|
this.pbLineOn.Size = new System.Drawing.Size(39, 30);
|
|
|
this.pbLineOn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
@@ -1089,6 +1106,7 @@ namespace CarLocalMeter
|
|
|
private System.Windows.Forms.Label lbPntName;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.PictureBox pbLineOn;
|
|
|
+ private System.Windows.Forms.Button btnOpenDz;
|
|
|
}
|
|
|
}
|
|
|
|