- 코드 정리

This commit is contained in:
2017-02-01 09:56:55 +09:00
parent 60a017015f
commit 77c0056a33
3 changed files with 15 additions and 16 deletions

28
ConfigForm.Designer.cs generated
View File

@@ -68,13 +68,13 @@
this.chAnPatent = new System.Windows.Forms.CheckBox();
this.chAnRightsIssue = new System.Windows.Forms.CheckBox();
this.chAnRevenue = new System.Windows.Forms.CheckBox();
this.chAnDartAPI = new System.Windows.Forms.CheckBox();
this.chAnSupply = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.tbAnRevenueRate = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.chAnDartAPI = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox6.SuspendLayout();
@@ -514,6 +514,18 @@
this.chAnRevenue.Text = "영업(잠정)실적";
this.chAnRevenue.UseVisualStyleBackColor = true;
//
// chAnDartAPI
//
this.chAnDartAPI.AutoSize = true;
this.chAnDartAPI.Checked = true;
this.chAnDartAPI.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnDartAPI.Location = new System.Drawing.Point(16, 21);
this.chAnDartAPI.Name = "chAnDartAPI";
this.chAnDartAPI.Size = new System.Drawing.Size(97, 16);
this.chAnDartAPI.TabIndex = 6;
this.chAnDartAPI.Text = "Dart API 요청";
this.chAnDartAPI.UseVisualStyleBackColor = true;
//
// chAnSupply
//
this.chAnSupply.AutoSize = true;
@@ -572,19 +584,7 @@
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(132, 12);
this.label9.TabIndex = 20;
this.label9.Text = "Version : 2017.01.27.01";
//
// chAnDartAPI
//
this.chAnDartAPI.AutoSize = true;
this.chAnDartAPI.Checked = true;
this.chAnDartAPI.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnDartAPI.Location = new System.Drawing.Point(16, 21);
this.chAnDartAPI.Name = "chAnDartAPI";
this.chAnDartAPI.Size = new System.Drawing.Size(97, 16);
this.chAnDartAPI.TabIndex = 6;
this.chAnDartAPI.Text = "Dart API 요청";
this.chAnDartAPI.UseVisualStyleBackColor = true;
this.label9.Text = "Version : 2017.01.31.15";
//
// ConfigForm
//