[성현모] JsonConvertTool 추가, 서머리 수량 버그수정
This commit is contained in:
@ -63,6 +63,7 @@ namespace SystemX.Net.MiddlewareUI
|
||||
this.labelDBMain = new System.Windows.Forms.Label();
|
||||
this.progressBarProgram = new System.Windows.Forms.ProgressBar();
|
||||
this.panelSubFunc = new System.Windows.Forms.Panel();
|
||||
this.buttonManualLog = new System.Windows.Forms.Button();
|
||||
this.buttonDbConnect = new System.Windows.Forms.Button();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.labelFTPTime = new System.Windows.Forms.Label();
|
||||
@ -88,6 +89,7 @@ namespace SystemX.Net.MiddlewareUI
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripMenuItemExit = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
||||
this.fluentDesignFormContainer1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
this.panelMain.SuspendLayout();
|
||||
@ -465,6 +467,7 @@ namespace SystemX.Net.MiddlewareUI
|
||||
// panelSubFunc
|
||||
//
|
||||
this.panelSubFunc.BackColor = System.Drawing.Color.MidnightBlue;
|
||||
this.panelSubFunc.Controls.Add(this.buttonManualLog);
|
||||
this.panelSubFunc.Controls.Add(this.buttonDbConnect);
|
||||
this.panelSubFunc.Controls.Add(this.panel3);
|
||||
this.panelSubFunc.Controls.Add(this.buttonBulkInsertStart);
|
||||
@ -475,6 +478,19 @@ namespace SystemX.Net.MiddlewareUI
|
||||
this.panelSubFunc.Size = new System.Drawing.Size(1979, 58);
|
||||
this.panelSubFunc.TabIndex = 17;
|
||||
//
|
||||
// buttonManualLog
|
||||
//
|
||||
this.buttonManualLog.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.buttonManualLog.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.buttonManualLog.Location = new System.Drawing.Point(467, 0);
|
||||
this.buttonManualLog.Name = "buttonManualLog";
|
||||
this.buttonManualLog.Size = new System.Drawing.Size(216, 58);
|
||||
this.buttonManualLog.TabIndex = 3;
|
||||
this.buttonManualLog.Text = "Manual Log File Select";
|
||||
this.buttonManualLog.UseVisualStyleBackColor = false;
|
||||
this.buttonManualLog.Visible = false;
|
||||
this.buttonManualLog.Click += new System.EventHandler(this.buttonManualLog_Click);
|
||||
//
|
||||
// buttonDbConnect
|
||||
//
|
||||
this.buttonDbConnect.BackColor = System.Drawing.SystemColors.Control;
|
||||
@ -739,6 +755,10 @@ namespace SystemX.Net.MiddlewareUI
|
||||
this.toolStripComboBox1.Name = "toolStripComboBox1";
|
||||
this.toolStripComboBox1.Size = new System.Drawing.Size(121, 23);
|
||||
//
|
||||
// openFileDialog
|
||||
//
|
||||
this.openFileDialog.FileName = "openFileDialog";
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
||||
@ -752,7 +772,7 @@ namespace SystemX.Net.MiddlewareUI
|
||||
this.IconOptions.Image = global::SystemX.Net.MiddlewareUI.Log.Properties.Resources.AppIcon1;
|
||||
this.Name = "MainForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "SystemX.Net.Middleware.UI - Log CPX v240529";
|
||||
this.Text = "SystemX.Net.Middleware.UI - Log CPXV2-JSON v240912";
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
||||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
||||
@ -844,6 +864,8 @@ namespace SystemX.Net.MiddlewareUI
|
||||
private System.Windows.Forms.Label labelShortTermSummaryTableName;
|
||||
private System.Windows.Forms.Button buttonDbConnect;
|
||||
private System.Windows.Forms.Label labelFTPTime;
|
||||
private System.Windows.Forms.Button buttonManualLog;
|
||||
private System.Windows.Forms.OpenFileDialog openFileDialog;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user