- 중량조정 - 분동버튼 추가

master
CJY 2020-11-19 13:44:24 +09:00
parent f9c24a21ac
commit 2d07ddd60e
73 changed files with 1172 additions and 872 deletions

View File

@ -66,7 +66,7 @@ namespace ITC81DB_0H.Controls
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig1.SerialNumber; this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig1.SerialNumber;
this.labelDisplayVer.Text = "1.0.3"; this.labelDisplayVer.Text = "1.0.4";
} }
public void UpdateMainBoardVersionDisplay(string version) public void UpdateMainBoardVersionDisplay(string version)

View File

@ -30,6 +30,9 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemCalibration)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemCalibration));
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.panel1 = new System.Windows.Forms.Panel();
this.radioButtonDecimalPlaces2 = new SmartX.SmartRadioButton();
this.radioButtonDecimalPlaces1 = new SmartX.SmartRadioButton();
this.listBoxHelp = new SmartX.SmartListBox(); this.listBoxHelp = new SmartX.SmartListBox();
this.buttonCancel = new SmartX.SmartButton(); this.buttonCancel = new SmartX.SmartButton();
this.buttonZero = new SmartX.SmartButton(); this.buttonZero = new SmartX.SmartButton();
@ -39,9 +42,7 @@
this.labelWeight = new SmartX.SmartLabel(); this.labelWeight = new SmartX.SmartLabel();
this.buttonStart = new SmartX.SmartButton(); this.buttonStart = new SmartX.SmartButton();
this.pictureBoxStep1 = new System.Windows.Forms.PictureBox(); this.pictureBoxStep1 = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel(); this.buttonBalance = new SmartX.SmartButton();
this.radioButtonDecimalPlaces2 = new SmartX.SmartRadioButton();
this.radioButtonDecimalPlaces1 = new SmartX.SmartRadioButton();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
@ -51,6 +52,7 @@
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.buttonBalance);
this.smartGroupBox1.Controls.Add(this.panel1); this.smartGroupBox1.Controls.Add(this.panel1);
this.smartGroupBox1.Controls.Add(this.listBoxHelp); this.smartGroupBox1.Controls.Add(this.listBoxHelp);
this.smartGroupBox1.Controls.Add(this.buttonCancel); this.smartGroupBox1.Controls.Add(this.buttonCancel);
@ -74,6 +76,69 @@
this.smartGroupBox1.TabIndex = 176; this.smartGroupBox1.TabIndex = 176;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Black;
this.panel1.Controls.Add(this.radioButtonDecimalPlaces2);
this.panel1.Controls.Add(this.radioButtonDecimalPlaces1);
this.panel1.Location = new System.Drawing.Point(259, 289);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(314, 40);
//
// radioButtonDecimalPlaces2
//
this.radioButtonDecimalPlaces2.BackColor = System.Drawing.Color.Black;
this.radioButtonDecimalPlaces2.BackPictureBox = null;
this.radioButtonDecimalPlaces2.BackPictureBox1 = null;
this.radioButtonDecimalPlaces2.BackPictureBox2 = null;
this.radioButtonDecimalPlaces2.Checked = false;
this.radioButtonDecimalPlaces2.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.radioButtonDecimalPlaces2.ForeColor = System.Drawing.Color.White;
this.radioButtonDecimalPlaces2.GroupID = 0;
this.radioButtonDecimalPlaces2.ImageCheckRadioButton = null;
this.radioButtonDecimalPlaces2.ImageUnCheckRadioButton = null;
this.radioButtonDecimalPlaces2.InitVisible = true;
this.radioButtonDecimalPlaces2.Location = new System.Drawing.Point(172, 6);
this.radioButtonDecimalPlaces2.Name = "radioButtonDecimalPlaces2";
this.radioButtonDecimalPlaces2.OutputOnly = false;
this.radioButtonDecimalPlaces2.RadioBackColor = System.Drawing.Color.White;
this.radioButtonDecimalPlaces2.RadioCheckColor = System.Drawing.Color.Green;
this.radioButtonDecimalPlaces2.RadioForeColor = System.Drawing.Color.Black;
this.radioButtonDecimalPlaces2.RadioSymbolSize = 14;
this.radioButtonDecimalPlaces2.Shadow = false;
this.radioButtonDecimalPlaces2.Size = new System.Drawing.Size(75, 28);
this.radioButtonDecimalPlaces2.TabIndex = 422;
this.radioButtonDecimalPlaces2.Text = "0.00";
this.radioButtonDecimalPlaces2.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
this.radioButtonDecimalPlaces2.Click += new System.EventHandler(this.radioButtonDecimalPlaces_Click);
//
// radioButtonDecimalPlaces1
//
this.radioButtonDecimalPlaces1.BackColor = System.Drawing.Color.Black;
this.radioButtonDecimalPlaces1.BackPictureBox = null;
this.radioButtonDecimalPlaces1.BackPictureBox1 = null;
this.radioButtonDecimalPlaces1.BackPictureBox2 = null;
this.radioButtonDecimalPlaces1.Checked = false;
this.radioButtonDecimalPlaces1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.radioButtonDecimalPlaces1.ForeColor = System.Drawing.Color.White;
this.radioButtonDecimalPlaces1.GroupID = 0;
this.radioButtonDecimalPlaces1.ImageCheckRadioButton = null;
this.radioButtonDecimalPlaces1.ImageUnCheckRadioButton = null;
this.radioButtonDecimalPlaces1.InitVisible = true;
this.radioButtonDecimalPlaces1.Location = new System.Drawing.Point(18, 6);
this.radioButtonDecimalPlaces1.Name = "radioButtonDecimalPlaces1";
this.radioButtonDecimalPlaces1.OutputOnly = false;
this.radioButtonDecimalPlaces1.RadioBackColor = System.Drawing.Color.White;
this.radioButtonDecimalPlaces1.RadioCheckColor = System.Drawing.Color.Green;
this.radioButtonDecimalPlaces1.RadioForeColor = System.Drawing.Color.Black;
this.radioButtonDecimalPlaces1.RadioSymbolSize = 14;
this.radioButtonDecimalPlaces1.Shadow = false;
this.radioButtonDecimalPlaces1.Size = new System.Drawing.Size(75, 28);
this.radioButtonDecimalPlaces1.TabIndex = 421;
this.radioButtonDecimalPlaces1.Text = "0.0";
this.radioButtonDecimalPlaces1.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
this.radioButtonDecimalPlaces1.Click += new System.EventHandler(this.radioButtonDecimalPlaces_Click);
//
// listBoxHelp // listBoxHelp
// //
this.listBoxHelp.BackPictureBox1 = null; this.listBoxHelp.BackPictureBox1 = null;
@ -120,7 +185,7 @@
this.buttonCancel.ForeColor = System.Drawing.Color.Black; this.buttonCancel.ForeColor = System.Drawing.Color.Black;
this.buttonCancel.GroupID = 0; this.buttonCancel.GroupID = 0;
this.buttonCancel.InitVisible = true; this.buttonCancel.InitVisible = true;
this.buttonCancel.Location = new System.Drawing.Point(465, 155); this.buttonCancel.Location = new System.Drawing.Point(464, 171);
this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.NestedClickEventPrevent = false; this.buttonCancel.NestedClickEventPrevent = false;
@ -128,7 +193,7 @@
this.buttonCancel.RepeatInterval = 200; this.buttonCancel.RepeatInterval = 200;
this.buttonCancel.RepeatIntervalAccelerate = null; this.buttonCancel.RepeatIntervalAccelerate = null;
this.buttonCancel.SafeInterval = 200; this.buttonCancel.SafeInterval = 200;
this.buttonCancel.Size = new System.Drawing.Size(120, 60); this.buttonCancel.Size = new System.Drawing.Size(120, 44);
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCancel.TabIndex = 185; this.buttonCancel.TabIndex = 185;
this.buttonCancel.TextColor = System.Drawing.Color.Black; this.buttonCancel.TextColor = System.Drawing.Color.Black;
@ -151,7 +216,7 @@
this.buttonZero.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.DownImage"))); this.buttonZero.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.DownImage")));
this.buttonZero.GroupID = 0; this.buttonZero.GroupID = 0;
this.buttonZero.InitVisible = true; this.buttonZero.InitVisible = true;
this.buttonZero.Location = new System.Drawing.Point(465, 21); this.buttonZero.Location = new System.Drawing.Point(464, 21);
this.buttonZero.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonZero.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonZero.Name = "buttonZero"; this.buttonZero.Name = "buttonZero";
this.buttonZero.NestedClickEventPrevent = false; this.buttonZero.NestedClickEventPrevent = false;
@ -159,7 +224,7 @@
this.buttonZero.RepeatInterval = 200; this.buttonZero.RepeatInterval = 200;
this.buttonZero.RepeatIntervalAccelerate = null; this.buttonZero.RepeatIntervalAccelerate = null;
this.buttonZero.SafeInterval = 200; this.buttonZero.SafeInterval = 200;
this.buttonZero.Size = new System.Drawing.Size(120, 60); this.buttonZero.Size = new System.Drawing.Size(120, 44);
this.buttonZero.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonZero.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonZero.TabIndex = 217; this.buttonZero.TabIndex = 217;
this.buttonZero.TextColor = System.Drawing.Color.Black; this.buttonZero.TextColor = System.Drawing.Color.Black;
@ -238,7 +303,7 @@
this.buttonStart.ForeColor = System.Drawing.Color.Black; this.buttonStart.ForeColor = System.Drawing.Color.Black;
this.buttonStart.GroupID = 0; this.buttonStart.GroupID = 0;
this.buttonStart.InitVisible = true; this.buttonStart.InitVisible = true;
this.buttonStart.Location = new System.Drawing.Point(465, 88); this.buttonStart.Location = new System.Drawing.Point(464, 121);
this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonStart.Name = "buttonStart"; this.buttonStart.Name = "buttonStart";
this.buttonStart.NestedClickEventPrevent = false; this.buttonStart.NestedClickEventPrevent = false;
@ -246,7 +311,7 @@
this.buttonStart.RepeatInterval = 200; this.buttonStart.RepeatInterval = 200;
this.buttonStart.RepeatIntervalAccelerate = null; this.buttonStart.RepeatIntervalAccelerate = null;
this.buttonStart.SafeInterval = 200; this.buttonStart.SafeInterval = 200;
this.buttonStart.Size = new System.Drawing.Size(120, 60); this.buttonStart.Size = new System.Drawing.Size(120, 44);
this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonStart.TabIndex = 183; this.buttonStart.TabIndex = 183;
this.buttonStart.TextColor = System.Drawing.Color.Black; this.buttonStart.TextColor = System.Drawing.Color.Black;
@ -264,68 +329,38 @@
this.pictureBoxStep1.Name = "pictureBoxStep1"; this.pictureBoxStep1.Name = "pictureBoxStep1";
this.pictureBoxStep1.Size = new System.Drawing.Size(330, 194); this.pictureBoxStep1.Size = new System.Drawing.Size(330, 194);
// //
// panel1 // buttonBalance
// //
this.panel1.BackColor = System.Drawing.Color.Black; this.buttonBalance.BackPictureBox = null;
this.panel1.Controls.Add(this.radioButtonDecimalPlaces2); this.buttonBalance.BackPictureBox1 = null;
this.panel1.Controls.Add(this.radioButtonDecimalPlaces1); this.buttonBalance.BackPictureBox2 = null;
this.panel1.Location = new System.Drawing.Point(259, 289); this.buttonBalance.ButtonColor = System.Drawing.Color.Gray;
this.panel1.Name = "panel1"; this.buttonBalance.ButtonImageAutoSize = true;
this.panel1.Size = new System.Drawing.Size(314, 40); this.buttonBalance.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
// this.buttonBalance.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DisableImage")));
// radioButtonDecimalPlaces2 this.buttonBalance.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DownImage")));
// this.buttonBalance.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonDecimalPlaces2.BackColor = System.Drawing.Color.Black; this.buttonBalance.ForeColor = System.Drawing.Color.Black;
this.radioButtonDecimalPlaces2.BackPictureBox = null; this.buttonBalance.GroupID = 0;
this.radioButtonDecimalPlaces2.BackPictureBox1 = null; this.buttonBalance.InitVisible = true;
this.radioButtonDecimalPlaces2.BackPictureBox2 = null; this.buttonBalance.Location = new System.Drawing.Point(464, 71);
this.radioButtonDecimalPlaces2.Checked = false; this.buttonBalance.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.radioButtonDecimalPlaces2.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold); this.buttonBalance.Name = "buttonBalance";
this.radioButtonDecimalPlaces2.ForeColor = System.Drawing.Color.White; this.buttonBalance.NestedClickEventPrevent = false;
this.radioButtonDecimalPlaces2.GroupID = 0; this.buttonBalance.OutlinePixel = 1;
this.radioButtonDecimalPlaces2.ImageCheckRadioButton = null; this.buttonBalance.RepeatInterval = 200;
this.radioButtonDecimalPlaces2.ImageUnCheckRadioButton = null; this.buttonBalance.RepeatIntervalAccelerate = null;
this.radioButtonDecimalPlaces2.InitVisible = true; this.buttonBalance.SafeInterval = 200;
this.radioButtonDecimalPlaces2.Location = new System.Drawing.Point(172, 6); this.buttonBalance.Size = new System.Drawing.Size(120, 44);
this.radioButtonDecimalPlaces2.Name = "radioButtonDecimalPlaces2"; this.buttonBalance.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.radioButtonDecimalPlaces2.OutputOnly = false; this.buttonBalance.TabIndex = 490;
this.radioButtonDecimalPlaces2.RadioBackColor = System.Drawing.Color.White; this.buttonBalance.TextColor = System.Drawing.Color.Black;
this.radioButtonDecimalPlaces2.RadioCheckColor = System.Drawing.Color.Green; this.buttonBalance.TextDownColor = System.Drawing.Color.White;
this.radioButtonDecimalPlaces2.RadioForeColor = System.Drawing.Color.Black; this.buttonBalance.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.radioButtonDecimalPlaces2.RadioSymbolSize = 14; this.buttonBalance.TextLocation = new System.Drawing.Point(0, 0);
this.radioButtonDecimalPlaces2.Shadow = false; this.buttonBalance.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.radioButtonDecimalPlaces2.Size = new System.Drawing.Size(75, 28); this.buttonBalance.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.UpImage")));
this.radioButtonDecimalPlaces2.TabIndex = 422; this.buttonBalance.Click += new System.EventHandler(this.buttonBalance_Click);
this.radioButtonDecimalPlaces2.Text = "0.00";
this.radioButtonDecimalPlaces2.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
this.radioButtonDecimalPlaces2.Click += new System.EventHandler(this.radioButtonDecimalPlaces_Click);
//
// radioButtonDecimalPlaces1
//
this.radioButtonDecimalPlaces1.BackColor = System.Drawing.Color.Black;
this.radioButtonDecimalPlaces1.BackPictureBox = null;
this.radioButtonDecimalPlaces1.BackPictureBox1 = null;
this.radioButtonDecimalPlaces1.BackPictureBox2 = null;
this.radioButtonDecimalPlaces1.Checked = false;
this.radioButtonDecimalPlaces1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.radioButtonDecimalPlaces1.ForeColor = System.Drawing.Color.White;
this.radioButtonDecimalPlaces1.GroupID = 0;
this.radioButtonDecimalPlaces1.ImageCheckRadioButton = null;
this.radioButtonDecimalPlaces1.ImageUnCheckRadioButton = null;
this.radioButtonDecimalPlaces1.InitVisible = true;
this.radioButtonDecimalPlaces1.Location = new System.Drawing.Point(18, 6);
this.radioButtonDecimalPlaces1.Name = "radioButtonDecimalPlaces1";
this.radioButtonDecimalPlaces1.OutputOnly = false;
this.radioButtonDecimalPlaces1.RadioBackColor = System.Drawing.Color.White;
this.radioButtonDecimalPlaces1.RadioCheckColor = System.Drawing.Color.Green;
this.radioButtonDecimalPlaces1.RadioForeColor = System.Drawing.Color.Black;
this.radioButtonDecimalPlaces1.RadioSymbolSize = 14;
this.radioButtonDecimalPlaces1.Shadow = false;
this.radioButtonDecimalPlaces1.Size = new System.Drawing.Size(75, 28);
this.radioButtonDecimalPlaces1.TabIndex = 421;
this.radioButtonDecimalPlaces1.Text = "0.0";
this.radioButtonDecimalPlaces1.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
this.radioButtonDecimalPlaces1.Click += new System.EventHandler(this.radioButtonDecimalPlaces_Click);
// //
// ControlCenterSystemCalibration // ControlCenterSystemCalibration
// //
@ -356,5 +391,6 @@
private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel1;
private SmartX.SmartRadioButton radioButtonDecimalPlaces2; private SmartX.SmartRadioButton radioButtonDecimalPlaces2;
private SmartX.SmartRadioButton radioButtonDecimalPlaces1; private SmartX.SmartRadioButton radioButtonDecimalPlaces1;
private SmartX.SmartButton buttonBalance;
} }
} }

