깃랩 재정비

This commit is contained in:
SeungHo Yang
2021-03-16 09:02:26 +09:00
commit 14655a2b4f
911 changed files with 397687 additions and 0 deletions

View File

@@ -0,0 +1,303 @@
namespace WindowsFormsApp1.Home
{
partial class Book_infor_manage
{
/// <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()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.Delete_Button = new System.Windows.Forms.Button();
this.Save_Button = new System.Windows.Forms.Button();
this.Add_Button = new System.Windows.Forms.Button();
this.Close_button = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(67, 43);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(33, 12);
this.label1.TabIndex = 1;
this.label1.Text = "ISBN";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(63, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "도서명";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(69, 113);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 3;
this.label3.Text = "저자";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(63, 148);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 4;
this.label4.Text = "출판사";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(69, 183);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 5;
this.label5.Text = "정가";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(63, 218);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 6;
this.label6.Text = "발행일";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(69, 253);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 7;
this.label7.Text = "분류";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(49, 288);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(69, 12);
this.label8.TabIndex = 8;
this.label8.Text = "최저 매입처";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(391, 288);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 9;
this.label9.Text = "매입율";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(125, 39);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(235, 21);
this.textBox1.TabIndex = 10;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(125, 74);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(538, 21);
this.textBox2.TabIndex = 11;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(125, 109);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(235, 21);
this.textBox3.TabIndex = 12;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(125, 144);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(235, 21);
this.textBox4.TabIndex = 13;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(125, 179);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(132, 21);
this.textBox6.TabIndex = 15;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(125, 214);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(132, 21);
this.textBox7.TabIndex = 16;
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(125, 249);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(235, 21);
this.textBox8.TabIndex = 17;
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(125, 284);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(179, 21);
this.textBox9.TabIndex = 18;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(448, 284);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(117, 21);
this.textBox5.TabIndex = 19;
//
// Delete_Button
//
this.Delete_Button.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.Delete_Button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.Delete_Button.Location = new System.Drawing.Point(349, 339);
this.Delete_Button.Name = "Delete_Button";
this.Delete_Button.Size = new System.Drawing.Size(75, 23);
this.Delete_Button.TabIndex = 65;
this.Delete_Button.Text = "삭 제";
this.Delete_Button.UseVisualStyleBackColor = true;
//
// Save_Button
//
this.Save_Button.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.Save_Button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.Save_Button.Location = new System.Drawing.Point(210, 339);
this.Save_Button.Name = "Save_Button";
this.Save_Button.Size = new System.Drawing.Size(75, 23);
this.Save_Button.TabIndex = 64;
this.Save_Button.Text = "저 장";
this.Save_Button.UseVisualStyleBackColor = true;
//
// Add_Button
//
this.Add_Button.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.Add_Button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.Add_Button.Location = new System.Drawing.Point(71, 339);
this.Add_Button.Name = "Add_Button";
this.Add_Button.Size = new System.Drawing.Size(75, 23);
this.Add_Button.TabIndex = 63;
this.Add_Button.Text = "추 가";
this.Add_Button.UseVisualStyleBackColor = true;
//
// Close_button
//
this.Close_button.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.Close_button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.Close_button.Location = new System.Drawing.Point(488, 339);
this.Close_button.Name = "Close_button";
this.Close_button.Size = new System.Drawing.Size(75, 23);
this.Close_button.TabIndex = 66;
this.Close_button.Text = "닫 기";
this.Close_button.UseVisualStyleBackColor = true;
this.Close_button.Click += new System.EventHandler(this.button1_Click);
//
// Book_infor_manage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.Close_button);
this.Controls.Add(this.Delete_Button);
this.Controls.Add(this.Save_Button);
this.Controls.Add(this.Add_Button);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox9);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Book_infor_manage";
this.Text = "도서 정보 관리";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Button Delete_Button;
private System.Windows.Forms.Button Save_Button;
private System.Windows.Forms.Button Add_Button;
private System.Windows.Forms.Button Close_button;
}
}

View File

@@ -0,0 +1,25 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Home
{
public partial class Book_infor_manage : Form
{
public Book_infor_manage()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
this.Close();
}
}
}

