
File name
Commit message
Commit date
File name
Commit message
Commit date
namespace AdbRecordCompare
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle6 = new DataGridViewCellStyle();
btnSearch = new Button();
btnExcel = new Button();
cmbServerList = new ComboBox();
label1 = new Label();
btnCancel = new Button();
TableCount = new Label();
label5 = new Label();
label3 = new Label();
RecordCount = new Label();
label2 = new Label();
DataBaseName = new Label();
label4 = new Label();
label6 = new Label();
tenOver = new Label();
hundredOver = new Label();
radioAll = new RadioButton();
radioTenAndHundred = new RadioButton();
radioTen = new RadioButton();
radioHundred = new RadioButton();
dataGridView1 = new DataGridView();
KBManagerIP = new DataGridViewTextBoxColumn();
KBManagerDBName = new DataGridViewTextBoxColumn();
comName = new DataGridViewTextBoxColumn();
comCode = new DataGridViewTextBoxColumn();
SlaveIP = new DataGridViewTextBoxColumn();
RecordDifferenceMaster = new DataGridViewTextBoxColumn();
RecordDifferenceDetail = new DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
SuspendLayout();
//
// btnSearch
//
btnSearch.Font = new Font("맑은 고딕", 14.25F, FontStyle.Bold);
btnSearch.Location = new Point(1060, 8);
btnSearch.Name = "btnSearch";
btnSearch.Size = new Size(192, 50);
btnSearch.TabIndex = 2;
btnSearch.Text = "DB 조회";
btnSearch.UseVisualStyleBackColor = true;
btnSearch.Click += btnSearch_Click;
//
// btnExcel
//
btnExcel.Font = new Font("맑은 고딕", 14.25F, FontStyle.Bold);
btnExcel.Location = new Point(1060, 65);
btnExcel.Name = "btnExcel";
btnExcel.Size = new Size(192, 50);
btnExcel.TabIndex = 3;
btnExcel.Text = "엑셀 내보내기";
btnExcel.UseVisualStyleBackColor = true;
btnExcel.Click += btnExcel_Click;
//
// cmbServerList
//
cmbServerList.Font = new Font("맑은 고딕", 14F);
cmbServerList.FormattingEnabled = true;
cmbServerList.Items.AddRange(new object[] { "dt01.kabead.com", "dt02.kabead.com", "dt04.kabead.com", "dt05.kabead.com", "dt06.kabead.com", "dt07.kabead.com", "dt08.kabead.com", "전체조회" });
cmbServerList.Location = new Point(331, 17);
cmbServerList.Name = "cmbServerList";
cmbServerList.Size = new Size(210, 33);
cmbServerList.TabIndex = 4;
cmbServerList.Text = "dt01.kabead.com";
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("맑은 고딕", 18F);
label1.Location = new Point(48, 18);
label1.Name = "label1";
label1.Size = new Size(192, 32);
label1.TabIndex = 5;
label1.Text = "비교할 DataBase";
//
// btnCancel
//
btnCancel.Font = new Font("맑은 고딕", 14.25F, FontStyle.Bold);
btnCancel.Location = new Point(1060, 121);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(192, 50);
btnCancel.TabIndex = 6;
btnCancel.Text = "닫기";
btnCancel.UseVisualStyleBackColor = true;
btnCancel.Click += btnCancel_Click;
//
// TableCount
//
TableCount.AutoSize = true;
TableCount.Font = new Font("맑은 고딕", 18F, FontStyle.Bold, GraphicsUnit.Point, 129);
TableCount.Location = new Point(331, 125);
TableCount.Name = "TableCount";
TableCount.Size = new Size(53, 32);
TableCount.TabIndex = 7;
TableCount.Text = "0/0";
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("맑은 고딕", 18F);
label5.Location = new Point(29, 125);
label5.Name = "label5";
label5.Size = new Size(246, 32);
label5.TabIndex = 10;
label5.Text = "현재 작업중인 테이블";
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("맑은 고딕", 18F, FontStyle.Regular, GraphicsUnit.Point, 129);
label3.Location = new Point(42, 163);
label3.Name = "label3";
label3.Size = new Size(198, 32);
label3.TabIndex = 12;
label3.Text = "현재 작업중인 행";
//
// RecordCount
//
RecordCount.AutoSize = true;
RecordCount.Font = new Font("맑은 고딕", 18F, FontStyle.Bold, GraphicsUnit.Point, 129);
RecordCount.Location = new Point(331, 160);
RecordCount.Name = "RecordCount";
RecordCount.Size = new Size(53, 32);
RecordCount.TabIndex = 11;
RecordCount.Text = "0/0";
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("맑은 고딕", 18F);
label2.Location = new Point(42, 69);
label2.Name = "label2";
label2.Size = new Size(205, 32);
label2.TabIndex = 13;
label2.Text = "현재 작업중인 DB";
//
// DataBaseName
//
DataBaseName.AutoSize = true;
DataBaseName.Font = new Font("맑은 고딕", 18F, FontStyle.Bold, GraphicsUnit.Point, 129);
DataBaseName.Location = new Point(331, 69);
DataBaseName.Name = "DataBaseName";
DataBaseName.Size = new Size(38, 32);
DataBaseName.TabIndex = 14;
DataBaseName.Text = "....";
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("맑은 고딕", 18F);
label4.Location = new Point(515, 87);
label4.Name = "label4";
label4.Size = new Size(232, 32);
label4.TabIndex = 15;
label4.Text = "레코드 건수 10 이상";
//
// label6
//
label6.AutoSize = true;
label6.Font = new Font("맑은 고딕", 18F, FontStyle.Regular, GraphicsUnit.Point, 129);
label6.Location = new Point(512, 132);
label6.Name = "label6";
label6.Size = new Size(245, 32);
label6.TabIndex = 16;
label6.Text = "레코드 건수 100 이상";
//
// tenOver
//
tenOver.AutoSize = true;
tenOver.Font = new Font("맑은 고딕", 18F, FontStyle.Bold, GraphicsUnit.Point, 129);
tenOver.Location = new Point(763, 87);
tenOver.Name = "tenOver";
tenOver.Size = new Size(28, 32);
tenOver.TabIndex = 17;
tenOver.Text = "0";
//
// hundredOver
//
hundredOver.AutoSize = true;
hundredOver.Font = new Font("맑은 고딕", 18F, FontStyle.Bold, GraphicsUnit.Point, 129);
hundredOver.Location = new Point(763, 133);
hundredOver.Name = "hundredOver";
hundredOver.Size = new Size(28, 32);
hundredOver.TabIndex = 18;
hundredOver.Text = "0";
//
// radioAll
//
radioAll.AutoSize = true;
radioAll.Checked = true;
radioAll.Location = new Point(547, 18);
radioAll.Name = "radioAll";
radioAll.Size = new Size(49, 19);
radioAll.TabIndex = 19;
radioAll.TabStop = true;
radioAll.Text = "전체";
radioAll.UseVisualStyleBackColor = true;
//
// radioTenAndHundred
//
radioTenAndHundred.AutoSize = true;
radioTenAndHundred.Location = new Point(662, 17);
radioTenAndHundred.Name = "radioTenAndHundred";
radioTenAndHundred.Size = new Size(67, 19);
radioTenAndHundred.TabIndex = 20;
radioTenAndHundred.Text = "10 이상";
radioTenAndHundred.UseVisualStyleBackColor = true;
//
// radioTen
//
radioTen.AutoSize = true;
radioTen.Location = new Point(763, 17);
radioTen.Name = "radioTen";
radioTen.Size = new Size(105, 19);
radioTen.TabIndex = 21;
radioTen.Text = "10이상 99이하";
radioTen.UseVisualStyleBackColor = true;
//
// radioHundred
//
radioHundred.AutoSize = true;
radioHundred.Location = new Point(878, 18);
radioHundred.Name = "radioHundred";
radioHundred.Size = new Size(70, 19);
radioHundred.TabIndex = 22;
radioHundred.Text = "100이상";
radioHundred.UseVisualStyleBackColor = true;
//
// dataGridView1
//
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Columns.AddRange(new DataGridViewColumn[] { KBManagerIP, KBManagerDBName, comName, comCode, SlaveIP, RecordDifferenceMaster, RecordDifferenceDetail });
dataGridView1.Location = new Point(8, 217);
dataGridView1.Name = "dataGridView1";
dataGridView1.Size = new Size(1250, 452);
dataGridView1.TabIndex = 23;
//
// KBManagerIP
//
dataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter;
KBManagerIP.DefaultCellStyle = dataGridViewCellStyle1;
KBManagerIP.HeaderText = "사업장 IP";
KBManagerIP.Name = "KBManagerIP";
KBManagerIP.Width = 150;
//
// KBManagerDBName
//
dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
KBManagerDBName.DefaultCellStyle = dataGridViewCellStyle2;
KBManagerDBName.HeaderText = "사업장 디비명";
KBManagerDBName.Name = "KBManagerDBName";
KBManagerDBName.Width = 150;
//
// comName
//
dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleCenter;
comName.DefaultCellStyle = dataGridViewCellStyle3;
comName.HeaderText = "업체명";
comName.Name = "comName";
comName.Width = 150;
//
// comCode
//
dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleCenter;
comCode.DefaultCellStyle = dataGridViewCellStyle4;
comCode.HeaderText = "업체코드";
comCode.Name = "comCode";
comCode.Width = 150;
//
// SlaveIP
//
dataGridViewCellStyle5.Alignment = DataGridViewContentAlignment.MiddleCenter;
SlaveIP.DefaultCellStyle = dataGridViewCellStyle5;
SlaveIP.HeaderText = "ADB IP";
SlaveIP.Name = "SlaveIP";
SlaveIP.Width = 150;
//
// RecordDifferenceMaster
//
RecordDifferenceMaster.HeaderText = "마스터 레코드 차이";
RecordDifferenceMaster.Name = "RecordDifferenceMaster";
RecordDifferenceMaster.Width = 150;
//
// RecordDifferenceDetail
//
dataGridViewCellStyle6.Alignment = DataGridViewContentAlignment.MiddleCenter;
RecordDifferenceDetail.DefaultCellStyle = dataGridViewCellStyle6;
RecordDifferenceDetail.HeaderText = "레코드 차이";
RecordDifferenceDetail.Name = "RecordDifferenceDetail";
RecordDifferenceDetail.Width = 150;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1264, 681);
Controls.Add(dataGridView1);
Controls.Add(radioHundred);
Controls.Add(radioTen);
Controls.Add(radioTenAndHundred);
Controls.Add(radioAll);
Controls.Add(hundredOver);
Controls.Add(tenOver);
Controls.Add(label6);
Controls.Add(label4);
Controls.Add(DataBaseName);
Controls.Add(label2);
Controls.Add(label3);
Controls.Add(RecordCount);
Controls.Add(label5);
Controls.Add(TableCount);
Controls.Add(btnCancel);
Controls.Add(label1);
Controls.Add(cmbServerList);
Controls.Add(btnExcel);
Controls.Add(btnSearch);
Name = "Form1";
Text = "Form1";
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button btnSearch;
private Button btnExcel;
private ComboBox cmbServerList;
private Label label1;
private Button btnCancel;
private Label TableCount;
private Label label5;
private Label label3;
private Label RecordCount;
private Label label2;
private Label DataBaseName;
private Label label4;
private Label label6;
private Label tenOver;
private Label hundredOver;
private RadioButton radioAll;
private RadioButton radioTenAndHundred;
private RadioButton radioTen;
private RadioButton radioHundred;
private DataGridView dataGridView1;
private DataGridViewTextBoxColumn KBManagerIP;
private DataGridViewTextBoxColumn KBManagerDBName;
private DataGridViewTextBoxColumn comName;
private DataGridViewTextBoxColumn comCode;
private DataGridViewTextBoxColumn SlaveIP;
private DataGridViewTextBoxColumn RecordDifferenceMaster;
private DataGridViewTextBoxColumn RecordDifferenceDetail;
private Label label7;
private Label label8;
}
}