View File

@ -68,15 +68,15 @@ namespace ITC81DB_0H.Controls
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundCalibration)); this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundCalibration));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationCancelDisable)); this.buttonCancel.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationCancelDown)); this.buttonCancel.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationCancelUp)); this.buttonCancel.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationCancelUp));
this.buttonStart.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationStartDisable)); this.buttonStart.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationStartDisable));
this.buttonStart.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationStartDown)); this.buttonStart.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationStartDown));
this.buttonStart.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationStartUp)); this.buttonStart.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationStartUp));
this.buttonZero.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationZeroDisable)); this.buttonZero.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationZeroDisable));
this.buttonZero.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationZeroDown)); this.buttonZero.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationZeroDown));
this.buttonZero.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationZeroUp)); this.buttonZero.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationZeroUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech)
{ {
@ -130,9 +130,10 @@ namespace ITC81DB_0H.Controls
this.FinishColor = Color.Lime; this.FinishColor = Color.Lime;
} }
private void CalibrationButtonEnable(bool btStart, bool btCcancel) private void CalibrationButtonEnable(bool btStart, bool btBalance, bool btCcancel)
{ {
this.buttonStart.Enabled = btStart; this.buttonStart.Enabled = btStart;
this.buttonBalance.Enabled = btBalance;
this.buttonCancel.Enabled = btCcancel; this.buttonCancel.Enabled = btCcancel;
} }
private void CalibrationPictureBoxVisible(bool step1, bool step2, bool step3) private void CalibrationPictureBoxVisible(bool step1, bool step2, bool step3)
@ -193,7 +194,7 @@ namespace ITC81DB_0H.Controls
this.listBoxHelp.AddItem("시작 버튼을 누르세요"); this.listBoxHelp.AddItem("시작 버튼을 누르세요");
} }
this.CalibrationButtonEnable(true, false); this.CalibrationButtonEnable(true, false, false);
this.CalibrationPictureBoxVisible(true, false, false); this.CalibrationPictureBoxVisible(true, false, false);
this.radioButtonDecimalPlaces1.Click -= new EventHandler(this.radioButtonDecimalPlaces_Click); this.radioButtonDecimalPlaces1.Click -= new EventHandler(this.radioButtonDecimalPlaces_Click);
@ -223,16 +224,16 @@ namespace ITC81DB_0H.Controls
case DataStore.WeightStatus.CalNomal: case DataStore.WeightStatus.CalNomal:
this.labelWeight.Text = Helper.DoubleToString(data.Weight, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces); this.labelWeight.Text = Helper.DoubleToString(data.Weight, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.labelWeight.ForeColor = this.NormalColor; this.labelWeight.ForeColor = this.NormalColor;
this.CalibrationButtonEnable(true, false); this.CalibrationButtonEnable(true, false, false);
this.CalibrationPictureBoxVisible(true, false, false); this.CalibrationPictureBoxVisible(true, false, false);
break; break;
case DataStore.WeightStatus.CalStandby: case DataStore.WeightStatus.CalStandby:
// 분동중량 표시 // 분동중량 표시
this.IsCalibrationFinish = false; this.IsCalibrationFinish = false;
if(this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1) if(this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
this.labelWeight.Text = "-200.0"; this.labelWeight.Text = "-500.0";
else else
this.labelWeight.Text = "-200.00"; this.labelWeight.Text = "-500.00";
this.labelWeight.ForeColor = this.NormalColor; this.labelWeight.ForeColor = this.NormalColor;
this.listBoxHelp.ClearAll(); this.listBoxHelp.ClearAll();
if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.English) if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.English)
@ -258,17 +259,17 @@ namespace ITC81DB_0H.Controls
{ {
this.listBoxHelp.AddItem("분동을 올려주세요"); this.listBoxHelp.AddItem("분동을 올려주세요");
} }
this.CalibrationButtonEnable(false, true); this.CalibrationButtonEnable(false, true, true);
this.CalibrationPictureBoxVisible(false, true, false); this.CalibrationPictureBoxVisible(false, true, false);
break; break;
case DataStore.WeightStatus.CalBalans: case DataStore.WeightStatus.CalBalans:
// 분동중량표시 // 분동중량표시
if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1) if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
this.labelWeight.Text = "-200.0"; this.labelWeight.Text = "-500.0";
else else
this.labelWeight.Text = "-200.00"; this.labelWeight.Text = "-500.00";
this.labelWeight.ForeColor = this.NormalColor; this.labelWeight.ForeColor = this.NormalColor;
this.CalibrationButtonEnable(false, true); this.CalibrationButtonEnable(false, false, true);
this.CalibrationPictureBoxVisible(false, false, true); this.CalibrationPictureBoxVisible(false, false, true);
break; break;
case DataStore.WeightStatus.CalFinish: case DataStore.WeightStatus.CalFinish:
@ -296,7 +297,7 @@ namespace ITC81DB_0H.Controls
{ {
this.listBoxHelp.AddItem("중량조정이 완료 되었습니다"); this.listBoxHelp.AddItem("중량조정이 완료 되었습니다");
} }
this.CalibrationButtonEnable(true, false); this.CalibrationButtonEnable(true, false, false);
this.CalibrationPictureBoxVisible(true, false, false); this.CalibrationPictureBoxVisible(true, false, false);
this.labelWeight.Text = Helper.DoubleToString(data.Weight, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces); this.labelWeight.Text = Helper.DoubleToString(data.Weight, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.labelWeight.ForeColor = this.FinishColor; this.labelWeight.ForeColor = this.FinishColor;
@ -335,7 +336,7 @@ namespace ITC81DB_0H.Controls
this.listBoxHelp.AddItem("중량조정 에러"); this.listBoxHelp.AddItem("중량조정 에러");
this.listBoxHelp.AddItem("다시 시도해 주세요."); this.listBoxHelp.AddItem("다시 시도해 주세요.");
} }
this.CalibrationButtonEnable(true, false); this.CalibrationButtonEnable(true, false, false);
this.CalibrationPictureBoxVisible(true, false, false); this.CalibrationPictureBoxVisible(true, false, false);
this.labelWeight.Text = Helper.DoubleToString(data.Weight, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces); this.labelWeight.Text = Helper.DoubleToString(data.Weight, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.labelWeight.ForeColor = this.NormalColor; this.labelWeight.ForeColor = this.NormalColor;
@ -396,7 +397,43 @@ namespace ITC81DB_0H.Controls
this.ParentForm.ParentForm.TransferData(CommunicationCommand.CalibrationStart, CommunicationID.SubBoard1); this.ParentForm.ParentForm.TransferData(CommunicationCommand.CalibrationStart, CommunicationID.SubBoard1);
this.CalibrationButtonEnable(false, false); this.CalibrationButtonEnable(false, false, false);
}
private void buttonBalance_Click(object sender, EventArgs e)
{
this.listBoxHelp.ClearAll();
if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.English)
{
this.listBoxHelp.AddItem("Caculating...");
this.listBoxHelp.AddItem("Wait a minute.");
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Chinese)
{
this.listBoxHelp.AddItem("测量砝码中");
this.listBoxHelp.AddItem("请等待");
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech)
{
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Russian)
{
this.listBoxHelp.AddItem("Имерение…");
this.listBoxHelp.AddItem("Ожидайте");
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.German)
{
this.listBoxHelp.AddItem("Rechnen...");
this.listBoxHelp.AddItem("bitte warten.");
}
else
{
this.listBoxHelp.AddItem("분동 계산중 입니다");
this.listBoxHelp.AddItem("잠시만 기다리세요");
}
this.ParentForm.ParentForm.TransferData(CommunicationCommand.CalibrationBalance, CommunicationID.SubBoard1);
this.CalibrationButtonEnable(false, false, true);
} }
private void buttonCancel_Click(object sender, EventArgs e) private void buttonCancel_Click(object sender, EventArgs e)
{ {
@ -426,7 +463,7 @@ namespace ITC81DB_0H.Controls
} }
this.ParentForm.ParentForm.TransferData(CommunicationCommand.CalibrationCancel, CommunicationID.SubBoard1); this.ParentForm.ParentForm.TransferData(CommunicationCommand.CalibrationCancel, CommunicationID.SubBoard1);
this.CalibrationButtonEnable(true, false); this.CalibrationButtonEnable(true, false, false);
} }
private void radioButtonDecimalPlaces_Click(object sender, EventArgs e) private void radioButtonDecimalPlaces_Click(object sender, EventArgs e)