View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,458 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Net.Http.Headers;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using MySql.Data.MySqlClient;
using MySqlX.XDevAPI.Relational;
namespace WindowsFormsApp1.Home
{
public partial class Home_User_manage : Form
{
public string User_Name { get; internal set; }
bool overlap = false;
string[] tempData;
Helper_DB _DB = new Helper_DB();
Main main;
string Table_User = "User_Data";
int gridIndex;
public Home_User_manage(Main _main)
{
InitializeComponent();
main = _main;
}
private void Form1_Load(object sender, EventArgs e)
{
_DB.DBcon();
tb_Affil.Enabled = false;
_DB.DB_Select_Search("`affil`", Table_User, "");
User_Manage();
init_check();
}
/// <summary>
/// DB에 저장된 사용자 데이터를 dataGridView1로 입력하는 함수.
/// </summary>
private void User_Manage()
{
string tmpstr = _DB.DB_Search("User_Data", "affil", "글로리아북"); // 글로리아북 -> data[3]
string[] data = tmpstr.Split('|');
int cout = 0;
for (int a = 0; a < data.Length / 9; a++) { dataGridView1.Rows.Add(); }
for (int a = 0; a < data.Length; a++)
{
if (a % 9 == 1) { dataGridView1.Rows[cout].Cells[0].Value = data[a]; }
if (a % 9 == 3) { dataGridView1.Rows[cout].Cells[1].Value = data[a]; }
if (a % 9 == 6) { dataGridView1.Rows[cout].Cells[2].Value = data[a]; }
if (a % 9 == 7) { dataGridView1.Rows[cout].Cells[3].Value = data[a]; cout++; }
}
}
/// <summary>
/// 권한 설정 0일경우 체크없음, 1일경우 활성화만, 2일경우 활성화와 수정체크
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)
{
if(e == null) { gridIndex = 0; }
else { gridIndex = e.RowIndex; }
string value = dataGridView1.Rows[e.RowIndex].Cells[0].Value.ToString();
string tmpstr = _DB.DB_Search(Table_User, "id", value);
tempData = tmpstr.Split('|');
tb_ID.Text = tempData[1];
tb_PW.Text = tempData[2];
tb_Name.Text = tempData[3];
tb_Affil.Text = tempData[5];
tb_position.Text = tempData[6];
tb_Phone.Text = tempData[7];
string[] real = tempData[4].Split(',');
{
if (real[0] == "0") { check1_1.Checked = false; check1_2.Checked = false; }
else if (real[0] == "1") { check1_1.Checked = true; check1_2.Checked = false; }
else if (real[0] == "2") { check1_1.Checked = true; check1_2.Checked = true; }
if (real[1] == "0") { check2_1.Checked = false; check2_2.Checked = false; }
else if (real[1] == "1") { check2_1.Checked = true; check2_2.Checked = false; }
else if (real[1] == "2") { check2_1.Checked = true; check2_2.Checked = true; }
if (real[2] == "0") { check3_1.Checked = false; check3_2.Checked = false; }
else if (real[2] == "1") { check3_1.Checked = true; check3_2.Checked = false; }
else if (real[2] == "2") { check3_1.Checked = true; check3_2.Checked = true; }
if (real[3] == "0") { check4_1.Checked = false; check4_2.Checked = false; }
else if (real[3] == "1") { check4_1.Checked = true; check4_2.Checked = false; }
else if (real[3] == "2") { check4_1.Checked = true; check4_2.Checked = true; }
if (real[4] == "0") { check5_1.Checked = false; check5_2.Checked = false; }
else if (real[4] == "1") { check5_1.Checked = true; check5_2.Checked = false; }
else if (real[4] == "2") { check5_1.Checked = true; check5_2.Checked = true; }
if (real[5] == "0") { check6_1.Checked = false; check6_2.Checked = false; }
else if (real[5] == "1") { check6_1.Checked = true; check6_2.Checked = false; }
else if (real[5] == "2") { check6_1.Checked = true; check6_2.Checked = true; }
if (real[6] == "0") { check7_1.Checked = false; check7_2.Checked = false; }
else if (real[6] == "1") { check7_1.Checked = true; check7_2.Checked = false; }
else if (real[6] == "2") { check7_1.Checked = true; check7_2.Checked = true; }
if (real[7] == "0") { check8_1.Checked = false; check8_2.Checked = false; }
else if (real[7] == "1") { check8_1.Checked = true; check8_2.Checked = false; }
else if (real[7] == "2") { check8_1.Checked = true; check8_2.Checked = true; }
if (real[8] == "0") { check9_1.Checked = false; check9_2.Checked = false; }
else if (real[8] == "1") { check9_1.Checked = true; check9_2.Checked = false; }
else if (real[8] == "2") { check9_1.Checked = true; check9_2.Checked = true; }
if (real[9] == "0") { check10_1.Checked = false; check10_2.Checked = false; }
else if (real[9] == "1") { check10_1.Checked = true; check10_2.Checked = false; }
else if (real[9] == "2") { check10_1.Checked = true; check10_2.Checked = true; }
if (real[10] == "0") { check11_1.Checked = false; check11_2.Checked = false; }
else if (real[10] == "1") { check11_1.Checked = true; check11_2.Checked = false; }
else if (real[10] == "2") { check11_1.Checked = true; check11_2.Checked = true; }
if (real[11] == "0") { check12_1.Checked = false; check12_2.Checked = false; }
else if (real[11] == "1") { check12_1.Checked = true; check12_2.Checked = false; }
else if (real[11] == "2") { check12_1.Checked = true; check12_2.Checked = true; }
if (real[12] == "0") { check13_1.Checked = false; check13_2.Checked = false; }
else if (real[12] == "1") { check13_1.Checked = true; check13_2.Checked = false; }
else if (real[12] == "2") { check13_1.Checked = true; check13_2.Checked = true; }
if (real[13] == "0") { check14_1.Checked = false; check14_2.Checked = false; }
else if (real[13] == "1") { check14_1.Checked = true; check14_2.Checked = false; }
else if (real[13] == "2") { check14_1.Checked = true; check14_2.Checked = true; }
if (real[14] == "0") { check15_1.Checked = false; check15_2.Checked = false; }
else if (real[14] == "1") { check15_1.Checked = true; check15_2.Checked = false; }
else if (real[14] == "2") { check15_1.Checked = true; check15_2.Checked = true; }
if (real[15] == "0") { check16_1.Checked = false; check16_2.Checked = false; }
else if (real[15] == "1") { check16_1.Checked = true; check16_2.Checked = false; }
else if (real[15] == "2") { check16_1.Checked = true; check16_2.Checked = true; }
if (real[16] == "0") { check17_1.Checked = false; check17_2.Checked = false; }
else if (real[16] == "1") { check17_1.Checked = true; check17_2.Checked = false; }
else if (real[16] == "2") { check17_1.Checked = true; check17_2.Checked = true; }
if (real[17] == "0") { check18_1.Checked = false; check18_2.Checked = false; }
else if (real[17] == "1") { check18_1.Checked = true; check18_2.Checked = false; }
else if (real[17] == "2") { check18_1.Checked = true; check18_2.Checked = true; }
if (real[18] == "0") { check19_1.Checked = false; check19_2.Checked = false; }
else if (real[18] == "1") { check19_1.Checked = true; check19_2.Checked = false; }
else if (real[18] == "2") { check19_1.Checked = true; check19_2.Checked = true; }
if (real[19] == "0") { check20_1.Checked = false; check20_2.Checked = false; }
else if (real[19] == "1") { check20_1.Checked = true; check20_2.Checked = false; }
else if (real[19] == "2") { check20_1.Checked = true; check20_2.Checked = true; }
} // 열면 후회함 (권한 나눈거 체크체크)
init_check();
}
private void check1_1_Click(object sender, EventArgs e)
{
init_check();
}
private void btn_IDOverlap_Click(object sender, EventArgs e)
{
string check = _DB.DB_Search(Table_User, "id", tb_ID.Text);
if (check == "") { MessageBox.Show("사용가능한 아이디입니다. [" + tb_ID.Text + "]"); overlap = true; }
else { MessageBox.Show("중복된 아이디입니다. [" + tb_ID.Text + "]"); overlap = false; }
}
private void All_Check(object sender, EventArgs e)
{
bool yesorno = false;
if (((CheckBox)sender).Checked == true) { yesorno = true; }
else if (((CheckBox)sender).Checked == false) { yesorno = false; }
ALL_Check(sender, yesorno);
}
private void btn_Save_Click(object sender, EventArgs e)
{
string right = Return_right();
User_Manage();
_DB.DB_Update(Table_User, "right", right, "ID", tempData[1]); //(Table_User, "right", right, tempData[1]);
}
private void btn_Add_Click(object sender, EventArgs e)
{
if (tb_ID.Text == "" || tb_PW.Text == "" || tb_Name.Text == "")
{
MessageBox.Show("성명 / 아이디 / 비밀번호 를 채워주세요.");
}
else if (overlap == true)
{
string right = Return_right();
string create_DB = "INSERT INTO User_Data" +
"(`ID`, `PW`, `name`, `right`, `affil`, `position`, `Phone`, `grade`)" +
"values('" + tb_ID.Text + "', '" + tb_PW.Text + "', '" + tb_Name.Text + "', '" + right + "',";
if (_DB.chk_comp(tb_Affil.Text) == true) {
MessageBox.Show("DB에 등록되지 않은 업체입니다.\n관리자에게 연락바랍니다.", "Error");
return;
}
if (tb_Affil.Text == "") { create_DB += "null,"; }
else { create_DB += "'" + tb_Affil.Text + "',"; }
if (tb_position.Text == "") { create_DB += "null,"; }
else { create_DB += "'" + tb_position.Text + "',"; }
if (tb_Phone.Text == "") { create_DB += "null,"; }
else { create_DB += "'" + tb_Phone.Text + "',"; }
if (check_Away.Checked == true) { create_DB += "'외부업체');"; }
else { create_DB += "null);"; }
_DB.self_Made_Cmd(create_DB);
overlap = false;
User_Manage();
}
else { MessageBox.Show("아이디 중복확인을 해주세요"); }
}
private void btn_Del_Click(object sender, EventArgs e)
{
_DB.DB_Delete(Table_User, "id", tempData[0], "PW", tempData[1]);
dataGridView1.Rows.Remove(dataGridView1.Rows[gridIndex]);
}
/// <summary>
/// 체크박스로 권한(right)값 구하기
/// </summary>
/// <returns></returns>
private string Return_right()
{
string right = "";
{
if (check1_1.Checked == false) { right += "0,"; }
else if (check1_1.Checked == true && check1_2.Checked == false) { right += "1,"; }
else if (check1_1.Checked == true && check1_2.Checked == true) { right += "2,"; }
if (check2_1.Checked == false) { right += "0,"; }
else if (check2_1.Checked == true && check2_2.Checked == false) { right += "1,"; }
else if (check2_1.Checked == true && check2_2.Checked == true) { right += "2,"; }
if (check3_1.Checked == false) { right += "0,"; }
else if (check3_1.Checked == true && check3_2.Checked == false) { right += "1,"; }
else if (check3_1.Checked == true && check3_2.Checked == true) { right += "2,"; }
if (check4_1.Checked == false) { right += "0,"; }
else if (check4_1.Checked == true && check4_2.Checked == false) { right += "1,"; }
else if (check4_1.Checked == true && check4_2.Checked == true) { right += "2,"; }
if (check5_1.Checked == false) { right += "0,"; }
else if (check5_1.Checked == true && check5_2.Checked == false) { right += "1,"; }
else if (check5_1.Checked == true && check5_2.Checked == true) { right += "2,"; }
if (check6_1.Checked == false) { right += "0,"; }
else if (check6_1.Checked == true && check6_2.Checked == false) { right += "1,"; }
else if (check6_1.Checked == true && check6_2.Checked == true) { right += "2,"; }
if (check7_1.Checked == false) { right += "0,"; }
else if (check7_1.Checked == true && check7_2.Checked == false) { right += "1,"; }
else if (check7_1.Checked == true && check7_2.Checked == true) { right += "2,"; }
if (check8_1.Checked == false) { right += "0,"; }
else if (check8_1.Checked == true && check8_2.Checked == false) { right += "1,"; }
else if (check8_1.Checked == true && check8_2.Checked == true) { right += "2,"; }
if (check9_1.Checked == false) { right += "0,"; }
else if (check9_1.Checked == true && check9_2.Checked == false) { right += "1,"; }
else if (check9_1.Checked == true && check9_2.Checked == true) { right += "2,"; }
if (check10_1.Checked == false) { right += "0,"; }
else if (check10_1.Checked == true && check10_2.Checked == false) { right += "1,"; }
else if (check10_1.Checked == true && check10_2.Checked == true) { right += "2,"; }
if (check11_1.Checked == false) { right += "0,"; }
else if (check11_1.Checked == true && check11_2.Checked == false) { right += "1,"; }
else if (check11_1.Checked == true && check11_2.Checked == true) { right += "2,"; }
if (check12_1.Checked == false) { right += "0,"; }
else if (check12_1.Checked == true && check12_2.Checked == false) { right += "1,"; }
else if (check12_1.Checked == true && check12_2.Checked == true) { right += "2,"; }
if (check13_1.Checked == false) { right += "0,"; }
else if (check13_1.Checked == true && check13_2.Checked == false) { right += "1,"; }
else if (check13_1.Checked == true && check13_2.Checked == true) { right += "2,"; }
if (check14_1.Checked == false) { right += "0,"; }
else if (check14_1.Checked == true && check14_2.Checked == false) { right += "1,"; }
else if (check14_1.Checked == true && check14_2.Checked == true) { right += "2,"; }
if (check15_1.Checked == false) { right += "0,"; }
else if (check15_1.Checked == true && check15_2.Checked == false) { right += "1,"; }
else if (check15_1.Checked == true && check15_2.Checked == true) { right += "2,"; }
if (check16_1.Checked == false) { right += "0,"; }
else if (check16_1.Checked == true && check16_2.Checked == false) { right += "1,"; }
else if (check16_1.Checked == true && check16_2.Checked == true) { right += "2,"; }
if (check17_1.Checked == false) { right += "0,"; }
else if (check17_1.Checked == true && check17_2.Checked == false) { right += "1,"; }
else if (check17_1.Checked == true && check17_2.Checked == true) { right += "2,"; }
if (check18_1.Checked == false) { right += "0,"; }
else if (check18_1.Checked == true && check18_2.Checked == false) { right += "1,"; }
else if (check18_1.Checked == true && check18_2.Checked == true) { right += "2,"; }
if (check19_1.Checked == false) { right += "0,"; }
else if (check19_1.Checked == true && check19_2.Checked == false) { right += "1,"; }
else if (check19_1.Checked == true && check19_2.Checked == true) { right += "2,"; }
if (check20_1.Checked == false) { right += "0"; }
else if (check20_1.Checked == true && check20_2.Checked == false) { right += "1"; }
else if (check20_1.Checked == true && check20_2.Checked == true) { right += "2"; }
} // 체크박스로 권한값구하기
return right;
}
/// <summary>
/// 체크박스 초기화
/// </summary>
private void init_check()
{
if (check1_1.Checked == false) { check1_2.Enabled = false; }
else if (check1_1.Checked == true) { check1_2.Enabled = true; }
if (check2_1.Checked == false) { check2_2.Enabled = false; }
else if (check2_1.Checked == true) { check2_2.Enabled = true; }
if (check3_1.Checked == false) { check3_2.Enabled = false; }
else if (check3_1.Checked == true) { check3_2.Enabled = true; }
if (check4_1.Checked == false) { check4_2.Enabled = false; }
else if (check4_1.Checked == true) { check4_2.Enabled = true; }
if (check5_1.Checked == false) { check5_2.Enabled = false; }
else if (check5_1.Checked == true) { check5_2.Enabled = true; }
if (check6_1.Checked == false) { check6_2.Enabled = false; }
else if (check6_1.Checked == true) { check6_2.Enabled = true; }
if (check7_1.Checked == false) { check7_2.Enabled = false; }
else if (check7_1.Checked == true) { check7_2.Enabled = true; }
if (check8_1.Checked == false) { check8_2.Enabled = false; }
else if (check8_1.Checked == true) { check8_2.Enabled = true; }
if (check9_1.Checked == false) { check9_2.Enabled = false; }
else if (check9_1.Checked == true) { check9_2.Enabled = true; }
if (check10_1.Checked == false) { check10_2.Enabled = false; }
else if (check10_1.Checked == true) { check10_2.Enabled = true; }
if (check11_1.Checked == false) { check11_2.Enabled = false; }
else if (check11_1.Checked == true) { check11_2.Enabled = true; }
if (check12_1.Checked == false) { check12_2.Enabled = false; }
else if (check12_1.Checked == true) { check12_2.Enabled = true; }
if (check13_1.Checked == false) { check13_2.Enabled = false; }
else if (check13_1.Checked == true) { check13_2.Enabled = true; }
if (check14_1.Checked == false) { check14_2.Enabled = false; }
else if (check14_1.Checked == true) { check14_2.Enabled = true; }
if (check15_1.Checked == false) { check15_2.Enabled = false; }
else if (check15_1.Checked == true) { check15_2.Enabled = true; }
if (check16_1.Checked == false) { check16_2.Enabled = false; }
else if (check16_1.Checked == true) { check16_2.Enabled = true; }
if (check17_1.Checked == false) { check17_2.Enabled = false; }
else if (check17_1.Checked == true) { check17_2.Enabled = true; }
if (check18_1.Checked == false) { check18_2.Enabled = false; }
else if (check18_1.Checked == true) { check18_2.Enabled = true; }
if (check19_1.Checked == false) { check19_2.Enabled = false; }
else if (check19_1.Checked == true) { check19_2.Enabled = true; }
if (check20_1.Checked == false) { check20_2.Enabled = false; }
else if (check20_1.Checked == true) { check20_2.Enabled = true; }
}
/// <summary>
/// 일괄체크
/// </summary>
/// <param name="sender">이벤트 sender 그대로 가져와야함</param>
/// <param name="chk">true or false</param>
private void ALL_Check(object sender, bool chk)
{
string target = ((CheckBox)sender).Name;
{
if (target == "ALL_check1" && chk == true)
{
check1_1.Checked = true;
check2_1.Checked = true;
check3_1.Checked = true;
check4_1.Checked = true;
check5_1.Checked = true;
check6_1.Checked = true;
check7_1.Checked = true;
check8_1.Checked = true;
check9_1.Checked = true;
check10_1.Checked = true;
check11_1.Checked = true;
check12_1.Checked = true;
check13_1.Checked = true;
check14_1.Checked = true;
check15_1.Checked = true;
check16_1.Checked = true;
check17_1.Checked = true;
check18_1.Checked = true;
check19_1.Checked = true;
check20_1.Checked = true;
}
else if (target == "ALL_check1" && chk == false)
{
check1_1.Checked = false;
check2_1.Checked = false;
check3_1.Checked = false;
check4_1.Checked = false;
check5_1.Checked = false;
check6_1.Checked = false;
check7_1.Checked = false;
check8_1.Checked = false;
check9_1.Checked = false;
check10_1.Checked = false;
check11_1.Checked = false;
check12_1.Checked = false;
check13_1.Checked = false;
check14_1.Checked = false;
check15_1.Checked = false;
check16_1.Checked = false;
check17_1.Checked = false;
check18_1.Checked = false;
check19_1.Checked = false;
check20_1.Checked = false;
}
else if (target == "ALL_check2" && chk == true)
{
check1_2.Checked = true;
check2_2.Checked = true;
check3_2.Checked = true;
check4_2.Checked = true;
check5_2.Checked = true;
check6_2.Checked = true;
check7_2.Checked = true;
check8_2.Checked = true;
check9_2.Checked = true;
check10_2.Checked = true;
check11_2.Checked = true;
check12_2.Checked = true;
check13_2.Checked = true;
check14_2.Checked = true;
check15_2.Checked = true;
check16_2.Checked = true;
check17_2.Checked = true;
check18_2.Checked = true;
check19_2.Checked = true;
check20_2.Checked = true;
}
else if (target == "ALL_check2" && chk == false)
{
check1_2.Checked = false;
check2_2.Checked = false;
check3_2.Checked = false;
check4_2.Checked = false;
check5_2.Checked = false;
check6_2.Checked = false;
check7_2.Checked = false;
check8_2.Checked = false;
check9_2.Checked = false;
check10_2.Checked = false;
check11_2.Checked = false;
check12_2.Checked = false;
check13_2.Checked = false;
check14_2.Checked = false;
check15_2.Checked = false;
check16_2.Checked = false;
check17_2.Checked = false;
check18_2.Checked = false;
check19_2.Checked = false;
check20_2.Checked = false;
}
}
init_check();
}
}
}

View File