View File

@ -12,6 +12,11 @@
기본형 컨베어 고정밀센서 계량기 기본형 컨베어 고정밀센서 계량기
*/ */
@ Ver 1.0.4 by CJY
- 2020.11.19
- Ver 1.0.3 Modify
- 중량조정 - 분동버튼 추가
@ Ver 1.0.3 by CJY @ Ver 1.0.3 by CJY
- 2020.11.17 - 2020.11.17
- Ver 1.0.2 Modify - Ver 1.0.2 Modify

View File

@ -41,18 +41,18 @@ namespace ITC81DB_0H_ImageDll
chnBypassCountUp, chnBypassCountUp,
chnBypassOccasionDown, chnBypassOccasionDown,
chnBypassOccasionUp, chnBypassOccasionUp,
chnFormCalibrationCancelDisable, chnCalibrationCancelDisable,
chnFormCalibrationCancelDown, chnCalibrationCancelDown,
chnFormCalibrationCancelUp, chnCalibrationCancelUp,
chnFormCalibrationCounterweightDisable, chnCalibrationCounterWeightDisable,
chnFormCalibrationCounterweightDown, chnCalibrationCounterWeightDown,
chnFormCalibrationCounterweightUp, chnCalibrationCounterWeightUp,
chnFormCalibrationStartDisable, chnCalibrationStartDisable,
chnFormCalibrationStartDown, chnCalibrationStartDown,
chnFormCalibrationStartUp, chnCalibrationStartUp,
chnFormCalibrationZeroDisable, chnCalibrationZeroDisable,
chnFormCalibrationZeroDown, chnCalibrationZeroDown,
chnFormCalibrationZeroUp, chnCalibrationZeroUp,
chnFormDataStatNoDisable, chnFormDataStatNoDisable,
chnFormDataStatNoDown, chnFormDataStatNoDown,
chnFormDataStatNoUp, chnFormDataStatNoUp,
@ -1174,41 +1174,41 @@ namespace ITC81DB_0H_ImageDll
case ButtonImages.chnBypassOccasionUp: case ButtonImages.chnBypassOccasionUp:
bt = new Bitmap(Resource1.chnBypassOccasionUp); bt = new Bitmap(Resource1.chnBypassOccasionUp);
break; break;
case ButtonImages.chnFormCalibrationCancelDisable: case ButtonImages.chnCalibrationCancelDisable:
bt = new Bitmap(Resource1.chnFormCalibrationCancelDisable); bt = new Bitmap(Resource1.chnCalibrationCancelDisable);
break; break;
case ButtonImages.chnFormCalibrationCancelDown: case ButtonImages.chnCalibrationCancelDown:
bt = new Bitmap(Resource1.chnFormCalibrationCancelDown); bt = new Bitmap(Resource1.chnCalibrationCancelDown);
break; break;
case ButtonImages.chnFormCalibrationCancelUp: case ButtonImages.chnCalibrationCancelUp:
bt = new Bitmap(Resource1.chnFormCalibrationCancelUp); bt = new Bitmap(Resource1.chnCalibrationCancelUp);
break; break;
case ButtonImages.chnFormCalibrationCounterweightDisable: case ButtonImages.chnCalibrationCounterWeightDisable:
bt = new Bitmap(Resource1.chnFormCalibrationCounterweightDisable); bt = new Bitmap(Resource1.chnCalibrationCounterWeightDisable);
break; break;
case ButtonImages.chnFormCalibrationCounterweightDown: case ButtonImages.chnCalibrationCounterWeightDown:
bt = new Bitmap(Resource1.chnFormCalibrationCounterweightDown); bt = new Bitmap(Resource1.chnCalibrationCounterWeightDown);
break; break;
case ButtonImages.chnFormCalibrationCounterweightUp: case ButtonImages.chnCalibrationCounterWeightUp:
bt = new Bitmap(Resource1.chnFormCalibrationCounterweightUp); bt = new Bitmap(Resource1.chnCalibrationCounterWeightUp);
break; break;
case ButtonImages.chnFormCalibrationStartDisable: case ButtonImages.chnCalibrationStartDisable:
bt = new Bitmap(Resource1.chnFormCalibrationStartDisable); bt = new Bitmap(Resource1.chnCalibrationStartDisable);
break; break;
case ButtonImages.chnFormCalibrationStartDown: case ButtonImages.chnCalibrationStartDown:
bt = new Bitmap(Resource1.chnFormCalibrationStartDown); bt = new Bitmap(Resource1.chnCalibrationStartDown);
break; break;
case ButtonImages.chnFormCalibrationStartUp: case ButtonImages.chnCalibrationStartUp:
bt = new Bitmap(Resource1.chnFormCalibrationStartUp); bt = new Bitmap(Resource1.chnCalibrationStartUp);
break; break;
case ButtonImages.chnFormCalibrationZeroDisable: case ButtonImages.chnCalibrationZeroDisable:
bt = new Bitmap(Resource1.chnFormCalibrationZeroDisable); bt = new Bitmap(Resource1.chnCalibrationZeroDisable);
break; break;
case ButtonImages.chnFormCalibrationZeroDown: case ButtonImages.chnCalibrationZeroDown:
bt = new Bitmap(Resource1.chnFormCalibrationZeroDown); bt = new Bitmap(Resource1.chnCalibrationZeroDown);
break; break;
case ButtonImages.chnFormCalibrationZeroUp: case ButtonImages.chnCalibrationZeroUp:
bt = new Bitmap(Resource1.chnFormCalibrationZeroUp); bt = new Bitmap(Resource1.chnCalibrationZeroUp);
break; break;
case ButtonImages.chnFormDataStatNoDisable: case ButtonImages.chnFormDataStatNoDisable:
bt = new Bitmap(Resource1.chnFormDataStatNoDisable); bt = new Bitmap(Resource1.chnFormDataStatNoDisable);

View File

@ -154,15 +154,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korBackgroundTime.png" /> <None Include="Resources\korBackgroundTime.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCounterweightDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCounterweightDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCounterweightUp.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\korFormMainDisplayClearDown.png" /> <None Include="Resources\korFormMainDisplayClearDown.png" />
</ItemGroup> </ItemGroup>
@ -214,15 +205,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\engBackgroundTime.png" /> <None Include="Resources\engBackgroundTime.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCounterweightDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCounterweightDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCounterweightUp.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\engFormMainDisplayClearDisable.png" /> <None Include="Resources\engFormMainDisplayClearDisable.png" />
</ItemGroup> </ItemGroup>
@ -1210,15 +1192,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\gerBackgroundAutoZero.png" /> <None Include="Resources\gerBackgroundAutoZero.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCounterweightDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCounterweightDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCounterweightUp.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\gerBackgroundOptionBoard1.png" /> <None Include="Resources\gerBackgroundOptionBoard1.png" />
</ItemGroup> </ItemGroup>
@ -2773,15 +2746,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\rusBackgroundAutoZero.png" /> <None Include="Resources\rusBackgroundAutoZero.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCounterweightDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCounterweightDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCounterweightUp.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\rusBackgroundFeedback.png" /> <None Include="Resources\rusBackgroundFeedback.png" />
</ItemGroup> </ItemGroup>
@ -2998,60 +2962,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korBackgroundExternalOutput.png" /> <None Include="Resources\korBackgroundExternalOutput.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationStartDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationStartDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\chnFormCalibrationStartDisable.png" /> <None Include="Resources\chnFormCalibrationStartDisable.png" />
</ItemGroup> </ItemGroup>
@ -3079,60 +2989,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\chnFormCalibrationCancelUp.png" /> <None Include="Resources\chnFormCalibrationCancelUp.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationStartDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationStartDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\gerBackgroundCalibration.png" /> <None Include="Resources\gerBackgroundCalibration.png" />
</ItemGroup> </ItemGroup>
@ -3208,6 +3064,186 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\engJudgmentStandardDown.png" /> <None Include="Resources\engJudgmentStandardDown.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCounterWeightDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCounterWeightDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationCounterWeightUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationStartDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCounterWeightDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCounterWeightDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationCounterWeightUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationStartDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationCounterWeightDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationCounterWeightDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationCounterWeightUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationStartDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCounterWeightDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCounterWeightDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationCounterWeightUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusCalibrationStartDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCounterWeightDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCounterWeightDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationCounterWeightUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerCalibrationStartDisable.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<ProjectExtensions> <ProjectExtensions>
<VisualStudio> <VisualStudio>