@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="yzy.Size" type="System.Drawing.Size, System.Drawing">
<value>608, 150</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>사용자 관리</value>
</data>
</root>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,239 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Home
{
public partial class Order_manage : Form
{
Helper_DB db = new Helper_DB();
Main main;
int grididx = -3333;
public Order_manage(Main _main)
{
InitializeComponent();
main = _main;
}
private void Order_manage_Load(object sender, EventArgs e)
{
db.DBcon();
string[] filter = { "상호", "대표자명", "전화번호", "팩스번호", "사업자번호" };
cb_search_filter.Items.AddRange(filter);
cb_search_filter.SelectedIndex = 0;
string[] gubun = { "출판", "도매", "기타", "경비" };
cb_gubun.Items.AddRange(gubun);
cb_gubun.SelectedIndex = 0;
}
private void btn_Lookup_Click(object sender, EventArgs e) // 조회
{
string Search_Table = "`idx`, `send_chk`, `sangho`, `boss`, `bubin`, " +
"`uptae`, `jongmok`, `zip`, `addr`, `tel`, " +
"`fax`, `bank_no`, `bank_comp`, `bank_name`, `gu`, " +
"`barea`, `etc_1`, `etc_2`, `email`, `id`, " +
"`pw`, `site`";
if (tb_search.Text == "")
{
string[] Where_Table = { "comparyidx" };
string[] Search_Data = { main.com_idx };
string tmpdata = db.More_DB_Search("Purchase", Where_Table, Search_Data, Search_Table);
Made_Grid(tmpdata);
}
else if (tb_search.Text != "")
{
string[] Search_col = { "", "" };
if (cb_search_filter.SelectedIndex == 0) { Search_col[0] = "sangho"; Search_col[1] = "comparyidx"; }
if (cb_search_filter.SelectedIndex == 1) { Search_col[0] = "boss"; Search_col[1] = "comparyidx"; }
if (cb_search_filter.SelectedIndex == 2) { Search_col[0] = "tel"; Search_col[1] = "comparyidx"; }
if (cb_search_filter.SelectedIndex == 4) { Search_col[0] = "fax"; Search_col[1] = "comparyidx"; }
if (cb_search_filter.SelectedIndex == 3) { Search_col[0] = "bubin"; Search_col[1] = "comparyidx"; }
string tmpdata = db.DB_Contains("Purchase", main.com_idx, Search_col[0], tb_search.Text, Search_Table, Search_col[1], main.com_idx);
Made_Grid(tmpdata);
}
}
private void Made_Grid(string strValue)
{
dataGridView1.Rows.Clear();
string[] dbdata = strValue.Split('|');
string[] grid = { "", "", "", "", "",
"", "", "", "", "",
"", "", "", "", "",
"", "", "", "", "",
"", ""};
int count = dbdata.Length;
int ea = 0;
for(int a = 0; a < count; a++)
{
if (a % 22 == ea) {
if (ea == 1) {
if (dbdata[a] == "0") { grid[ea] = ""; }
if (dbdata[a] == "1") { grid[ea] = "V"; }
ea++;
}
else if(ea == 14) {
if (dbdata[a] == "0") { grid[14] = "출판"; }
if (dbdata[a] == "1") { grid[14] = "도매"; }
if (dbdata[a] == "2") { grid[14] = "기타"; }
if (dbdata[a] == "3") { grid[14] = "경비"; }
ea++;
}
else if (ea == 21) {
grid[ea] = dbdata[a];
dataGridView1.Rows.Add(grid);
ea = 0;
}
else {
grid[ea] = dbdata[a];
ea++;
}
}
}
}
private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)
{
grididx = e.RowIndex;
Fill_textBox();
}
void Fill_textBox()
{
btn_Add_Click(null, null);
tb_sangho.Text = dataGridView1.Rows[grididx].Cells["sangho"].Value.ToString();
tb_boss.Text = dataGridView1.Rows[grididx].Cells["boss"].Value.ToString();
tb_bubin.Text = dataGridView1.Rows[grididx].Cells["bubin"].Value.ToString();
tb_uptae.Text = dataGridView1.Rows[grididx].Cells["uptae"].Value.ToString();
tb_jongmok.Text = dataGridView1.Rows[grididx].Cells["jongmok"].Value.ToString();
tb_zip.Text = dataGridView1.Rows[grididx].Cells["zip"].Value.ToString();
tb_addr.Text = dataGridView1.Rows[grididx].Cells["addr"].Value.ToString();
tb_tel.Text = dataGridView1.Rows[grididx].Cells["tel"].Value.ToString();
tb_fax.Text = dataGridView1.Rows[grididx].Cells["fax"].Value.ToString();
tb_bank_no.Text = dataGridView1.Rows[grididx].Cells["bank_no"].Value.ToString();
tb_bank_comp.Text = dataGridView1.Rows[grididx].Cells["bank_comp"].Value.ToString();
tb_bank_name.Text = dataGridView1.Rows[grididx].Cells["bank_name"].Value.ToString();
tb_barea.Text = dataGridView1.Rows[grididx].Cells["barea"].Value.ToString();
string[] Search_data = { tb_sangho.Text, tb_boss.Text, tb_bubin.Text, tb_jongmok.Text, tb_zip.Text };
string[] Where_col = { "sangho", "boss", "bubin", "jongmok", "zip" };
string tmpdata = db.More_DB_Search("Purchase", Where_col, Search_data, "emchk");
tmpdata = tmpdata.Replace("|", "");
if (tmpdata == "0")
{
rtb_etc.Text = dataGridView1.Rows[grididx].Cells["etc_1"].Value.ToString();
rtb_etc.Text += "\n" + dataGridView1.Rows[grididx].Cells["etc_2"].Value.ToString();
}
else
{
rtb_etc.Text = dataGridView1.Rows[grididx].Cells["etc_1"].Value.ToString();
}
tb_email.Text = dataGridView1.Rows[grididx].Cells["email"].Value.ToString();
tb_id.Text = dataGridView1.Rows[grididx].Cells["id"].Value.ToString();
tb_pw.Text = dataGridView1.Rows[grididx].Cells["pw"].Value.ToString();
tb_site.Text = dataGridView1.Rows[grididx].Cells["site"].Value.ToString();
if (dataGridView1.Rows[grididx].Cells["send_chk"].Value.ToString() == "") { chk_send.Checked = false; }
if (dataGridView1.Rows[grididx].Cells["send_chk"].Value.ToString() == "V") { chk_send.Checked = true; }
if(dataGridView1.Rows[grididx].Cells["gu"].Value.ToString() == "출판") { cb_gubun.SelectedIndex = 0; }
if(dataGridView1.Rows[grididx].Cells["gu"].Value.ToString() == "도매") { cb_gubun.SelectedIndex = 1; }
if(dataGridView1.Rows[grididx].Cells["gu"].Value.ToString() == "기타") { cb_gubun.SelectedIndex = 2; }
if(dataGridView1.Rows[grididx].Cells["gu"].Value.ToString() == "경비") { cb_gubun.SelectedIndex = 3; }
}
private void btn_Add_Click(object sender, EventArgs e) // 추가
{
tb_sangho.Text = "";
tb_boss.Text = "";
tb_bubin.Text = "";
tb_uptae.Text = "";
tb_jongmok.Text = "";
tb_zip.Text = "";
tb_addr.Text = "";
tb_tel.Text = "";
tb_fax.Text = "";
tb_bank_no.Text = "";
tb_bank_comp.Text = "";
tb_bank_name.Text = "";
tb_barea.Text = "";
rtb_etc.Text = "";
tb_email.Text = "";
tb_id.Text = "";
tb_pw.Text = "";
tb_site.Text = "";
cb_gubun.SelectedIndex = 0;
}
private void dataGridView1_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Up)
{
grididx--;
Fill_textBox();
}
if (e.KeyCode == Keys.Down)
{
grididx++;
Fill_textBox();
}
}
private void btn_Save_Click(object sender, EventArgs e) // 저장
{
string send_chk = "0";
string gu = "";
if (chk_send.Checked == true) { send_chk = "1"; }
if(cb_gubun.SelectedIndex == 0) { gu = "출판"; }
if(cb_gubun.SelectedIndex == 1) { gu = "도매"; }
if(cb_gubun.SelectedIndex == 2) { gu = "기타"; }
if(cb_gubun.SelectedIndex == 3) { gu = "경비"; }
string[] Insert_Table = {"send_chk", "sangho", "boss", "bubin", "uptae",
"jongmok", "zip", "addr", "tel", "fax",
"bank_no", "bank_comp", "bank_name", "gu", "barea",
"etc_1", "email", "id", "pw", "site", "emchk"};
string[] Insert_Data = { send_chk, tb_sangho.Text, tb_boss.Text, tb_bubin.Text, tb_uptae.Text,
tb_jongmok.Text, tb_zip.Text, tb_addr.Text, tb_tel.Text, tb_fax.Text,
tb_bank_no.Text, tb_bank_comp.Text, tb_bank_name.Text, gu, tb_barea.Text,
rtb_etc.Text, tb_email.Text, tb_id.Text, tb_pw.Text, tb_site.Text, "1"};
db.DB_INSERT("Purchase", Insert_Table, Insert_Data);
MessageBox.Show(tb_sangho.Text + " 저장 완료");
}
private void btn_Delete_Click(object sender, EventArgs e) // 삭제
{
string idx = dataGridView1.Rows[grididx].Cells["idx"].Value.ToString();
string sangho = dataGridView1.Rows[grididx].Cells["sangho"].Value.ToString();
db.DB_Delete("Purchase", "idx", idx, "sangho", sangho);
MessageBox.Show(sangho + " 삭제 완료");
}
private void tb_memo_Click(object sender, EventArgs e)
{
memo memo = new memo();
memo.Show();
}
private void btn_SitePage_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(tb_site.Text);
}
private void btn_close_Click(object sender, EventArgs e)
{
Close();
}
private void tb_search_KeyDown(object sender, KeyEventArgs e)
{
if(e.KeyCode == Keys.Enter)
{
btn_Lookup_Click(null, null);
}
}
private void chk_stopUse_CheckedChanged(object sender, EventArgs e)
{
if(chk_stopUse.Checked == true)
{
tb_sangho.Text += "-사용중지";
}
else if (chk_stopUse.Checked == false)
{
tb_sangho.Text = tb_sangho.Text.Replace("-사용중지", "");
}
}
}
}

View File

@@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="idx.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="send_chk.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="sangho.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="boss.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="bubin.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="uptae.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="jongmok.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="zip.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="addr.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="tel.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="fax.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="bank_no.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="bank_comp.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="bank_name.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="gu.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="barea.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="etc_1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="etc_2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="email.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="id.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="pw.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="site.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn4.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

View File

@@ -0,0 +1,998 @@
namespace WindowsFormsApp1.Home
{
partial class Transaction_manage
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.NameLabel = new System.Windows.Forms.Label();
this.tb_sangho = new System.Windows.Forms.TextBox();
this.tb_addr = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tb_man = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tb_fax = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.btn_delete = new System.Windows.Forms.Button();
this.btn_edit = new System.Windows.Forms.Button();
this.btn_save = new System.Windows.Forms.Button();
this.btn_add = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tb_tel = new System.Windows.Forms.TextBox();
this.cb_gubun2 = new System.Windows.Forms.ComboBox();
this.rtb_etc = new System.Windows.Forms.RichTextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sangho = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gubun = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.boss = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bubin = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.uptae = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jongmok = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fax = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mail = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.man = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.assumer = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.post_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addr = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DLSid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DLSpw = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.division = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.program = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bigo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tb_man1 = new System.Windows.Forms.TextBox();
this.btn_search = new System.Windows.Forms.Button();
this.tb_id = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.tb_pw = new System.Windows.Forms.TextBox();
this.tb_zip = new System.Windows.Forms.TextBox();
this.tb_boss = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tb_bubin = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.tb_uptae = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.tb_jongmok = new System.Windows.Forms.TextBox();
this.tb_mail = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.tb_user = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.tb_division = new System.Windows.Forms.TextBox();
this.tb_label = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.tb_program = new System.Windows.Forms.TextBox();
this.btn_close = new System.Windows.Forms.Button();
this.cb_gubun1 = new System.Windows.Forms.ComboBox();
this.btn_marc_expand = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.marcGrid = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.marcLabel = new System.Windows.Forms.Label();
this.gearLabel = new System.Windows.Forms.Label();
this.gearGrid = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tb_marcEmpty = new System.Windows.Forms.Button();
this.tb_gearEmpty = new System.Windows.Forms.Button();
this.tb_marcSave = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.marcGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gearGrid)).BeginInit();
this.SuspendLayout();
//
// NameLabel
//
this.NameLabel.AutoSize = true;
this.NameLabel.ForeColor = System.Drawing.SystemColors.ControlText;
this.NameLabel.Location = new System.Drawing.Point(28, 16);
this.NameLabel.Name = "NameLabel";
this.NameLabel.Size = new System.Drawing.Size(41, 12);
this.NameLabel.TabIndex = 0;
this.NameLabel.Text = "업체명";
//
// tb_sangho
//
this.tb_sangho.Location = new System.Drawing.Point(71, 12);
this.tb_sangho.Name = "tb_sangho";
this.tb_sangho.Size = new System.Drawing.Size(138, 21);
this.tb_sangho.TabIndex = 1;
this.tb_sangho.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_sangho_KeyDown);
//
// tb_addr
//
this.tb_addr.Location = new System.Drawing.Point(161, 108);
this.tb_addr.Name = "tb_addr";
this.tb_addr.Size = new System.Drawing.Size(388, 21);
this.tb_addr.TabIndex = 26;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
this.label3.Location = new System.Drawing.Point(20, 112);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(49, 12);
this.label3.TabIndex = 24;
this.label3.Text = "주 소";
//
// tb_man
//
this.tb_man.Location = new System.Drawing.Point(71, 84);
this.tb_man.Name = "tb_man";
this.tb_man.Size = new System.Drawing.Size(194, 21);
this.tb_man.TabIndex = 20;
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
this.label4.Location = new System.Drawing.Point(0, 88);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(69, 12);
this.label4.TabIndex = 19;
this.label4.Text = "담당자 정보";
//
// tb_fax
//
this.tb_fax.Location = new System.Drawing.Point(355, 60);
this.tb_fax.Name = "tb_fax";
this.tb_fax.Size = new System.Drawing.Size(194, 21);
this.tb_fax.TabIndex = 16;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
this.label6.Location = new System.Drawing.Point(304, 64);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(49, 12);
this.label6.TabIndex = 15;
this.label6.Text = "팩 스";
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
this.label7.Location = new System.Drawing.Point(20, 136);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(49, 12);
this.label7.TabIndex = 27;
this.label7.Text = "아 이 디";
//
// btn_delete
//
this.btn_delete.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.btn_delete.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.btn_delete.Location = new System.Drawing.Point(849, 161);
this.btn_delete.Name = "btn_delete";
this.btn_delete.Size = new System.Drawing.Size(75, 23);
this.btn_delete.TabIndex = 42;
this.btn_delete.Text = "삭 제";
this.btn_delete.UseVisualStyleBackColor = true;
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
//
// btn_edit
//
this.btn_edit.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.btn_edit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.btn_edit.Location = new System.Drawing.Point(849, 111);
this.btn_edit.Name = "btn_edit";
this.btn_edit.Size = new System.Drawing.Size(75, 23);
this.btn_edit.TabIndex = 41;
this.btn_edit.Text = "수 정";
this.btn_edit.UseVisualStyleBackColor = true;
this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click);
//
// btn_save
//
this.btn_save.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.btn_save.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.btn_save.Location = new System.Drawing.Point(849, 61);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(75, 23);
this.btn_save.TabIndex = 40;
this.btn_save.Text = "저 장";
this.btn_save.UseVisualStyleBackColor = true;
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
//
// btn_add
//
this.btn_add.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.btn_add.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.btn_add.Location = new System.Drawing.Point(849, 11);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(75, 23);
this.btn_add.TabIndex = 39;
this.btn_add.Text = "추 가";
this.btn_add.UseVisualStyleBackColor = true;
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.label1.Location = new System.Drawing.Point(304, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(49, 12);
this.label1.TabIndex = 3;
this.label1.Text = "구 분";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
this.label2.Location = new System.Drawing.Point(16, 64);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 13;
this.label2.Text = "전화번호";
//
// tb_tel
//
this.tb_tel.Location = new System.Drawing.Point(71, 60);
this.tb_tel.Name = "tb_tel";
this.tb_tel.Size = new System.Drawing.Size(194, 21);
this.tb_tel.TabIndex = 14;
//
// cb_gubun2
//
this.cb_gubun2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_gubun2.FormattingEnabled = true;
this.cb_gubun2.Location = new System.Drawing.Point(454, 12);
this.cb_gubun2.Name = "cb_gubun2";
this.cb_gubun2.Size = new System.Drawing.Size(95, 20);
this.cb_gubun2.TabIndex = 4;
//
// rtb_etc
//
this.rtb_etc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.rtb_etc.Location = new System.Drawing.Point(71, 180);
this.rtb_etc.Name = "rtb_etc";
this.rtb_etc.Size = new System.Drawing.Size(762, 186);
this.rtb_etc.TabIndex = 38;
this.rtb_etc.Text = "";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idx,
this.sangho,
this.gubun,
this.boss,
this.bubin,
this.uptae,
this.jongmok,
this.tel,
this.fax,
this.mail,
this.man,
this.assumer,
this.post_num,
this.addr,
this.DLSid,
this.DLSpw,
this.division,
this.label,
this.program,
this.bigo});
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.Location = new System.Drawing.Point(12, 392);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ControlDark;
dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.RowHeadersWidth = 21;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(969, 271);
this.dataGridView1.TabIndex = 44;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
//
// idx
//
this.idx.HeaderText = "idx";
this.idx.Name = "idx";
this.idx.ReadOnly = true;
this.idx.Visible = false;
//
// sangho
//
this.sangho.HeaderText = "업체명";
this.sangho.Name = "sangho";
this.sangho.ReadOnly = true;
this.sangho.Width = 150;
//
// gubun
//
this.gubun.HeaderText = "구분";
this.gubun.Name = "gubun";
this.gubun.ReadOnly = true;
this.gubun.Width = 80;
//
// boss
//
this.boss.HeaderText = "대표자명";
this.boss.Name = "boss";
this.boss.ReadOnly = true;
//
// bubin
//
this.bubin.HeaderText = "등록번호";
this.bubin.Name = "bubin";
this.bubin.ReadOnly = true;
//
// uptae
//
this.uptae.HeaderText = "업태";
this.uptae.Name = "uptae";
this.uptae.ReadOnly = true;
//
// jongmok
//
this.jongmok.HeaderText = "종목";
this.jongmok.Name = "jongmok";
this.jongmok.ReadOnly = true;
//
// tel
//
this.tel.HeaderText = "전화번호";
this.tel.Name = "tel";
this.tel.ReadOnly = true;
//
// fax
//
this.fax.HeaderText = "팩스";
this.fax.Name = "fax";
this.fax.ReadOnly = true;
//
// mail
//
this.mail.HeaderText = "메일";
this.mail.Name = "mail";
this.mail.ReadOnly = true;
//
// man
//
this.man.HeaderText = "담당자 정보";
this.man.Name = "man";
this.man.ReadOnly = true;
this.man.Width = 220;
//
// assumer
//
this.assumer.HeaderText = "담당직원";
this.assumer.Name = "assumer";
this.assumer.ReadOnly = true;
//
// post_num
//
this.post_num.HeaderText = "우편번호";
this.post_num.Name = "post_num";
this.post_num.ReadOnly = true;
//
// addr
//
this.addr.HeaderText = "주소";
this.addr.Name = "addr";
this.addr.ReadOnly = true;
this.addr.Width = 200;
//
// DLSid
//
this.DLSid.HeaderText = "아이디";
this.DLSid.Name = "DLSid";
this.DLSid.ReadOnly = true;
//
// DLSpw
//
this.DLSpw.HeaderText = "비밀번호";
this.DLSpw.Name = "DLSpw";
this.DLSpw.ReadOnly = true;
//
// division
//
this.division.HeaderText = "용지칸수";
this.division.Name = "division";
this.division.ReadOnly = true;
//
// label
//
this.label.HeaderText = "띠라벨";
this.label.Name = "label";
this.label.ReadOnly = true;
//
// program
//
this.program.HeaderText = "사용프로그램";
this.program.Name = "program";
this.program.ReadOnly = true;
//
// bigo
//
this.bigo.HeaderText = "비고";
this.bigo.Name = "bigo";
this.bigo.ReadOnly = true;
this.bigo.Visible = false;
//
// tb_man1
//
this.tb_man1.Location = new System.Drawing.Point(271, 84);
this.tb_man1.Name = "tb_man1";
this.tb_man1.Size = new System.Drawing.Size(278, 21);
this.tb_man1.TabIndex = 21;
//
// btn_search
//
this.btn_search.Location = new System.Drawing.Point(211, 11);
this.btn_search.Name = "btn_search";
this.btn_search.Size = new System.Drawing.Size(75, 23);
this.btn_search.TabIndex = 2;
this.btn_search.Text = "검 색";
this.btn_search.UseVisualStyleBackColor = true;
this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
//
// tb_id
//
this.tb_id.Location = new System.Drawing.Point(71, 132);
this.tb_id.Name = "tb_id";
this.tb_id.Size = new System.Drawing.Size(194, 21);
this.tb_id.TabIndex = 28;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
this.label5.Location = new System.Drawing.Point(20, 183);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(49, 12);
this.label5.TabIndex = 37;
this.label5.Text = "비 고";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(300, 136);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 29;
this.label8.Text = "비밀번호";
//
// tb_pw
//
this.tb_pw.Location = new System.Drawing.Point(355, 132);
this.tb_pw.Name = "tb_pw";
this.tb_pw.Size = new System.Drawing.Size(194, 21);
this.tb_pw.TabIndex = 30;
//
// tb_zip
//
this.tb_zip.Location = new System.Drawing.Point(71, 108);
this.tb_zip.Name = "tb_zip";
this.tb_zip.Size = new System.Drawing.Size(86, 21);
this.tb_zip.TabIndex = 25;
//
// tb_boss
//
this.tb_boss.Location = new System.Drawing.Point(639, 12);
this.tb_boss.Name = "tb_boss";
this.tb_boss.Size = new System.Drawing.Size(194, 21);
this.tb_boss.TabIndex = 6;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(584, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 5;
this.label9.Text = "대표자명";
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
this.label10.Location = new System.Drawing.Point(16, 40);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 7;
this.label10.Text = "등록번호";
//
// tb_bubin
//
this.tb_bubin.Location = new System.Drawing.Point(71, 36);
this.tb_bubin.Name = "tb_bubin";
this.tb_bubin.Size = new System.Drawing.Size(138, 21);
this.tb_bubin.TabIndex = 8;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(304, 40);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(49, 12);
this.label11.TabIndex = 9;
this.label11.Text = "업 태";
//
// tb_uptae
//
this.tb_uptae.Location = new System.Drawing.Point(355, 36);
this.tb_uptae.Name = "tb_uptae";
this.tb_uptae.Size = new System.Drawing.Size(194, 21);
this.tb_uptae.TabIndex = 10;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(588, 40);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(49, 12);
this.label12.TabIndex = 11;
this.label12.Text = "종 목";
//
// tb_jongmok
//
this.tb_jongmok.Location = new System.Drawing.Point(639, 36);
this.tb_jongmok.Name = "tb_jongmok";
this.tb_jongmok.Size = new System.Drawing.Size(194, 21);
this.tb_jongmok.TabIndex = 12;
//
// tb_mail
//
this.tb_mail.Location = new System.Drawing.Point(639, 60);
this.tb_mail.Name = "tb_mail";
this.tb_mail.Size = new System.Drawing.Size(194, 21);
this.tb_mail.TabIndex = 18;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(588, 64);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(49, 12);
this.label13.TabIndex = 17;
this.label13.Text = "메 일";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(584, 88);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 22;
this.label14.Text = "담당직원";
//
// tb_user
//
this.tb_user.Location = new System.Drawing.Point(639, 84);
this.tb_user.Name = "tb_user";
this.tb_user.Size = new System.Drawing.Size(194, 21);
this.tb_user.TabIndex = 23;
//
// label15
//
this.label15.AutoSize = true;
this.label15.ForeColor = System.Drawing.SystemColors.ControlText;
this.label15.Location = new System.Drawing.Point(16, 160);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 31;
this.label15.Text = "용지칸수";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(312, 160);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 12);
this.label16.TabIndex = 33;
this.label16.Text = "띠라벨";
//
// tb_division
//
this.tb_division.Location = new System.Drawing.Point(71, 156);
this.tb_division.Name = "tb_division";
this.tb_division.Size = new System.Drawing.Size(194, 21);
this.tb_division.TabIndex = 32;
//
// tb_label
//
this.tb_label.Location = new System.Drawing.Point(355, 156);
this.tb_label.Name = "tb_label";
this.tb_label.Size = new System.Drawing.Size(194, 21);
this.tb_label.TabIndex = 34;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(560, 160);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(77, 12);
this.label17.TabIndex = 35;
this.label17.Text = "사용프로그램";
//
// tb_program
//
this.tb_program.Location = new System.Drawing.Point(639, 156);
this.tb_program.Name = "tb_program";
this.tb_program.Size = new System.Drawing.Size(194, 21);
this.tb_program.TabIndex = 36;
//
// btn_close
//
this.btn_close.Location = new System.Drawing.Point(849, 211);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(75, 23);
this.btn_close.TabIndex = 43;
this.btn_close.Text = "닫 기";
this.btn_close.UseVisualStyleBackColor = true;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// cb_gubun1
//
this.cb_gubun1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_gubun1.FormattingEnabled = true;
this.cb_gubun1.Location = new System.Drawing.Point(355, 12);
this.cb_gubun1.Name = "cb_gubun1";
this.cb_gubun1.Size = new System.Drawing.Size(95, 20);
this.cb_gubun1.TabIndex = 45;
this.cb_gubun1.SelectedIndexChanged += new System.EventHandler(this.cb_gubun1_SelectedIndexChanged);
//
// btn_marc_expand
//
this.btn_marc_expand.Location = new System.Drawing.Point(849, 259);
this.btn_marc_expand.Name = "btn_marc_expand";
this.btn_marc_expand.Size = new System.Drawing.Size(75, 74);
this.btn_marc_expand.TabIndex = 46;
this.btn_marc_expand.Text = "마크 확장 >>";
this.btn_marc_expand.UseVisualStyleBackColor = true;
this.btn_marc_expand.Click += new System.EventHandler(this.btn_marc_expand_Click);
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.NameLabel);
this.panel1.Controls.Add(this.tb_sangho);
this.panel1.Controls.Add(this.btn_marc_expand);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.cb_gubun1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.btn_close);
this.panel1.Controls.Add(this.tb_tel);
this.panel1.Controls.Add(this.tb_bubin);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.tb_jongmok);
this.panel1.Controls.Add(this.tb_addr);
this.panel1.Controls.Add(this.tb_uptae);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.tb_user);
this.panel1.Controls.Add(this.tb_man);
this.panel1.Controls.Add(this.tb_mail);
this.panel1.Controls.Add(this.tb_man1);
this.panel1.Controls.Add(this.tb_boss);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.tb_zip);
this.panel1.Controls.Add(this.tb_fax);
this.panel1.Controls.Add(this.tb_program);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.tb_label);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.tb_pw);
this.panel1.Controls.Add(this.label15);
this.panel1.Controls.Add(this.tb_division);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.tb_id);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.btn_search);
this.panel1.Controls.Add(this.label16);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.rtb_etc);
this.panel1.Controls.Add(this.label17);
this.panel1.Controls.Add(this.cb_gubun2);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.btn_delete);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.btn_edit);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.btn_save);
this.panel1.Controls.Add(this.label14);
this.panel1.Controls.Add(this.btn_add);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(969, 374);
this.panel1.TabIndex = 47;
//
// marcGrid
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.marcGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.marcGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.marcGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3});
this.marcGrid.Location = new System.Drawing.Point(987, 36);
this.marcGrid.Name = "marcGrid";
this.marcGrid.RowHeadersWidth = 21;
this.marcGrid.RowTemplate.Height = 23;
this.marcGrid.Size = new System.Drawing.Size(442, 350);
this.marcGrid.TabIndex = 48;
//
// Column1
//
this.Column1.HeaderText = "분류";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.HeaderText = "내용";
this.Column2.Name = "Column2";
this.Column2.Width = 200;
//
// Column3
//
this.Column3.HeaderText = "작성자";
this.Column3.Name = "Column3";
//
// marcLabel
//
this.marcLabel.AutoSize = true;
this.marcLabel.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.marcLabel.ForeColor = System.Drawing.Color.Red;
this.marcLabel.Location = new System.Drawing.Point(985, 12);
this.marcLabel.Name = "marcLabel";
this.marcLabel.Size = new System.Drawing.Size(98, 21);
this.marcLabel.TabIndex = 49;
this.marcLabel.Text = "마크부분";
//
// gearLabel
//
this.gearLabel.AutoSize = true;
this.gearLabel.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.gearLabel.ForeColor = System.Drawing.Color.Red;
this.gearLabel.Location = new System.Drawing.Point(987, 392);
this.gearLabel.Name = "gearLabel";
this.gearLabel.Size = new System.Drawing.Size(98, 21);
this.gearLabel.TabIndex = 49;
this.gearLabel.Text = "장비부분";
//
// gearGrid
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.gearGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.gearGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gearGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3});
this.gearGrid.Location = new System.Drawing.Point(987, 416);
this.gearGrid.Name = "gearGrid";
this.gearGrid.RowHeadersWidth = 21;
this.gearGrid.RowTemplate.Height = 23;
this.gearGrid.Size = new System.Drawing.Size(442, 247);
this.gearGrid.TabIndex = 48;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "분류";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.HeaderText = "내용";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.Width = 200;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.HeaderText = "작성자";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// tb_marcEmpty
//
this.tb_marcEmpty.Location = new System.Drawing.Point(1328, 11);
this.tb_marcEmpty.Name = "tb_marcEmpty";
this.tb_marcEmpty.Size = new System.Drawing.Size(101, 23);
this.tb_marcEmpty.TabIndex = 50;
this.tb_marcEmpty.Text = "마크 내용지우기";
this.tb_marcEmpty.UseVisualStyleBackColor = true;
//
// tb_gearEmpty
//
this.tb_gearEmpty.Location = new System.Drawing.Point(1328, 391);
this.tb_gearEmpty.Name = "tb_gearEmpty";
this.tb_gearEmpty.Size = new System.Drawing.Size(101, 23);
this.tb_gearEmpty.TabIndex = 50;
this.tb_gearEmpty.Text = "장비 내용지우기";
this.tb_gearEmpty.UseVisualStyleBackColor = true;
//
// tb_marcSave
//
this.tb_marcSave.Location = new System.Drawing.Point(1112, 12);
this.tb_marcSave.Name = "tb_marcSave";
this.tb_marcSave.Size = new System.Drawing.Size(56, 23);
this.tb_marcSave.TabIndex = 50;
this.tb_marcSave.Text = "저 장";
this.tb_marcSave.UseVisualStyleBackColor = true;
//
// Transaction_manage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1441, 675);
this.Controls.Add(this.tb_gearEmpty);
this.Controls.Add(this.tb_marcSave);
this.Controls.Add(this.tb_marcEmpty);
this.Controls.Add(this.gearLabel);
this.Controls.Add(this.marcLabel);
this.Controls.Add(this.gearGrid);
this.Controls.Add(this.marcGrid);
this.Controls.Add(this.panel1);
this.Controls.Add(this.dataGridView1);
this.Name = "Transaction_manage";
this.Text = "납품 / 거래처 관리";
this.Load += new System.EventHandler(this.Transaction_manage_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.marcGrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gearGrid)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label NameLabel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button btn_delete;
private System.Windows.Forms.Button btn_edit;
private System.Windows.Forms.Button btn_save;
private System.Windows.Forms.Button btn_add;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btn_search;
public System.Windows.Forms.TextBox tb_sangho;
public System.Windows.Forms.TextBox tb_addr;
public System.Windows.Forms.TextBox tb_man;
public System.Windows.Forms.TextBox tb_fax;
public System.Windows.Forms.TextBox tb_tel;
public System.Windows.Forms.ComboBox cb_gubun2;
public System.Windows.Forms.RichTextBox rtb_etc;
public System.Windows.Forms.TextBox tb_man1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
public System.Windows.Forms.TextBox tb_id;
public System.Windows.Forms.TextBox tb_pw;
public System.Windows.Forms.TextBox tb_zip;
public System.Windows.Forms.TextBox tb_boss;
public System.Windows.Forms.TextBox tb_bubin;
public System.Windows.Forms.TextBox tb_uptae;
public System.Windows.Forms.TextBox tb_jongmok;
public System.Windows.Forms.TextBox tb_mail;
public System.Windows.Forms.TextBox tb_user;
public System.Windows.Forms.TextBox tb_division;
public System.Windows.Forms.TextBox tb_label;
public System.Windows.Forms.TextBox tb_program;
private System.Windows.Forms.Button btn_close;
public System.Windows.Forms.ComboBox cb_gubun1;
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn sangho;
private System.Windows.Forms.DataGridViewTextBoxColumn gubun;
private System.Windows.Forms.DataGridViewTextBoxColumn boss;
private System.Windows.Forms.DataGridViewTextBoxColumn bubin;
private System.Windows.Forms.DataGridViewTextBoxColumn uptae;
private System.Windows.Forms.DataGridViewTextBoxColumn jongmok;
private System.Windows.Forms.DataGridViewTextBoxColumn tel;
private System.Windows.Forms.DataGridViewTextBoxColumn fax;
private System.Windows.Forms.DataGridViewTextBoxColumn mail;
private System.Windows.Forms.DataGridViewTextBoxColumn man;
private System.Windows.Forms.DataGridViewTextBoxColumn assumer;
private System.Windows.Forms.DataGridViewTextBoxColumn post_num;
private System.Windows.Forms.DataGridViewTextBoxColumn addr;
private System.Windows.Forms.DataGridViewTextBoxColumn DLSid;
private System.Windows.Forms.DataGridViewTextBoxColumn DLSpw;
private System.Windows.Forms.DataGridViewTextBoxColumn division;
private System.Windows.Forms.DataGridViewTextBoxColumn label;
private System.Windows.Forms.DataGridViewTextBoxColumn program;
private System.Windows.Forms.DataGridViewTextBoxColumn bigo;
private System.Windows.Forms.Button btn_marc_expand;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridView marcGrid;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.Label marcLabel;
private System.Windows.Forms.Label gearLabel;
private System.Windows.Forms.DataGridView gearGrid;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.Button tb_marcEmpty;
private System.Windows.Forms.Button tb_gearEmpty;
private System.Windows.Forms.Button tb_marcSave;
}
}

View File

@@ -0,0 +1,342 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Delivery;
namespace WindowsFormsApp1.Home
{
public partial class Transaction_manage : Form
{
Helper_DB db = new Helper_DB();
public string compidx;
int grididx;
Main main;
public Transaction_manage(Main _main)
{
InitializeComponent();
main = _main;
}
private void Transaction_manage_Load(object sender, EventArgs e)
{
string[] gubun1 = { "전체", "납품처", "거래처" };
cb_gubun1.Items.AddRange(gubun1);
cb_gubun1.SelectedIndex = 0;
compidx = main.com_idx;
marcLabel.Visible = false;
gearLabel.Visible = false;
marcGrid.Visible = false;
gearGrid.Visible = false;
tb_marcEmpty.Visible = false;
tb_marcSave.Visible = false;
tb_gearEmpty.Visible = false;
db.DBcon();
}
private void Made_Grid()
{
string seartempdb = "`idx`, `c_sangho`, `c_gu`, `c_boss`, `c_bubin`, " +
"`c_uptae`, `c_jongmok`, `c_tel`, `c_fax`, `c_email`, " +
"`c_man`, `c_mantel`, `c_user`, `c_zip`, `c_addr`, " +
"`c_dlsID`, `c_dlsPW`, `c_division`, `c_label`, `c_program`, " +
"`c_etc`";
string tmpdb = db.DB_Select_Search(seartempdb, "Client", "campanyidx", compidx);
dataGridView1.Rows.Clear();
string[] data = tmpdb.Split('|');
string[] result = { "", "", "", "", "",
"", "", "", "", "",
"", "", "", "", "",
"", "", "", "", "",
"" };
int ea = 0;
for(int a = 0; a < data.Length; a++)
{
if (ea == 11)
{
result[10] += " | " + data[a];
}
else if(a%21 == ea)
{
if (ea > 11)
{
result[ea - 1] = data[a];
if (ea == 20)
{
dataGridView1.Rows.Add(result);
ea = 0;
}
}
else
{
result[ea] = data[a];
}
}
ea++;
}
}
public void btn_add_Click(object sender, EventArgs e)
{
tb_sangho.Text = "";
tb_boss.Text = "";
tb_bubin.Text = "";
tb_uptae.Text = "";
tb_jongmok.Text = "";
tb_tel.Text = "";
tb_fax.Text = "";
tb_mail.Text = "";
tb_man.Text = "";
tb_man1.Text = "";
tb_user.Text = main.User;
tb_zip.Text = "";
tb_addr.Text = "";
tb_id.Text = "";
tb_pw.Text = "";
tb_division.Text = "";
tb_label.Text = "";
tb_program.Text = "";
rtb_etc.Text = "";
cb_gubun1.SelectedIndex = 0;
}
private void btn_save_Click(object sender, EventArgs e)
{
if (tb_sangho.Text == "")
{
MessageBox.Show("업체명이 비어있습니다.");
return;
}
if (cb_gubun1.SelectedIndex == 0)
{
MessageBox.Show("구분을 선택해주세요.");
return;
}
if (cb_gubun2.SelectedIndex == 0)
{
MessageBox.Show("구분을 선택해주세요.");
return;
}
string[] tmpdb = { "c_sangho`, `c_gu`, `c_boss`, `c_bubin`, `c_uptae`, " +
"`c_jongmok`, `c_tel`, `c_fax`, `c_email`, `c_man`, " +
"`c_mantel`, `c_user`, `c_zip`, `c_addr`, `c_dlsID`, " +
"`c_dlsPW`, `c_division`, `c_label`, `c_program`, `c_etc`, " +
"`campanyidx" };
string[] tmpdb1 = { tb_sangho.Text, cb_gubun2.Text, tb_boss.Text, tb_bubin.Text, tb_uptae.Text,
tb_jongmok.Text, tb_tel.Text, tb_fax.Text, tb_mail.Text, tb_man.Text,
tb_man1.Text, tb_user.Text, tb_zip.Text, tb_addr.Text, tb_id.Text,
tb_pw.Text, tb_division.Text, tb_label.Text, tb_program.Text, rtb_etc.Text,
compidx };
db.DB_INSERT("Client", tmpdb, tmpdb1);
MessageBox.Show(tb_sangho.Text + "가 성공적으로 저장되었습니다.");
Made_Grid();
}
private void btn_edit_Click(object sender, EventArgs e)
{
string[] editcol = { "c_sangho`, `c_gu`, `c_boss`, `c_bubin`, `c_uptae`, " +
"`c_jongmok`, `c_tel`, `c_fax`, `c_email`, `c_man`, " +
"`c_mantel`, `c_user`, `c_zip`, `c_addr`, `c_dlsID`, " +
"`c_dlsPW`, `c_division`, `c_label`, `c_program`, `c_etc" };
string[] editname = { tb_sangho.Text, cb_gubun2.Text, tb_boss.Text, tb_bubin.Text, tb_uptae.Text,
tb_jongmok.Text, tb_tel.Text, tb_fax.Text, tb_mail.Text, tb_man.Text,
tb_man1.Text, tb_user.Text, tb_zip.Text, tb_addr.Text, tb_id.Text,
tb_pw.Text, tb_division.Text, tb_label.Text, tb_program.Text, rtb_etc.Text };
string[] searchcol = { "idx", "campanyidx" };
string[] searchname = { dataGridView1.Rows[grididx].Cells["idx"].Value.ToString(), compidx };
db.More_Update("Client", editcol, editname, searchcol, searchname);
Made_Grid();
}
private void btn_delete_Click(object sender, EventArgs e)
{
db.DB_Delete("Client", "idx", dataGridView1.Rows[grididx].Cells["idx"].Value.ToString(), "c_sangho", tb_sangho.Text);
Made_Grid();
}
string updown = "";
private void dataGridView1_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Up)
{
updown = "UP";
dataGridView1_CellClick(sender, null);
}
if (e.KeyCode == Keys.Down)
{
updown = "DOWN";
dataGridView1_CellClick(sender, null);
}
}
private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)
{
if(e == null) {
if(updown == "UP")
{
grididx--;
}
else if(updown == "DOWN")
{
grididx++;
}
}
else if(e != null) { grididx = e.RowIndex; }
string[] tmp_man = dataGridView1.Rows[grididx].Cells["man"].Value.ToString().Split('|');
tb_boss.Text = dataGridView1.Rows[grididx].Cells["boss"].Value.ToString();
tb_bubin.Text = dataGridView1.Rows[grididx].Cells["bubin"].Value.ToString();
tb_division.Text = dataGridView1.Rows[grididx].Cells["division"].Value.ToString();
tb_jongmok.Text = dataGridView1.Rows[grididx].Cells["jongmok"].Value.ToString();
tb_label.Text = dataGridView1.Rows[grididx].Cells["label"].Value.ToString();
tb_mail.Text = dataGridView1.Rows[grididx].Cells["mail"].Value.ToString();
tb_program.Text = dataGridView1.Rows[grididx].Cells["program"].Value.ToString();
tb_id.Text = dataGridView1.Rows[grididx].Cells["DLSid"].Value.ToString();
tb_pw.Text = dataGridView1.Rows[grididx].Cells["DLSpw"].Value.ToString();
tb_uptae.Text = dataGridView1.Rows[grididx].Cells["uptae"].Value.ToString();
tb_zip.Text = dataGridView1.Rows[grididx].Cells["post_num"].Value.ToString();
tb_user.Text = dataGridView1.Rows[grididx].Cells["assumer"].Value.ToString();
tb_sangho.Text = dataGridView1.Rows[grididx].Cells["sangho"].Value.ToString();
tb_tel.Text = dataGridView1.Rows[grididx].Cells["tel"].Value.ToString();
tb_fax.Text = dataGridView1.Rows[grididx].Cells["fax"].Value.ToString();
if (tmp_man.Length > 1)
{
if(tmp_man[0] != "") { tb_man.Text = tmp_man[0]; }
if(tmp_man[1] != "") { tb_man1.Text = tmp_man[1]; }
}
tb_addr.Text = dataGridView1.Rows[grididx].Cells["addr"].Value.ToString();
rtb_etc.Text = dataGridView1.Rows[grididx].Cells["bigo"].Value.ToString();
if(dataGridView1.Rows[grididx].Cells["gubun"].Value.ToString() == "학교")
{
cb_gubun1.SelectedIndex = 1;
cb_gubun2.Items.Clear();
string[] gubun2 = { "전체", "학교", "도서관" };
cb_gubun2.Items.AddRange(gubun2);
cb_gubun2.SelectedIndex = 1;
}
if(dataGridView1.Rows[grididx].Cells["gubun"].Value.ToString() == "도서관")
{
cb_gubun1.SelectedIndex = 1;
cb_gubun2.Items.Clear();
string[] gubun2 = { "전체", "학교", "도서관" };
cb_gubun2.Items.AddRange(gubun2);
cb_gubun2.SelectedIndex = 2;
}
if(dataGridView1.Rows[grididx].Cells["gubun"].Value.ToString() == "서점")
{
cb_gubun1.SelectedIndex = 2;
cb_gubun2.Items.Clear();
string[] gubun2 = { "전체", "서점", "기타" };
cb_gubun2.Items.AddRange(gubun2);
cb_gubun2.SelectedIndex = 1;
}
if(dataGridView1.Rows[grididx].Cells["gubun"].Value.ToString() == "기타")
{
cb_gubun1.SelectedIndex = 2;
cb_gubun2.Items.Clear();
string[] gubun2 = { "전체", "서점", "기타" };
cb_gubun2.Items.AddRange(gubun2);
cb_gubun2.SelectedIndex = 2;
}
}
private void tb_sangho_KeyDown(object sender, KeyEventArgs e)
{
if(e.KeyCode == Keys.Enter)
{
btn_search_Click(null, null);
}
}
private void btn_search_Click(object sender, EventArgs e)
{
_Sub_Search_Form sub_search = new _Sub_Search_Form(this);
sub_search.Show();
}
private void btn_close_Click(object sender, EventArgs e)
{
Close();
}
private void cb_gubun1_SelectedIndexChanged(object sender, EventArgs e)
{
if (cb_gubun1.SelectedIndex == 1)
{
cb_gubun2.Items.Clear();
string[] gubun2 = { "전체", "학교", "도서관" };
cb_gubun2.Items.AddRange(gubun2);
cb_gubun2.SelectedIndex = 0;
Made_gubun_Grid("학교", "도서관");
}
if (cb_gubun1.SelectedIndex == 2)
{
cb_gubun2.Items.Clear();
string[] gubun2 = { "전체", "서점", "기타" };
cb_gubun2.Items.AddRange(gubun2);
cb_gubun2.SelectedIndex = 0;
Made_gubun_Grid("서점", "기타");
}
}
private void Made_gubun_Grid(string strValue1, string strValue2)
{
string seartempdb = "`idx`, `c_sangho`, `c_gu`, `c_boss`, `c_bubin`, " +
"`c_uptae`, `c_jongmok`, `c_tel`, `c_fax`, `c_email`, " +
"`c_man`, `c_mantel`, `c_user`, `c_zip`, `c_addr`, " +
"`c_dlsID`, `c_dlsPW`, `c_division`, `c_label`, `c_program`, " +
"`c_etc`";
string cmd = "SELECT " + seartempdb + " FROM Client " +
"WHERE `c_gu` = '" + strValue1 + "' OR `c_gu` = '" + strValue2 + "';";
string tmpdb = db.self_Made_Cmd(cmd);
dataGridView1.Rows.Clear();
string[] data = tmpdb.Split('|');
string[] result = { "", "", "", "", "",
"", "", "", "", "",
"", "", "", "", "",
"", "", "", "", "",
"" };
for (int a = 0; a < data.Length; a++)
{
if (a % 21 == 0) { result[0] = data[a]; } // idx
if (a % 21 == 1) { result[1] = data[a]; } // 거래처명
if (a % 21 == 2) { result[2] = data[a]; } // 구분
if (a % 21 == 3) { result[3] = data[a]; } // 대표자명
if (a % 21 == 4) { result[4] = data[a]; } // 등록번호
if (a % 21 == 5) { result[5] = data[a]; } // 업태
if (a % 21 == 6) { result[6] = data[a]; } // 종목
if (a % 21 == 7) { result[7] = data[a]; } // 전화번호
if (a % 21 == 8) { result[8] = data[a]; } // 팩스
if (a % 21 == 9) { result[9] = data[a]; } // 메일
if (a % 21 == 10) { result[10] = data[a]; } // 담당자정보1
if (a % 21 == 11) { result[10] += " | " + data[a]; } // 담당자정보2
if (a % 21 == 12) { result[11] = data[a]; } // 담당직원
if (a % 21 == 13) { result[12] = data[a]; } // 우편번호
if (a % 21 == 14) { result[13] = data[a]; } // 주소
if (a % 21 == 15) { result[14] = data[a]; } // 아이디
if (a % 21 == 16) { result[15] = data[a]; } // 비밀번호
if (a % 21 == 17) { result[16] = data[a]; } // 용지칸수
if (a % 21 == 18) { result[17] = data[a]; } // 띠라벨
if (a % 21 == 19) { result[18] = data[a]; } // 사용프로그램
if (a % 21 == 20) { result[19] = data[a]; dataGridView1.Rows.Add(result); } // 비고
}
}
bool marc_lookup = false;
private void btn_marc_expand_Click(object sender, EventArgs e)
{
if(marc_lookup == false)
{
btn_marc_expand.Text = "마크 확장 >>";
marc_lookup = true;
}
else
{
btn_marc_expand.Text = "마크 확장 <<";
marc_lookup = false;
}
marcLabel.Visible = marc_lookup;
gearLabel.Visible = marc_lookup;
marcGrid.Visible = marc_lookup;
gearGrid.Visible = marc_lookup;
tb_marcEmpty.Visible = marc_lookup;
tb_marcSave.Visible = marc_lookup;
tb_gearEmpty.Visible = marc_lookup;
}
}
}

View File

@@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="idx.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="sangho.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="gubun.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="boss.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="bubin.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="uptae.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="jongmok.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="tel.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="fax.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="mail.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="man.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="assumer.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="post_num.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="addr.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="DLSid.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="DLSpw.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="division.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="label.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="program.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="bigo.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

View File

@@ -0,0 +1,830 @@
namespace WindowsFormsApp1.Home
{
partial class User_Infor
{
/// <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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.panel8 = new System.Windows.Forms.Panel();
this.label8 = new System.Windows.Forms.Label();
this.panel9 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.panel12 = new System.Windows.Forms.Panel();
this.tb_boss = new System.Windows.Forms.TextBox();
this.tb_email_pw = new System.Windows.Forms.TextBox();
this.tb_email_id = new System.Windows.Forms.TextBox();
this.tb_bank_comp = new System.Windows.Forms.TextBox();
this.tb_port = new System.Windows.Forms.TextBox();
this.tb_smtp = new System.Windows.Forms.TextBox();
this.tb_bank_no = new System.Windows.Forms.TextBox();
this.tb_fax = new System.Windows.Forms.TextBox();
this.tb_tel = new System.Windows.Forms.TextBox();
this.tb_barea = new System.Windows.Forms.TextBox();
this.tb_email = new System.Windows.Forms.TextBox();
this.tb_addr = new System.Windows.Forms.TextBox();
this.tb_zip = new System.Windows.Forms.TextBox();
this.tb_jongmok = new System.Windows.Forms.TextBox();
this.tb_uptae = new System.Windows.Forms.TextBox();
this.tb_cobin = new System.Windows.Forms.TextBox();
this.tb_bubin = new System.Windows.Forms.TextBox();
this.tb_sangho = new System.Windows.Forms.TextBox();
this.panel19 = new System.Windows.Forms.Panel();
this.label18 = new System.Windows.Forms.Label();
this.panel18 = new System.Windows.Forms.Panel();
this.label17 = new System.Windows.Forms.Label();
this.panel11 = new System.Windows.Forms.Panel();
this.label21 = new System.Windows.Forms.Label();
this.panel10 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.panel17 = new System.Windows.Forms.Panel();
this.label16 = new System.Windows.Forms.Label();
this.panel13 = new System.Windows.Forms.Panel();
this.label12 = new System.Windows.Forms.Label();
this.panel15 = new System.Windows.Forms.Panel();
this.label14 = new System.Windows.Forms.Label();
this.panel14 = new System.Windows.Forms.Panel();
this.label13 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.btn_save = new System.Windows.Forms.Button();
this.btn_close = new System.Windows.Forms.Button();
this.label15 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.cb_print = new System.Windows.Forms.ComboBox();
this.cb_statement = new System.Windows.Forms.ComboBox();
this.label20 = new System.Windows.Forms.Label();
this.cb_kind = new System.Windows.Forms.ComboBox();
this.btn_mailtest = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
this.panel7.SuspendLayout();
this.panel8.SuspendLayout();
this.panel9.SuspendLayout();
this.panel12.SuspendLayout();
this.panel19.SuspendLayout();
this.panel18.SuspendLayout();
this.panel11.SuspendLayout();
this.panel10.SuspendLayout();
this.panel17.SuspendLayout();
this.panel13.SuspendLayout();
this.panel15.SuspendLayout();
this.panel14.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(-1, 26);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(59, 28);
this.panel1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(2, 7);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "등록번호";
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.label2);
this.panel2.Location = new System.Drawing.Point(-1, -1);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(59, 28);
this.panel2.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(2, 6);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "상 호";
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.label3);
this.panel3.Location = new System.Drawing.Point(-1, 80);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(59, 28);
this.panel3.TabIndex = 0;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(2, 7);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "회사주소";
//
// panel4
//
this.panel4.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.label4);
this.panel4.Location = new System.Drawing.Point(-1, 53);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(59, 28);
this.panel4.TabIndex = 0;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(2, 8);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.Text = "업 태";
//
// panel5
//
this.panel5.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel5.Controls.Add(this.label5);
this.panel5.Location = new System.Drawing.Point(-1, 134);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(59, 28);
this.panel5.TabIndex = 0;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(4, 7);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(49, 12);
this.label5.TabIndex = 0;
this.label5.Text = "은 행 명";
//
// panel6
//
this.panel6.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel6.Controls.Add(this.label6);
this.panel6.Location = new System.Drawing.Point(-1, 107);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(59, 28);
this.panel6.TabIndex = 0;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(2, 8);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "전화번호";
//
// panel7
//
this.panel7.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel7.Controls.Add(this.label7);
this.panel7.Location = new System.Drawing.Point(-1, 188);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(59, 28);
this.panel7.TabIndex = 0;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(2, 7);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(52, 12);
this.label7.TabIndex = 0;
this.label7.Text = "S M T P";
//
// panel8
//
this.panel8.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel8.Controls.Add(this.label8);
this.panel8.Location = new System.Drawing.Point(-1, 161);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(59, 28);
this.panel8.TabIndex = 0;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(4, 8);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(49, 12);
this.label8.TabIndex = 0;
this.label8.Text = "이 메 일";
//
// panel9
//
this.panel9.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel9.Controls.Add(this.label9);
this.panel9.Location = new System.Drawing.Point(-1, 215);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(59, 28);
this.panel9.TabIndex = 0;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(0, 7);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(56, 12);
this.label9.TabIndex = 0;
this.label9.Text = "이메일I.D";
//
// panel12
//
this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel12.Controls.Add(this.tb_boss);
this.panel12.Controls.Add(this.tb_email_pw);
this.panel12.Controls.Add(this.tb_email_id);
this.panel12.Controls.Add(this.tb_bank_comp);
this.panel12.Controls.Add(this.tb_port);
this.panel12.Controls.Add(this.tb_smtp);
this.panel12.Controls.Add(this.tb_bank_no);
this.panel12.Controls.Add(this.tb_fax);
this.panel12.Controls.Add(this.tb_tel);
this.panel12.Controls.Add(this.tb_barea);
this.panel12.Controls.Add(this.tb_email);
this.panel12.Controls.Add(this.tb_addr);
this.panel12.Controls.Add(this.tb_zip);
this.panel12.Controls.Add(this.tb_jongmok);
this.panel12.Controls.Add(this.tb_uptae);
this.panel12.Controls.Add(this.tb_cobin);
this.panel12.Controls.Add(this.tb_bubin);
this.panel12.Controls.Add(this.tb_sangho);
this.panel12.Controls.Add(this.panel2);
this.panel12.Controls.Add(this.panel19);
this.panel12.Controls.Add(this.panel18);
this.panel12.Controls.Add(this.panel1);
this.panel12.Controls.Add(this.panel11);
this.panel12.Controls.Add(this.panel10);
this.panel12.Controls.Add(this.panel8);
this.panel12.Controls.Add(this.panel17);
this.panel12.Controls.Add(this.panel3);
this.panel12.Controls.Add(this.panel9);
this.panel12.Controls.Add(this.panel4);
this.panel12.Controls.Add(this.panel13);
this.panel12.Controls.Add(this.panel7);
this.panel12.Controls.Add(this.panel15);
this.panel12.Controls.Add(this.panel5);
this.panel12.Controls.Add(this.panel14);
this.panel12.Controls.Add(this.panel6);
this.panel12.Location = new System.Drawing.Point(14, 40);
this.panel12.Name = "panel12";
this.panel12.Size = new System.Drawing.Size(450, 244);
this.panel12.TabIndex = 4;
//
// tb_boss
//
this.tb_boss.Location = new System.Drawing.Point(289, 3);
this.tb_boss.Name = "tb_boss";
this.tb_boss.Size = new System.Drawing.Size(150, 21);
this.tb_boss.TabIndex = 0;
//
// tb_email_pw
//
this.tb_email_pw.Location = new System.Drawing.Point(289, 218);
this.tb_email_pw.Name = "tb_email_pw";
this.tb_email_pw.PasswordChar = '*';
this.tb_email_pw.Size = new System.Drawing.Size(150, 21);
this.tb_email_pw.TabIndex = 0;
//
// tb_email_id
//
this.tb_email_id.Location = new System.Drawing.Point(64, 218);
this.tb_email_id.Name = "tb_email_id";
this.tb_email_id.Size = new System.Drawing.Size(150, 21);
this.tb_email_id.TabIndex = 0;
//
// tb_bank_comp
//
this.tb_bank_comp.Location = new System.Drawing.Point(64, 137);
this.tb_bank_comp.Name = "tb_bank_comp";
this.tb_bank_comp.Size = new System.Drawing.Size(150, 21);
this.tb_bank_comp.TabIndex = 0;
//
// tb_port
//
this.tb_port.Location = new System.Drawing.Point(289, 191);
this.tb_port.Name = "tb_port";
this.tb_port.Size = new System.Drawing.Size(150, 21);
this.tb_port.TabIndex = 0;
this.tb_port.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_port_KeyPress);
//
// tb_smtp
//
this.tb_smtp.Location = new System.Drawing.Point(64, 191);
this.tb_smtp.Name = "tb_smtp";
this.tb_smtp.Size = new System.Drawing.Size(150, 21);
this.tb_smtp.TabIndex = 0;
//
// tb_bank_no
//
this.tb_bank_no.Location = new System.Drawing.Point(289, 137);
this.tb_bank_no.Name = "tb_bank_no";
this.tb_bank_no.Size = new System.Drawing.Size(150, 21);
this.tb_bank_no.TabIndex = 0;
//
// tb_fax
//
this.tb_fax.Location = new System.Drawing.Point(289, 110);
this.tb_fax.Name = "tb_fax";
this.tb_fax.Size = new System.Drawing.Size(150, 21);
this.tb_fax.TabIndex = 0;
//
// tb_tel
//
this.tb_tel.Location = new System.Drawing.Point(64, 110);
this.tb_tel.Name = "tb_tel";
this.tb_tel.Size = new System.Drawing.Size(150, 21);
this.tb_tel.TabIndex = 0;
//
// tb_barea
//
this.tb_barea.Location = new System.Drawing.Point(289, 164);
this.tb_barea.Name = "tb_barea";
this.tb_barea.Size = new System.Drawing.Size(150, 21);
this.tb_barea.TabIndex = 0;
//
// tb_email
//
this.tb_email.Location = new System.Drawing.Point(64, 164);
this.tb_email.Name = "tb_email";
this.tb_email.Size = new System.Drawing.Size(150, 21);
this.tb_email.TabIndex = 0;
//
// tb_addr
//
this.tb_addr.Location = new System.Drawing.Point(115, 83);
this.tb_addr.Name = "tb_addr";
this.tb_addr.Size = new System.Drawing.Size(324, 21);
this.tb_addr.TabIndex = 0;
//
// tb_zip
//
this.tb_zip.Location = new System.Drawing.Point(64, 83);
this.tb_zip.Name = "tb_zip";
this.tb_zip.Size = new System.Drawing.Size(45, 21);
this.tb_zip.TabIndex = 0;
this.tb_zip.Text = " -";
//
// tb_jongmok
//
this.tb_jongmok.Location = new System.Drawing.Point(289, 57);
this.tb_jongmok.Name = "tb_jongmok";
this.tb_jongmok.Size = new System.Drawing.Size(150, 21);
this.tb_jongmok.TabIndex = 0;
//
// tb_uptae
//
this.tb_uptae.Location = new System.Drawing.Point(64, 57);
this.tb_uptae.Name = "tb_uptae";
this.tb_uptae.Size = new System.Drawing.Size(150, 21);
this.tb_uptae.TabIndex = 0;
//
// tb_cobin
//
this.tb_cobin.Location = new System.Drawing.Point(289, 30);
this.tb_cobin.Name = "tb_cobin";
this.tb_cobin.Size = new System.Drawing.Size(150, 21);
this.tb_cobin.TabIndex = 0;
//
// tb_bubin
//
this.tb_bubin.Location = new System.Drawing.Point(64, 30);
this.tb_bubin.Name = "tb_bubin";
this.tb_bubin.Size = new System.Drawing.Size(150, 21);
this.tb_bubin.TabIndex = 0;
//
// tb_sangho
//
this.tb_sangho.Enabled = false;
this.tb_sangho.Location = new System.Drawing.Point(64, 3);
this.tb_sangho.Name = "tb_sangho";
this.tb_sangho.Size = new System.Drawing.Size(150, 21);
this.tb_sangho.TabIndex = 0;
//
// panel19
//
this.panel19.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel19.Controls.Add(this.label18);
this.panel19.Location = new System.Drawing.Point(223, -1);
this.panel19.Name = "panel19";
this.panel19.Size = new System.Drawing.Size(59, 28);
this.panel19.TabIndex = 0;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(2, 6);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(53, 12);
this.label18.TabIndex = 0;
this.label18.Text = "대표자명";
//
// panel18
//
this.panel18.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel18.Controls.Add(this.label17);
this.panel18.Location = new System.Drawing.Point(223, 26);
this.panel18.Name = "panel18";
this.panel18.Size = new System.Drawing.Size(59, 28);
this.panel18.TabIndex = 0;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(2, 7);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(53, 12);
this.label17.TabIndex = 0;
this.label17.Text = "법인번호";
//
// panel11
//
this.panel11.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel11.Controls.Add(this.label21);
this.panel11.Location = new System.Drawing.Point(223, 134);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(59, 28);
this.panel11.TabIndex = 0;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(2, 8);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(53, 12);
this.label21.TabIndex = 0;
this.label21.Text = "계좌번호";
//
// panel10
//
this.panel10.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel10.Controls.Add(this.label10);
this.panel10.Location = new System.Drawing.Point(223, 107);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(59, 28);
this.panel10.TabIndex = 0;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(2, 8);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 0;
this.label10.Text = "팩스번호";
//
// panel17
//
this.panel17.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel17.Controls.Add(this.label16);
this.panel17.Location = new System.Drawing.Point(223, 161);
this.panel17.Name = "panel17";
this.panel17.Size = new System.Drawing.Size(59, 28);
this.panel17.TabIndex = 0;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(4, 8);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(49, 12);
this.label16.TabIndex = 0;
this.label16.Text = "발 송 처";
//
// panel13
//
this.panel13.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel13.Controls.Add(this.label12);
this.panel13.Location = new System.Drawing.Point(223, 188);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(59, 28);
this.panel13.TabIndex = 0;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(3, 7);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(50, 12);
this.label12.TabIndex = 0;
this.label12.Text = "P O R T";
//
// panel15
//
this.panel15.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel15.Controls.Add(this.label14);
this.panel15.Location = new System.Drawing.Point(223, 215);
this.panel15.Name = "panel15";
this.panel15.Size = new System.Drawing.Size(59, 28);
this.panel15.TabIndex = 0;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(-1, 7);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(59, 12);
this.label14.TabIndex = 0;
this.label14.Text = "이메일PW";
//
// panel14
//
this.panel14.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.panel14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel14.Controls.Add(this.label13);
this.panel14.Location = new System.Drawing.Point(223, 53);
this.panel14.Name = "panel14";
this.panel14.Size = new System.Drawing.Size(59, 28);
this.panel14.TabIndex = 0;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(2, 8);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 0;
this.label13.Text = "종 목";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label11.Location = new System.Drawing.Point(17, 13);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(93, 16);
this.label11.TabIndex = 0;
this.label11.Text = "사업자정보";
//
// btn_save
//
this.btn_save.Location = new System.Drawing.Point(340, 9);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(59, 25);
this.btn_save.TabIndex = 5;
this.btn_save.Text = "저 장";
this.btn_save.UseVisualStyleBackColor = true;
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
//
// btn_close
//
this.btn_close.Location = new System.Drawing.Point(405, 9);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(59, 25);
this.btn_close.TabIndex = 5;
this.btn_close.Text = "닫 기";
this.btn_close.UseVisualStyleBackColor = true;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(4, 294);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(85, 12);
this.label15.TabIndex = 0;
this.label15.Text = "띠지 출력 방식";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(4, 318);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(89, 12);
this.label19.TabIndex = 0;
this.label19.Text = "거래명세서양식";
//
// cb_print
//
this.cb_print.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_print.FormattingEnabled = true;
this.cb_print.Location = new System.Drawing.Point(95, 290);
this.cb_print.Name = "cb_print";
this.cb_print.Size = new System.Drawing.Size(135, 20);
this.cb_print.TabIndex = 6;
//
// cb_statement
//
this.cb_statement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_statement.FormattingEnabled = true;
this.cb_statement.Location = new System.Drawing.Point(95, 314);
this.cb_statement.Name = "cb_statement";
this.cb_statement.Size = new System.Drawing.Size(135, 20);
this.cb_statement.TabIndex = 6;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(239, 294);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(57, 12);
this.label20.TabIndex = 0;
this.label20.Text = "띠지 종류";
//
// cb_kind
//
this.cb_kind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_kind.FormattingEnabled = true;
this.cb_kind.Location = new System.Drawing.Point(305, 290);
this.cb_kind.Name = "cb_kind";
this.cb_kind.Size = new System.Drawing.Size(150, 20);
this.cb_kind.TabIndex = 6;
//
// btn_mailtest
//
this.btn_mailtest.Location = new System.Drawing.Point(356, 316);
this.btn_mailtest.Name = "btn_mailtest";
this.btn_mailtest.Size = new System.Drawing.Size(98, 25);
this.btn_mailtest.TabIndex = 5;
this.btn_mailtest.Text = "메일전송테스트";
this.btn_mailtest.UseVisualStyleBackColor = true;
this.btn_mailtest.Click += new System.EventHandler(this.btn_mailtest_Click);
//
// User_Infor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(477, 348);
this.Controls.Add(this.cb_statement);
this.Controls.Add(this.cb_kind);
this.Controls.Add(this.cb_print);
this.Controls.Add(this.label19);
this.Controls.Add(this.label20);
this.Controls.Add(this.label15);
this.Controls.Add(this.btn_close);
this.Controls.Add(this.btn_mailtest);
this.Controls.Add(this.btn_save);
this.Controls.Add(this.label11);
this.Controls.Add(this.panel12);
this.Name = "User_Infor";
this.Text = "사업자 정보";
this.Load += new System.EventHandler(this.User_Infor_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.panel9.ResumeLayout(false);
this.panel9.PerformLayout();
this.panel12.ResumeLayout(false);
this.panel12.PerformLayout();
this.panel19.ResumeLayout(false);
this.panel19.PerformLayout();
this.panel18.ResumeLayout(false);
this.panel18.PerformLayout();
this.panel11.ResumeLayout(false);
this.panel11.PerformLayout();
this.panel10.ResumeLayout(false);
this.panel10.PerformLayout();
this.panel17.ResumeLayout(false);
this.panel17.PerformLayout();
this.panel13.ResumeLayout(false);
this.panel13.PerformLayout();
this.panel15.ResumeLayout(false);
this.panel15.PerformLayout();
this.panel14.ResumeLayout(false);
this.panel14.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.TextBox tb_boss;
private System.Windows.Forms.TextBox tb_email_pw;
private System.Windows.Forms.TextBox tb_email_id;
private System.Windows.Forms.TextBox tb_bank_comp;
private System.Windows.Forms.TextBox tb_port;
private System.Windows.Forms.TextBox tb_smtp;
private System.Windows.Forms.TextBox tb_fax;
private System.Windows.Forms.TextBox tb_tel;
private System.Windows.Forms.TextBox tb_barea;
private System.Windows.Forms.TextBox tb_email;
private System.Windows.Forms.TextBox tb_addr;
private System.Windows.Forms.TextBox tb_zip;
private System.Windows.Forms.TextBox tb_jongmok;
private System.Windows.Forms.TextBox tb_uptae;
private System.Windows.Forms.TextBox tb_cobin;
private System.Windows.Forms.TextBox tb_bubin;
private System.Windows.Forms.TextBox tb_sangho;
private System.Windows.Forms.Panel panel19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Panel panel18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Panel panel17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Panel panel13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Panel panel15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Panel panel14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button btn_save;
private System.Windows.Forms.Button btn_close;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.ComboBox cb_print;
private System.Windows.Forms.ComboBox cb_statement;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.ComboBox cb_kind;
private System.Windows.Forms.Button btn_mailtest;
private System.Windows.Forms.TextBox tb_bank_no;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Label label21;
}
}

View File

@@ -0,0 +1,106 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Home
{
public partial class User_Infor : Form
{
Helper_DB db = new Helper_DB();
Main main;
public User_Infor(Main _main)
{
InitializeComponent();
main = _main;
}
private void User_Infor_Load(object sender, EventArgs e)
{
db.DBcon();
string[] print = { "일반띠지출력", "입고수량만큼 띠지출력", "입고시 한부씩 입고처리" };
cb_print.Items.AddRange(print);
cb_print.SelectedIndex = 0;
string[] statement = { "세로", "가로" };
cb_statement.Items.AddRange(statement);
cb_statement.SelectedIndex = 0;
string[] kind = { "일반 방식", "정가위 출력", "폰트작게" };
cb_kind.Items.AddRange(kind);
cb_kind.SelectedIndex = 0;
string Area =
"`comp_name`, `boss`, `bubin`, `cobin`, `uptae`, " +
"`jongmok`, `zip`, `addr`, `tel`, `fax`, " +
"`bank_comp`, `bank_no`, `email`, `barea`, `smtp`, " +
"`port`, `email_ID`, `email_PW`, `print`, `statement`, `kind`";
string dbtmp = db.DB_Select_Search(Area, "Comp", "idx", main.com_idx);
string[] data = dbtmp.Split('|');
made_Form(data);
}
private void made_Form(string[] strValue)
{
tb_sangho.Text = strValue[0];
tb_boss.Text = strValue[1];
tb_bubin.Text = strValue[2];
tb_cobin.Text = strValue[3];
tb_uptae.Text = strValue[4];
tb_jongmok.Text = strValue[5];
tb_zip.Text = strValue[6];
tb_addr.Text = strValue[7];
tb_tel.Text = strValue[8];
tb_fax.Text = strValue[9];
tb_bank_comp.Text = strValue[10];
tb_bank_no.Text = strValue[11];
tb_email.Text = strValue[12];
tb_barea.Text = strValue[13];
tb_smtp.Text = strValue[14];
tb_port.Text = strValue[15];
tb_email_id.Text = strValue[16];
tb_email_pw.Text = strValue[17];
cb_print.SelectedIndex = Convert.ToInt32(strValue[18]);
cb_statement.SelectedIndex = Convert.ToInt32(strValue[19]);
cb_kind.SelectedIndex = Convert.ToInt32(strValue[20]);
}
private void btn_close_Click(object sender, EventArgs e)
{
Close();
}
private void btn_save_Click(object sender, EventArgs e)
{
string[] temp = {
tb_boss.Text, tb_bubin.Text, tb_cobin.Text, tb_uptae.Text, tb_jongmok.Text,
tb_zip.Text, tb_addr.Text, tb_tel.Text, tb_fax.Text, tb_bank_comp.Text,
tb_bank_no.Text, tb_email.Text, tb_barea.Text, tb_smtp.Text, tb_port.Text,
tb_email_id.Text, tb_email_pw.Text,
cb_print.SelectedIndex.ToString(),
cb_statement.SelectedIndex.ToString(),
cb_kind.SelectedIndex.ToString()};
string[] Area ={
"boss", "bubin", "cobin", "uptae", "jongmok",
"zip", "addr", "tel", "fax", "bank_comp",
"bank_no", "email", "barea", "smtp", "port",
"email_ID", "email_PW", "print", "statement", "kind"};
string[] search_col = { "idx", "comp_name" };
string[] search_name = { main.com_idx, tb_sangho.Text };
db.More_Update("Comp", Area, temp, search_col, search_name);
MessageBox.Show("저장되었습니다.");
}
private void tb_port_KeyPress(object sender, KeyPressEventArgs e)
{
if(!(char.IsDigit(e.KeyChar) || e.KeyChar == Convert.ToChar(Keys.Back))) {
e.Handled = true;
}
}
private void btn_mailtest_Click(object sender, EventArgs e)
{
Email mail = new Email();
mail.Send_Test_mail("글로리아북", tb_email.Text, "테스트 메일입니다", "테스트 메일입니다");
}
}
}

View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@@ -0,0 +1,299 @@
namespace WindowsFormsApp1.Home
{
partial class _Sub_Search_Form
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sangho = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gubun = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.boss = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bubin = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.uptae = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jongmok = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fax = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mail = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.man = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mantel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.assumer = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.post_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addr = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DLSid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DLSpw = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.division = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.program = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bigo = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idx,
this.sangho,
this.gubun,
this.boss,
this.bubin,
this.uptae,
this.jongmok,
this.tel,
this.fax,
this.mail,
this.man,
this.mantel,
this.assumer,
this.post_num,
this.addr,
this.DLSid,
this.DLSpw,
this.division,
this.label,
this.program,
this.bigo});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ControlDark;
dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.RowHeadersWidth = 21;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(898, 225);
this.dataGridView1.TabIndex = 42;
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
//
// idx
//
this.idx.HeaderText = "idx";
this.idx.Name = "idx";
this.idx.ReadOnly = true;
this.idx.Visible = false;
//
// sangho
//
this.sangho.HeaderText = "거래처명";
this.sangho.Name = "sangho";
this.sangho.ReadOnly = true;
this.sangho.Width = 150;
//
// gubun
//
this.gubun.HeaderText = "구분";
this.gubun.Name = "gubun";
this.gubun.ReadOnly = true;
this.gubun.Width = 80;
//
// boss
//
this.boss.HeaderText = "대표자명";
this.boss.Name = "boss";
this.boss.ReadOnly = true;
//
// bubin
//
this.bubin.HeaderText = "등록번호";
this.bubin.Name = "bubin";
this.bubin.ReadOnly = true;
this.bubin.Visible = false;
//
// uptae
//
this.uptae.HeaderText = "업태";
this.uptae.Name = "uptae";
this.uptae.ReadOnly = true;
this.uptae.Visible = false;
//
// jongmok
//
this.jongmok.HeaderText = "종목";
this.jongmok.Name = "jongmok";
this.jongmok.ReadOnly = true;
this.jongmok.Visible = false;
//
// tel
//
this.tel.HeaderText = "전화번호";
this.tel.Name = "tel";
this.tel.ReadOnly = true;
this.tel.Visible = false;
//
// fax
//
this.fax.HeaderText = "팩스";
this.fax.Name = "fax";
this.fax.ReadOnly = true;
this.fax.Visible = false;
//
// mail
//
this.mail.HeaderText = "메일";
this.mail.Name = "mail";
this.mail.ReadOnly = true;
this.mail.Visible = false;
//
// man
//
this.man.HeaderText = "담당자";
this.man.Name = "man";
this.man.ReadOnly = true;
//
// mantel
//
this.mantel.HeaderText = "담당자 정보";
this.mantel.Name = "mantel";
this.mantel.ReadOnly = true;
this.mantel.Width = 220;
//
// assumer
//
this.assumer.HeaderText = "담당직원";
this.assumer.Name = "assumer";
this.assumer.ReadOnly = true;
this.assumer.Visible = false;
//
// post_num
//
this.post_num.HeaderText = "우편번호";
this.post_num.Name = "post_num";
this.post_num.ReadOnly = true;
this.post_num.Visible = false;
//
// addr
//
this.addr.HeaderText = "주소";
this.addr.Name = "addr";
this.addr.ReadOnly = true;
this.addr.Width = 200;
//
// DLSid
//
this.DLSid.HeaderText = "아이디";
this.DLSid.Name = "DLSid";
this.DLSid.ReadOnly = true;
this.DLSid.Visible = false;
//
// DLSpw
//
this.DLSpw.HeaderText = "비밀번호";
this.DLSpw.Name = "DLSpw";
this.DLSpw.ReadOnly = true;
this.DLSpw.Visible = false;
//
// division
//
this.division.HeaderText = "용지칸수";
this.division.Name = "division";
this.division.ReadOnly = true;
this.division.Visible = false;
//
// label
//
this.label.HeaderText = "띠라벨";
this.label.Name = "label";
this.label.ReadOnly = true;
this.label.Visible = false;
//
// program
//
this.program.HeaderText = "사용프로그램";
this.program.Name = "program";
this.program.ReadOnly = true;
this.program.Visible = false;
//
// bigo
//
this.bigo.HeaderText = "비고";
this.bigo.Name = "bigo";
this.bigo.ReadOnly = true;
this.bigo.Visible = false;
//
// _Sub_Search_Form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(898, 225);
this.Controls.Add(this.dataGridView1);
this.Name = "_Sub_Search_Form";
this.Text = "_Sub_Search_Form";
this.Load += new System.EventHandler(this._Sub_Search_Form_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn sangho;
private System.Windows.Forms.DataGridViewTextBoxColumn gubun;
private System.Windows.Forms.DataGridViewTextBoxColumn boss;
private System.Windows.Forms.DataGridViewTextBoxColumn bubin;
private System.Windows.Forms.DataGridViewTextBoxColumn uptae;
private System.Windows.Forms.DataGridViewTextBoxColumn jongmok;
private System.Windows.Forms.DataGridViewTextBoxColumn tel;
private System.Windows.Forms.DataGridViewTextBoxColumn fax;
private System.Windows.Forms.DataGridViewTextBoxColumn mail;
private System.Windows.Forms.DataGridViewTextBoxColumn man;
private System.Windows.Forms.DataGridViewTextBoxColumn mantel;
private System.Windows.Forms.DataGridViewTextBoxColumn assumer;
private System.Windows.Forms.DataGridViewTextBoxColumn post_num;
private System.Windows.Forms.DataGridViewTextBoxColumn addr;
private System.Windows.Forms.DataGridViewTextBoxColumn DLSid;
private System.Windows.Forms.DataGridViewTextBoxColumn DLSpw;
private System.Windows.Forms.DataGridViewTextBoxColumn division;
private System.Windows.Forms.DataGridViewTextBoxColumn label;
private System.Windows.Forms.DataGridViewTextBoxColumn program;
private System.Windows.Forms.DataGridViewTextBoxColumn bigo;
}
}

View File

@@ -0,0 +1,114 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Home
{
public partial class _Sub_Search_Form : Form
{
Transaction_manage tran;
Helper_DB db = new Helper_DB();
int grididx=-333;
public _Sub_Search_Form(Transaction_manage _tran)
{
InitializeComponent();
tran = _tran;
}
private void _Sub_Search_Form_Load(object sender, EventArgs e)
{
db.DBcon();
string search = "`idx`, `c_sangho`, `c_gu`, `c_boss`, `c_bubin`, " +
"`c_uptae`, `c_jongmok`, `c_tel`, `c_fax`, `c_email`, " +
"`c_man`, `c_mantel`, `c_user`, `c_zip`, `c_addr`, " +
"`c_dlsID`, `c_dlsPW`, `c_division`, `c_label`, `c_program`, " +
"`c_etc`";
string dbtext = db.DB_Contains("Client", tran.compidx, "c_sangho", tran.tb_sangho.Text, search);
string[] dbtext1 = dbtext.Split('|');
string[] result = { "", "", "", "", "",
"", "", "", "", "",
"", "", "", "", "",
"", "", "", "", "",
"", "" };
for (int a = 0; a < dbtext1.Length; a++)
{
if (a % 21 == 0) { result[0] = dbtext1[a]; } // idx
if (a % 21 == 1) { result[1] = dbtext1[a]; } // 거래처명
if (a % 21 == 2) { result[2] = dbtext1[a]; } // 구분
if (a % 21 == 3) { result[3] = dbtext1[a]; } // 대표자명
if (a % 21 == 4) { result[4] = dbtext1[a]; } // 등록번호
if (a % 21 == 5) { result[5] = dbtext1[a]; } // 업태
if (a % 21 == 6) { result[6] = dbtext1[a]; } // 종목
if (a % 21 == 7) { result[7] = dbtext1[a]; } // 전화번호
if (a % 21 == 8) { result[8] = dbtext1[a]; } // 팩스
if (a % 21 == 9) { result[9] = dbtext1[a]; } // 메일
if (a % 21 == 10) { result[10] = dbtext1[a]; } // 담당자정보1
if (a % 21 == 11) { result[11] = dbtext1[a]; } // 담당자정보2
if (a % 21 == 12) { result[12] = dbtext1[a]; } // 담당직원
if (a % 21 == 13) { result[13] = dbtext1[a]; } // 우편번호
if (a % 21 == 14) { result[14] = dbtext1[a]; } // 주소
if (a % 21 == 15) { result[15] = dbtext1[a]; } // 아이디
if (a % 21 == 16) { result[16] = dbtext1[a]; } // 비밀번호
if (a % 21 == 17) { result[17] = dbtext1[a]; } // 용지칸수
if (a % 21 == 18) { result[18] = dbtext1[a]; } // 띠라벨
if (a % 21 == 19) { result[19] = dbtext1[a]; } // 사용프로그램
if (a % 21 == 20) { result[20] = dbtext1[a]; dataGridView1.Rows.Add(result); } // 비고
}
}
private void dataGridView1_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
{
tran.btn_add_Click(null, null);
if (grididx < 0) { grididx = e.RowIndex; }
tran.tb_sangho.Text = dataGridView1.Rows[grididx].Cells["sangho"].Value.ToString();
if(dataGridView1.Rows[grididx].Cells["gubun"].Value.ToString() == "서점") {
tran.cb_gubun2.SelectedItem = "서점";
}
if(dataGridView1.Rows[grididx].Cells["gubun"].Value.ToString() == "학교") {
tran.cb_gubun2.SelectedItem = "학교";
}
if(dataGridView1.Rows[grididx].Cells["gubun"].Value.ToString() == "도서관") {
tran.cb_gubun2.SelectedItem = "도서관";
}
if(dataGridView1.Rows[grididx].Cells["gubun"].Value.ToString() == "기타") {
tran.cb_gubun2.SelectedItem = "기타";
}
tran.tb_tel.Text = dataGridView1.Rows[grididx].Cells["tel"].Value.ToString();
tran.tb_fax.Text = dataGridView1.Rows[grididx].Cells["fax"].Value.ToString();
tran.tb_man.Text = dataGridView1.Rows[grididx].Cells["man"].Value.ToString();
tran.tb_man1.Text = dataGridView1.Rows[grididx].Cells["mantel"].Value.ToString();
tran.tb_addr.Text = dataGridView1.Rows[grididx].Cells["addr"].Value.ToString();
tran.rtb_etc.Text = dataGridView1.Rows[grididx].Cells["bigo"].Value.ToString();
tran.tb_boss.Text = dataGridView1.Rows[grididx].Cells["boss"].Value.ToString();
tran.tb_bubin.Text = dataGridView1.Rows[grididx].Cells["bubin"].Value.ToString();
tran.tb_division.Text = dataGridView1.Rows[grididx].Cells["division"].Value.ToString();
tran.tb_jongmok.Text = dataGridView1.Rows[grididx].Cells["jongmok"].Value.ToString();
tran.tb_label.Text = dataGridView1.Rows[grididx].Cells["label"].Value.ToString();
tran.tb_mail.Text = dataGridView1.Rows[grididx].Cells["mail"].Value.ToString();
tran.tb_program.Text = dataGridView1.Rows[grididx].Cells["program"].Value.ToString();
tran.tb_id.Text = dataGridView1.Rows[grididx].Cells["DLSid"].Value.ToString();
tran.tb_pw.Text = dataGridView1.Rows[grididx].Cells["DLSpw"].Value.ToString();
tran.tb_uptae.Text = dataGridView1.Rows[grididx].Cells["uptae"].Value.ToString();
tran.tb_zip.Text = dataGridView1.Rows[grididx].Cells["post_num"].Value.ToString();
tran.tb_user.Text = dataGridView1.Rows[grididx].Cells["assumer"].Value.ToString();
Close();
}
private void dataGridView1_KeyDown(object sender, KeyEventArgs e)
{
if(e.KeyCode == Keys.Enter)
{
grididx = dataGridView1.CurrentRow.Index;
dataGridView1_CellDoubleClick(null, null);
}
if(e.KeyCode == Keys.Escape)
{
Close();
}
}
}
}

View File

@@ -0,0 +1,183 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="idx.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="sangho.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="gubun.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="boss.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="bubin.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="uptae.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="jongmok.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="tel.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="fax.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="mail.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="man.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="mantel.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="assumer.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="post_num.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="addr.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="DLSid.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="DLSpw.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="division.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="label.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="program.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="bigo.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

View File

@@ -0,0 +1,60 @@
namespace WindowsFormsApp1.Home
{
partial class ledger_of_use
{
/// <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()
{
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(381, 219);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 1;
this.label1.Text = "홈_사용대장";
//
// ledger_of_use
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.label1);
this.Name = "ledger_of_use";
this.Text = "ledger_of_use";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
}
}

View File

@@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Home
{
public partial class ledger_of_use : Form
{
Main main;
public ledger_of_use(Main _main)
{
InitializeComponent();
main = _main;
}
}
}

View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@@ -0,0 +1,60 @@
namespace WindowsFormsApp1.Home
{
partial class memo
{
/// <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()
{
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.SuspendLayout();
//
// richTextBox1
//
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(669, 395);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// memo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(669, 395);
this.Controls.Add(this.richTextBox1);
this.Name = "memo";
this.Text = "메모장";
this.Load += new System.EventHandler(this.memo_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox richTextBox1;
}
}

View File

@@ -0,0 +1,25 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Home
{
public partial class memo : Form
{
public memo()
{
InitializeComponent();
}
private void memo_Load(object sender, EventArgs e)
{
this.TopMost = true;
}
}
}

View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@@ -0,0 +1,60 @@
namespace WindowsFormsApp1.Home
{
partial class pw_change
{
/// <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()
{
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(381, 219);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(99, 12);
this.label1.TabIndex = 1;
this.label1.Text = "홈_비밀번호 변경";
//
// pw_change
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.label1);
this.Name = "pw_change";
this.Text = "pw_change";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
}
}

View File

@@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Home
{
public partial class pw_change : Form
{
Main main;
public pw_change(Main _main)
{
InitializeComponent();
main = _main;
}
}
}

View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>