View File

@ -288,86 +288,86 @@ namespace ITC81DB_0H_ImageDll {
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationCancelDisable { internal static System.Drawing.Bitmap chnCalibrationCancelDisable {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationCancelDisable", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationCancelDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationCancelDown { internal static System.Drawing.Bitmap chnCalibrationCancelDown {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationCancelDown", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationCancelDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationCancelUp { internal static System.Drawing.Bitmap chnCalibrationCancelUp {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationCancelUp", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationCancelUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationCounterweightDisable { internal static System.Drawing.Bitmap chnCalibrationCounterWeightDisable {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationCounterweightDisable", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationCounterWeightDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationCounterweightDown { internal static System.Drawing.Bitmap chnCalibrationCounterWeightDown {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationCounterweightDown", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationCounterWeightDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationCounterweightUp { internal static System.Drawing.Bitmap chnCalibrationCounterWeightUp {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationCounterweightUp", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationCounterWeightUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationStartDisable { internal static System.Drawing.Bitmap chnCalibrationStartDisable {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationStartDisable", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationStartDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationStartDown { internal static System.Drawing.Bitmap chnCalibrationStartDown {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationStartDown", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationStartDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationStartUp { internal static System.Drawing.Bitmap chnCalibrationStartUp {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationStartUp", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationStartUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationZeroDisable { internal static System.Drawing.Bitmap chnCalibrationZeroDisable {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationZeroDisable", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationZeroDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationZeroDown { internal static System.Drawing.Bitmap chnCalibrationZeroDown {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationZeroDown", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationZeroDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
internal static System.Drawing.Bitmap chnFormCalibrationZeroUp { internal static System.Drawing.Bitmap chnCalibrationZeroUp {
get { get {
object obj = ResourceManager.GetObject("chnFormCalibrationZeroUp", resourceCulture); object obj = ResourceManager.GetObject("chnCalibrationZeroUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }

View File

@ -1993,42 +1993,6 @@
<data name="chnBypassOccasionUp" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="chnBypassOccasionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBypassOccasionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Resources\chnBypassOccasionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="chnFormCalibrationCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationCancelDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationCancelDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationCancelUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationCancelUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationCounterweightDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationCounterweightDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationCounterweightDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationCounterweightDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationCounterweightUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationCounterweightUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationStartDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationStartDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationStartDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationStartDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationStartUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationStartUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationZeroDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationZeroDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormCalibrationZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormCalibrationZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormDataStatNoDisable" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="chnFormDataStatNoDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormDataStatNoDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Resources\chnFormDataStatNoDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
@ -3178,4 +3142,40 @@
<data name="rusHelpJudgmentManualUp" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="rusHelpJudgmentManualUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\rusHelpJudgmentManualUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Resources\rusHelpJudgmentManualUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="chnCalibrationCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationCancelDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationCancelDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationCancelUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationCancelUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationCounterWeightDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationCounterWeightDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationCounterWeightDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationCounterWeightDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationCounterWeightUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationCounterWeightUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationStartDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationStartDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationStartDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationStartDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationStartUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationStartUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationZeroDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationZeroDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root> </root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB