diff --git a/Project/Properties/AssemblyInfo.cs b/Project/Properties/AssemblyInfo.cs
index c798787..189837b 100644
--- a/Project/Properties/AssemblyInfo.cs
+++ b/Project/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
// 지정되도록 할 수 있습니다.
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("22.12.12.0950")]
-[assembly: AssemblyFileVersion("22.12.12.0950")]
+[assembly: AssemblyVersion("22.12.13.1400")]
+[assembly: AssemblyFileVersion("22.12.13.1400")]
diff --git a/SubProject/FPJ0000/DSComm.Designer.cs b/SubProject/FPJ0000/DSComm.Designer.cs
new file mode 100644
index 0000000..f6f00a5
--- /dev/null
+++ b/SubProject/FPJ0000/DSComm.Designer.cs
@@ -0,0 +1,807 @@
+//------------------------------------------------------------------------------
+//
+// 이 코드는 도구를 사용하여 생성되었습니다.
+// 런타임 버전:4.0.30319.42000
+//
+// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
+// 이러한 변경 내용이 손실됩니다.
+//
+//------------------------------------------------------------------------------
+
+#pragma warning disable 1591
+
+namespace FPJ0000 {
+
+
+ ///
+ ///Represents a strongly typed in-memory cache of data.
+ ///
+ [global::System.Serializable()]
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
+ [global::System.Xml.Serialization.XmlRootAttribute("DSComm")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
+ public partial class DSComm : global::System.Data.DataSet {
+
+ private UserListDataTable tableUserList;
+
+ private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public DSComm() {
+ this.BeginInit();
+ this.InitClass();
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ base.Relations.CollectionChanged += schemaChangedHandler;
+ this.EndInit();
+ this.InitExpressions();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected DSComm(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context, false) {
+ if ((this.IsBinarySerialized(info, context) == true)) {
+ this.InitVars(false);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ this.Tables.CollectionChanged += schemaChangedHandler1;
+ this.Relations.CollectionChanged += schemaChangedHandler1;
+ if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) {
+ this.InitExpressions();
+ }
+ return;
+ }
+ string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
+ if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ if ((ds.Tables["UserList"] != null)) {
+ base.Tables.Add(new UserListDataTable(ds.Tables["UserList"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ this.InitExpressions();
+ }
+ this.GetSerializationData(info, context);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ this.Relations.CollectionChanged += schemaChangedHandler;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public UserListDataTable UserList {
+ get {
+ return this.tableUserList;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ [global::System.ComponentModel.BrowsableAttribute(true)]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
+ public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
+ get {
+ return this._schemaSerializationMode;
+ }
+ set {
+ this._schemaSerializationMode = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataTableCollection Tables {
+ get {
+ return base.Tables;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataRelationCollection Relations {
+ get {
+ return base.Relations;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void InitializeDerivedDataSet() {
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public override global::System.Data.DataSet Clone() {
+ DSComm cln = ((DSComm)(base.Clone()));
+ cln.InitVars();
+ cln.InitExpressions();
+ cln.SchemaSerializationMode = this.SchemaSerializationMode;
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override bool ShouldSerializeTables() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override bool ShouldSerializeRelations() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
+ if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ this.Reset();
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXml(reader);
+ if ((ds.Tables["UserList"] != null)) {
+ base.Tables.Add(new UserListDataTable(ds.Tables["UserList"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXml(reader);
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
+ global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
+ this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
+ stream.Position = 0;
+ return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal void InitVars() {
+ this.InitVars(true);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal void InitVars(bool initTable) {
+ this.tableUserList = ((UserListDataTable)(base.Tables["UserList"]));
+ if ((initTable == true)) {
+ if ((this.tableUserList != null)) {
+ this.tableUserList.InitVars();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private void InitClass() {
+ this.DataSetName = "DSComm";
+ this.Prefix = "";
+ this.Namespace = "http://tempuri.org/DSComm.xsd";
+ this.EnforceConstraints = true;
+ this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+ this.tableUserList = new UserListDataTable(false);
+ base.Tables.Add(this.tableUserList);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private bool ShouldSerializeUserList() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
+ if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ DSComm ds = new DSComm();
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
+ any.Namespace = ds.Namespace;
+ sequence.Items.Add(any);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private void InitExpressions() {
+ this.UserList.IDNameColumn.Expression = "\'(\' + ID + \') \' + Name + \' \' + Description";
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public delegate void UserListRowChangeEventHandler(object sender, UserListRowChangeEvent e);
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class UserListDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnName;
+
+ private global::System.Data.DataColumn columnID;
+
+ private global::System.Data.DataColumn columnOutdate;
+
+ private global::System.Data.DataColumn columnIDName;
+
+ private global::System.Data.DataColumn columnDescription;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public UserListDataTable() :
+ this(false) {
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public UserListDataTable(bool initExpressions) {
+ this.TableName = "UserList";
+ this.BeginInit();
+ this.InitClass();
+ if ((initExpressions == true)) {
+ this.InitExpressions();
+ }
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal UserListDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected UserListDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn NameColumn {
+ get {
+ return this.columnName;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn IDColumn {
+ get {
+ return this.columnID;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn OutdateColumn {
+ get {
+ return this.columnOutdate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn IDNameColumn {
+ get {
+ return this.columnIDName;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn DescriptionColumn {
+ get {
+ return this.columnDescription;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
+ get {
+ return this.Rows.Count;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public UserListRow this[int index] {
+ get {
+ return ((UserListRow)(this.Rows[index]));
+ }
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public event UserListRowChangeEventHandler UserListRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public event UserListRowChangeEventHandler UserListRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public event UserListRowChangeEventHandler UserListRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public event UserListRowChangeEventHandler UserListRowDeleted;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void AddUserListRow(UserListRow row) {
+ this.Rows.Add(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public UserListRow AddUserListRow(string Name, string ID, string Outdate, string IDName, string Description) {
+ UserListRow rowUserListRow = ((UserListRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ Name,
+ ID,
+ Outdate,
+ IDName,
+ Description};
+ rowUserListRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowUserListRow);
+ return rowUserListRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public UserListRow AddUserListRow(string Name, string ID, string Outdate, string Description) {
+ UserListRow rowUserListRow = ((UserListRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ Name,
+ ID,
+ Outdate,
+ null,
+ Description};
+ rowUserListRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowUserListRow);
+ return rowUserListRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public UserListRow FindByID(string ID) {
+ return ((UserListRow)(this.Rows.Find(new object[] {
+ ID})));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public override global::System.Data.DataTable Clone() {
+ UserListDataTable cln = ((UserListDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new UserListDataTable();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal void InitVars() {
+ this.columnName = base.Columns["Name"];
+ this.columnID = base.Columns["ID"];
+ this.columnOutdate = base.Columns["Outdate"];
+ this.columnIDName = base.Columns["IDName"];
+ this.columnDescription = base.Columns["Description"];
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private void InitClass() {
+ this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnName);
+ this.columnID = new global::System.Data.DataColumn("ID", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnID);
+ this.columnOutdate = new global::System.Data.DataColumn("Outdate", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnOutdate);
+ this.columnIDName = new global::System.Data.DataColumn("IDName", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnIDName);
+ this.columnDescription = new global::System.Data.DataColumn("Description", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDescription);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnID}, true));
+ this.columnID.AllowDBNull = false;
+ this.columnID.Unique = true;
+ this.columnIDName.ReadOnly = true;
+ this.columnIDName.DefaultValue = ((string)(""));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public UserListRow NewUserListRow() {
+ return ((UserListRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new UserListRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(UserListRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ private void InitExpressions() {
+ this.IDNameColumn.Expression = "\'(\' + ID + \') \' + Name + \' \' + Description";
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.UserListRowChanged != null)) {
+ this.UserListRowChanged(this, new UserListRowChangeEvent(((UserListRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.UserListRowChanging != null)) {
+ this.UserListRowChanging(this, new UserListRowChangeEvent(((UserListRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.UserListRowDeleted != null)) {
+ this.UserListRowDeleted(this, new UserListRowChangeEvent(((UserListRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.UserListRowDeleting != null)) {
+ this.UserListRowDeleting(this, new UserListRowChangeEvent(((UserListRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void RemoveUserListRow(UserListRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ DSComm ds = new DSComm();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "UserListDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class UserListRow : global::System.Data.DataRow {
+
+ private UserListDataTable tableUserList;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ internal UserListRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tableUserList = ((UserListDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string Name {
+ get {
+ if (this.IsNameNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableUserList.NameColumn]));
+ }
+ }
+ set {
+ this[this.tableUserList.NameColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string ID {
+ get {
+ return ((string)(this[this.tableUserList.IDColumn]));
+ }
+ set {
+ this[this.tableUserList.IDColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string Outdate {
+ get {
+ if (this.IsOutdateNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableUserList.OutdateColumn]));
+ }
+ }
+ set {
+ this[this.tableUserList.OutdateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string IDName {
+ get {
+ try {
+ return ((string)(this[this.tableUserList.IDNameColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'UserList\' 테이블의 \'IDName\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableUserList.IDNameColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string Description {
+ get {
+ if (this.IsDescriptionNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableUserList.DescriptionColumn]));
+ }
+ }
+ set {
+ this[this.tableUserList.DescriptionColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsNameNull() {
+ return this.IsNull(this.tableUserList.NameColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetNameNull() {
+ this[this.tableUserList.NameColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsOutdateNull() {
+ return this.IsNull(this.tableUserList.OutdateColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetOutdateNull() {
+ this[this.tableUserList.OutdateColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsIDNameNull() {
+ return this.IsNull(this.tableUserList.IDNameColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetIDNameNull() {
+ this[this.tableUserList.IDNameColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsDescriptionNull() {
+ return this.IsNull(this.tableUserList.DescriptionColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetDescriptionNull() {
+ this[this.tableUserList.DescriptionColumn] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Row event argument class
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public class UserListRowChangeEvent : global::System.EventArgs {
+
+ private UserListRow eventRow;
+
+ private global::System.Data.DataRowAction eventAction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public UserListRowChangeEvent(UserListRow row, global::System.Data.DataRowAction action) {
+ this.eventRow = row;
+ this.eventAction = action;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public UserListRow Row {
+ get {
+ return this.eventRow;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataRowAction Action {
+ get {
+ return this.eventAction;
+ }
+ }
+ }
+ }
+}
+
+#pragma warning restore 1591
\ No newline at end of file
diff --git a/SubProject/FPJ0000/DSComm.xsc b/SubProject/FPJ0000/DSComm.xsc
new file mode 100644
index 0000000..551fc56
--- /dev/null
+++ b/SubProject/FPJ0000/DSComm.xsc
@@ -0,0 +1,9 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/SubProject/FPJ0000/DSComm.xsd b/SubProject/FPJ0000/DSComm.xsd
new file mode 100644
index 0000000..48f181f
--- /dev/null
+++ b/SubProject/FPJ0000/DSComm.xsd
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/SubProject/FPJ0000/DSComm.xss b/SubProject/FPJ0000/DSComm.xss
new file mode 100644
index 0000000..4286d1a
--- /dev/null
+++ b/SubProject/FPJ0000/DSComm.xss
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/SubProject/FPJ0000/FPJ0000.csproj b/SubProject/FPJ0000/FPJ0000.csproj
index a5aa740..476afb6 100644
--- a/SubProject/FPJ0000/FPJ0000.csproj
+++ b/SubProject/FPJ0000/FPJ0000.csproj
@@ -137,6 +137,11 @@
Model1.tt
+
+ True
+ True
+ DSComm.xsd
+
True
True
@@ -799,6 +804,17 @@
PreserveNewest
+
+ DSComm.xsd
+
+
+ Designer
+ MSDataSetGenerator
+ DSComm.Designer.cs
+
+
+ DSComm.xsd
+
DSEboard.xsd
diff --git a/SubProject/FPJ0000/Project/fProjectData.Designer.cs b/SubProject/FPJ0000/Project/fProjectData.Designer.cs
index 9e6b79f..1fd0e52 100644
--- a/SubProject/FPJ0000/Project/fProjectData.Designer.cs
+++ b/SubProject/FPJ0000/Project/fProjectData.Designer.cs
@@ -28,578 +28,601 @@
///
private void InitializeComponent()
{
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.Label nameLabel;
- System.Windows.Forms.Label reqstaffLabel;
- System.Windows.Forms.Label usermainLabel;
- System.Windows.Forms.Label usersubLabel;
- System.Windows.Forms.Label userManagerLabel;
- System.Windows.Forms.Label costoLabel;
- System.Windows.Forms.Label costnLabel;
- System.Windows.Forms.Label costeLabel;
- System.Windows.Forms.Label cntLabel;
- System.Windows.Forms.Label assetLabel;
- System.Windows.Forms.Label label1;
- System.Windows.Forms.Label label2;
- System.Windows.Forms.Label label3;
- System.Windows.Forms.Label label4;
- System.Windows.Forms.Label label6;
- System.Windows.Forms.Label label8;
- System.Windows.Forms.Label label9;
- System.Windows.Forms.Label label7;
- System.Windows.Forms.Label label10;
- System.Windows.Forms.Label label5;
- System.Windows.Forms.Label label11;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tbIdx = new System.Windows.Forms.TextBox();
- this.bs = new System.Windows.Forms.BindingSource(this.components);
- this.dsPRJ = new FPJ0000.dsPRJ();
- this.nameTextBox = new System.Windows.Forms.TextBox();
- this.reqstaffTextBox = new System.Windows.Forms.TextBox();
- this.tbSdate = new System.Windows.Forms.TextBox();
- this.tbEdate = new System.Windows.Forms.TextBox();
- this.usermainTextBox = new System.Windows.Forms.TextBox();
- this.usersubTextBox = new System.Windows.Forms.TextBox();
- this.userManagerTextBox = new System.Windows.Forms.TextBox();
- this.costoTextBox = new System.Windows.Forms.TextBox();
- this.costnTextBox = new System.Windows.Forms.TextBox();
- this.costeTextBox = new System.Windows.Forms.TextBox();
- this.cntTextBox = new System.Windows.Forms.TextBox();
- this.remark_reqTextBox = new System.Windows.Forms.TextBox();
- this.tbXdate = new System.Windows.Forms.TextBox();
- this.assetTextBox = new System.Windows.Forms.TextBox();
- this.bn = new System.Windows.Forms.BindingNavigator(this.components);
- this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
- this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
- this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.btSave = new System.Windows.Forms.ToolStripButton();
- this.btPart = new System.Windows.Forms.ToolStripButton();
- this.btIO = new System.Windows.Forms.ToolStripButton();
- this.btMailAddr = new System.Windows.Forms.ToolStripButton();
- this.btPath = new System.Windows.Forms.ToolStripButton();
- this.btSendMail = new System.Windows.Forms.ToolStripButton();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.bsHistWeek = new System.Windows.Forms.BindingSource(this.components);
- this.cmbProcess = new System.Windows.Forms.ComboBox();
- this.cmbState = new System.Windows.Forms.ComboBox();
- this.tbODate = new System.Windows.Forms.TextBox();
- this.panel7 = new System.Windows.Forms.Panel();
- this.cmbPart = new System.Windows.Forms.ComboBox();
- this.arLabel1 = new arCtl.arLabel();
- this.panel1 = new System.Windows.Forms.Panel();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.tbDue = new System.Windows.Forms.TextBox();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.linkLabel1 = new System.Windows.Forms.LinkLabel();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.tbPath = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.arLabel2 = new arCtl.arLabel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.arLabel3 = new arCtl.arLabel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.linkLabel5 = new System.Windows.Forms.LinkLabel();
- this.linkLabel4 = new System.Windows.Forms.LinkLabel();
- this.linkLabel3 = new System.Windows.Forms.LinkLabel();
- this.linkLabel2 = new System.Windows.Forms.LinkLabel();
- this.arLabel4 = new arCtl.arLabel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.arLabel5 = new arCtl.arLabel();
- this.arLabel6 = new arCtl.arLabel();
- this.arPanel1 = new arCtl.arPanel();
- this.arPanel2 = new arCtl.arPanel();
- this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
- this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
- this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
- this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
- this.btwADd = new System.Windows.Forms.ToolStripButton();
- this.btwEdit = new System.Windows.Forms.ToolStripButton();
- this.btwDel = new System.Windows.Forms.ToolStripButton();
- this.panel4 = new System.Windows.Forms.Panel();
- this.rtBef = new System.Windows.Forms.RichTextBox();
- this.arLabel8 = new arCtl.arLabel();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.panel8 = new System.Windows.Forms.Panel();
- this.rtDesc = new System.Windows.Forms.RichTextBox();
- this.arLabel11 = new arCtl.arLabel();
- this.arPanel3 = new arCtl.arPanel();
- this.rtBack = new System.Windows.Forms.RichTextBox();
- this.arLabel10 = new arCtl.arLabel();
- this.panel6 = new System.Windows.Forms.Panel();
- this.rtAft = new System.Windows.Forms.RichTextBox();
- this.arLabel9 = new arCtl.arLabel();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.tabControl2 = new System.Windows.Forms.TabControl();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.arPanel4 = new arCtl.arPanel();
- this.dataGridView2 = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bsHistDay = new System.Windows.Forms.BindingSource(this.components);
- this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
- this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.arLabel12 = new arCtl.arLabel();
- this.bsTodo = new System.Windows.Forms.BindingSource(this.components);
- this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
- this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
- this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
- this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
- this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
- nameLabel = new System.Windows.Forms.Label();
- reqstaffLabel = new System.Windows.Forms.Label();
- usermainLabel = new System.Windows.Forms.Label();
- usersubLabel = new System.Windows.Forms.Label();
- userManagerLabel = new System.Windows.Forms.Label();
- costoLabel = new System.Windows.Forms.Label();
- costnLabel = new System.Windows.Forms.Label();
- costeLabel = new System.Windows.Forms.Label();
- cntLabel = new System.Windows.Forms.Label();
- assetLabel = new System.Windows.Forms.Label();
- label1 = new System.Windows.Forms.Label();
- label2 = new System.Windows.Forms.Label();
- label3 = new System.Windows.Forms.Label();
- label4 = new System.Windows.Forms.Label();
- label6 = new System.Windows.Forms.Label();
- label8 = new System.Windows.Forms.Label();
- label9 = new System.Windows.Forms.Label();
- label7 = new System.Windows.Forms.Label();
- label10 = new System.Windows.Forms.Label();
- label5 = new System.Windows.Forms.Label();
- label11 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
- this.bn.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsHistWeek)).BeginInit();
- this.panel7.SuspendLayout();
- this.panel1.SuspendLayout();
- this.panel5.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.arPanel1.SuspendLayout();
- this.arPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
- this.bindingNavigator1.SuspendLayout();
- this.panel4.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.panel8.SuspendLayout();
- this.arPanel3.SuspendLayout();
- this.panel6.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabControl2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.tabPage4.SuspendLayout();
- this.arPanel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsHistDay)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
- this.bindingNavigator2.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bsTodo)).BeginInit();
- this.SuspendLayout();
- //
- // nameLabel
- //
- nameLabel.AutoSize = true;
- nameLabel.Location = new System.Drawing.Point(32, 34);
- nameLabel.Name = "nameLabel";
- nameLabel.Size = new System.Drawing.Size(53, 12);
- nameLabel.TabIndex = 0;
- nameLabel.Text = "프로젝트";
- //
- // reqstaffLabel
- //
- reqstaffLabel.AutoSize = true;
- reqstaffLabel.Location = new System.Drawing.Point(378, 36);
- reqstaffLabel.Name = "reqstaffLabel";
- reqstaffLabel.Size = new System.Drawing.Size(41, 12);
- reqstaffLabel.TabIndex = 8;
- reqstaffLabel.Text = "담당자";
- //
- // usermainLabel
- //
- usermainLabel.AutoSize = true;
- usermainLabel.Font = new System.Drawing.Font("맑은 고딕", 12F);
- usermainLabel.Location = new System.Drawing.Point(32, 66);
- usermainLabel.Name = "usermainLabel";
- usermainLabel.Size = new System.Drawing.Size(60, 21);
- usermainLabel.TabIndex = 24;
- usermainLabel.Text = "Design";
- //
- // usersubLabel
- //
- usersubLabel.AutoSize = true;
- usersubLabel.Font = new System.Drawing.Font("맑은 고딕", 12F);
- usersubLabel.Location = new System.Drawing.Point(52, 99);
- usersubLabel.Name = "usersubLabel";
- usersubLabel.Size = new System.Drawing.Size(40, 21);
- usersubLabel.TabIndex = 26;
- usersubLabel.Text = "S/W";
- //
- // userManagerLabel
- //
- userManagerLabel.AutoSize = true;
- userManagerLabel.Font = new System.Drawing.Font("맑은 고딕", 12F);
- userManagerLabel.Location = new System.Drawing.Point(9, 33);
- userManagerLabel.Name = "userManagerLabel";
- userManagerLabel.Size = new System.Drawing.Size(84, 21);
- userManagerLabel.TabIndex = 32;
- userManagerLabel.Text = "Champion";
- //
- // costoLabel
- //
- costoLabel.AutoSize = true;
- costoLabel.Location = new System.Drawing.Point(189, 36);
- costoLabel.Name = "costoLabel";
- costoLabel.Size = new System.Drawing.Size(66, 12);
- costoLabel.TabIndex = 40;
- costoLabel.Text = "- Input($K)";
- //
- // costnLabel
- //
- costnLabel.AutoSize = true;
- costnLabel.Location = new System.Drawing.Point(23, 36);
- costnLabel.Name = "costnLabel";
- costnLabel.Size = new System.Drawing.Size(62, 12);
- costnLabel.TabIndex = 42;
- costnLabel.Text = "Origin($K)";
- //
- // costeLabel
- //
- costeLabel.AutoSize = true;
- costeLabel.Location = new System.Drawing.Point(355, 36);
- costeLabel.Name = "costeLabel";
- costeLabel.Size = new System.Drawing.Size(70, 12);
- costeLabel.TabIndex = 44;
- costeLabel.Text = "= Effect($K)";
- //
- // cntLabel
- //
- cntLabel.AutoSize = true;
- cntLabel.Location = new System.Drawing.Point(56, 64);
- cntLabel.Name = "cntLabel";
- cntLabel.Size = new System.Drawing.Size(29, 12);
- cntLabel.TabIndex = 46;
- cntLabel.Text = "수량";
- //
- // assetLabel
- //
- assetLabel.AutoSize = true;
- assetLabel.Location = new System.Drawing.Point(24, 61);
- assetLabel.Name = "assetLabel";
- assetLabel.Size = new System.Drawing.Size(61, 12);
- assetLabel.TabIndex = 2;
- assetLabel.Text = "Asset No.";
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Location = new System.Drawing.Point(205, 36);
- label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label1.Name = "label1";
- label1.Size = new System.Drawing.Size(29, 12);
- label1.TabIndex = 67;
- label1.Text = "공정";
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Location = new System.Drawing.Point(377, 61);
- label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label2.Name = "label2";
- label2.Size = new System.Drawing.Size(29, 12);
- label2.TabIndex = 4;
- label2.Text = "상태";
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new System.Drawing.Point(382, 89);
- label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label3.Name = "label3";
- label3.Size = new System.Drawing.Size(24, 12);
- label3.TabIndex = 8;
- label3.Text = "IDX";
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Location = new System.Drawing.Point(56, 89);
- label4.Name = "label4";
- label4.Size = new System.Drawing.Size(29, 12);
- label4.TabIndex = 6;
- label4.Text = "비고";
- //
- // label6
- //
- label6.AutoSize = true;
- label6.Location = new System.Drawing.Point(56, 36);
- label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label6.Name = "label6";
- label6.Size = new System.Drawing.Size(29, 12);
- label6.TabIndex = 87;
- label6.Text = "파트";
- //
- // label8
- //
- label8.AutoSize = true;
- label8.Font = new System.Drawing.Font("맑은 고딕", 12F);
- label8.Location = new System.Drawing.Point(289, 66);
- label8.Name = "label8";
- label8.Size = new System.Drawing.Size(58, 21);
- label8.TabIndex = 87;
- label8.Text = "ePanel";
- //
- // label9
- //
- label9.AutoSize = true;
- label9.Location = new System.Drawing.Point(348, 118);
- label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label9.Name = "label9";
- label9.Size = new System.Drawing.Size(58, 12);
- label9.TabIndex = 12;
- label9.Text = "SCR/CF#";
- //
- // label7
- //
- label7.AutoSize = true;
- label7.Font = new System.Drawing.Font("맑은 고딕", 12F);
- label7.Location = new System.Drawing.Point(305, 99);
- label7.Name = "label7";
- label7.Size = new System.Drawing.Size(42, 21);
- label7.TabIndex = 89;
- label7.Text = "공정";
- //
- // label10
- //
- label10.AutoSize = true;
- label10.Location = new System.Drawing.Point(293, 144);
- label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label10.Name = "label10";
- label10.Size = new System.Drawing.Size(113, 12);
- label10.TabIndex = 90;
- label10.Text = "SCR/CF# Due Date";
- //
- // label5
- //
- label5.AutoSize = true;
- label5.Location = new System.Drawing.Point(39, 171);
- label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label5.Name = "label5";
- label5.Size = new System.Drawing.Size(46, 12);
- label5.TabIndex = 92;
- label5.Text = "Model#";
- //
- // label11
- //
- label11.AutoSize = true;
- label11.Location = new System.Drawing.Point(300, 172);
- label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label11.Name = "label11";
- label11.Size = new System.Drawing.Size(43, 12);
- label11.TabIndex = 94;
- label11.Text = "Serial#";
- //
- // tbIdx
- //
- this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
- this.tbIdx.Location = new System.Drawing.Point(413, 85);
- this.tbIdx.Name = "tbIdx";
- this.tbIdx.ReadOnly = true;
- this.tbIdx.Size = new System.Drawing.Size(127, 21);
- this.tbIdx.TabIndex = 9;
- this.tbIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // bs
- //
- this.bs.DataMember = "Projects";
- this.bs.DataSource = this.dsPRJ;
- this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged);
- //
- // dsPRJ
- //
- this.dsPRJ.DataSetName = "dsPRJ";
- this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // nameTextBox
- //
- this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "name", true));
- this.nameTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.nameTextBox.Location = new System.Drawing.Point(93, 30);
- this.nameTextBox.Name = "nameTextBox";
- this.nameTextBox.Size = new System.Drawing.Size(447, 21);
- this.nameTextBox.TabIndex = 1;
- //
- // reqstaffTextBox
- //
- this.reqstaffTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true));
- this.reqstaffTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.reqstaffTextBox.Location = new System.Drawing.Point(425, 32);
- this.reqstaffTextBox.Name = "reqstaffTextBox";
- this.reqstaffTextBox.Size = new System.Drawing.Size(113, 21);
- this.reqstaffTextBox.TabIndex = 9;
- //
- // tbSdate
- //
- this.tbSdate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true));
- this.tbSdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.tbSdate.Location = new System.Drawing.Point(93, 31);
- this.tbSdate.Name = "tbSdate";
- this.tbSdate.Size = new System.Drawing.Size(190, 21);
- this.tbSdate.TabIndex = 11;
- //
- // tbEdate
- //
- this.tbEdate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "edate", true));
- this.tbEdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.tbEdate.Location = new System.Drawing.Point(341, 58);
- this.tbEdate.Name = "tbEdate";
- this.tbEdate.Size = new System.Drawing.Size(190, 21);
- this.tbEdate.TabIndex = 13;
- //
- // usermainTextBox
- //
- this.usermainTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "usermain", true));
- this.usermainTextBox.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.usermainTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.usermainTextBox.Location = new System.Drawing.Point(98, 63);
- this.usermainTextBox.Name = "usermainTextBox";
- this.usermainTextBox.Size = new System.Drawing.Size(185, 29);
- this.usermainTextBox.TabIndex = 25;
- //
- // usersubTextBox
- //
- this.usersubTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "usersub", true));
- this.usersubTextBox.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.usersubTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.usersubTextBox.Location = new System.Drawing.Point(98, 96);
- this.usersubTextBox.Name = "usersubTextBox";
- this.usersubTextBox.Size = new System.Drawing.Size(185, 29);
- this.usersubTextBox.TabIndex = 27;
- //
- // userManagerTextBox
- //
- this.userManagerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userManager", true));
- this.userManagerTextBox.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.userManagerTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.userManagerTextBox.Location = new System.Drawing.Point(98, 30);
- this.userManagerTextBox.Name = "userManagerTextBox";
- this.userManagerTextBox.Size = new System.Drawing.Size(440, 29);
- this.userManagerTextBox.TabIndex = 33;
- //
- // costoTextBox
- //
- this.costoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "costn", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
- this.costoTextBox.Location = new System.Drawing.Point(261, 32);
- this.costoTextBox.Name = "costoTextBox";
- this.costoTextBox.Size = new System.Drawing.Size(88, 21);
- this.costoTextBox.TabIndex = 41;
- this.costoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // costnTextBox
- //
- this.costnTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "costo", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
- this.costnTextBox.Location = new System.Drawing.Point(93, 32);
- this.costnTextBox.Name = "costnTextBox";
- this.costnTextBox.Size = new System.Drawing.Size(88, 21);
- this.costnTextBox.TabIndex = 43;
- this.costnTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // costeTextBox
- //
- this.costeTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.costeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "coste", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
- this.costeTextBox.Location = new System.Drawing.Point(434, 32);
- this.costeTextBox.Name = "costeTextBox";
- this.costeTextBox.Size = new System.Drawing.Size(88, 21);
- this.costeTextBox.TabIndex = 45;
- this.costeTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // cntTextBox
- //
- this.cntTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cnt", true));
- this.cntTextBox.Location = new System.Drawing.Point(93, 59);
- this.cntTextBox.Name = "cntTextBox";
- this.cntTextBox.Size = new System.Drawing.Size(88, 21);
- this.cntTextBox.TabIndex = 47;
- this.cntTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // remark_reqTextBox
- //
- this.remark_reqTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.remark_reqTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "remark_req", true));
- this.remark_reqTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.remark_reqTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.remark_reqTextBox.Location = new System.Drawing.Point(1, 24);
- this.remark_reqTextBox.Multiline = true;
- this.remark_reqTextBox.Name = "remark_reqTextBox";
- this.remark_reqTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.remark_reqTextBox.Size = new System.Drawing.Size(485, 280);
- this.remark_reqTextBox.TabIndex = 49;
- //
- // tbXdate
- //
- this.tbXdate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "ddate", true));
- this.tbXdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.tbXdate.Location = new System.Drawing.Point(341, 31);
- this.tbXdate.Name = "tbXdate";
- this.tbXdate.Size = new System.Drawing.Size(190, 21);
- this.tbXdate.TabIndex = 53;
- //
- // assetTextBox
- //
- this.assetTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "asset", true));
- this.assetTextBox.Location = new System.Drawing.Point(93, 57);
- this.assetTextBox.Name = "assetTextBox";
- this.assetTextBox.Size = new System.Drawing.Size(252, 21);
- this.assetTextBox.TabIndex = 3;
- //
- // bn
- //
- this.bn.AddNewItem = null;
- this.bn.BindingSource = this.bs;
- this.bn.CountItem = this.bindingNavigatorCountItem;
- this.bn.DeleteItem = null;
- this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.components = new System.ComponentModel.Container();
+ System.Windows.Forms.Label nameLabel;
+ System.Windows.Forms.Label reqstaffLabel;
+ System.Windows.Forms.Label usermainLabel;
+ System.Windows.Forms.Label usersubLabel;
+ System.Windows.Forms.Label userManagerLabel;
+ System.Windows.Forms.Label costoLabel;
+ System.Windows.Forms.Label costnLabel;
+ System.Windows.Forms.Label costeLabel;
+ System.Windows.Forms.Label cntLabel;
+ System.Windows.Forms.Label assetLabel;
+ System.Windows.Forms.Label label1;
+ System.Windows.Forms.Label label2;
+ System.Windows.Forms.Label label3;
+ System.Windows.Forms.Label label4;
+ System.Windows.Forms.Label label6;
+ System.Windows.Forms.Label label8;
+ System.Windows.Forms.Label label9;
+ System.Windows.Forms.Label label7;
+ System.Windows.Forms.Label label10;
+ System.Windows.Forms.Label label5;
+ System.Windows.Forms.Label label11;
+ System.Windows.Forms.Label label12;
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
+ this.tbIdx = new System.Windows.Forms.TextBox();
+ this.bs = new System.Windows.Forms.BindingSource(this.components);
+ this.dsPRJ = new FPJ0000.dsPRJ();
+ this.nameTextBox = new System.Windows.Forms.TextBox();
+ this.reqstaffTextBox = new System.Windows.Forms.TextBox();
+ this.tbSdate = new System.Windows.Forms.TextBox();
+ this.tbEdate = new System.Windows.Forms.TextBox();
+ this.usermainTextBox = new System.Windows.Forms.TextBox();
+ this.usersubTextBox = new System.Windows.Forms.TextBox();
+ this.userManagerTextBox = new System.Windows.Forms.TextBox();
+ this.costoTextBox = new System.Windows.Forms.TextBox();
+ this.costnTextBox = new System.Windows.Forms.TextBox();
+ this.costeTextBox = new System.Windows.Forms.TextBox();
+ this.cntTextBox = new System.Windows.Forms.TextBox();
+ this.remark_reqTextBox = new System.Windows.Forms.TextBox();
+ this.tbXdate = new System.Windows.Forms.TextBox();
+ this.assetTextBox = new System.Windows.Forms.TextBox();
+ this.bn = new System.Windows.Forms.BindingNavigator(this.components);
+ this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
+ this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
+ this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
+ this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+ this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
+ this.btSave = new System.Windows.Forms.ToolStripButton();
+ this.btPart = new System.Windows.Forms.ToolStripButton();
+ this.btIO = new System.Windows.Forms.ToolStripButton();
+ this.btMailAddr = new System.Windows.Forms.ToolStripButton();
+ this.btPath = new System.Windows.Forms.ToolStripButton();
+ this.btSendMail = new System.Windows.Forms.ToolStripButton();
+ this.dataGridView1 = new System.Windows.Forms.DataGridView();
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
+ this.bsHistWeek = new System.Windows.Forms.BindingSource(this.components);
+ this.cmbProcess = new System.Windows.Forms.ComboBox();
+ this.cmbState = new System.Windows.Forms.ComboBox();
+ this.tbODate = new System.Windows.Forms.TextBox();
+ this.panel7 = new System.Windows.Forms.Panel();
+ this.cmbPart = new System.Windows.Forms.ComboBox();
+ this.arLabel1 = new arCtl.arLabel();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.textBox6 = new System.Windows.Forms.TextBox();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.tbDue = new System.Windows.Forms.TextBox();
+ this.checkBox2 = new System.Windows.Forms.CheckBox();
+ this.linkLabel1 = new System.Windows.Forms.LinkLabel();
+ this.textBox4 = new System.Windows.Forms.TextBox();
+ this.tbPath = new System.Windows.Forms.TextBox();
+ this.textBox2 = new System.Windows.Forms.TextBox();
+ this.arLabel2 = new arCtl.arLabel();
+ this.panel5 = new System.Windows.Forms.Panel();
+ this.cmbUser = new System.Windows.Forms.ComboBox();
+ this.userListBindingSource = new System.Windows.Forms.BindingSource(this.components);
+ this.dSComm = new FPJ0000.DSComm();
+ this.textBox5 = new System.Windows.Forms.TextBox();
+ this.textBox3 = new System.Windows.Forms.TextBox();
+ this.arLabel3 = new arCtl.arLabel();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.linkLabel8 = new System.Windows.Forms.LinkLabel();
+ this.textBox9 = new System.Windows.Forms.TextBox();
+ this.linkLabel7 = new System.Windows.Forms.LinkLabel();
+ this.textBox8 = new System.Windows.Forms.TextBox();
+ this.linkLabel6 = new System.Windows.Forms.LinkLabel();
+ this.textBox7 = new System.Windows.Forms.TextBox();
+ this.linkLabel5 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel4 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel3 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel2 = new System.Windows.Forms.LinkLabel();
+ this.arLabel4 = new arCtl.arLabel();
+ this.panel3 = new System.Windows.Forms.Panel();
+ this.arLabel5 = new arCtl.arLabel();
+ this.arLabel6 = new arCtl.arLabel();
+ this.arPanel1 = new arCtl.arPanel();
+ this.arPanel2 = new arCtl.arPanel();
+ this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
+ this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
+ this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
+ this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
+ this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
+ this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
+ this.btwADd = new System.Windows.Forms.ToolStripButton();
+ this.btwEdit = new System.Windows.Forms.ToolStripButton();
+ this.btwDel = new System.Windows.Forms.ToolStripButton();
+ this.panel4 = new System.Windows.Forms.Panel();
+ this.rtBef = new System.Windows.Forms.RichTextBox();
+ this.arLabel8 = new arCtl.arLabel();
+ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
+ this.panel8 = new System.Windows.Forms.Panel();
+ this.rtDesc = new System.Windows.Forms.RichTextBox();
+ this.arLabel11 = new arCtl.arLabel();
+ this.arPanel3 = new arCtl.arPanel();
+ this.rtBack = new System.Windows.Forms.RichTextBox();
+ this.arLabel10 = new arCtl.arLabel();
+ this.panel6 = new System.Windows.Forms.Panel();
+ this.rtAft = new System.Windows.Forms.RichTextBox();
+ this.arLabel9 = new arCtl.arLabel();
+ this.tabControl1 = new System.Windows.Forms.TabControl();
+ this.tabPage1 = new System.Windows.Forms.TabPage();
+ this.tabControl2 = new System.Windows.Forms.TabControl();
+ this.tabPage3 = new System.Windows.Forms.TabPage();
+ this.tabPage4 = new System.Windows.Forms.TabPage();
+ this.arPanel4 = new arCtl.arPanel();
+ this.dataGridView2 = new System.Windows.Forms.DataGridView();
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.bsHistDay = new System.Windows.Forms.BindingSource(this.components);
+ this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
+ this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
+ this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
+ this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+ this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
+ this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
+ this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
+ this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
+ this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
+ this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
+ this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
+ this.tabPage2 = new System.Windows.Forms.TabPage();
+ this.arLabel12 = new arCtl.arLabel();
+ this.bsTodo = new System.Windows.Forms.BindingSource(this.components);
+ this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
+ this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
+ this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
+ this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
+ this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
+ nameLabel = new System.Windows.Forms.Label();
+ reqstaffLabel = new System.Windows.Forms.Label();
+ usermainLabel = new System.Windows.Forms.Label();
+ usersubLabel = new System.Windows.Forms.Label();
+ userManagerLabel = new System.Windows.Forms.Label();
+ costoLabel = new System.Windows.Forms.Label();
+ costnLabel = new System.Windows.Forms.Label();
+ costeLabel = new System.Windows.Forms.Label();
+ cntLabel = new System.Windows.Forms.Label();
+ assetLabel = new System.Windows.Forms.Label();
+ label1 = new System.Windows.Forms.Label();
+ label2 = new System.Windows.Forms.Label();
+ label3 = new System.Windows.Forms.Label();
+ label4 = new System.Windows.Forms.Label();
+ label6 = new System.Windows.Forms.Label();
+ label8 = new System.Windows.Forms.Label();
+ label9 = new System.Windows.Forms.Label();
+ label7 = new System.Windows.Forms.Label();
+ label10 = new System.Windows.Forms.Label();
+ label5 = new System.Windows.Forms.Label();
+ label11 = new System.Windows.Forms.Label();
+ label12 = new System.Windows.Forms.Label();
+ ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
+ this.bn.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bsHistWeek)).BeginInit();
+ this.panel7.SuspendLayout();
+ this.panel1.SuspendLayout();
+ this.panel5.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.userListBindingSource)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dSComm)).BeginInit();
+ this.panel2.SuspendLayout();
+ this.panel3.SuspendLayout();
+ this.arPanel1.SuspendLayout();
+ this.arPanel2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
+ this.bindingNavigator1.SuspendLayout();
+ this.panel4.SuspendLayout();
+ this.tableLayoutPanel1.SuspendLayout();
+ this.panel8.SuspendLayout();
+ this.arPanel3.SuspendLayout();
+ this.panel6.SuspendLayout();
+ this.tabControl1.SuspendLayout();
+ this.tabPage1.SuspendLayout();
+ this.tabControl2.SuspendLayout();
+ this.tabPage3.SuspendLayout();
+ this.tabPage4.SuspendLayout();
+ this.arPanel4.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bsHistDay)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
+ this.bindingNavigator2.SuspendLayout();
+ this.tabPage2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.bsTodo)).BeginInit();
+ this.SuspendLayout();
+ //
+ // nameLabel
+ //
+ nameLabel.AutoSize = true;
+ nameLabel.Location = new System.Drawing.Point(32, 34);
+ nameLabel.Name = "nameLabel";
+ nameLabel.Size = new System.Drawing.Size(53, 12);
+ nameLabel.TabIndex = 0;
+ nameLabel.Text = "프로젝트";
+ //
+ // reqstaffLabel
+ //
+ reqstaffLabel.AutoSize = true;
+ reqstaffLabel.Location = new System.Drawing.Point(378, 36);
+ reqstaffLabel.Name = "reqstaffLabel";
+ reqstaffLabel.Size = new System.Drawing.Size(41, 12);
+ reqstaffLabel.TabIndex = 8;
+ reqstaffLabel.Text = "담당자";
+ //
+ // usermainLabel
+ //
+ usermainLabel.AutoSize = true;
+ usermainLabel.Font = new System.Drawing.Font("맑은 고딕", 12F);
+ usermainLabel.Location = new System.Drawing.Point(32, 66);
+ usermainLabel.Name = "usermainLabel";
+ usermainLabel.Size = new System.Drawing.Size(60, 21);
+ usermainLabel.TabIndex = 24;
+ usermainLabel.Text = "Design";
+ //
+ // usersubLabel
+ //
+ usersubLabel.AutoSize = true;
+ usersubLabel.Font = new System.Drawing.Font("맑은 고딕", 12F);
+ usersubLabel.Location = new System.Drawing.Point(52, 99);
+ usersubLabel.Name = "usersubLabel";
+ usersubLabel.Size = new System.Drawing.Size(40, 21);
+ usersubLabel.TabIndex = 26;
+ usersubLabel.Text = "S/W";
+ //
+ // userManagerLabel
+ //
+ userManagerLabel.AutoSize = true;
+ userManagerLabel.Font = new System.Drawing.Font("맑은 고딕", 12F);
+ userManagerLabel.Location = new System.Drawing.Point(9, 33);
+ userManagerLabel.Name = "userManagerLabel";
+ userManagerLabel.Size = new System.Drawing.Size(84, 21);
+ userManagerLabel.TabIndex = 32;
+ userManagerLabel.Text = "Champion";
+ //
+ // costoLabel
+ //
+ costoLabel.AutoSize = true;
+ costoLabel.Location = new System.Drawing.Point(189, 36);
+ costoLabel.Name = "costoLabel";
+ costoLabel.Size = new System.Drawing.Size(66, 12);
+ costoLabel.TabIndex = 40;
+ costoLabel.Text = "- Input($K)";
+ //
+ // costnLabel
+ //
+ costnLabel.AutoSize = true;
+ costnLabel.Location = new System.Drawing.Point(23, 36);
+ costnLabel.Name = "costnLabel";
+ costnLabel.Size = new System.Drawing.Size(62, 12);
+ costnLabel.TabIndex = 42;
+ costnLabel.Text = "Origin($K)";
+ //
+ // costeLabel
+ //
+ costeLabel.AutoSize = true;
+ costeLabel.Location = new System.Drawing.Point(355, 36);
+ costeLabel.Name = "costeLabel";
+ costeLabel.Size = new System.Drawing.Size(70, 12);
+ costeLabel.TabIndex = 44;
+ costeLabel.Text = "= Effect($K)";
+ //
+ // cntLabel
+ //
+ cntLabel.AutoSize = true;
+ cntLabel.Location = new System.Drawing.Point(56, 64);
+ cntLabel.Name = "cntLabel";
+ cntLabel.Size = new System.Drawing.Size(29, 12);
+ cntLabel.TabIndex = 46;
+ cntLabel.Text = "수량";
+ //
+ // assetLabel
+ //
+ assetLabel.AutoSize = true;
+ assetLabel.Location = new System.Drawing.Point(24, 61);
+ assetLabel.Name = "assetLabel";
+ assetLabel.Size = new System.Drawing.Size(61, 12);
+ assetLabel.TabIndex = 2;
+ assetLabel.Text = "Asset No.";
+ //
+ // label1
+ //
+ label1.AutoSize = true;
+ label1.Location = new System.Drawing.Point(205, 36);
+ label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label1.Name = "label1";
+ label1.Size = new System.Drawing.Size(29, 12);
+ label1.TabIndex = 67;
+ label1.Text = "공정";
+ //
+ // label2
+ //
+ label2.AutoSize = true;
+ label2.Location = new System.Drawing.Point(377, 61);
+ label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label2.Name = "label2";
+ label2.Size = new System.Drawing.Size(29, 12);
+ label2.TabIndex = 4;
+ label2.Text = "상태";
+ //
+ // label3
+ //
+ label3.AutoSize = true;
+ label3.Location = new System.Drawing.Point(382, 89);
+ label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label3.Name = "label3";
+ label3.Size = new System.Drawing.Size(24, 12);
+ label3.TabIndex = 8;
+ label3.Text = "IDX";
+ //
+ // label4
+ //
+ label4.AutoSize = true;
+ label4.Location = new System.Drawing.Point(56, 89);
+ label4.Name = "label4";
+ label4.Size = new System.Drawing.Size(29, 12);
+ label4.TabIndex = 6;
+ label4.Text = "비고";
+ //
+ // label6
+ //
+ label6.AutoSize = true;
+ label6.Location = new System.Drawing.Point(56, 36);
+ label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label6.Name = "label6";
+ label6.Size = new System.Drawing.Size(29, 12);
+ label6.TabIndex = 87;
+ label6.Text = "파트";
+ //
+ // label8
+ //
+ label8.AutoSize = true;
+ label8.Font = new System.Drawing.Font("맑은 고딕", 12F);
+ label8.Location = new System.Drawing.Point(289, 66);
+ label8.Name = "label8";
+ label8.Size = new System.Drawing.Size(58, 21);
+ label8.TabIndex = 87;
+ label8.Text = "ePanel";
+ //
+ // label9
+ //
+ label9.AutoSize = true;
+ label9.Location = new System.Drawing.Point(348, 118);
+ label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label9.Name = "label9";
+ label9.Size = new System.Drawing.Size(58, 12);
+ label9.TabIndex = 12;
+ label9.Text = "SCR/CF#";
+ //
+ // label7
+ //
+ label7.AutoSize = true;
+ label7.Font = new System.Drawing.Font("맑은 고딕", 12F);
+ label7.Location = new System.Drawing.Point(305, 99);
+ label7.Name = "label7";
+ label7.Size = new System.Drawing.Size(42, 21);
+ label7.TabIndex = 89;
+ label7.Text = "공정";
+ //
+ // label10
+ //
+ label10.AutoSize = true;
+ label10.Location = new System.Drawing.Point(293, 144);
+ label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label10.Name = "label10";
+ label10.Size = new System.Drawing.Size(113, 12);
+ label10.TabIndex = 90;
+ label10.Text = "SCR/CF# Due Date";
+ //
+ // label5
+ //
+ label5.AutoSize = true;
+ label5.Location = new System.Drawing.Point(39, 171);
+ label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label5.Name = "label5";
+ label5.Size = new System.Drawing.Size(46, 12);
+ label5.TabIndex = 92;
+ label5.Text = "Model#";
+ //
+ // label11
+ //
+ label11.AutoSize = true;
+ label11.Location = new System.Drawing.Point(300, 172);
+ label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label11.Name = "label11";
+ label11.Size = new System.Drawing.Size(43, 12);
+ label11.TabIndex = 94;
+ label11.Text = "Serial#";
+ //
+ // label12
+ //
+ label12.AutoSize = true;
+ label12.Font = new System.Drawing.Font("맑은 고딕", 10F);
+ label12.Location = new System.Drawing.Point(285, 35);
+ label12.Name = "label12";
+ label12.Size = new System.Drawing.Size(65, 19);
+ label12.TabIndex = 92;
+ label12.Text = "알림대상";
+ //
+ // tbIdx
+ //
+ this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
+ this.tbIdx.Location = new System.Drawing.Point(413, 85);
+ this.tbIdx.Name = "tbIdx";
+ this.tbIdx.ReadOnly = true;
+ this.tbIdx.Size = new System.Drawing.Size(127, 21);
+ this.tbIdx.TabIndex = 9;
+ this.tbIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // bs
+ //
+ this.bs.DataMember = "Projects";
+ this.bs.DataSource = this.dsPRJ;
+ this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged);
+ //
+ // dsPRJ
+ //
+ this.dsPRJ.DataSetName = "dsPRJ";
+ this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+ //
+ // nameTextBox
+ //
+ this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "name", true));
+ this.nameTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.nameTextBox.Location = new System.Drawing.Point(93, 30);
+ this.nameTextBox.Name = "nameTextBox";
+ this.nameTextBox.Size = new System.Drawing.Size(447, 21);
+ this.nameTextBox.TabIndex = 1;
+ //
+ // reqstaffTextBox
+ //
+ this.reqstaffTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true));
+ this.reqstaffTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.reqstaffTextBox.Location = new System.Drawing.Point(425, 32);
+ this.reqstaffTextBox.Name = "reqstaffTextBox";
+ this.reqstaffTextBox.Size = new System.Drawing.Size(113, 21);
+ this.reqstaffTextBox.TabIndex = 9;
+ //
+ // tbSdate
+ //
+ this.tbSdate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true));
+ this.tbSdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.tbSdate.Location = new System.Drawing.Point(69, 28);
+ this.tbSdate.Name = "tbSdate";
+ this.tbSdate.Size = new System.Drawing.Size(190, 21);
+ this.tbSdate.TabIndex = 11;
+ //
+ // tbEdate
+ //
+ this.tbEdate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "edate", true));
+ this.tbEdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.tbEdate.Location = new System.Drawing.Point(69, 100);
+ this.tbEdate.Name = "tbEdate";
+ this.tbEdate.Size = new System.Drawing.Size(190, 21);
+ this.tbEdate.TabIndex = 13;
+ //
+ // usermainTextBox
+ //
+ this.usermainTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "usermain", true));
+ this.usermainTextBox.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.usermainTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.usermainTextBox.Location = new System.Drawing.Point(98, 63);
+ this.usermainTextBox.Name = "usermainTextBox";
+ this.usermainTextBox.Size = new System.Drawing.Size(185, 29);
+ this.usermainTextBox.TabIndex = 25;
+ //
+ // usersubTextBox
+ //
+ this.usersubTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "usersub", true));
+ this.usersubTextBox.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.usersubTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.usersubTextBox.Location = new System.Drawing.Point(98, 96);
+ this.usersubTextBox.Name = "usersubTextBox";
+ this.usersubTextBox.Size = new System.Drawing.Size(185, 29);
+ this.usersubTextBox.TabIndex = 27;
+ //
+ // userManagerTextBox
+ //
+ this.userManagerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userManager", true));
+ this.userManagerTextBox.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.userManagerTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.userManagerTextBox.Location = new System.Drawing.Point(98, 30);
+ this.userManagerTextBox.Name = "userManagerTextBox";
+ this.userManagerTextBox.Size = new System.Drawing.Size(185, 29);
+ this.userManagerTextBox.TabIndex = 33;
+ //
+ // costoTextBox
+ //
+ this.costoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "costn", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
+ this.costoTextBox.Location = new System.Drawing.Point(261, 32);
+ this.costoTextBox.Name = "costoTextBox";
+ this.costoTextBox.Size = new System.Drawing.Size(88, 21);
+ this.costoTextBox.TabIndex = 41;
+ this.costoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // costnTextBox
+ //
+ this.costnTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "costo", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
+ this.costnTextBox.Location = new System.Drawing.Point(93, 32);
+ this.costnTextBox.Name = "costnTextBox";
+ this.costnTextBox.Size = new System.Drawing.Size(88, 21);
+ this.costnTextBox.TabIndex = 43;
+ this.costnTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // costeTextBox
+ //
+ this.costeTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.costeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "coste", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
+ this.costeTextBox.Location = new System.Drawing.Point(434, 32);
+ this.costeTextBox.Name = "costeTextBox";
+ this.costeTextBox.Size = new System.Drawing.Size(88, 21);
+ this.costeTextBox.TabIndex = 45;
+ this.costeTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // cntTextBox
+ //
+ this.cntTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cnt", true));
+ this.cntTextBox.Location = new System.Drawing.Point(93, 59);
+ this.cntTextBox.Name = "cntTextBox";
+ this.cntTextBox.Size = new System.Drawing.Size(88, 21);
+ this.cntTextBox.TabIndex = 47;
+ this.cntTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // remark_reqTextBox
+ //
+ this.remark_reqTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.remark_reqTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "remark_req", true));
+ this.remark_reqTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.remark_reqTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.remark_reqTextBox.Location = new System.Drawing.Point(1, 24);
+ this.remark_reqTextBox.Multiline = true;
+ this.remark_reqTextBox.Name = "remark_reqTextBox";
+ this.remark_reqTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
+ this.remark_reqTextBox.Size = new System.Drawing.Size(485, 280);
+ this.remark_reqTextBox.TabIndex = 49;
+ //
+ // tbXdate
+ //
+ this.tbXdate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "ddate", true));
+ this.tbXdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.tbXdate.Location = new System.Drawing.Point(346, 28);
+ this.tbXdate.Name = "tbXdate";
+ this.tbXdate.Size = new System.Drawing.Size(190, 21);
+ this.tbXdate.TabIndex = 53;
+ //
+ // assetTextBox
+ //
+ this.assetTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "asset", true));
+ this.assetTextBox.Location = new System.Drawing.Point(93, 57);
+ this.assetTextBox.Name = "assetTextBox";
+ this.assetTextBox.Size = new System.Drawing.Size(252, 21);
+ this.assetTextBox.TabIndex = 3;
+ //
+ // bn
+ //
+ this.bn.AddNewItem = null;
+ this.bn.BindingSource = this.bs;
+ this.bn.CountItem = this.bindingNavigatorCountItem;
+ this.bn.DeleteItem = null;
+ this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
@@ -615,832 +638,927 @@
this.btMailAddr,
this.btPath,
this.btSendMail});
- this.bn.Location = new System.Drawing.Point(0, 679);
- this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.bn.Name = "bn";
- this.bn.PositionItem = this.bindingNavigatorPositionItem;
- this.bn.Size = new System.Drawing.Size(1058, 25);
- this.bn.TabIndex = 65;
- this.bn.Text = "bindingNavigator1";
- //
- // bindingNavigatorCountItem
- //
- this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
- this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
- this.bindingNavigatorCountItem.Text = "/{0}";
- this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
- //
- // bindingNavigatorMoveFirstItem
- //
- this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
- this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
- this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
- //
- // bindingNavigatorMovePreviousItem
- //
- this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
- this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
- this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
- //
- // bindingNavigatorSeparator
- //
- this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorPositionItem
- //
- this.bindingNavigatorPositionItem.AccessibleName = "위치";
- this.bindingNavigatorPositionItem.AutoSize = false;
- this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
- this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
- this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
- this.bindingNavigatorPositionItem.Text = "0";
- this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
- //
- // bindingNavigatorSeparator1
- //
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
- this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorMoveNextItem
- //
- this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
- this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
- this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
- //
- // bindingNavigatorMoveLastItem
- //
- this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
- this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
- this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
- //
- // bindingNavigatorSeparator2
- //
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // btSave
- //
- this.btSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image")));
- this.btSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btSave.Name = "btSave";
- this.btSave.Size = new System.Drawing.Size(66, 22);
- this.btSave.Text = "확인(&S)";
- this.btSave.Click += new System.EventHandler(this.btSave_Click);
- //
- // btPart
- //
- this.btPart.Image = ((System.Drawing.Image)(resources.GetObject("btPart.Image")));
- this.btPart.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btPart.Name = "btPart";
- this.btPart.Size = new System.Drawing.Size(87, 22);
- this.btPart.Text = "파트리스트";
- this.btPart.Click += new System.EventHandler(this.btPart_Click);
- //
- // btIO
- //
- this.btIO.Image = ((System.Drawing.Image)(resources.GetObject("btIO.Image")));
- this.btIO.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btIO.Name = "btIO";
- this.btIO.Size = new System.Drawing.Size(60, 22);
- this.btIO.Text = "I/O 맵";
- this.btIO.Click += new System.EventHandler(this.btIO_Click);
- //
- // btMailAddr
- //
- this.btMailAddr.ForeColor = System.Drawing.Color.Red;
- this.btMailAddr.Image = ((System.Drawing.Image)(resources.GetObject("btMailAddr.Image")));
- this.btMailAddr.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btMailAddr.Name = "btMailAddr";
- this.btMailAddr.Size = new System.Drawing.Size(99, 22);
- this.btMailAddr.Text = "메일주소관리";
- this.btMailAddr.Visible = false;
- this.btMailAddr.Click += new System.EventHandler(this.btMailAddr_Click);
- //
- // btPath
- //
- this.btPath.Image = ((System.Drawing.Image)(resources.GetObject("btPath.Image")));
- this.btPath.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btPath.Name = "btPath";
- this.btPath.Size = new System.Drawing.Size(75, 22);
- this.btPath.Text = "폴더열기";
- this.btPath.Click += new System.EventHandler(this.btPath_Click);
- //
- // btSendMail
- //
- this.btSendMail.ForeColor = System.Drawing.Color.Red;
- this.btSendMail.Image = ((System.Drawing.Image)(resources.GetObject("btSendMail.Image")));
- this.btSendMail.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btSendMail.Name = "btSendMail";
- this.btSendMail.Size = new System.Drawing.Size(99, 22);
- this.btSendMail.Text = "알림메일발송";
- this.btSendMail.Visible = false;
- this.btSendMail.Click += new System.EventHandler(this.btSendMail_Click);
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
- this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
- this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dataGridView1.ColumnHeadersHeight = 35;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.bn.Location = new System.Drawing.Point(0, 679);
+ this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
+ this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
+ this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
+ this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
+ this.bn.Name = "bn";
+ this.bn.PositionItem = this.bindingNavigatorPositionItem;
+ this.bn.Size = new System.Drawing.Size(1058, 25);
+ this.bn.TabIndex = 65;
+ this.bn.Text = "bindingNavigator1";
+ //
+ // bindingNavigatorCountItem
+ //
+ this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
+ this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
+ this.bindingNavigatorCountItem.Text = "/{0}";
+ this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
+ //
+ // bindingNavigatorMoveFirstItem
+ //
+ this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
+ this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
+ this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
+ //
+ // bindingNavigatorMovePreviousItem
+ //
+ this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
+ this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
+ this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
+ //
+ // bindingNavigatorSeparator
+ //
+ this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
+ this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
+ //
+ // bindingNavigatorPositionItem
+ //
+ this.bindingNavigatorPositionItem.AccessibleName = "위치";
+ this.bindingNavigatorPositionItem.AutoSize = false;
+ this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
+ this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
+ this.bindingNavigatorPositionItem.Text = "0";
+ this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
+ //
+ // bindingNavigatorSeparator1
+ //
+ this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
+ this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
+ //
+ // bindingNavigatorMoveNextItem
+ //
+ this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
+ this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
+ this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
+ //
+ // bindingNavigatorMoveLastItem
+ //
+ this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
+ this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
+ this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
+ //
+ // bindingNavigatorSeparator2
+ //
+ this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
+ this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
+ //
+ // btSave
+ //
+ this.btSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
+ this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image")));
+ this.btSave.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.btSave.Name = "btSave";
+ this.btSave.Size = new System.Drawing.Size(66, 22);
+ this.btSave.Text = "확인(&S)";
+ this.btSave.Click += new System.EventHandler(this.btSave_Click);
+ //
+ // btPart
+ //
+ this.btPart.Image = ((System.Drawing.Image)(resources.GetObject("btPart.Image")));
+ this.btPart.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.btPart.Name = "btPart";
+ this.btPart.Size = new System.Drawing.Size(87, 22);
+ this.btPart.Text = "파트리스트";
+ this.btPart.Click += new System.EventHandler(this.btPart_Click);
+ //
+ // btIO
+ //
+ this.btIO.Image = ((System.Drawing.Image)(resources.GetObject("btIO.Image")));
+ this.btIO.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.btIO.Name = "btIO";
+ this.btIO.Size = new System.Drawing.Size(60, 22);
+ this.btIO.Text = "I/O 맵";
+ this.btIO.Click += new System.EventHandler(this.btIO_Click);
+ //
+ // btMailAddr
+ //
+ this.btMailAddr.ForeColor = System.Drawing.Color.Red;
+ this.btMailAddr.Image = ((System.Drawing.Image)(resources.GetObject("btMailAddr.Image")));
+ this.btMailAddr.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.btMailAddr.Name = "btMailAddr";
+ this.btMailAddr.Size = new System.Drawing.Size(99, 22);
+ this.btMailAddr.Text = "메일주소관리";
+ this.btMailAddr.Visible = false;
+ this.btMailAddr.Click += new System.EventHandler(this.btMailAddr_Click);
+ //
+ // btPath
+ //
+ this.btPath.Image = ((System.Drawing.Image)(resources.GetObject("btPath.Image")));
+ this.btPath.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.btPath.Name = "btPath";
+ this.btPath.Size = new System.Drawing.Size(75, 22);
+ this.btPath.Text = "폴더열기";
+ this.btPath.Click += new System.EventHandler(this.btPath_Click);
+ //
+ // btSendMail
+ //
+ this.btSendMail.ForeColor = System.Drawing.Color.Red;
+ this.btSendMail.Image = ((System.Drawing.Image)(resources.GetObject("btSendMail.Image")));
+ this.btSendMail.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.btSendMail.Name = "btSendMail";
+ this.btSendMail.Size = new System.Drawing.Size(99, 22);
+ this.btSendMail.Text = "알림메일발송";
+ this.btSendMail.Visible = false;
+ this.btSendMail.Click += new System.EventHandler(this.btSendMail_Click);
+ //
+ // dataGridView1
+ //
+ this.dataGridView1.AllowUserToAddRows = false;
+ this.dataGridView1.AutoGenerateColumns = false;
+ this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
+ this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
+ this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.dataGridView1.ColumnHeadersHeight = 35;
+ this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
+ this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn10,
this.dataGridViewCheckBoxColumn2});
- this.dataGridView1.DataSource = this.bsHistWeek;
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(1, 1);
- this.dataGridView1.Margin = new System.Windows.Forms.Padding(7, 3, 7, 7);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowHeadersVisible = false;
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView1.Size = new System.Drawing.Size(472, 270);
- this.dataGridView1.TabIndex = 0;
- this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError);
- this.dataGridView1.DoubleClick += new System.EventHandler(this.dataGridView1_DoubleClick);
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "div";
- this.dataGridViewTextBoxColumn1.HeaderText = "*";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Visible = false;
- this.dataGridViewTextBoxColumn1.Width = 36;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "pdate";
- this.dataGridViewTextBoxColumn2.HeaderText = "등록일";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 72;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle5;
- this.dataGridViewTextBoxColumn10.HeaderText = "비고";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- //
- // dataGridViewCheckBoxColumn2
- //
- this.dataGridViewCheckBoxColumn2.DataPropertyName = "mailsend";
- this.dataGridViewCheckBoxColumn2.HeaderText = "M";
- this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
- this.dataGridViewCheckBoxColumn2.ReadOnly = true;
- this.dataGridViewCheckBoxColumn2.Width = 26;
- //
- // bsHistWeek
- //
- this.bsHistWeek.DataMember = "ProjectsHistory";
- this.bsHistWeek.DataSource = this.dsPRJ;
- //
- // cmbProcess
- //
- this.cmbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.cmbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.cmbProcess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.cmbProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbProcess.FormattingEnabled = true;
- this.cmbProcess.Location = new System.Drawing.Point(242, 32);
- this.cmbProcess.Margin = new System.Windows.Forms.Padding(4);
- this.cmbProcess.Name = "cmbProcess";
- this.cmbProcess.Size = new System.Drawing.Size(128, 20);
- this.cmbProcess.TabIndex = 68;
- //
- // cmbState
- //
- this.cmbState.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.cmbState.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.cmbState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbState.FormattingEnabled = true;
- this.cmbState.Location = new System.Drawing.Point(413, 57);
- this.cmbState.Margin = new System.Windows.Forms.Padding(4);
- this.cmbState.Name = "cmbState";
- this.cmbState.Size = new System.Drawing.Size(127, 20);
- this.cmbState.TabIndex = 5;
- //
- // tbODate
- //
- this.tbODate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "odate", true));
- this.tbODate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.tbODate.Location = new System.Drawing.Point(93, 58);
- this.tbODate.Name = "tbODate";
- this.tbODate.Size = new System.Drawing.Size(190, 21);
- this.tbODate.TabIndex = 79;
- //
- // panel7
- //
- this.panel7.BackColor = System.Drawing.Color.Gainsboro;
- this.panel7.Controls.Add(this.cmbPart);
- this.panel7.Controls.Add(label6);
- this.panel7.Controls.Add(this.arLabel1);
- this.panel7.Controls.Add(this.reqstaffTextBox);
- this.panel7.Controls.Add(reqstaffLabel);
- this.panel7.Controls.Add(this.cmbProcess);
- this.panel7.Controls.Add(label1);
- this.panel7.Location = new System.Drawing.Point(6, 230);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(547, 64);
- this.panel7.TabIndex = 85;
- //
- // cmbPart
- //
- this.cmbPart.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.cmbPart.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.cmbPart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.cmbPart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbPart.FormattingEnabled = true;
- this.cmbPart.Location = new System.Drawing.Point(93, 32);
- this.cmbPart.Margin = new System.Windows.Forms.Padding(4);
- this.cmbPart.Name = "cmbPart";
- this.cmbPart.Size = new System.Drawing.Size(102, 20);
- this.cmbPart.TabIndex = 88;
- //
- // arLabel1
- //
- this.arLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel1.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel1.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel1.BorderSize = new System.Windows.Forms.Padding(1);
- this.arLabel1.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel1.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel1.GradientEnable = true;
- this.arLabel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel1.GradientRepeatBG = false;
- this.arLabel1.isButton = false;
- this.arLabel1.Location = new System.Drawing.Point(0, 0);
- this.arLabel1.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel1.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel1.msg = null;
- this.arLabel1.Name = "arLabel1";
- this.arLabel1.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel1.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel1.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel1.ProgressEnable = false;
- this.arLabel1.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel1.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel1.ProgressMax = 100F;
- this.arLabel1.ProgressMin = 0F;
- this.arLabel1.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel1.ProgressValue = 0F;
- this.arLabel1.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel1.Sign = "";
- this.arLabel1.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel1.SignColor = System.Drawing.Color.Yellow;
- this.arLabel1.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel1.Size = new System.Drawing.Size(547, 23);
- this.arLabel1.TabIndex = 86;
- this.arLabel1.Text = "요청자";
- this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel1.TextShadow = true;
- this.arLabel1.TextVisible = true;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Gainsboro;
- this.panel1.Controls.Add(label11);
- this.panel1.Controls.Add(this.textBox6);
- this.panel1.Controls.Add(label5);
- this.panel1.Controls.Add(this.textBox1);
- this.panel1.Controls.Add(label10);
- this.panel1.Controls.Add(this.tbDue);
- this.panel1.Controls.Add(this.checkBox2);
- this.panel1.Controls.Add(this.linkLabel1);
- this.panel1.Controls.Add(label9);
- this.panel1.Controls.Add(this.textBox4);
- this.panel1.Controls.Add(this.tbPath);
- this.panel1.Controls.Add(this.textBox2);
- this.panel1.Controls.Add(label4);
- this.panel1.Controls.Add(this.cmbState);
- this.panel1.Controls.Add(this.assetTextBox);
- this.panel1.Controls.Add(this.arLabel2);
- this.panel1.Controls.Add(assetLabel);
- this.panel1.Controls.Add(label3);
- this.panel1.Controls.Add(this.nameTextBox);
- this.panel1.Controls.Add(label2);
- this.panel1.Controls.Add(nameLabel);
- this.panel1.Controls.Add(this.tbIdx);
- this.panel1.Location = new System.Drawing.Point(6, 6);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(547, 210);
- this.panel1.TabIndex = 86;
- this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
- //
- // textBox6
- //
- this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "serial", true));
- this.textBox6.Location = new System.Drawing.Point(350, 168);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(190, 21);
- this.textBox6.TabIndex = 95;
- this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox1
- //
- this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "model", true));
- this.textBox1.Location = new System.Drawing.Point(93, 166);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(190, 21);
- this.textBox1.TabIndex = 93;
- this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // tbDue
- //
- this.tbDue.Location = new System.Drawing.Point(413, 139);
- this.tbDue.Name = "tbDue";
- this.tbDue.Size = new System.Drawing.Size(127, 21);
- this.tbDue.TabIndex = 91;
- this.tbDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(93, 144);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(70, 16);
- this.checkBox2.TabIndex = 88;
- this.checkBox2.Text = "Fan-Out";
- this.checkBox2.UseVisualStyleBackColor = true;
- //
- // linkLabel1
- //
- this.linkLabel1.AutoSize = true;
- this.linkLabel1.Location = new System.Drawing.Point(32, 119);
- this.linkLabel1.Name = "linkLabel1";
- this.linkLabel1.Size = new System.Drawing.Size(53, 12);
- this.linkLabel1.TabIndex = 87;
- this.linkLabel1.TabStop = true;
- this.linkLabel1.Text = "공유폴더";
- this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
- //
- // textBox4
- //
- this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "orderno", true));
- this.textBox4.Location = new System.Drawing.Point(413, 114);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(127, 21);
- this.textBox4.TabIndex = 13;
- this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // tbPath
- //
- this.tbPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "path", true));
- this.tbPath.Location = new System.Drawing.Point(93, 114);
- this.tbPath.Name = "tbPath";
- this.tbPath.Size = new System.Drawing.Size(252, 21);
- this.tbPath.TabIndex = 11;
- //
- // textBox2
- //
- this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
- this.textBox2.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.textBox2.Location = new System.Drawing.Point(93, 85);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(252, 21);
- this.textBox2.TabIndex = 7;
- //
- // arLabel2
- //
- this.arLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel2.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel2.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel2.BorderSize = new System.Windows.Forms.Padding(1);
- this.arLabel2.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel2.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel2.GradientEnable = true;
- this.arLabel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel2.GradientRepeatBG = false;
- this.arLabel2.isButton = false;
- this.arLabel2.Location = new System.Drawing.Point(0, 0);
- this.arLabel2.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel2.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel2.msg = null;
- this.arLabel2.Name = "arLabel2";
- this.arLabel2.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel2.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel2.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel2.ProgressEnable = false;
- this.arLabel2.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel2.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel2.ProgressMax = 100F;
- this.arLabel2.ProgressMin = 0F;
- this.arLabel2.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel2.ProgressValue = 0F;
- this.arLabel2.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel2.Sign = "";
- this.arLabel2.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel2.SignColor = System.Drawing.Color.Yellow;
- this.arLabel2.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel2.Size = new System.Drawing.Size(547, 23);
- this.arLabel2.TabIndex = 86;
- this.arLabel2.Text = "프로젝트";
- this.arLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel2.TextShadow = true;
- this.arLabel2.TextVisible = true;
- //
- // panel5
- //
- this.panel5.BackColor = System.Drawing.Color.Gainsboro;
- this.panel5.Controls.Add(label7);
- this.panel5.Controls.Add(this.textBox5);
- this.panel5.Controls.Add(label8);
- this.panel5.Controls.Add(this.textBox3);
- this.panel5.Controls.Add(this.arLabel3);
- this.panel5.Controls.Add(this.usersubTextBox);
- this.panel5.Controls.Add(usersubLabel);
- this.panel5.Controls.Add(usermainLabel);
- this.panel5.Controls.Add(this.usermainTextBox);
- this.panel5.Controls.Add(userManagerLabel);
- this.panel5.Controls.Add(this.userManagerTextBox);
- this.panel5.Location = new System.Drawing.Point(6, 300);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(547, 131);
- this.panel5.TabIndex = 85;
- //
- // textBox5
- //
- this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userprocess", true));
- this.textBox5.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.textBox5.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.textBox5.Location = new System.Drawing.Point(353, 96);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(185, 29);
- this.textBox5.TabIndex = 90;
- //
- // textBox3
- //
- this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userhw2", true));
- this.textBox3.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.textBox3.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.textBox3.Location = new System.Drawing.Point(353, 63);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(185, 29);
- this.textBox3.TabIndex = 88;
- //
- // arLabel3
- //
- this.arLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel3.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel3.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel3.BorderSize = new System.Windows.Forms.Padding(1);
- this.arLabel3.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel3.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel3.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel3.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel3.GradientEnable = true;
- this.arLabel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel3.GradientRepeatBG = false;
- this.arLabel3.isButton = false;
- this.arLabel3.Location = new System.Drawing.Point(0, 0);
- this.arLabel3.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel3.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel3.msg = null;
- this.arLabel3.Name = "arLabel3";
- this.arLabel3.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel3.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel3.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel3.ProgressEnable = false;
- this.arLabel3.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel3.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel3.ProgressMax = 100F;
- this.arLabel3.ProgressMin = 0F;
- this.arLabel3.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel3.ProgressValue = 0F;
- this.arLabel3.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel3.Sign = "";
- this.arLabel3.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel3.SignColor = System.Drawing.Color.Yellow;
- this.arLabel3.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel3.Size = new System.Drawing.Size(547, 23);
- this.arLabel3.TabIndex = 86;
- this.arLabel3.Text = "담당자";
- this.arLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel3.TextShadow = true;
- this.arLabel3.TextVisible = true;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.Gainsboro;
- this.panel2.Controls.Add(this.linkLabel5);
- this.panel2.Controls.Add(this.linkLabel4);
- this.panel2.Controls.Add(this.linkLabel3);
- this.panel2.Controls.Add(this.linkLabel2);
- this.panel2.Controls.Add(this.arLabel4);
- this.panel2.Controls.Add(this.tbSdate);
- this.panel2.Controls.Add(this.tbXdate);
- this.panel2.Controls.Add(this.tbEdate);
- this.panel2.Controls.Add(this.tbODate);
- this.panel2.Location = new System.Drawing.Point(6, 461);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(547, 94);
- this.panel2.TabIndex = 86;
- //
- // linkLabel5
- //
- this.linkLabel5.AutoSize = true;
- this.linkLabel5.Location = new System.Drawing.Point(17, 62);
- this.linkLabel5.Name = "linkLabel5";
- this.linkLabel5.Size = new System.Drawing.Size(71, 12);
- this.linkLabel5.TabIndex = 90;
- this.linkLabel5.TabStop = true;
- this.linkLabel5.Text = "출고/설치일";
- this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
- //
- // linkLabel4
- //
- this.linkLabel4.AutoSize = true;
- this.linkLabel4.Location = new System.Drawing.Point(292, 62);
- this.linkLabel4.Name = "linkLabel4";
- this.linkLabel4.Size = new System.Drawing.Size(41, 12);
- this.linkLabel4.TabIndex = 89;
- this.linkLabel4.TabStop = true;
- this.linkLabel4.Text = "완료일";
- this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
- //
- // linkLabel3
- //
- this.linkLabel3.AutoSize = true;
- this.linkLabel3.Location = new System.Drawing.Point(292, 35);
- this.linkLabel3.Name = "linkLabel3";
- this.linkLabel3.Size = new System.Drawing.Size(41, 12);
- this.linkLabel3.TabIndex = 88;
- this.linkLabel3.TabStop = true;
- this.linkLabel3.Text = "만료일";
- this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
- //
- // linkLabel2
- //
- this.linkLabel2.AutoSize = true;
- this.linkLabel2.Location = new System.Drawing.Point(47, 37);
- this.linkLabel2.Name = "linkLabel2";
- this.linkLabel2.Size = new System.Drawing.Size(41, 12);
- this.linkLabel2.TabIndex = 87;
- this.linkLabel2.TabStop = true;
- this.linkLabel2.Text = "시작일";
- this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
- //
- // arLabel4
- //
- this.arLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel4.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel4.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel4.BorderSize = new System.Windows.Forms.Padding(1);
- this.arLabel4.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel4.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel4.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel4.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel4.GradientEnable = true;
- this.arLabel4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel4.GradientRepeatBG = false;
- this.arLabel4.isButton = false;
- this.arLabel4.Location = new System.Drawing.Point(0, 0);
- this.arLabel4.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel4.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel4.msg = null;
- this.arLabel4.Name = "arLabel4";
- this.arLabel4.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel4.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel4.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel4.ProgressEnable = false;
- this.arLabel4.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel4.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel4.ProgressMax = 100F;
- this.arLabel4.ProgressMin = 0F;
- this.arLabel4.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel4.ProgressValue = 0F;
- this.arLabel4.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel4.Sign = "";
- this.arLabel4.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel4.SignColor = System.Drawing.Color.Yellow;
- this.arLabel4.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel4.Size = new System.Drawing.Size(547, 23);
- this.arLabel4.TabIndex = 86;
- this.arLabel4.Text = "일정";
- this.arLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel4.TextShadow = true;
- this.arLabel4.TextVisible = true;
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.Gainsboro;
- this.panel3.Controls.Add(this.arLabel5);
- this.panel3.Controls.Add(this.costeTextBox);
- this.panel3.Controls.Add(this.cntTextBox);
- this.panel3.Controls.Add(cntLabel);
- this.panel3.Controls.Add(costeLabel);
- this.panel3.Controls.Add(this.costnTextBox);
- this.panel3.Controls.Add(costnLabel);
- this.panel3.Controls.Add(this.costoTextBox);
- this.panel3.Controls.Add(costoLabel);
- this.panel3.Location = new System.Drawing.Point(6, 561);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(546, 86);
- this.panel3.TabIndex = 86;
- //
- // arLabel5
- //
- this.arLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel5.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel5.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel5.BorderSize = new System.Windows.Forms.Padding(1);
- this.arLabel5.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel5.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel5.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel5.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel5.GradientEnable = true;
- this.arLabel5.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel5.GradientRepeatBG = false;
- this.arLabel5.isButton = false;
- this.arLabel5.Location = new System.Drawing.Point(0, 0);
- this.arLabel5.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel5.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel5.msg = null;
- this.arLabel5.Name = "arLabel5";
- this.arLabel5.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel5.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel5.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel5.ProgressEnable = false;
- this.arLabel5.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel5.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel5.ProgressMax = 100F;
- this.arLabel5.ProgressMin = 0F;
- this.arLabel5.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel5.ProgressValue = 0F;
- this.arLabel5.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel5.Sign = "";
- this.arLabel5.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel5.SignColor = System.Drawing.Color.Yellow;
- this.arLabel5.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel5.Size = new System.Drawing.Size(546, 23);
- this.arLabel5.TabIndex = 86;
- this.arLabel5.Text = "비용";
- this.arLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel5.TextShadow = true;
- this.arLabel5.TextVisible = true;
- //
- // arLabel6
- //
- this.arLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel6.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel6.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel6.BorderSize = new System.Windows.Forms.Padding(0, 0, 0, 1);
- this.arLabel6.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel6.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel6.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel6.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel6.GradientEnable = true;
- this.arLabel6.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel6.GradientRepeatBG = false;
- this.arLabel6.isButton = false;
- this.arLabel6.Location = new System.Drawing.Point(1, 1);
- this.arLabel6.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel6.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel6.msg = null;
- this.arLabel6.Name = "arLabel6";
- this.arLabel6.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel6.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel6.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel6.ProgressEnable = false;
- this.arLabel6.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel6.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel6.ProgressMax = 100F;
- this.arLabel6.ProgressMin = 0F;
- this.arLabel6.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel6.ProgressValue = 0F;
- this.arLabel6.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel6.Sign = "";
- this.arLabel6.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel6.SignColor = System.Drawing.Color.Yellow;
- this.arLabel6.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel6.Size = new System.Drawing.Size(485, 23);
- this.arLabel6.TabIndex = 86;
- this.arLabel6.Text = "개선 방향";
- this.arLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel6.TextShadow = true;
- this.arLabel6.TextVisible = true;
- //
- // arPanel1
- //
- this.arPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ this.dataGridView1.DataSource = this.bsHistWeek;
+ this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.dataGridView1.Location = new System.Drawing.Point(1, 1);
+ this.dataGridView1.Margin = new System.Windows.Forms.Padding(7, 3, 7, 7);
+ this.dataGridView1.Name = "dataGridView1";
+ this.dataGridView1.ReadOnly = true;
+ this.dataGridView1.RowHeadersVisible = false;
+ this.dataGridView1.RowTemplate.Height = 23;
+ this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
+ this.dataGridView1.Size = new System.Drawing.Size(472, 270);
+ this.dataGridView1.TabIndex = 0;
+ this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError);
+ this.dataGridView1.DoubleClick += new System.EventHandler(this.dataGridView1_DoubleClick);
+ //
+ // dataGridViewTextBoxColumn1
+ //
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "div";
+ this.dataGridViewTextBoxColumn1.HeaderText = "*";
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
+ this.dataGridViewTextBoxColumn1.ReadOnly = true;
+ this.dataGridViewTextBoxColumn1.Visible = false;
+ this.dataGridViewTextBoxColumn1.Width = 36;
+ //
+ // dataGridViewTextBoxColumn2
+ //
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "pdate";
+ this.dataGridViewTextBoxColumn2.HeaderText = "등록일";
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
+ this.dataGridViewTextBoxColumn2.ReadOnly = true;
+ this.dataGridViewTextBoxColumn2.Width = 72;
+ //
+ // dataGridViewTextBoxColumn10
+ //
+ this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
+ this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle3;
+ this.dataGridViewTextBoxColumn10.HeaderText = "비고";
+ this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
+ this.dataGridViewTextBoxColumn10.ReadOnly = true;
+ //
+ // dataGridViewCheckBoxColumn2
+ //
+ this.dataGridViewCheckBoxColumn2.DataPropertyName = "mailsend";
+ this.dataGridViewCheckBoxColumn2.HeaderText = "M";
+ this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
+ this.dataGridViewCheckBoxColumn2.ReadOnly = true;
+ this.dataGridViewCheckBoxColumn2.Width = 26;
+ //
+ // bsHistWeek
+ //
+ this.bsHistWeek.DataMember = "ProjectsHistory";
+ this.bsHistWeek.DataSource = this.dsPRJ;
+ //
+ // cmbProcess
+ //
+ this.cmbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cmbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cmbProcess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+ this.cmbProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbProcess.FormattingEnabled = true;
+ this.cmbProcess.Location = new System.Drawing.Point(242, 32);
+ this.cmbProcess.Margin = new System.Windows.Forms.Padding(4);
+ this.cmbProcess.Name = "cmbProcess";
+ this.cmbProcess.Size = new System.Drawing.Size(128, 20);
+ this.cmbProcess.TabIndex = 68;
+ //
+ // cmbState
+ //
+ this.cmbState.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cmbState.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+ this.cmbState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbState.FormattingEnabled = true;
+ this.cmbState.Location = new System.Drawing.Point(413, 57);
+ this.cmbState.Margin = new System.Windows.Forms.Padding(4);
+ this.cmbState.Name = "cmbState";
+ this.cmbState.Size = new System.Drawing.Size(127, 20);
+ this.cmbState.TabIndex = 5;
+ //
+ // tbODate
+ //
+ this.tbODate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "odate", true));
+ this.tbODate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.tbODate.Location = new System.Drawing.Point(346, 51);
+ this.tbODate.Name = "tbODate";
+ this.tbODate.Size = new System.Drawing.Size(190, 21);
+ this.tbODate.TabIndex = 79;
+ //
+ // panel7
+ //
+ this.panel7.BackColor = System.Drawing.Color.Gainsboro;
+ this.panel7.Controls.Add(this.cmbPart);
+ this.panel7.Controls.Add(label6);
+ this.panel7.Controls.Add(this.arLabel1);
+ this.panel7.Controls.Add(this.reqstaffTextBox);
+ this.panel7.Controls.Add(reqstaffLabel);
+ this.panel7.Controls.Add(this.cmbProcess);
+ this.panel7.Controls.Add(label1);
+ this.panel7.Location = new System.Drawing.Point(6, 222);
+ this.panel7.Name = "panel7";
+ this.panel7.Size = new System.Drawing.Size(547, 64);
+ this.panel7.TabIndex = 85;
+ //
+ // cmbPart
+ //
+ this.cmbPart.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cmbPart.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cmbPart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+ this.cmbPart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbPart.FormattingEnabled = true;
+ this.cmbPart.Location = new System.Drawing.Point(93, 32);
+ this.cmbPart.Margin = new System.Windows.Forms.Padding(4);
+ this.cmbPart.Name = "cmbPart";
+ this.cmbPart.Size = new System.Drawing.Size(102, 20);
+ this.cmbPart.TabIndex = 88;
+ //
+ // arLabel1
+ //
+ this.arLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel1.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel1.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel1.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arLabel1.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel1.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel1.GradientEnable = true;
+ this.arLabel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel1.GradientRepeatBG = false;
+ this.arLabel1.isButton = false;
+ this.arLabel1.Location = new System.Drawing.Point(0, 0);
+ this.arLabel1.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel1.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel1.msg = null;
+ this.arLabel1.Name = "arLabel1";
+ this.arLabel1.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel1.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel1.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel1.ProgressEnable = false;
+ this.arLabel1.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel1.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel1.ProgressMax = 100F;
+ this.arLabel1.ProgressMin = 0F;
+ this.arLabel1.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel1.ProgressValue = 0F;
+ this.arLabel1.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel1.Sign = "";
+ this.arLabel1.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel1.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel1.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel1.Size = new System.Drawing.Size(547, 23);
+ this.arLabel1.TabIndex = 86;
+ this.arLabel1.Text = "요청자";
+ this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel1.TextShadow = true;
+ this.arLabel1.TextVisible = true;
+ //
+ // panel1
+ //
+ this.panel1.BackColor = System.Drawing.Color.Gainsboro;
+ this.panel1.Controls.Add(label11);
+ this.panel1.Controls.Add(this.textBox6);
+ this.panel1.Controls.Add(label5);
+ this.panel1.Controls.Add(this.textBox1);
+ this.panel1.Controls.Add(label10);
+ this.panel1.Controls.Add(this.tbDue);
+ this.panel1.Controls.Add(this.checkBox2);
+ this.panel1.Controls.Add(this.linkLabel1);
+ this.panel1.Controls.Add(label9);
+ this.panel1.Controls.Add(this.textBox4);
+ this.panel1.Controls.Add(this.tbPath);
+ this.panel1.Controls.Add(this.textBox2);
+ this.panel1.Controls.Add(label4);
+ this.panel1.Controls.Add(this.cmbState);
+ this.panel1.Controls.Add(this.assetTextBox);
+ this.panel1.Controls.Add(this.arLabel2);
+ this.panel1.Controls.Add(assetLabel);
+ this.panel1.Controls.Add(label3);
+ this.panel1.Controls.Add(this.nameTextBox);
+ this.panel1.Controls.Add(label2);
+ this.panel1.Controls.Add(nameLabel);
+ this.panel1.Controls.Add(this.tbIdx);
+ this.panel1.Location = new System.Drawing.Point(6, 6);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(547, 210);
+ this.panel1.TabIndex = 86;
+ this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
+ //
+ // textBox6
+ //
+ this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "serial", true));
+ this.textBox6.Location = new System.Drawing.Point(350, 168);
+ this.textBox6.Name = "textBox6";
+ this.textBox6.Size = new System.Drawing.Size(190, 21);
+ this.textBox6.TabIndex = 95;
+ this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // textBox1
+ //
+ this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "model", true));
+ this.textBox1.Location = new System.Drawing.Point(93, 166);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(190, 21);
+ this.textBox1.TabIndex = 93;
+ this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // tbDue
+ //
+ this.tbDue.Location = new System.Drawing.Point(413, 139);
+ this.tbDue.Name = "tbDue";
+ this.tbDue.Size = new System.Drawing.Size(127, 21);
+ this.tbDue.TabIndex = 91;
+ this.tbDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // checkBox2
+ //
+ this.checkBox2.AutoSize = true;
+ this.checkBox2.Location = new System.Drawing.Point(93, 144);
+ this.checkBox2.Name = "checkBox2";
+ this.checkBox2.Size = new System.Drawing.Size(70, 16);
+ this.checkBox2.TabIndex = 88;
+ this.checkBox2.Text = "Fan-Out";
+ this.checkBox2.UseVisualStyleBackColor = true;
+ //
+ // linkLabel1
+ //
+ this.linkLabel1.AutoSize = true;
+ this.linkLabel1.Location = new System.Drawing.Point(32, 119);
+ this.linkLabel1.Name = "linkLabel1";
+ this.linkLabel1.Size = new System.Drawing.Size(53, 12);
+ this.linkLabel1.TabIndex = 87;
+ this.linkLabel1.TabStop = true;
+ this.linkLabel1.Text = "공유폴더";
+ this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
+ //
+ // textBox4
+ //
+ this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "orderno", true));
+ this.textBox4.Location = new System.Drawing.Point(413, 114);
+ this.textBox4.Name = "textBox4";
+ this.textBox4.Size = new System.Drawing.Size(127, 21);
+ this.textBox4.TabIndex = 13;
+ this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // tbPath
+ //
+ this.tbPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "path", true));
+ this.tbPath.Location = new System.Drawing.Point(93, 114);
+ this.tbPath.Name = "tbPath";
+ this.tbPath.Size = new System.Drawing.Size(252, 21);
+ this.tbPath.TabIndex = 11;
+ //
+ // textBox2
+ //
+ this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
+ this.textBox2.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.textBox2.Location = new System.Drawing.Point(93, 85);
+ this.textBox2.Name = "textBox2";
+ this.textBox2.Size = new System.Drawing.Size(252, 21);
+ this.textBox2.TabIndex = 7;
+ //
+ // arLabel2
+ //
+ this.arLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel2.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel2.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel2.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arLabel2.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel2.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel2.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel2.GradientEnable = true;
+ this.arLabel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel2.GradientRepeatBG = false;
+ this.arLabel2.isButton = false;
+ this.arLabel2.Location = new System.Drawing.Point(0, 0);
+ this.arLabel2.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel2.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel2.msg = null;
+ this.arLabel2.Name = "arLabel2";
+ this.arLabel2.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel2.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel2.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel2.ProgressEnable = false;
+ this.arLabel2.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel2.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel2.ProgressMax = 100F;
+ this.arLabel2.ProgressMin = 0F;
+ this.arLabel2.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel2.ProgressValue = 0F;
+ this.arLabel2.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel2.Sign = "";
+ this.arLabel2.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel2.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel2.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel2.Size = new System.Drawing.Size(547, 23);
+ this.arLabel2.TabIndex = 86;
+ this.arLabel2.Text = "프로젝트";
+ this.arLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel2.TextShadow = true;
+ this.arLabel2.TextVisible = true;
+ //
+ // panel5
+ //
+ this.panel5.BackColor = System.Drawing.Color.Gainsboro;
+ this.panel5.Controls.Add(label12);
+ this.panel5.Controls.Add(this.cmbUser);
+ this.panel5.Controls.Add(label7);
+ this.panel5.Controls.Add(this.textBox5);
+ this.panel5.Controls.Add(label8);
+ this.panel5.Controls.Add(this.textBox3);
+ this.panel5.Controls.Add(this.arLabel3);
+ this.panel5.Controls.Add(this.usersubTextBox);
+ this.panel5.Controls.Add(usersubLabel);
+ this.panel5.Controls.Add(usermainLabel);
+ this.panel5.Controls.Add(this.usermainTextBox);
+ this.panel5.Controls.Add(userManagerLabel);
+ this.panel5.Controls.Add(this.userManagerTextBox);
+ this.panel5.Location = new System.Drawing.Point(6, 292);
+ this.panel5.Name = "panel5";
+ this.panel5.Size = new System.Drawing.Size(547, 131);
+ this.panel5.TabIndex = 85;
+ //
+ // cmbUser
+ //
+ this.cmbUser.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cmbUser.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cmbUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+ this.cmbUser.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bs, "championid", true));
+ this.cmbUser.DataSource = this.userListBindingSource;
+ this.cmbUser.DisplayMember = "IDName";
+ this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbUser.Font = new System.Drawing.Font("맑은 고딕", 12F);
+ this.cmbUser.FormattingEnabled = true;
+ this.cmbUser.Location = new System.Drawing.Point(353, 30);
+ this.cmbUser.Margin = new System.Windows.Forms.Padding(4);
+ this.cmbUser.Name = "cmbUser";
+ this.cmbUser.Size = new System.Drawing.Size(185, 29);
+ this.cmbUser.TabIndex = 91;
+ this.cmbUser.ValueMember = "ID";
+ //
+ // userListBindingSource
+ //
+ this.userListBindingSource.DataMember = "UserList";
+ this.userListBindingSource.DataSource = this.dSComm;
+ //
+ // dSComm
+ //
+ this.dSComm.DataSetName = "DSComm";
+ this.dSComm.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+ //
+ // textBox5
+ //
+ this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userprocess", true));
+ this.textBox5.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textBox5.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.textBox5.Location = new System.Drawing.Point(353, 96);
+ this.textBox5.Name = "textBox5";
+ this.textBox5.Size = new System.Drawing.Size(185, 29);
+ this.textBox5.TabIndex = 90;
+ //
+ // textBox3
+ //
+ this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userhw2", true));
+ this.textBox3.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textBox3.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.textBox3.Location = new System.Drawing.Point(353, 63);
+ this.textBox3.Name = "textBox3";
+ this.textBox3.Size = new System.Drawing.Size(185, 29);
+ this.textBox3.TabIndex = 88;
+ //
+ // arLabel3
+ //
+ this.arLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel3.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel3.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel3.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arLabel3.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel3.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel3.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel3.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel3.GradientEnable = true;
+ this.arLabel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel3.GradientRepeatBG = false;
+ this.arLabel3.isButton = false;
+ this.arLabel3.Location = new System.Drawing.Point(0, 0);
+ this.arLabel3.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel3.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel3.msg = null;
+ this.arLabel3.Name = "arLabel3";
+ this.arLabel3.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel3.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel3.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel3.ProgressEnable = false;
+ this.arLabel3.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel3.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel3.ProgressMax = 100F;
+ this.arLabel3.ProgressMin = 0F;
+ this.arLabel3.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel3.ProgressValue = 0F;
+ this.arLabel3.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel3.Sign = "";
+ this.arLabel3.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel3.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel3.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel3.Size = new System.Drawing.Size(547, 23);
+ this.arLabel3.TabIndex = 86;
+ this.arLabel3.Text = "담당자";
+ this.arLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel3.TextShadow = true;
+ this.arLabel3.TextVisible = true;
+ //
+ // panel2
+ //
+ this.panel2.BackColor = System.Drawing.Color.Gainsboro;
+ this.panel2.Controls.Add(this.linkLabel8);
+ this.panel2.Controls.Add(this.textBox9);
+ this.panel2.Controls.Add(this.linkLabel7);
+ this.panel2.Controls.Add(this.textBox8);
+ this.panel2.Controls.Add(this.linkLabel6);
+ this.panel2.Controls.Add(this.textBox7);
+ this.panel2.Controls.Add(this.linkLabel5);
+ this.panel2.Controls.Add(this.linkLabel4);
+ this.panel2.Controls.Add(this.linkLabel3);
+ this.panel2.Controls.Add(this.linkLabel2);
+ this.panel2.Controls.Add(this.arLabel4);
+ this.panel2.Controls.Add(this.tbSdate);
+ this.panel2.Controls.Add(this.tbXdate);
+ this.panel2.Controls.Add(this.tbEdate);
+ this.panel2.Controls.Add(this.tbODate);
+ this.panel2.Location = new System.Drawing.Point(6, 429);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(547, 126);
+ this.panel2.TabIndex = 86;
+ //
+ // linkLabel8
+ //
+ this.linkLabel8.AutoSize = true;
+ this.linkLabel8.Location = new System.Drawing.Point(289, 80);
+ this.linkLabel8.Name = "linkLabel8";
+ this.linkLabel8.Size = new System.Drawing.Size(53, 12);
+ this.linkLabel8.TabIndex = 96;
+ this.linkLabel8.TabStop = true;
+ this.linkLabel8.Text = "고객승인";
+ this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
+ //
+ // textBox9
+ //
+ this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cdate", true));
+ this.textBox9.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.textBox9.Location = new System.Drawing.Point(346, 76);
+ this.textBox9.Name = "textBox9";
+ this.textBox9.Size = new System.Drawing.Size(190, 21);
+ this.textBox9.TabIndex = 95;
+ //
+ // linkLabel7
+ //
+ this.linkLabel7.AutoSize = true;
+ this.linkLabel7.Location = new System.Drawing.Point(31, 80);
+ this.linkLabel7.Name = "linkLabel7";
+ this.linkLabel7.Size = new System.Drawing.Size(31, 12);
+ this.linkLabel7.TabIndex = 94;
+ this.linkLabel7.TabStop = true;
+ this.linkLabel7.Text = "Qual";
+ this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
+ //
+ // textBox8
+ //
+ this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "qdate", true));
+ this.textBox8.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.textBox8.Location = new System.Drawing.Point(69, 76);
+ this.textBox8.Name = "textBox8";
+ this.textBox8.Size = new System.Drawing.Size(190, 21);
+ this.textBox8.TabIndex = 93;
+ //
+ // linkLabel6
+ //
+ this.linkLabel6.AutoSize = true;
+ this.linkLabel6.Location = new System.Drawing.Point(14, 56);
+ this.linkLabel6.Name = "linkLabel6";
+ this.linkLabel6.Size = new System.Drawing.Size(48, 12);
+ this.linkLabel6.TabIndex = 92;
+ this.linkLabel6.TabStop = true;
+ this.linkLabel6.Text = "Buy-Off";
+ this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
+ //
+ // textBox7
+ //
+ this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bdate", true));
+ this.textBox7.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.textBox7.Location = new System.Drawing.Point(69, 52);
+ this.textBox7.Name = "textBox7";
+ this.textBox7.Size = new System.Drawing.Size(190, 21);
+ this.textBox7.TabIndex = 91;
+ //
+ // linkLabel5
+ //
+ this.linkLabel5.AutoSize = true;
+ this.linkLabel5.Location = new System.Drawing.Point(271, 55);
+ this.linkLabel5.Name = "linkLabel5";
+ this.linkLabel5.Size = new System.Drawing.Size(71, 12);
+ this.linkLabel5.TabIndex = 90;
+ this.linkLabel5.TabStop = true;
+ this.linkLabel5.Text = "출고/설치일";
+ this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
+ //
+ // linkLabel4
+ //
+ this.linkLabel4.AutoSize = true;
+ this.linkLabel4.Location = new System.Drawing.Point(21, 104);
+ this.linkLabel4.Name = "linkLabel4";
+ this.linkLabel4.Size = new System.Drawing.Size(41, 12);
+ this.linkLabel4.TabIndex = 89;
+ this.linkLabel4.TabStop = true;
+ this.linkLabel4.Text = "완료일";
+ this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
+ //
+ // linkLabel3
+ //
+ this.linkLabel3.AutoSize = true;
+ this.linkLabel3.Location = new System.Drawing.Point(301, 32);
+ this.linkLabel3.Name = "linkLabel3";
+ this.linkLabel3.Size = new System.Drawing.Size(41, 12);
+ this.linkLabel3.TabIndex = 88;
+ this.linkLabel3.TabStop = true;
+ this.linkLabel3.Text = "만료일";
+ this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
+ //
+ // linkLabel2
+ //
+ this.linkLabel2.AutoSize = true;
+ this.linkLabel2.Location = new System.Drawing.Point(21, 34);
+ this.linkLabel2.Name = "linkLabel2";
+ this.linkLabel2.Size = new System.Drawing.Size(41, 12);
+ this.linkLabel2.TabIndex = 87;
+ this.linkLabel2.TabStop = true;
+ this.linkLabel2.Text = "시작일";
+ this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
+ //
+ // arLabel4
+ //
+ this.arLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel4.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel4.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel4.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arLabel4.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel4.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel4.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel4.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel4.GradientEnable = true;
+ this.arLabel4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel4.GradientRepeatBG = false;
+ this.arLabel4.isButton = false;
+ this.arLabel4.Location = new System.Drawing.Point(0, 0);
+ this.arLabel4.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel4.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel4.msg = null;
+ this.arLabel4.Name = "arLabel4";
+ this.arLabel4.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel4.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel4.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel4.ProgressEnable = false;
+ this.arLabel4.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel4.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel4.ProgressMax = 100F;
+ this.arLabel4.ProgressMin = 0F;
+ this.arLabel4.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel4.ProgressValue = 0F;
+ this.arLabel4.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel4.Sign = "";
+ this.arLabel4.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel4.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel4.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel4.Size = new System.Drawing.Size(547, 23);
+ this.arLabel4.TabIndex = 86;
+ this.arLabel4.Text = "일정";
+ this.arLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel4.TextShadow = true;
+ this.arLabel4.TextVisible = true;
+ //
+ // panel3
+ //
+ this.panel3.BackColor = System.Drawing.Color.Gainsboro;
+ this.panel3.Controls.Add(this.arLabel5);
+ this.panel3.Controls.Add(this.costeTextBox);
+ this.panel3.Controls.Add(this.cntTextBox);
+ this.panel3.Controls.Add(cntLabel);
+ this.panel3.Controls.Add(costeLabel);
+ this.panel3.Controls.Add(this.costnTextBox);
+ this.panel3.Controls.Add(costnLabel);
+ this.panel3.Controls.Add(this.costoTextBox);
+ this.panel3.Controls.Add(costoLabel);
+ this.panel3.Location = new System.Drawing.Point(6, 561);
+ this.panel3.Name = "panel3";
+ this.panel3.Size = new System.Drawing.Size(546, 86);
+ this.panel3.TabIndex = 86;
+ //
+ // arLabel5
+ //
+ this.arLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel5.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel5.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel5.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arLabel5.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel5.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel5.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel5.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel5.GradientEnable = true;
+ this.arLabel5.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel5.GradientRepeatBG = false;
+ this.arLabel5.isButton = false;
+ this.arLabel5.Location = new System.Drawing.Point(0, 0);
+ this.arLabel5.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel5.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel5.msg = null;
+ this.arLabel5.Name = "arLabel5";
+ this.arLabel5.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel5.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel5.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel5.ProgressEnable = false;
+ this.arLabel5.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel5.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel5.ProgressMax = 100F;
+ this.arLabel5.ProgressMin = 0F;
+ this.arLabel5.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel5.ProgressValue = 0F;
+ this.arLabel5.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel5.Sign = "";
+ this.arLabel5.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel5.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel5.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel5.Size = new System.Drawing.Size(546, 23);
+ this.arLabel5.TabIndex = 86;
+ this.arLabel5.Text = "비용";
+ this.arLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel5.TextShadow = true;
+ this.arLabel5.TextVisible = true;
+ //
+ // arLabel6
+ //
+ this.arLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel6.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel6.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel6.BorderSize = new System.Windows.Forms.Padding(0, 0, 0, 1);
+ this.arLabel6.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel6.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel6.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel6.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel6.GradientEnable = true;
+ this.arLabel6.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel6.GradientRepeatBG = false;
+ this.arLabel6.isButton = false;
+ this.arLabel6.Location = new System.Drawing.Point(1, 1);
+ this.arLabel6.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel6.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel6.msg = null;
+ this.arLabel6.Name = "arLabel6";
+ this.arLabel6.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel6.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel6.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel6.ProgressEnable = false;
+ this.arLabel6.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel6.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel6.ProgressMax = 100F;
+ this.arLabel6.ProgressMin = 0F;
+ this.arLabel6.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel6.ProgressValue = 0F;
+ this.arLabel6.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel6.Sign = "";
+ this.arLabel6.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel6.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel6.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel6.Size = new System.Drawing.Size(485, 23);
+ this.arLabel6.TabIndex = 86;
+ this.arLabel6.Text = "개선 방향";
+ this.arLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel6.TextShadow = true;
+ this.arLabel6.TextVisible = true;
+ //
+ // arPanel1
+ //
+ this.arPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.arPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
- this.arPanel1.BorderSize = new System.Windows.Forms.Padding(1);
- this.arPanel1.Controls.Add(this.remark_reqTextBox);
- this.arPanel1.Controls.Add(this.arLabel6);
- this.arPanel1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.arPanel1.ForeColor = System.Drawing.Color.Khaki;
- this.arPanel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arPanel1.GradientRepeatBG = true;
- this.arPanel1.Location = new System.Drawing.Point(559, 6);
- this.arPanel1.Name = "arPanel1";
- this.arPanel1.Padding = new System.Windows.Forms.Padding(1);
- this.arPanel1.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arPanel1.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arPanel1.ProgressMax = 100F;
- this.arPanel1.ProgressMin = 0F;
- this.arPanel1.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arPanel1.ProgressValue = 0F;
- this.arPanel1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel1.ShowBorder = true;
- this.arPanel1.Size = new System.Drawing.Size(487, 305);
- this.arPanel1.TabIndex = 88;
- this.arPanel1.Text = "arPanel1";
- this.arPanel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.arPanel1.TextShadow = false;
- this.arPanel1.UseProgressBar = false;
- //
- // arPanel2
- //
- this.arPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
- this.arPanel2.BorderSize = new System.Windows.Forms.Padding(1);
- this.arPanel2.Controls.Add(this.dataGridView1);
- this.arPanel2.Controls.Add(this.bindingNavigator1);
- this.arPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.arPanel2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.arPanel2.ForeColor = System.Drawing.Color.Black;
- this.arPanel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arPanel2.GradientRepeatBG = true;
- this.arPanel2.Location = new System.Drawing.Point(3, 3);
- this.arPanel2.Name = "arPanel2";
- this.arPanel2.Padding = new System.Windows.Forms.Padding(1);
- this.arPanel2.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arPanel2.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arPanel2.ProgressMax = 100F;
- this.arPanel2.ProgressMin = 0F;
- this.arPanel2.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arPanel2.ProgressValue = 0F;
- this.arPanel2.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel2.ShowBorder = true;
- this.arPanel2.Size = new System.Drawing.Size(474, 297);
- this.arPanel2.TabIndex = 89;
- this.arPanel2.Text = "arPanel2";
- this.arPanel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.arPanel2.TextShadow = false;
- this.arPanel2.UseProgressBar = false;
- //
- // bindingNavigator1
- //
- this.bindingNavigator1.AddNewItem = null;
- this.bindingNavigator1.BindingSource = this.bsHistWeek;
- this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem1;
- this.bindingNavigator1.DeleteItem = null;
- this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.arPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
+ this.arPanel1.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arPanel1.Controls.Add(this.remark_reqTextBox);
+ this.arPanel1.Controls.Add(this.arLabel6);
+ this.arPanel1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.arPanel1.ForeColor = System.Drawing.Color.Khaki;
+ this.arPanel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arPanel1.GradientRepeatBG = true;
+ this.arPanel1.Location = new System.Drawing.Point(559, 6);
+ this.arPanel1.Name = "arPanel1";
+ this.arPanel1.Padding = new System.Windows.Forms.Padding(1);
+ this.arPanel1.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arPanel1.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arPanel1.ProgressMax = 100F;
+ this.arPanel1.ProgressMin = 0F;
+ this.arPanel1.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arPanel1.ProgressValue = 0F;
+ this.arPanel1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel1.ShowBorder = true;
+ this.arPanel1.Size = new System.Drawing.Size(487, 305);
+ this.arPanel1.TabIndex = 88;
+ this.arPanel1.Text = "arPanel1";
+ this.arPanel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ this.arPanel1.TextShadow = false;
+ this.arPanel1.UseProgressBar = false;
+ //
+ // arPanel2
+ //
+ this.arPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
+ this.arPanel2.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arPanel2.Controls.Add(this.dataGridView1);
+ this.arPanel2.Controls.Add(this.bindingNavigator1);
+ this.arPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.arPanel2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.arPanel2.ForeColor = System.Drawing.Color.Black;
+ this.arPanel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arPanel2.GradientRepeatBG = true;
+ this.arPanel2.Location = new System.Drawing.Point(3, 3);
+ this.arPanel2.Name = "arPanel2";
+ this.arPanel2.Padding = new System.Windows.Forms.Padding(1);
+ this.arPanel2.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arPanel2.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arPanel2.ProgressMax = 100F;
+ this.arPanel2.ProgressMin = 0F;
+ this.arPanel2.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arPanel2.ProgressValue = 0F;
+ this.arPanel2.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel2.ShowBorder = true;
+ this.arPanel2.Size = new System.Drawing.Size(474, 297);
+ this.arPanel2.TabIndex = 89;
+ this.arPanel2.Text = "arPanel2";
+ this.arPanel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ this.arPanel2.TextShadow = false;
+ this.arPanel2.UseProgressBar = false;
+ //
+ // bindingNavigator1
+ //
+ this.bindingNavigator1.AddNewItem = null;
+ this.bindingNavigator1.BindingSource = this.bsHistWeek;
+ this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem1;
+ this.bindingNavigator1.DeleteItem = null;
+ this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem1,
this.bindingNavigatorMovePreviousItem1,
this.bindingNavigatorSeparator3,
@@ -1453,577 +1571,576 @@
this.btwADd,
this.btwEdit,
this.btwDel});
- this.bindingNavigator1.Location = new System.Drawing.Point(1, 271);
- this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem1;
- this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem1;
- this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem1;
- this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem1;
- this.bindingNavigator1.Name = "bindingNavigator1";
- this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem1;
- this.bindingNavigator1.Size = new System.Drawing.Size(472, 25);
- this.bindingNavigator1.TabIndex = 87;
- this.bindingNavigator1.Text = "bindingNavigator1";
- //
- // bindingNavigatorCountItem1
- //
- this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
- this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(27, 22);
- this.bindingNavigatorCountItem1.Text = "/{0}";
- this.bindingNavigatorCountItem1.ToolTipText = "전체 항목 수";
- //
- // bindingNavigatorMoveFirstItem1
- //
- this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
- this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
- this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveFirstItem1.Text = "처음으로 이동";
- //
- // bindingNavigatorMovePreviousItem1
- //
- this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
- this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
- this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMovePreviousItem1.Text = "이전으로 이동";
- //
- // bindingNavigatorSeparator3
- //
- this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
- this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorPositionItem1
- //
- this.bindingNavigatorPositionItem1.AccessibleName = "위치";
- this.bindingNavigatorPositionItem1.AutoSize = false;
- this.bindingNavigatorPositionItem1.Font = new System.Drawing.Font("맑은 고딕", 9F);
- this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
- this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23);
- this.bindingNavigatorPositionItem1.Text = "0";
- this.bindingNavigatorPositionItem1.ToolTipText = "현재 위치";
- //
- // bindingNavigatorSeparator4
- //
- this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
- this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorMoveNextItem1
- //
- this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
- this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
- this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveNextItem1.Text = "다음으로 이동";
- //
- // bindingNavigatorMoveLastItem1
- //
- this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
- this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
- this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveLastItem1.Text = "마지막으로 이동";
- //
- // bindingNavigatorSeparator5
- //
- this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5";
- this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25);
- //
- // btwADd
- //
- this.btwADd.Image = ((System.Drawing.Image)(resources.GetObject("btwADd.Image")));
- this.btwADd.Name = "btwADd";
- this.btwADd.RightToLeftAutoMirrorImage = true;
- this.btwADd.Size = new System.Drawing.Size(51, 22);
- this.btwADd.Text = "추가";
- this.btwADd.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
- //
- // btwEdit
- //
- this.btwEdit.Image = ((System.Drawing.Image)(resources.GetObject("btwEdit.Image")));
- this.btwEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btwEdit.Name = "btwEdit";
- this.btwEdit.Size = new System.Drawing.Size(51, 22);
- this.btwEdit.Text = "편집";
- this.btwEdit.Click += new System.EventHandler(this.btwEdit_Click);
- //
- // btwDel
- //
- this.btwDel.Image = ((System.Drawing.Image)(resources.GetObject("btwDel.Image")));
- this.btwDel.Name = "btwDel";
- this.btwDel.RightToLeftAutoMirrorImage = true;
- this.btwDel.Size = new System.Drawing.Size(51, 22);
- this.btwDel.Text = "삭제";
- this.btwDel.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.Gainsboro;
- this.panel4.Controls.Add(this.rtBef);
- this.panel4.Controls.Add(this.arLabel8);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel4.Location = new System.Drawing.Point(3, 257);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(516, 355);
- this.panel4.TabIndex = 90;
- //
- // rtBef
- //
- this.rtBef.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtBef.Location = new System.Drawing.Point(0, 23);
- this.rtBef.Name = "rtBef";
- this.rtBef.ReadOnly = true;
- this.rtBef.Size = new System.Drawing.Size(516, 332);
- this.rtBef.TabIndex = 87;
- this.rtBef.Text = "";
- this.rtBef.Click += new System.EventHandler(this.rtBack_Click);
- this.rtBef.DoubleClick += new System.EventHandler(this.rtBack_DoubleClick);
- //
- // arLabel8
- //
- this.arLabel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel8.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel8.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel8.BorderSize = new System.Windows.Forms.Padding(1);
- this.arLabel8.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel8.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel8.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel8.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel8.GradientEnable = true;
- this.arLabel8.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel8.GradientRepeatBG = false;
- this.arLabel8.isButton = false;
- this.arLabel8.Location = new System.Drawing.Point(0, 0);
- this.arLabel8.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel8.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel8.msg = null;
- this.arLabel8.Name = "arLabel8";
- this.arLabel8.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel8.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel8.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel8.ProgressEnable = false;
- this.arLabel8.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel8.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel8.ProgressMax = 100F;
- this.arLabel8.ProgressMin = 0F;
- this.arLabel8.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel8.ProgressValue = 0F;
- this.arLabel8.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel8.Sign = "";
- this.arLabel8.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel8.SignColor = System.Drawing.Color.Yellow;
- this.arLabel8.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel8.Size = new System.Drawing.Size(516, 23);
- this.arLabel8.TabIndex = 86;
- this.arLabel8.Text = "개선 전";
- this.arLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel8.TextShadow = true;
- this.arLabel8.TextVisible = true;
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.Controls.Add(this.panel8, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.arPanel3, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.panel6, 1, 1);
- this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 1);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 35);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 2;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 254F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1044, 615);
- this.tableLayoutPanel1.TabIndex = 91;
- //
- // panel8
- //
- this.panel8.BackColor = System.Drawing.Color.Gainsboro;
- this.panel8.Controls.Add(this.rtDesc);
- this.panel8.Controls.Add(this.arLabel11);
- this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel8.Location = new System.Drawing.Point(525, 3);
- this.panel8.Name = "panel8";
- this.panel8.Size = new System.Drawing.Size(516, 248);
- this.panel8.TabIndex = 94;
- //
- // rtDesc
- //
- this.rtDesc.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtDesc.Location = new System.Drawing.Point(0, 23);
- this.rtDesc.Name = "rtDesc";
- this.rtDesc.ReadOnly = true;
- this.rtDesc.Size = new System.Drawing.Size(516, 225);
- this.rtDesc.TabIndex = 87;
- this.rtDesc.Text = "";
- this.rtDesc.Click += new System.EventHandler(this.rtBack_Click);
- this.rtDesc.DoubleClick += new System.EventHandler(this.rtBack_DoubleClick);
- //
- // arLabel11
- //
- this.arLabel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel11.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel11.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel11.BorderSize = new System.Windows.Forms.Padding(1);
- this.arLabel11.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel11.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel11.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel11.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel11.GradientEnable = true;
- this.arLabel11.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel11.GradientRepeatBG = false;
- this.arLabel11.isButton = false;
- this.arLabel11.Location = new System.Drawing.Point(0, 0);
- this.arLabel11.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel11.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel11.msg = null;
- this.arLabel11.Name = "arLabel11";
- this.arLabel11.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel11.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel11.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel11.ProgressEnable = false;
- this.arLabel11.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel11.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel11.ProgressMax = 100F;
- this.arLabel11.ProgressMin = 0F;
- this.arLabel11.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel11.ProgressValue = 0F;
- this.arLabel11.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel11.Sign = "";
- this.arLabel11.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel11.SignColor = System.Drawing.Color.Yellow;
- this.arLabel11.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel11.Size = new System.Drawing.Size(516, 23);
- this.arLabel11.TabIndex = 86;
- this.arLabel11.Text = "완료내역";
- this.arLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel11.TextShadow = true;
- this.arLabel11.TextVisible = true;
- //
- // arPanel3
- //
- this.arPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
- this.arPanel3.BorderSize = new System.Windows.Forms.Padding(1);
- this.arPanel3.Controls.Add(this.rtBack);
- this.arPanel3.Controls.Add(this.arLabel10);
- this.arPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.arPanel3.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.arPanel3.ForeColor = System.Drawing.Color.Khaki;
- this.arPanel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arPanel3.GradientRepeatBG = true;
- this.arPanel3.Location = new System.Drawing.Point(3, 3);
- this.arPanel3.Name = "arPanel3";
- this.arPanel3.Padding = new System.Windows.Forms.Padding(1);
- this.arPanel3.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arPanel3.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arPanel3.ProgressMax = 100F;
- this.arPanel3.ProgressMin = 0F;
- this.arPanel3.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arPanel3.ProgressValue = 0F;
- this.arPanel3.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel3.ShowBorder = true;
- this.arPanel3.Size = new System.Drawing.Size(516, 248);
- this.arPanel3.TabIndex = 92;
- this.arPanel3.Text = "arPanel3";
- this.arPanel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.arPanel3.TextShadow = false;
- this.arPanel3.UseProgressBar = false;
- //
- // rtBack
- //
- this.rtBack.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtBack.Location = new System.Drawing.Point(1, 24);
- this.rtBack.Name = "rtBack";
- this.rtBack.ReadOnly = true;
- this.rtBack.Size = new System.Drawing.Size(514, 223);
- this.rtBack.TabIndex = 87;
- this.rtBack.Text = "";
- this.rtBack.Click += new System.EventHandler(this.rtBack_Click);
- this.rtBack.DoubleClick += new System.EventHandler(this.rtBack_DoubleClick);
- //
- // arLabel10
- //
- this.arLabel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel10.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel10.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel10.BorderSize = new System.Windows.Forms.Padding(0, 0, 0, 1);
- this.arLabel10.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel10.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel10.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel10.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel10.GradientEnable = true;
- this.arLabel10.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel10.GradientRepeatBG = false;
- this.arLabel10.isButton = false;
- this.arLabel10.Location = new System.Drawing.Point(1, 1);
- this.arLabel10.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel10.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel10.msg = null;
- this.arLabel10.Name = "arLabel10";
- this.arLabel10.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel10.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel10.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel10.ProgressEnable = false;
- this.arLabel10.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel10.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel10.ProgressMax = 100F;
- this.arLabel10.ProgressMin = 0F;
- this.arLabel10.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel10.ProgressValue = 0F;
- this.arLabel10.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel10.Sign = "";
- this.arLabel10.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel10.SignColor = System.Drawing.Color.Yellow;
- this.arLabel10.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel10.Size = new System.Drawing.Size(514, 23);
- this.arLabel10.TabIndex = 86;
- this.arLabel10.Text = "개선 배경";
- this.arLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel10.TextShadow = true;
- this.arLabel10.TextVisible = true;
- //
- // panel6
- //
- this.panel6.BackColor = System.Drawing.Color.Gainsboro;
- this.panel6.Controls.Add(this.rtAft);
- this.panel6.Controls.Add(this.arLabel9);
- this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel6.Location = new System.Drawing.Point(525, 257);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(516, 355);
- this.panel6.TabIndex = 90;
- //
- // rtAft
- //
- this.rtAft.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtAft.Location = new System.Drawing.Point(0, 23);
- this.rtAft.Name = "rtAft";
- this.rtAft.ReadOnly = true;
- this.rtAft.Size = new System.Drawing.Size(516, 332);
- this.rtAft.TabIndex = 87;
- this.rtAft.Text = "";
- this.rtAft.Click += new System.EventHandler(this.rtBack_Click);
- this.rtAft.DoubleClick += new System.EventHandler(this.rtBack_DoubleClick);
- //
- // arLabel9
- //
- this.arLabel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel9.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel9.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel9.BorderSize = new System.Windows.Forms.Padding(1);
- this.arLabel9.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel9.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel9.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel9.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
- this.arLabel9.GradientEnable = true;
- this.arLabel9.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel9.GradientRepeatBG = false;
- this.arLabel9.isButton = false;
- this.arLabel9.Location = new System.Drawing.Point(0, 0);
- this.arLabel9.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel9.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel9.msg = null;
- this.arLabel9.Name = "arLabel9";
- this.arLabel9.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel9.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel9.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel9.ProgressEnable = false;
- this.arLabel9.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel9.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel9.ProgressMax = 100F;
- this.arLabel9.ProgressMin = 0F;
- this.arLabel9.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel9.ProgressValue = 0F;
- this.arLabel9.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel9.Sign = "";
- this.arLabel9.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel9.SignColor = System.Drawing.Color.Yellow;
- this.arLabel9.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel9.Size = new System.Drawing.Size(516, 23);
- this.arLabel9.TabIndex = 86;
- this.arLabel9.Text = "개선 후";
- this.arLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel9.TextShadow = true;
- this.arLabel9.TextVisible = true;
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1058, 679);
- this.tabControl1.TabIndex = 93;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.tabControl2);
- this.tabPage1.Controls.Add(this.panel1);
- this.tabPage1.Controls.Add(this.panel7);
- this.tabPage1.Controls.Add(this.arPanel1);
- this.tabPage1.Controls.Add(this.panel5);
- this.tabPage1.Controls.Add(this.panel3);
- this.tabPage1.Controls.Add(this.panel2);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(1050, 653);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "일반사항";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // tabControl2
- //
- this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ this.bindingNavigator1.Location = new System.Drawing.Point(1, 271);
+ this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem1;
+ this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem1;
+ this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem1;
+ this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem1;
+ this.bindingNavigator1.Name = "bindingNavigator1";
+ this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem1;
+ this.bindingNavigator1.Size = new System.Drawing.Size(472, 25);
+ this.bindingNavigator1.TabIndex = 87;
+ this.bindingNavigator1.Text = "bindingNavigator1";
+ //
+ // bindingNavigatorCountItem1
+ //
+ this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
+ this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(27, 22);
+ this.bindingNavigatorCountItem1.Text = "/{0}";
+ this.bindingNavigatorCountItem1.ToolTipText = "전체 항목 수";
+ //
+ // bindingNavigatorMoveFirstItem1
+ //
+ this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
+ this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
+ this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMoveFirstItem1.Text = "처음으로 이동";
+ //
+ // bindingNavigatorMovePreviousItem1
+ //
+ this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
+ this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
+ this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMovePreviousItem1.Text = "이전으로 이동";
+ //
+ // bindingNavigatorSeparator3
+ //
+ this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
+ this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
+ //
+ // bindingNavigatorPositionItem1
+ //
+ this.bindingNavigatorPositionItem1.AccessibleName = "위치";
+ this.bindingNavigatorPositionItem1.AutoSize = false;
+ this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
+ this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23);
+ this.bindingNavigatorPositionItem1.Text = "0";
+ this.bindingNavigatorPositionItem1.ToolTipText = "현재 위치";
+ //
+ // bindingNavigatorSeparator4
+ //
+ this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
+ this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
+ //
+ // bindingNavigatorMoveNextItem1
+ //
+ this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
+ this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
+ this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMoveNextItem1.Text = "다음으로 이동";
+ //
+ // bindingNavigatorMoveLastItem1
+ //
+ this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
+ this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
+ this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMoveLastItem1.Text = "마지막으로 이동";
+ //
+ // bindingNavigatorSeparator5
+ //
+ this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5";
+ this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25);
+ //
+ // btwADd
+ //
+ this.btwADd.Image = ((System.Drawing.Image)(resources.GetObject("btwADd.Image")));
+ this.btwADd.Name = "btwADd";
+ this.btwADd.RightToLeftAutoMirrorImage = true;
+ this.btwADd.Size = new System.Drawing.Size(51, 22);
+ this.btwADd.Text = "추가";
+ this.btwADd.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
+ //
+ // btwEdit
+ //
+ this.btwEdit.Image = ((System.Drawing.Image)(resources.GetObject("btwEdit.Image")));
+ this.btwEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.btwEdit.Name = "btwEdit";
+ this.btwEdit.Size = new System.Drawing.Size(51, 22);
+ this.btwEdit.Text = "편집";
+ this.btwEdit.Click += new System.EventHandler(this.btwEdit_Click);
+ //
+ // btwDel
+ //
+ this.btwDel.Image = ((System.Drawing.Image)(resources.GetObject("btwDel.Image")));
+ this.btwDel.Name = "btwDel";
+ this.btwDel.RightToLeftAutoMirrorImage = true;
+ this.btwDel.Size = new System.Drawing.Size(51, 22);
+ this.btwDel.Text = "삭제";
+ this.btwDel.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
+ //
+ // panel4
+ //
+ this.panel4.BackColor = System.Drawing.Color.Gainsboro;
+ this.panel4.Controls.Add(this.rtBef);
+ this.panel4.Controls.Add(this.arLabel8);
+ this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel4.Location = new System.Drawing.Point(3, 257);
+ this.panel4.Name = "panel4";
+ this.panel4.Size = new System.Drawing.Size(516, 355);
+ this.panel4.TabIndex = 90;
+ //
+ // rtBef
+ //
+ this.rtBef.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.rtBef.Location = new System.Drawing.Point(0, 23);
+ this.rtBef.Name = "rtBef";
+ this.rtBef.ReadOnly = true;
+ this.rtBef.Size = new System.Drawing.Size(516, 332);
+ this.rtBef.TabIndex = 87;
+ this.rtBef.Text = "";
+ this.rtBef.Click += new System.EventHandler(this.rtBack_Click);
+ this.rtBef.DoubleClick += new System.EventHandler(this.rtBack_DoubleClick);
+ //
+ // arLabel8
+ //
+ this.arLabel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel8.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel8.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel8.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arLabel8.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel8.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel8.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel8.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel8.GradientEnable = true;
+ this.arLabel8.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel8.GradientRepeatBG = false;
+ this.arLabel8.isButton = false;
+ this.arLabel8.Location = new System.Drawing.Point(0, 0);
+ this.arLabel8.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel8.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel8.msg = null;
+ this.arLabel8.Name = "arLabel8";
+ this.arLabel8.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel8.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel8.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel8.ProgressEnable = false;
+ this.arLabel8.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel8.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel8.ProgressMax = 100F;
+ this.arLabel8.ProgressMin = 0F;
+ this.arLabel8.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel8.ProgressValue = 0F;
+ this.arLabel8.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel8.Sign = "";
+ this.arLabel8.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel8.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel8.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel8.Size = new System.Drawing.Size(516, 23);
+ this.arLabel8.TabIndex = 86;
+ this.arLabel8.Text = "개선 전";
+ this.arLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel8.TextShadow = true;
+ this.arLabel8.TextVisible = true;
+ //
+ // tableLayoutPanel1
+ //
+ this.tableLayoutPanel1.ColumnCount = 2;
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
+ this.tableLayoutPanel1.Controls.Add(this.panel8, 1, 0);
+ this.tableLayoutPanel1.Controls.Add(this.arPanel3, 0, 0);
+ this.tableLayoutPanel1.Controls.Add(this.panel6, 1, 1);
+ this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 1);
+ this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 35);
+ this.tableLayoutPanel1.Name = "tableLayoutPanel1";
+ this.tableLayoutPanel1.RowCount = 2;
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 254F));
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(1044, 615);
+ this.tableLayoutPanel1.TabIndex = 91;
+ //
+ // panel8
+ //
+ this.panel8.BackColor = System.Drawing.Color.Gainsboro;
+ this.panel8.Controls.Add(this.rtDesc);
+ this.panel8.Controls.Add(this.arLabel11);
+ this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel8.Location = new System.Drawing.Point(525, 3);
+ this.panel8.Name = "panel8";
+ this.panel8.Size = new System.Drawing.Size(516, 248);
+ this.panel8.TabIndex = 94;
+ //
+ // rtDesc
+ //
+ this.rtDesc.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.rtDesc.Location = new System.Drawing.Point(0, 23);
+ this.rtDesc.Name = "rtDesc";
+ this.rtDesc.ReadOnly = true;
+ this.rtDesc.Size = new System.Drawing.Size(516, 225);
+ this.rtDesc.TabIndex = 87;
+ this.rtDesc.Text = "";
+ this.rtDesc.Click += new System.EventHandler(this.rtBack_Click);
+ this.rtDesc.DoubleClick += new System.EventHandler(this.rtBack_DoubleClick);
+ //
+ // arLabel11
+ //
+ this.arLabel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel11.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel11.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel11.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arLabel11.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel11.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel11.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel11.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel11.GradientEnable = true;
+ this.arLabel11.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel11.GradientRepeatBG = false;
+ this.arLabel11.isButton = false;
+ this.arLabel11.Location = new System.Drawing.Point(0, 0);
+ this.arLabel11.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel11.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel11.msg = null;
+ this.arLabel11.Name = "arLabel11";
+ this.arLabel11.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel11.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel11.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel11.ProgressEnable = false;
+ this.arLabel11.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel11.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel11.ProgressMax = 100F;
+ this.arLabel11.ProgressMin = 0F;
+ this.arLabel11.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel11.ProgressValue = 0F;
+ this.arLabel11.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel11.Sign = "";
+ this.arLabel11.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel11.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel11.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel11.Size = new System.Drawing.Size(516, 23);
+ this.arLabel11.TabIndex = 86;
+ this.arLabel11.Text = "완료내역";
+ this.arLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel11.TextShadow = true;
+ this.arLabel11.TextVisible = true;
+ //
+ // arPanel3
+ //
+ this.arPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
+ this.arPanel3.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arPanel3.Controls.Add(this.rtBack);
+ this.arPanel3.Controls.Add(this.arLabel10);
+ this.arPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.arPanel3.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.arPanel3.ForeColor = System.Drawing.Color.Khaki;
+ this.arPanel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arPanel3.GradientRepeatBG = true;
+ this.arPanel3.Location = new System.Drawing.Point(3, 3);
+ this.arPanel3.Name = "arPanel3";
+ this.arPanel3.Padding = new System.Windows.Forms.Padding(1);
+ this.arPanel3.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arPanel3.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arPanel3.ProgressMax = 100F;
+ this.arPanel3.ProgressMin = 0F;
+ this.arPanel3.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arPanel3.ProgressValue = 0F;
+ this.arPanel3.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel3.ShowBorder = true;
+ this.arPanel3.Size = new System.Drawing.Size(516, 248);
+ this.arPanel3.TabIndex = 92;
+ this.arPanel3.Text = "arPanel3";
+ this.arPanel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ this.arPanel3.TextShadow = false;
+ this.arPanel3.UseProgressBar = false;
+ //
+ // rtBack
+ //
+ this.rtBack.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.rtBack.Location = new System.Drawing.Point(1, 24);
+ this.rtBack.Name = "rtBack";
+ this.rtBack.ReadOnly = true;
+ this.rtBack.Size = new System.Drawing.Size(514, 223);
+ this.rtBack.TabIndex = 87;
+ this.rtBack.Text = "";
+ this.rtBack.Click += new System.EventHandler(this.rtBack_Click);
+ this.rtBack.DoubleClick += new System.EventHandler(this.rtBack_DoubleClick);
+ //
+ // arLabel10
+ //
+ this.arLabel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel10.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel10.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel10.BorderSize = new System.Windows.Forms.Padding(0, 0, 0, 1);
+ this.arLabel10.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel10.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel10.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel10.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel10.GradientEnable = true;
+ this.arLabel10.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel10.GradientRepeatBG = false;
+ this.arLabel10.isButton = false;
+ this.arLabel10.Location = new System.Drawing.Point(1, 1);
+ this.arLabel10.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel10.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel10.msg = null;
+ this.arLabel10.Name = "arLabel10";
+ this.arLabel10.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel10.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel10.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel10.ProgressEnable = false;
+ this.arLabel10.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel10.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel10.ProgressMax = 100F;
+ this.arLabel10.ProgressMin = 0F;
+ this.arLabel10.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel10.ProgressValue = 0F;
+ this.arLabel10.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel10.Sign = "";
+ this.arLabel10.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel10.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel10.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel10.Size = new System.Drawing.Size(514, 23);
+ this.arLabel10.TabIndex = 86;
+ this.arLabel10.Text = "개선 배경";
+ this.arLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel10.TextShadow = true;
+ this.arLabel10.TextVisible = true;
+ //
+ // panel6
+ //
+ this.panel6.BackColor = System.Drawing.Color.Gainsboro;
+ this.panel6.Controls.Add(this.rtAft);
+ this.panel6.Controls.Add(this.arLabel9);
+ this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel6.Location = new System.Drawing.Point(525, 257);
+ this.panel6.Name = "panel6";
+ this.panel6.Size = new System.Drawing.Size(516, 355);
+ this.panel6.TabIndex = 90;
+ //
+ // rtAft
+ //
+ this.rtAft.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.rtAft.Location = new System.Drawing.Point(0, 23);
+ this.rtAft.Name = "rtAft";
+ this.rtAft.ReadOnly = true;
+ this.rtAft.Size = new System.Drawing.Size(516, 332);
+ this.rtAft.TabIndex = 87;
+ this.rtAft.Text = "";
+ this.rtAft.Click += new System.EventHandler(this.rtBack_Click);
+ this.rtAft.DoubleClick += new System.EventHandler(this.rtBack_DoubleClick);
+ //
+ // arLabel9
+ //
+ this.arLabel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel9.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel9.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel9.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arLabel9.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel9.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel9.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel9.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
+ this.arLabel9.GradientEnable = true;
+ this.arLabel9.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel9.GradientRepeatBG = false;
+ this.arLabel9.isButton = false;
+ this.arLabel9.Location = new System.Drawing.Point(0, 0);
+ this.arLabel9.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel9.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel9.msg = null;
+ this.arLabel9.Name = "arLabel9";
+ this.arLabel9.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel9.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel9.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel9.ProgressEnable = false;
+ this.arLabel9.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel9.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel9.ProgressMax = 100F;
+ this.arLabel9.ProgressMin = 0F;
+ this.arLabel9.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel9.ProgressValue = 0F;
+ this.arLabel9.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel9.Sign = "";
+ this.arLabel9.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel9.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel9.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel9.Size = new System.Drawing.Size(516, 23);
+ this.arLabel9.TabIndex = 86;
+ this.arLabel9.Text = "개선 후";
+ this.arLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel9.TextShadow = true;
+ this.arLabel9.TextVisible = true;
+ //
+ // tabControl1
+ //
+ this.tabControl1.Controls.Add(this.tabPage1);
+ this.tabControl1.Controls.Add(this.tabPage2);
+ this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tabControl1.Location = new System.Drawing.Point(0, 0);
+ this.tabControl1.Name = "tabControl1";
+ this.tabControl1.SelectedIndex = 0;
+ this.tabControl1.Size = new System.Drawing.Size(1058, 679);
+ this.tabControl1.TabIndex = 93;
+ //
+ // tabPage1
+ //
+ this.tabPage1.Controls.Add(this.tabControl2);
+ this.tabPage1.Controls.Add(this.panel1);
+ this.tabPage1.Controls.Add(this.panel7);
+ this.tabPage1.Controls.Add(this.arPanel1);
+ this.tabPage1.Controls.Add(this.panel5);
+ this.tabPage1.Controls.Add(this.panel3);
+ this.tabPage1.Controls.Add(this.panel2);
+ this.tabPage1.Location = new System.Drawing.Point(4, 22);
+ this.tabPage1.Name = "tabPage1";
+ this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage1.Size = new System.Drawing.Size(1050, 653);
+ this.tabPage1.TabIndex = 0;
+ this.tabPage1.Text = "일반사항";
+ this.tabPage1.UseVisualStyleBackColor = true;
+ //
+ // tabControl2
+ //
+ this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.tabControl2.Controls.Add(this.tabPage3);
- this.tabControl2.Controls.Add(this.tabPage4);
- this.tabControl2.Location = new System.Drawing.Point(559, 318);
- this.tabControl2.Name = "tabControl2";
- this.tabControl2.SelectedIndex = 0;
- this.tabControl2.Size = new System.Drawing.Size(488, 329);
- this.tabControl2.TabIndex = 90;
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.arPanel2);
- this.tabPage3.Location = new System.Drawing.Point(4, 22);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage3.Size = new System.Drawing.Size(480, 303);
- this.tabPage3.TabIndex = 0;
- this.tabPage3.Text = "업무 현황";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.arPanel4);
- this.tabPage4.Location = new System.Drawing.Point(4, 22);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage4.Size = new System.Drawing.Size(480, 303);
- this.tabPage4.TabIndex = 1;
- this.tabPage4.Text = "메모";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // arPanel4
- //
- this.arPanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
- this.arPanel4.BorderSize = new System.Windows.Forms.Padding(1);
- this.arPanel4.Controls.Add(this.dataGridView2);
- this.arPanel4.Controls.Add(this.bindingNavigator2);
- this.arPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.arPanel4.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.arPanel4.ForeColor = System.Drawing.Color.Black;
- this.arPanel4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arPanel4.GradientRepeatBG = true;
- this.arPanel4.Location = new System.Drawing.Point(3, 3);
- this.arPanel4.Name = "arPanel4";
- this.arPanel4.Padding = new System.Windows.Forms.Padding(1);
- this.arPanel4.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arPanel4.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arPanel4.ProgressMax = 100F;
- this.arPanel4.ProgressMin = 0F;
- this.arPanel4.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arPanel4.ProgressValue = 0F;
- this.arPanel4.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.arPanel4.ShowBorder = true;
- this.arPanel4.Size = new System.Drawing.Size(474, 297);
- this.arPanel4.TabIndex = 90;
- this.arPanel4.Text = "arPanel4";
- this.arPanel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.arPanel4.TextShadow = false;
- this.arPanel4.UseProgressBar = false;
- //
- // dataGridView2
- //
- this.dataGridView2.AllowUserToAddRows = false;
- this.dataGridView2.AutoGenerateColumns = false;
- this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
- this.dataGridView2.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
- this.dataGridView2.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dataGridView2.ColumnHeadersHeight = 35;
- this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.tabControl2.Controls.Add(this.tabPage3);
+ this.tabControl2.Controls.Add(this.tabPage4);
+ this.tabControl2.Location = new System.Drawing.Point(559, 318);
+ this.tabControl2.Name = "tabControl2";
+ this.tabControl2.SelectedIndex = 0;
+ this.tabControl2.Size = new System.Drawing.Size(488, 329);
+ this.tabControl2.TabIndex = 90;
+ //
+ // tabPage3
+ //
+ this.tabPage3.Controls.Add(this.arPanel2);
+ this.tabPage3.Location = new System.Drawing.Point(4, 22);
+ this.tabPage3.Name = "tabPage3";
+ this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage3.Size = new System.Drawing.Size(480, 303);
+ this.tabPage3.TabIndex = 0;
+ this.tabPage3.Text = "업무 현황";
+ this.tabPage3.UseVisualStyleBackColor = true;
+ //
+ // tabPage4
+ //
+ this.tabPage4.Controls.Add(this.arPanel4);
+ this.tabPage4.Location = new System.Drawing.Point(4, 22);
+ this.tabPage4.Name = "tabPage4";
+ this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage4.Size = new System.Drawing.Size(480, 303);
+ this.tabPage4.TabIndex = 1;
+ this.tabPage4.Text = "메모";
+ this.tabPage4.UseVisualStyleBackColor = true;
+ //
+ // arPanel4
+ //
+ this.arPanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
+ this.arPanel4.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arPanel4.Controls.Add(this.dataGridView2);
+ this.arPanel4.Controls.Add(this.bindingNavigator2);
+ this.arPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.arPanel4.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.arPanel4.ForeColor = System.Drawing.Color.Black;
+ this.arPanel4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arPanel4.GradientRepeatBG = true;
+ this.arPanel4.Location = new System.Drawing.Point(3, 3);
+ this.arPanel4.Name = "arPanel4";
+ this.arPanel4.Padding = new System.Windows.Forms.Padding(1);
+ this.arPanel4.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arPanel4.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arPanel4.ProgressMax = 100F;
+ this.arPanel4.ProgressMin = 0F;
+ this.arPanel4.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arPanel4.ProgressValue = 0F;
+ this.arPanel4.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
+ this.arPanel4.ShowBorder = true;
+ this.arPanel4.Size = new System.Drawing.Size(474, 297);
+ this.arPanel4.TabIndex = 90;
+ this.arPanel4.Text = "arPanel4";
+ this.arPanel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ this.arPanel4.TextShadow = false;
+ this.arPanel4.UseProgressBar = false;
+ //
+ // dataGridView2
+ //
+ this.dataGridView2.AllowUserToAddRows = false;
+ this.dataGridView2.AutoGenerateColumns = false;
+ this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
+ this.dataGridView2.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
+ this.dataGridView2.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.dataGridView2.ColumnHeadersHeight = 35;
+ this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
+ this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5});
- this.dataGridView2.DataSource = this.bsHistDay;
- this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView2.Location = new System.Drawing.Point(1, 1);
- this.dataGridView2.Margin = new System.Windows.Forms.Padding(7, 3, 7, 7);
- this.dataGridView2.Name = "dataGridView2";
- this.dataGridView2.ReadOnly = true;
- this.dataGridView2.RowHeadersVisible = false;
- this.dataGridView2.RowTemplate.Height = 23;
- this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView2.Size = new System.Drawing.Size(472, 270);
- this.dataGridView2.TabIndex = 0;
- this.dataGridView2.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView2_DataError);
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "div";
- this.dataGridViewTextBoxColumn3.HeaderText = "*";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Visible = false;
- this.dataGridViewTextBoxColumn3.Width = 36;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "pdate";
- this.dataGridViewTextBoxColumn4.HeaderText = "등록일";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 72;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn5.DataPropertyName = "remark";
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle6;
- this.dataGridViewTextBoxColumn5.HeaderText = "비고";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- //
- // bsHistDay
- //
- this.bsHistDay.DataMember = "EETGW_ProjecthistoryD";
- this.bsHistDay.DataSource = this.dsPRJ;
- //
- // bindingNavigator2
- //
- this.bindingNavigator2.AddNewItem = null;
- this.bindingNavigator2.BindingSource = this.bsHistDay;
- this.bindingNavigator2.CountItem = this.toolStripLabel1;
- this.bindingNavigator2.DeleteItem = null;
- this.bindingNavigator2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.dataGridView2.DataSource = this.bsHistDay;
+ this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.dataGridView2.Location = new System.Drawing.Point(1, 1);
+ this.dataGridView2.Margin = new System.Windows.Forms.Padding(7, 3, 7, 7);
+ this.dataGridView2.Name = "dataGridView2";
+ this.dataGridView2.ReadOnly = true;
+ this.dataGridView2.RowHeadersVisible = false;
+ this.dataGridView2.RowTemplate.Height = 23;
+ this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
+ this.dataGridView2.Size = new System.Drawing.Size(472, 270);
+ this.dataGridView2.TabIndex = 0;
+ this.dataGridView2.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView2_DataError);
+ //
+ // dataGridViewTextBoxColumn3
+ //
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "div";
+ this.dataGridViewTextBoxColumn3.HeaderText = "*";
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
+ this.dataGridViewTextBoxColumn3.ReadOnly = true;
+ this.dataGridViewTextBoxColumn3.Visible = false;
+ this.dataGridViewTextBoxColumn3.Width = 36;
+ //
+ // dataGridViewTextBoxColumn4
+ //
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "pdate";
+ this.dataGridViewTextBoxColumn4.HeaderText = "등록일";
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
+ this.dataGridViewTextBoxColumn4.ReadOnly = true;
+ this.dataGridViewTextBoxColumn4.Width = 72;
+ //
+ // dataGridViewTextBoxColumn5
+ //
+ this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "remark";
+ dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle4;
+ this.dataGridViewTextBoxColumn5.HeaderText = "비고";
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
+ this.dataGridViewTextBoxColumn5.ReadOnly = true;
+ //
+ // bsHistDay
+ //
+ this.bsHistDay.DataMember = "EETGW_ProjecthistoryD";
+ this.bsHistDay.DataSource = this.dsPRJ;
+ //
+ // bindingNavigator2
+ //
+ this.bindingNavigator2.AddNewItem = null;
+ this.bindingNavigator2.BindingSource = this.bsHistDay;
+ this.bindingNavigator2.CountItem = this.toolStripLabel1;
+ this.bindingNavigator2.DeleteItem = null;
+ this.bindingNavigator2.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.toolStripSeparator1,
@@ -2036,267 +2153,268 @@
this.toolStripButton5,
this.toolStripButton6,
this.toolStripButton7});
- this.bindingNavigator2.Location = new System.Drawing.Point(1, 271);
- this.bindingNavigator2.MoveFirstItem = this.toolStripButton1;
- this.bindingNavigator2.MoveLastItem = this.toolStripButton4;
- this.bindingNavigator2.MoveNextItem = this.toolStripButton3;
- this.bindingNavigator2.MovePreviousItem = this.toolStripButton2;
- this.bindingNavigator2.Name = "bindingNavigator2";
- this.bindingNavigator2.PositionItem = this.toolStripTextBox1;
- this.bindingNavigator2.Size = new System.Drawing.Size(472, 25);
- this.bindingNavigator2.TabIndex = 87;
- this.bindingNavigator2.Text = "bindingNavigator2";
- //
- // toolStripLabel1
- //
- this.toolStripLabel1.Name = "toolStripLabel1";
- this.toolStripLabel1.Size = new System.Drawing.Size(27, 22);
- this.toolStripLabel1.Text = "/{0}";
- this.toolStripLabel1.ToolTipText = "전체 항목 수";
- //
- // toolStripButton1
- //
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.RightToLeftAutoMirrorImage = true;
- this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton1.Text = "처음으로 이동";
- //
- // toolStripButton2
- //
- this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
- this.toolStripButton2.Name = "toolStripButton2";
- this.toolStripButton2.RightToLeftAutoMirrorImage = true;
- this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton2.Text = "이전으로 이동";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripTextBox1
- //
- this.toolStripTextBox1.AccessibleName = "위치";
- this.toolStripTextBox1.AutoSize = false;
- this.toolStripTextBox1.Font = new System.Drawing.Font("맑은 고딕", 9F);
- this.toolStripTextBox1.Name = "toolStripTextBox1";
- this.toolStripTextBox1.Size = new System.Drawing.Size(50, 23);
- this.toolStripTextBox1.Text = "0";
- this.toolStripTextBox1.ToolTipText = "현재 위치";
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripButton3
- //
- this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
- this.toolStripButton3.Name = "toolStripButton3";
- this.toolStripButton3.RightToLeftAutoMirrorImage = true;
- this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton3.Text = "다음으로 이동";
- //
- // toolStripButton4
- //
- this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
- this.toolStripButton4.Name = "toolStripButton4";
- this.toolStripButton4.RightToLeftAutoMirrorImage = true;
- this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton4.Text = "마지막으로 이동";
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripButton5
- //
- this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
- this.toolStripButton5.Name = "toolStripButton5";
- this.toolStripButton5.RightToLeftAutoMirrorImage = true;
- this.toolStripButton5.Size = new System.Drawing.Size(51, 22);
- this.toolStripButton5.Text = "추가";
- this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
- //
- // toolStripButton6
- //
- this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
- this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton6.Name = "toolStripButton6";
- this.toolStripButton6.Size = new System.Drawing.Size(51, 22);
- this.toolStripButton6.Text = "편집";
- this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
- //
- // toolStripButton7
- //
- this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
- this.toolStripButton7.Name = "toolStripButton7";
- this.toolStripButton7.RightToLeftAutoMirrorImage = true;
- this.toolStripButton7.Size = new System.Drawing.Size(51, 22);
- this.toolStripButton7.Text = "삭제";
- this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.tableLayoutPanel1);
- this.tabPage2.Controls.Add(this.arLabel12);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(1050, 653);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "완료내역";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // arLabel12
- //
- this.arLabel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
- this.arLabel12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
- this.arLabel12.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
- this.arLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel12.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
- this.arLabel12.BorderSize = new System.Windows.Forms.Padding(1);
- this.arLabel12.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
- this.arLabel12.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.arLabel12.Dock = System.Windows.Forms.DockStyle.Top;
- this.arLabel12.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.arLabel12.ForeColor = System.Drawing.Color.Blue;
- this.arLabel12.GradientEnable = true;
- this.arLabel12.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
- this.arLabel12.GradientRepeatBG = false;
- this.arLabel12.isButton = false;
- this.arLabel12.Location = new System.Drawing.Point(3, 3);
- this.arLabel12.MouseDownColor = System.Drawing.Color.Yellow;
- this.arLabel12.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.arLabel12.msg = null;
- this.arLabel12.Name = "arLabel12";
- this.arLabel12.ProgressBorderColor = System.Drawing.Color.Black;
- this.arLabel12.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
- this.arLabel12.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
- this.arLabel12.ProgressEnable = false;
- this.arLabel12.ProgressFont = new System.Drawing.Font("Consolas", 10F);
- this.arLabel12.ProgressForeColor = System.Drawing.Color.Black;
- this.arLabel12.ProgressMax = 100F;
- this.arLabel12.ProgressMin = 0F;
- this.arLabel12.ProgressPadding = new System.Windows.Forms.Padding(0);
- this.arLabel12.ProgressValue = 0F;
- this.arLabel12.ShadowColor = System.Drawing.Color.WhiteSmoke;
- this.arLabel12.Sign = "";
- this.arLabel12.SignAlign = System.Drawing.ContentAlignment.BottomRight;
- this.arLabel12.SignColor = System.Drawing.Color.Yellow;
- this.arLabel12.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
- this.arLabel12.Size = new System.Drawing.Size(1044, 32);
- this.arLabel12.TabIndex = 92;
- this.arLabel12.Text = "내역을 편집하려면 각 창을 \"더블클릭\" 하세요.";
- this.arLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.arLabel12.TextShadow = true;
- this.arLabel12.TextVisible = true;
- //
- // bsTodo
- //
- this.bsTodo.DataMember = "EETGW_ProjectToDo";
- this.bsTodo.DataSource = this.dsPRJ;
- this.bsTodo.Sort = "sort";
- //
- // ta
- //
- this.ta.ClearBeforeFill = true;
- //
- // tam
- //
- this.tam.BackupDataSetBeforeUpdate = false;
- this.tam.EETGW_JobReport_AutoInputTableAdapter = null;
- this.tam.EETGW_JobReport_EBoardTableAdapter = null;
- this.tam.EETGW_NoteTableAdapter = null;
- this.tam.EETGW_ProjecthistoryDTableAdapter = null;
- this.tam.EETGW_ProjectResonTableAdapter = null;
- this.tam.EETGW_ProjectsScheduleTableAdapter = null;
- this.tam.EETGW_ProjectToDoTableAdapter = null;
- this.tam.EETGW_SaveCostTableAdapter = null;
- this.tam.JobReportTableAdapter = null;
- this.tam.ProjectPartStatusTableAdapter = null;
- this.tam.ProjectsHistoryTableAdapter = null;
- this.tam.ProjectsIOMapTableAdapter = null;
- this.tam.ProjectsMailListTableAdapter = null;
- this.tam.ProjectsPartTableAdapter = null;
- this.tam.ProjectsTableAdapter = this.ta;
- this.tam.SPMasterTableAdapter = null;
- this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // taHist
- //
- this.taHist.ClearBeforeFill = true;
- //
- // taHistD
- //
- this.taHistD.ClearBeforeFill = true;
- //
- // taToDo
- //
- this.taToDo.ClearBeforeFill = true;
- //
- // fProjectData
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1058, 704);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.bn);
- this.MinimizeBox = false;
- this.Name = "fProjectData";
- this.Text = "프로젝트 정보 추가/편집";
- this.Load += new System.EventHandler(this.fProjectData_Load);
- ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
- this.bn.ResumeLayout(false);
- this.bn.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsHistWeek)).EndInit();
- this.panel7.ResumeLayout(false);
- this.panel7.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel5.ResumeLayout(false);
- this.panel5.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.arPanel1.ResumeLayout(false);
- this.arPanel1.PerformLayout();
- this.arPanel2.ResumeLayout(false);
- this.arPanel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
- this.bindingNavigator1.ResumeLayout(false);
- this.bindingNavigator1.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.panel8.ResumeLayout(false);
- this.arPanel3.ResumeLayout(false);
- this.panel6.ResumeLayout(false);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabControl2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- this.tabPage4.ResumeLayout(false);
- this.arPanel4.ResumeLayout(false);
- this.arPanel4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsHistDay)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
- this.bindingNavigator2.ResumeLayout(false);
- this.bindingNavigator2.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bsTodo)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
+ this.bindingNavigator2.Location = new System.Drawing.Point(1, 271);
+ this.bindingNavigator2.MoveFirstItem = this.toolStripButton1;
+ this.bindingNavigator2.MoveLastItem = this.toolStripButton4;
+ this.bindingNavigator2.MoveNextItem = this.toolStripButton3;
+ this.bindingNavigator2.MovePreviousItem = this.toolStripButton2;
+ this.bindingNavigator2.Name = "bindingNavigator2";
+ this.bindingNavigator2.PositionItem = this.toolStripTextBox1;
+ this.bindingNavigator2.Size = new System.Drawing.Size(472, 25);
+ this.bindingNavigator2.TabIndex = 87;
+ this.bindingNavigator2.Text = "bindingNavigator2";
+ //
+ // toolStripLabel1
+ //
+ this.toolStripLabel1.Name = "toolStripLabel1";
+ this.toolStripLabel1.Size = new System.Drawing.Size(27, 22);
+ this.toolStripLabel1.Text = "/{0}";
+ this.toolStripLabel1.ToolTipText = "전체 항목 수";
+ //
+ // toolStripButton1
+ //
+ this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
+ this.toolStripButton1.Name = "toolStripButton1";
+ this.toolStripButton1.RightToLeftAutoMirrorImage = true;
+ this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
+ this.toolStripButton1.Text = "처음으로 이동";
+ //
+ // toolStripButton2
+ //
+ this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
+ this.toolStripButton2.Name = "toolStripButton2";
+ this.toolStripButton2.RightToLeftAutoMirrorImage = true;
+ this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
+ this.toolStripButton2.Text = "이전으로 이동";
+ //
+ // toolStripSeparator1
+ //
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
+ this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
+ //
+ // toolStripTextBox1
+ //
+ this.toolStripTextBox1.AccessibleName = "위치";
+ this.toolStripTextBox1.AutoSize = false;
+ this.toolStripTextBox1.Name = "toolStripTextBox1";
+ this.toolStripTextBox1.Size = new System.Drawing.Size(50, 23);
+ this.toolStripTextBox1.Text = "0";
+ this.toolStripTextBox1.ToolTipText = "현재 위치";
+ //
+ // toolStripSeparator2
+ //
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
+ this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
+ //
+ // toolStripButton3
+ //
+ this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
+ this.toolStripButton3.Name = "toolStripButton3";
+ this.toolStripButton3.RightToLeftAutoMirrorImage = true;
+ this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
+ this.toolStripButton3.Text = "다음으로 이동";
+ //
+ // toolStripButton4
+ //
+ this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
+ this.toolStripButton4.Name = "toolStripButton4";
+ this.toolStripButton4.RightToLeftAutoMirrorImage = true;
+ this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
+ this.toolStripButton4.Text = "마지막으로 이동";
+ //
+ // toolStripSeparator3
+ //
+ this.toolStripSeparator3.Name = "toolStripSeparator3";
+ this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
+ //
+ // toolStripButton5
+ //
+ this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
+ this.toolStripButton5.Name = "toolStripButton5";
+ this.toolStripButton5.RightToLeftAutoMirrorImage = true;
+ this.toolStripButton5.Size = new System.Drawing.Size(51, 22);
+ this.toolStripButton5.Text = "추가";
+ this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
+ //
+ // toolStripButton6
+ //
+ this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
+ this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.toolStripButton6.Name = "toolStripButton6";
+ this.toolStripButton6.Size = new System.Drawing.Size(51, 22);
+ this.toolStripButton6.Text = "편집";
+ this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
+ //
+ // toolStripButton7
+ //
+ this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
+ this.toolStripButton7.Name = "toolStripButton7";
+ this.toolStripButton7.RightToLeftAutoMirrorImage = true;
+ this.toolStripButton7.Size = new System.Drawing.Size(51, 22);
+ this.toolStripButton7.Text = "삭제";
+ this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
+ //
+ // tabPage2
+ //
+ this.tabPage2.Controls.Add(this.tableLayoutPanel1);
+ this.tabPage2.Controls.Add(this.arLabel12);
+ this.tabPage2.Location = new System.Drawing.Point(4, 22);
+ this.tabPage2.Name = "tabPage2";
+ this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage2.Size = new System.Drawing.Size(1050, 653);
+ this.tabPage2.TabIndex = 1;
+ this.tabPage2.Text = "완료내역";
+ this.tabPage2.UseVisualStyleBackColor = true;
+ //
+ // arLabel12
+ //
+ this.arLabel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
+ this.arLabel12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
+ this.arLabel12.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
+ this.arLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel12.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
+ this.arLabel12.BorderSize = new System.Windows.Forms.Padding(1);
+ this.arLabel12.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
+ this.arLabel12.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.arLabel12.Dock = System.Windows.Forms.DockStyle.Top;
+ this.arLabel12.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.arLabel12.ForeColor = System.Drawing.Color.Blue;
+ this.arLabel12.GradientEnable = true;
+ this.arLabel12.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.arLabel12.GradientRepeatBG = false;
+ this.arLabel12.isButton = false;
+ this.arLabel12.Location = new System.Drawing.Point(3, 3);
+ this.arLabel12.MouseDownColor = System.Drawing.Color.Yellow;
+ this.arLabel12.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.arLabel12.msg = null;
+ this.arLabel12.Name = "arLabel12";
+ this.arLabel12.ProgressBorderColor = System.Drawing.Color.Black;
+ this.arLabel12.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
+ this.arLabel12.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
+ this.arLabel12.ProgressEnable = false;
+ this.arLabel12.ProgressFont = new System.Drawing.Font("Consolas", 10F);
+ this.arLabel12.ProgressForeColor = System.Drawing.Color.Black;
+ this.arLabel12.ProgressMax = 100F;
+ this.arLabel12.ProgressMin = 0F;
+ this.arLabel12.ProgressPadding = new System.Windows.Forms.Padding(0);
+ this.arLabel12.ProgressValue = 0F;
+ this.arLabel12.ShadowColor = System.Drawing.Color.WhiteSmoke;
+ this.arLabel12.Sign = "";
+ this.arLabel12.SignAlign = System.Drawing.ContentAlignment.BottomRight;
+ this.arLabel12.SignColor = System.Drawing.Color.Yellow;
+ this.arLabel12.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
+ this.arLabel12.Size = new System.Drawing.Size(1044, 32);
+ this.arLabel12.TabIndex = 92;
+ this.arLabel12.Text = "내역을 편집하려면 각 창을 \"더블클릭\" 하세요.";
+ this.arLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ this.arLabel12.TextShadow = true;
+ this.arLabel12.TextVisible = true;
+ //
+ // bsTodo
+ //
+ this.bsTodo.DataMember = "EETGW_ProjectToDo";
+ this.bsTodo.DataSource = this.dsPRJ;
+ this.bsTodo.Sort = "sort";
+ //
+ // ta
+ //
+ this.ta.ClearBeforeFill = true;
+ //
+ // tam
+ //
+ this.tam.BackupDataSetBeforeUpdate = false;
+ this.tam.EETGW_JobReport_AutoInputTableAdapter = null;
+ this.tam.EETGW_JobReport_EBoardTableAdapter = null;
+ this.tam.EETGW_NoteTableAdapter = null;
+ this.tam.EETGW_ProjecthistoryDTableAdapter = null;
+ this.tam.EETGW_ProjectResonTableAdapter = null;
+ this.tam.EETGW_ProjectsScheduleTableAdapter = null;
+ this.tam.EETGW_ProjectToDoTableAdapter = null;
+ this.tam.EETGW_SaveCostTableAdapter = null;
+ this.tam.JobReportTableAdapter = null;
+ this.tam.ProjectPartStatusTableAdapter = null;
+ this.tam.ProjectsHistoryTableAdapter = null;
+ this.tam.ProjectsIOMapTableAdapter = null;
+ this.tam.ProjectsMailListTableAdapter = null;
+ this.tam.ProjectsPartTableAdapter = null;
+ this.tam.ProjectsTableAdapter = this.ta;
+ this.tam.SPMasterTableAdapter = null;
+ this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
+ //
+ // taHist
+ //
+ this.taHist.ClearBeforeFill = true;
+ //
+ // taHistD
+ //
+ this.taHistD.ClearBeforeFill = true;
+ //
+ // taToDo
+ //
+ this.taToDo.ClearBeforeFill = true;
+ //
+ // fProjectData
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(1058, 704);
+ this.Controls.Add(this.tabControl1);
+ this.Controls.Add(this.bn);
+ this.MinimizeBox = false;
+ this.Name = "fProjectData";
+ this.Text = "프로젝트 정보 추가/편집";
+ this.Load += new System.EventHandler(this.fProjectData_Load);
+ ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
+ this.bn.ResumeLayout(false);
+ this.bn.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bsHistWeek)).EndInit();
+ this.panel7.ResumeLayout(false);
+ this.panel7.PerformLayout();
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ this.panel5.ResumeLayout(false);
+ this.panel5.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.userListBindingSource)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dSComm)).EndInit();
+ this.panel2.ResumeLayout(false);
+ this.panel2.PerformLayout();
+ this.panel3.ResumeLayout(false);
+ this.panel3.PerformLayout();
+ this.arPanel1.ResumeLayout(false);
+ this.arPanel1.PerformLayout();
+ this.arPanel2.ResumeLayout(false);
+ this.arPanel2.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
+ this.bindingNavigator1.ResumeLayout(false);
+ this.bindingNavigator1.PerformLayout();
+ this.panel4.ResumeLayout(false);
+ this.tableLayoutPanel1.ResumeLayout(false);
+ this.panel8.ResumeLayout(false);
+ this.arPanel3.ResumeLayout(false);
+ this.panel6.ResumeLayout(false);
+ this.tabControl1.ResumeLayout(false);
+ this.tabPage1.ResumeLayout(false);
+ this.tabControl2.ResumeLayout(false);
+ this.tabPage3.ResumeLayout(false);
+ this.tabPage4.ResumeLayout(false);
+ this.arPanel4.ResumeLayout(false);
+ this.arPanel4.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bsHistDay)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
+ this.bindingNavigator2.ResumeLayout(false);
+ this.bindingNavigator2.PerformLayout();
+ this.tabPage2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.bsTodo)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
}
@@ -2430,5 +2548,14 @@
private System.Windows.Forms.TextBox tbDue;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox6;
+ private System.Windows.Forms.LinkLabel linkLabel6;
+ private System.Windows.Forms.TextBox textBox7;
+ private System.Windows.Forms.LinkLabel linkLabel7;
+ private System.Windows.Forms.TextBox textBox8;
+ private System.Windows.Forms.LinkLabel linkLabel8;
+ private System.Windows.Forms.TextBox textBox9;
+ private System.Windows.Forms.ComboBox cmbUser;
+ private System.Windows.Forms.BindingSource userListBindingSource;
+ private DSComm dSComm;
}
}
\ No newline at end of file
diff --git a/SubProject/FPJ0000/Project/fProjectData.cs b/SubProject/FPJ0000/Project/fProjectData.cs
index a187f17..20350af 100644
--- a/SubProject/FPJ0000/Project/fProjectData.cs
+++ b/SubProject/FPJ0000/Project/fProjectData.cs
@@ -28,6 +28,10 @@ namespace FPJ0000
}
private void fProjectData_Load(object sender, EventArgs e)
{
+
+ //사용자목록업데이트
+ UpdateUserList();
+
//상태
var dt_eetproc = FCOMMON.DBM.getCodeTable("10");
this.cmbProcess.DisplayMember = "Value";
@@ -53,6 +57,7 @@ namespace FPJ0000
this.cmbPart.DataSource = dt_part;
this.bs.DataSource = dr;
+ // this.cmbUser.SelectedValue = dr.championid;
//주간일지내역을 업데이트
@@ -95,9 +100,6 @@ namespace FPJ0000
btMailAddr.Enabled = false;
btSendMail.Enabled = false;
tabControl2.Enabled = false;
-
-
-
}
else
{
@@ -130,6 +132,58 @@ namespace FPJ0000
{
tbPath.ReadOnly = true;
}
+
+ }
+ void UpdateUserList()
+ {
+ //담당자목록 - 사용자목록으로 처리한다.
+ this.dSComm.UserList.Clear();
+ var taUserList = new dsReportTableAdapters.ProcessUserListTableAdapter();
+ var processStr = "%";
+ var dtUserList = taUserList.GetData(processStr, FCOMMON.info.Login.gcode);
+ foreach (dsReport.ProcessUserListRow dr in dtUserList.OrderBy(t => t.outdate))
+ {
+ if (String.IsNullOrEmpty(dr.outdate) == false)
+ {
+ var odt = DateTime.Parse(dr.outdate);
+ //if (odt <= DateTime.Now) continue; //퇴사자제외 211221
+ }
+ var newdr = this.dSComm.UserList.NewUserListRow();
+ newdr.ID = dr.id;
+ newdr.Name = dr.name;
+ newdr.Outdate = dr.outdate;
+ if (dr.outdate.isEmpty()) newdr.Description = string.Empty;
+ else newdr.Description = $"퇴사({dr.outdate})";
+ //string cmbdata = string.Format("{1}({0})", dr.id, dr.name);
+ //this.cmbUser.Items.Add(cmbdata);
+ this.dSComm.UserList.AddUserListRow(newdr);
+ }
+ this.dSComm.UserList.AcceptChanges();
+ }
+ void SelectUserList(string uid)
+ {
+
+ }
+
+ bool checkDateValue()
+ {
+ foreach (Control ctl in panel2.Controls)
+ {
+ if (ctl is TextBox)
+ {
+ var tb = ctl as TextBox;
+ if (tb.Text.isEmpty()) continue;
+ if (DateTime.TryParse(tb.Text, out DateTime dt) == false)
+ {
+ FCOMMON.Util.MsgE($"다음 값은 날짜 형식이 아닙니다.\n입력값 : {tb.Text}\n\n정확한 날짜 데이터로 입력하세요\n" +
+ "예) 2000-01-01");
+ tb.Focus();
+ tb.SelectAll();
+ return false;
+ }
+ }
+ }
+ return true;
}
string oldsta = string.Empty;
@@ -140,6 +194,10 @@ namespace FPJ0000
this.dr.process = cmbProcess.Text;
this.dr.status = cmbState.Text;
this.dr.part = cmbPart.Text;
+
+ //날짜박스의 날짜데이터 검증
+ if (checkDateValue() == false) return;
+
//this.dr.category = cmbCate.Text;
//신규데이터일때에만 완료 자료를 처리한다.
@@ -377,7 +435,7 @@ namespace FPJ0000
else tbPath.Text = "\\" + tbPath.Text;
}
- var serverpath = System.IO.Path.Combine(FCOMMON.info.datapath, "Data","Project");
+ var serverpath = System.IO.Path.Combine(FCOMMON.info.datapath, "Data", "Project");
if (System.IO.Directory.Exists(serverpath) == false)
{
FCOMMON.Util.MsgE("프로젝트 기본경로가 존재하지 않아 진행할 수 없습니다\n\n" +
@@ -519,5 +577,20 @@ namespace FPJ0000
{
}
+
+ private void linkLabel6_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ SelectDate(textBox7);
+ }
+
+ private void linkLabel7_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ SelectDate(textBox8);
+ }
+
+ private void linkLabel8_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ SelectDate(textBox9);
+ }
}
}
diff --git a/SubProject/FPJ0000/Project/fProjectData.resx b/SubProject/FPJ0000/Project/fProjectData.resx
index 66eb109..9611b27 100644
--- a/SubProject/FPJ0000/Project/fProjectData.resx
+++ b/SubProject/FPJ0000/Project/fProjectData.resx
@@ -180,6 +180,9 @@
False
+
+ False
+
100, 17
@@ -332,6 +335,15 @@
449, 17
+
+ 120, 56
+
+
+ 17, 56
+
+
+ 17, 56
+
566, 17
diff --git a/SubProject/FPJ0000/Project/fProjectList.Designer.cs b/SubProject/FPJ0000/Project/fProjectList.Designer.cs
index bf6c1f2..178a56a 100644
--- a/SubProject/FPJ0000/Project/fProjectList.Designer.cs
+++ b/SubProject/FPJ0000/Project/fProjectList.Designer.cs
@@ -30,27 +30,28 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectList));
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType13 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType();
FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType16 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType17 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType18 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType19 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType20 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType21 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType22 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType23 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType24 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType25 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType26 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType27 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType28 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType9 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType11 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType12 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType29 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType30 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType14 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType15 = new FarPoint.Win.Spread.CellType.TextCellType();
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsMSSQL = new FPJ0000.dsPRJ();
@@ -101,7 +102,6 @@
this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
- this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.cmbDateType = new System.Windows.Forms.ToolStripComboBox();
this.cmbYearS = new System.Windows.Forms.ToolStripComboBox();
@@ -163,13 +163,13 @@
this.button1 = new System.Windows.Forms.Button();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label17 = new System.Windows.Forms.Label();
+ this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
this.cm.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
this.toolStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel4.SuspendLayout();
@@ -179,6 +179,7 @@
this.toolStrip2.SuspendLayout();
this.panel1.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
this.SuspendLayout();
//
// bn
@@ -270,7 +271,6 @@
//
this.bindingNavigatorPositionItem.AccessibleName = "위치";
this.bindingNavigatorPositionItem.AutoSize = false;
- this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(30, 23);
this.bindingNavigatorPositionItem.Text = "0";
@@ -393,7 +393,6 @@
// tbFind
//
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.tbFind.Name = "tbFind";
this.tbFind.Size = new System.Drawing.Size(100, 25);
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
@@ -621,203 +620,6 @@
this.fpSpread1.StatusBarVisible = true;
this.fpSpread1.TabIndex = 2;
//
- // fpSpread1_Sheet1
- //
- this.fpSpread1_Sheet1.Reset();
- this.fpSpread1_Sheet1.SheetName = "Sheet1";
- // Formulas and custom names must be loaded with R1C1 reference style
- this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
- this.fpSpread1_Sheet1.ColumnCount = 21;
- this.fpSpread1_Sheet1.ColumnHeader.RowCount = 2;
- this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
- this.fpSpread1_Sheet1.ActiveRowIndex = -1;
- this.fpSpread1_Sheet1.AutoGenerateColumns = false;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "IDX";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "상태";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "완료";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "진행\r\n(%)";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "파트";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "공정";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "요청";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "담당";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).ColumnSpan = 3;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "협업";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "자산번호";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "Model#";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "Serial#";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "프로젝트";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "대수";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "Original\r\n($K)";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).StyleName = " ";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value = "Input\r\n($K)";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).Value = "Effect\r\n($K)";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).Value = "SCR/CF";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).RowSpan = 2;
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "비고";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 8).Value = "H/W";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 9).Value = "전장";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 10).Value = "S/W";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 11).Value = "Asset No.";
- this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 19).Value = "SCR/CF";
- this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 46F;
- this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- numberCellType7.DecimalPlaces = 0;
- numberCellType7.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
- numberCellType7.MaximumValue = 2147483647D;
- numberCellType7.MinimumValue = -2147483648D;
- this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType7;
- this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
- this.fpSpread1_Sheet1.Columns.Get(0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(0).Locked = true;
- this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(0).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType16;
- this.fpSpread1_Sheet1.Columns.Get(1).DataField = "status";
- this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(1).Tag = "state";
- this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(1).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType17;
- this.fpSpread1_Sheet1.Columns.Get(2).DataField = "edate";
- this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(2).Width = 63F;
- numberCellType8.DecimalPlaces = 0;
- numberCellType8.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
- numberCellType8.MaximumValue = 2147483647D;
- numberCellType8.MinimumValue = -2147483648D;
- this.fpSpread1_Sheet1.Columns.Get(3).CellType = numberCellType8;
- this.fpSpread1_Sheet1.Columns.Get(3).DataField = "ProgressPrj";
- this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(3).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType18;
- this.fpSpread1_Sheet1.Columns.Get(4).DataField = "part";
- this.fpSpread1_Sheet1.Columns.Get(4).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(5).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType19;
- this.fpSpread1_Sheet1.Columns.Get(5).DataField = "process";
- this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
- this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(5).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(6).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType20;
- this.fpSpread1_Sheet1.Columns.Get(6).DataField = "reqstaff";
- this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(6).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(7).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType21;
- this.fpSpread1_Sheet1.Columns.Get(7).DataField = "userManager";
- this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(7).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(8).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType22;
- this.fpSpread1_Sheet1.Columns.Get(8).DataField = "usermain";
- this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(8).Label = "H/W";
- this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(8).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(9).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType23;
- this.fpSpread1_Sheet1.Columns.Get(9).DataField = "userhw2";
- this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(9).Label = "전장";
- this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(9).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(10).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType24;
- this.fpSpread1_Sheet1.Columns.Get(10).DataField = "usersub";
- this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(10).Label = "S/W";
- this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(10).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType25;
- this.fpSpread1_Sheet1.Columns.Get(11).DataField = "asset";
- this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(11).Label = "Asset No.";
- this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(11).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType26;
- this.fpSpread1_Sheet1.Columns.Get(12).DataField = "model";
- this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType27;
- this.fpSpread1_Sheet1.Columns.Get(13).DataField = "serial";
- this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(14).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType28;
- this.fpSpread1_Sheet1.Columns.Get(14).DataField = "name";
- this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
- this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(14).Width = 63F;
- numberCellType9.DecimalPlaces = 0;
- numberCellType9.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
- numberCellType9.MaximumValue = 2147483647D;
- numberCellType9.MinimumValue = -2147483648D;
- this.fpSpread1_Sheet1.Columns.Get(15).CellType = numberCellType9;
- this.fpSpread1_Sheet1.Columns.Get(15).DataField = "cnt";
- this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(15).Width = 63F;
- numberCellType10.MaximumValue = 999999999999999D;
- numberCellType10.MinimumValue = -999999999999999D;
- this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType10;
- this.fpSpread1_Sheet1.Columns.Get(16).DataField = "costo";
- this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(16).Width = 63F;
- numberCellType11.MaximumValue = 999999999999999D;
- numberCellType11.MinimumValue = -999999999999999D;
- this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType11;
- this.fpSpread1_Sheet1.Columns.Get(17).DataField = "costn";
- this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(17).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(18).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- numberCellType12.MaximumValue = 999999999999999D;
- numberCellType12.MinimumValue = -999999999999999D;
- this.fpSpread1_Sheet1.Columns.Get(18).CellType = numberCellType12;
- this.fpSpread1_Sheet1.Columns.Get(18).DataField = "coste";
- this.fpSpread1_Sheet1.Columns.Get(18).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(18).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(19).CellType = textCellType29;
- this.fpSpread1_Sheet1.Columns.Get(19).DataField = "orderno";
- this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(19).Label = "SCR/CF";
- this.fpSpread1_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(19).Width = 63F;
- this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType30;
- this.fpSpread1_Sheet1.Columns.Get(20).DataField = "memo";
- this.fpSpread1_Sheet1.Columns.Get(20).Width = 63F;
- this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
- this.fpSpread1_Sheet1.DataSource = this.bs;
- this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
- this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
- //
// toolStrip1
//
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
@@ -941,7 +743,6 @@
// tbRequest
//
this.tbRequest.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.tbRequest.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.tbRequest.Name = "tbRequest";
this.tbRequest.Size = new System.Drawing.Size(120, 25);
this.tbRequest.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
@@ -1564,6 +1365,214 @@
this.label17.Text = "구매 진행";
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
+ // fpSpread1_Sheet1
+ //
+ this.fpSpread1_Sheet1.Reset();
+ this.fpSpread1_Sheet1.SheetName = "Sheet1";
+ // Formulas and custom names must be loaded with R1C1 reference style
+ this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
+ this.fpSpread1_Sheet1.ColumnCount = 22;
+ this.fpSpread1_Sheet1.ColumnHeader.RowCount = 2;
+ this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
+ this.fpSpread1_Sheet1.ActiveRowIndex = -1;
+ this.fpSpread1_Sheet1.AutoGenerateColumns = false;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "IDX";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "상태";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "완료";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "진행\r\n(%)";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "준수율\r\n(%)";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "파트";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "공정";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "요청";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "담당";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).ColumnSpan = 3;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "협업";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "자산번호";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "Model#";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "Serial#";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "프로젝트";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "대수";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value = "Original\r\n($K)";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).StyleName = " ";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).Value = "Input\r\n($K)";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).Value = "Effect\r\n($K)";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "SCR/CF";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).RowSpan = 2;
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Value = "비고";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 9).Value = "H/W";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 10).Value = "전장";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 11).Value = "S/W";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 12).Value = "Asset No.";
+ this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 20).Value = "SCR/CF";
+ this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 46F;
+ this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ numberCellType1.DecimalPlaces = 0;
+ numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
+ numberCellType1.MaximumValue = 2147483647D;
+ numberCellType1.MinimumValue = -2147483648D;
+ this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1;
+ this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
+ this.fpSpread1_Sheet1.Columns.Get(0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(0).Locked = true;
+ this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(0).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoFilter = true;
+ this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType1;
+ this.fpSpread1_Sheet1.Columns.Get(1).DataField = "status";
+ this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(1).Tag = "state";
+ this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(1).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType2;
+ this.fpSpread1_Sheet1.Columns.Get(2).DataField = "edate";
+ this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(2).Width = 63F;
+ numberCellType2.DecimalPlaces = 0;
+ numberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
+ numberCellType2.MaximumValue = 2147483647D;
+ numberCellType2.MinimumValue = -2147483648D;
+ this.fpSpread1_Sheet1.Columns.Get(3).CellType = numberCellType2;
+ this.fpSpread1_Sheet1.Columns.Get(3).DataField = "ProgressPrj";
+ this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(3).Width = 63F;
+ numberCellType3.DecimalPlaces = 0;
+ numberCellType3.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
+ numberCellType3.MaximumValue = 2147483647D;
+ numberCellType3.MinimumValue = -2147483648D;
+ this.fpSpread1_Sheet1.Columns.Get(4).CellType = numberCellType3;
+ this.fpSpread1_Sheet1.Columns.Get(4).DataField = "finishrate";
+ this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(4).Width = 52F;
+ this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType3;
+ this.fpSpread1_Sheet1.Columns.Get(5).DataField = "part";
+ this.fpSpread1_Sheet1.Columns.Get(5).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(6).AllowAutoFilter = true;
+ this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType4;
+ this.fpSpread1_Sheet1.Columns.Get(6).DataField = "process";
+ this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
+ this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(6).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(7).AllowAutoFilter = true;
+ this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType5;
+ this.fpSpread1_Sheet1.Columns.Get(7).DataField = "reqstaff";
+ this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(7).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(8).AllowAutoFilter = true;
+ this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType6;
+ this.fpSpread1_Sheet1.Columns.Get(8).DataField = "userManager";
+ this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(8).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(9).AllowAutoFilter = true;
+ this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType7;
+ this.fpSpread1_Sheet1.Columns.Get(9).DataField = "usermain";
+ this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(9).Label = "H/W";
+ this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(9).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(10).AllowAutoFilter = true;
+ this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType8;
+ this.fpSpread1_Sheet1.Columns.Get(10).DataField = "userhw2";
+ this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(10).Label = "전장";
+ this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(10).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(11).AllowAutoFilter = true;
+ this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType9;
+ this.fpSpread1_Sheet1.Columns.Get(11).DataField = "usersub";
+ this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(11).Label = "S/W";
+ this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(11).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType10;
+ this.fpSpread1_Sheet1.Columns.Get(12).DataField = "asset";
+ this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(12).Label = "Asset No.";
+ this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(12).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType11;
+ this.fpSpread1_Sheet1.Columns.Get(13).DataField = "model";
+ this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType12;
+ this.fpSpread1_Sheet1.Columns.Get(14).DataField = "serial";
+ this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(15).AllowAutoFilter = true;
+ this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType13;
+ this.fpSpread1_Sheet1.Columns.Get(15).DataField = "name";
+ this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
+ this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(15).Width = 63F;
+ numberCellType4.DecimalPlaces = 0;
+ numberCellType4.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
+ numberCellType4.MaximumValue = 2147483647D;
+ numberCellType4.MinimumValue = -2147483648D;
+ this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType4;
+ this.fpSpread1_Sheet1.Columns.Get(16).DataField = "cnt";
+ this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(16).Width = 63F;
+ numberCellType5.MaximumValue = 999999999999999D;
+ numberCellType5.MinimumValue = -999999999999999D;
+ this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType5;
+ this.fpSpread1_Sheet1.Columns.Get(17).DataField = "costo";
+ this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(17).Width = 63F;
+ numberCellType6.MaximumValue = 999999999999999D;
+ numberCellType6.MinimumValue = -999999999999999D;
+ this.fpSpread1_Sheet1.Columns.Get(18).CellType = numberCellType6;
+ this.fpSpread1_Sheet1.Columns.Get(18).DataField = "costn";
+ this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(18).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(19).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ numberCellType7.MaximumValue = 999999999999999D;
+ numberCellType7.MinimumValue = -999999999999999D;
+ this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType7;
+ this.fpSpread1_Sheet1.Columns.Get(19).DataField = "coste";
+ this.fpSpread1_Sheet1.Columns.Get(19).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(19).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType14;
+ this.fpSpread1_Sheet1.Columns.Get(20).DataField = "orderno";
+ this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(20).Label = "SCR/CF";
+ this.fpSpread1_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ this.fpSpread1_Sheet1.Columns.Get(20).Width = 63F;
+ this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType15;
+ this.fpSpread1_Sheet1.Columns.Get(21).DataField = "memo";
+ this.fpSpread1_Sheet1.Columns.Get(21).Width = 63F;
+ this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
+ this.fpSpread1_Sheet1.DataSource = this.bs;
+ this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
+ this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
+ //
// fProjectList
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
@@ -1585,7 +1594,6 @@
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
this.cm.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
@@ -1598,6 +1606,7 @@
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -1715,7 +1724,7 @@
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private arCtl.arLabel prb1;
private System.Windows.Forms.Label label17;
- private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
+ private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
}
}
\ No newline at end of file
diff --git a/SubProject/FPJ0000/Project/fProjectList.cs b/SubProject/FPJ0000/Project/fProjectList.cs
index ccd78c0..90d4152 100644
--- a/SubProject/FPJ0000/Project/fProjectList.cs
+++ b/SubProject/FPJ0000/Project/fProjectList.cs
@@ -167,7 +167,13 @@ namespace FPJ0000
// var orgQuery = this.ta.Adapter.SelectCommand.CommandText;
- string State_Select = " SELECT [idx],[pidx],[gcode],[isdel],[status],[asset],[level],[rev],[process],[part],[pdate],[name],[userManager],[usermain],[usersub],[userhw2],[reqstaff],[costo],[costn],[cnt],[remark_req],[remark_ans],[sdate],[ddate],[edate],[odate],[progress],[memo],[wuid],[wdate],[orderno],[crdue],[import],[path],[userprocess],[bCost],[bFanOut],[div],dbo.getScheduleProgress(idx) as ProgressPrj, dbo.getLastHistory(idx) AS lasthistory,'' AS wws, '' AS wwo, '' AS wwe, '' AS wwd,model,serial FROM Projects";
+ string State_Select = " SELECT [idx],[pidx],[gcode],[isdel],[status],[asset],[level],[rev]," +
+ " [process],[part],[pdate],[name],[userManager],[usermain],[usersub],[userhw2],[reqstaff],"+
+ " [costo],[costn],[cnt],[remark_req],[remark_ans],[sdate],[ddate],[edate],[odate],[progress],"+
+ " [memo],[wuid],[wdate],[orderno],[crdue],[import],[path],[userprocess],[bCost],[bFanOut],[div]," +
+ " dbo.getScheduleProgress(idx) as ProgressPrj, dbo.getLastHistory(idx) AS lasthistory,'' AS wws, '' AS wwo, '' AS wwe, '' AS wwd,model,serial,"+
+ " [championid], dbo.getProjectFinishRate(gcode, idx) AS finishrate" +
+ " FROM Projects";
//string State_Select = " SELECT [idx],[pidx],[gcode],[isdel],[status],[asset],[level],[rev],[process],[part],[pdate],[name],[userManager],[usermain],[usersub],[userhw2],[reqstaff],[costo],[costn],[cnt],[remark_req],[remark_ans],[sdate],[ddate],[edate],[odate],[progress],[memo],[wuid],[wdate],[orderno],[crdue],[import],[path],[userprocess],[bCost],[bFanOut],[div],dbo.getScheduleProgress(idx) as ProgressPrj, dbo.getLastHistory(idx) AS lasthistory, dbo.getWorkWeek(sdate) AS wws, dbo.getWorkWeek(odate) AS wwo, dbo.getWorkWeek(edate) AS wwe, dbo.getWorkWeek(ddate) AS wwd FROM Projects";
string State_where = " WHERE gcode=@gcode and isnull(div,'') <> 'EB' and ";
@@ -284,8 +290,8 @@ namespace FPJ0000
try
{
- this.tam.UpdateAll(this.dsMSSQL);
- dsMSSQL.AcceptChanges();
+ this.ta.Update(this.dsMSSQL.Projects);//.UpdateAll(this.dsMSSQL.Projects);
+ dsMSSQL.Projects.AcceptChanges();
FPUtil.ColSizeLoad(ref this.fpSpread1, fn_fpcolsize);
}
catch (Exception ex)
diff --git a/SubProject/FPJ0000/Project/fProjectList.resx b/SubProject/FPJ0000/Project/fProjectList.resx
index 7e7c596..e9549c3 100644
--- a/SubProject/FPJ0000/Project/fProjectList.resx
+++ b/SubProject/FPJ0000/Project/fProjectList.resx
@@ -231,33 +231,33 @@
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIwSURBVDhPpZL/SxNxHMbvPwoClVIsFrTKUtcmLY0WGChF
- SKESs3bThpqMigpL15RruVLWWotRWW7pZGrq0pb01b7Mvmy3NjdbWxnd091nh+6WP9ULHg7u/TwPbz68
- qf/G6PyI9ltBGGzvoe+fx8m+N9Ayrx6LYwmWkZiud3hxofdRFGZ3BN0PI6CS6V/IVT1t4cSMBMYT+57r
- pU77WmDw6qAf1uKEu5H8rDM9g5iR0OP5SuZ9c1fABC7DPHMRFHIQDIcuza5ZYBqKkHk2lNUbRrYEw8EL
- fklBlVWhqmB2oaxLDnW3QuKnbGMhsStDJJGG5uzkSkGVtVSlpEu45qEmtI00o/zcDhIU6B8NZQocE2E4
- xkNwTYXw9ssS9naMkwK1pVSloLdz2nv12GMqR/GpAshbt2DAF4ZN0Bj79wavPyVQ0eqDitlZWUbLuUZX
- HWR0IVdE520z3l5AIrUM+wRLvA7+SwrIFvwGdl41tgNQ9pSg+vo+HHUexmZ6A7eRXr9V2KjN/gHx5DKc
- kyzuTGVEDT5hsZRafVnN1UroPVoccdSgmC7g8psyYYGWgXdY/PYTd/2ZDR7M8IfkmmaRLXWXErL2QhTp
- 85B/fN1KWEB3Y54UDPJBIUwKbvIPkc2LYBwao2/NO9Bee4kYX+B+GiFeT4AvEAK52tTh+S1mJDQwzxFd
- +gE2nsbnaApBNglqt8GLXMka7jvEjIRj5rnR2s5AsrZzFtXn/dh/ZvVe/hGK+gPdICynj7G7yQAAAABJ
+ SKESs3bThpqMigpL17TLXClrrcWoLLd0MjVtaUv6al9mX7Zbm9taWxnd091nh+6WP9ULHg7u/TwPbz68
+ qf/G6PiI9psBGKzvoR+Yx/H+N9Ayrx6JYwl9o1Fd78jiQu/DCMyuMLofhEEl07+Qq3r6MidmJDDu6Pdc
+ L3XS2wKDRwf9iBbHXI3kZ53pGcSMhB73VzLvn7sExn8R5pnzoJCDYDhwYXbVAtNwmMyzoSyeELIlGPaf
+ 80kKqiwKVQWzA2Vdcqi7FRI/ZR0Pil0ZwvE0NKenlguqLKUqJV3CNQ83oW20GeVntpGgwMBYMFNgnwzB
+ PhGEczqIt18S2N0xQQrUfaUqBb2V096txy5TOYpPFEDeugmD3hCsgsbZvzd4/SmOilYvVMz2yjJazjU6
+ 6yCjC7kiOm+L8dYC4qkl2CZZ4rXzX1JAtuA3sPGqse6DsqcE1df24LDjIDbS67j19NrNwkZttg+IJZfg
+ mGJxezojaugJi0Rq5WU1Vyqhd2txyF6DYrqAy2/KhAVaBt9h8dtP3PFlNrg/wx+S8zGLbKm7lJC1F6JI
+ n4f8o2uWwwK66/OkYIgPCmFScIN/iGxeBGLQGL2r3oH26ktE+QLX0zDxuv18gRDI1YYO928xI6GBeY5I
+ 4gfYWBqfIykE2CSonQYPciVruGcXMxKOmOfGajv9ydrOWVSf9WHvqZV7+Uco6g/Suyykbx39sAAAAABJ
RU5ErkJggg==
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJ1SURBVDhPpZFLTNNwHMd78M7NuwcvIhJFpjcOJiYmHjwZ
- Eg8mGi9gosGEgwcqMSBqguGhJpNgFOQtKEPCZsiCwjZAGLKJZWyzG2PSCXS062Nd16//jSpqYuLjm37T
- R/6f7+9R6r+1NFKyEBk+rUV/8cro8VDw+aG9ob6Sgp/8uqTA6SzbY+IU5emwqIaRBWCQK+ed54ySQMxZ
- kV51n1O/OT53RYm4qyLMyyNnTZyi/EOlSUNXoMYaIYWbILGPIUcGYGR4kpWCoYvE2zvvmS1wHJdmBi1+
- E6eoQNdhIattE7gVqWALhA+12JypQGL2MnhfHfjFG+AXrmPLW01cRTrjEBg8Kpo4Cegv1TLyOnh/K7bm
- G8BNXIPMTZOqglk9d09+7yA3nre/WDHxXAfHtPz8WZVYBnQpD+oyAzV+H35/L2wuD9rHWXRPrsHhjSK3
- NxMnAa2WtKHL0AUPMrwd2sYA0uttUFbvwrfYgZE5DiufJXzaUDEdEjC28AXDNlo3cfIXrBY1qwnQNm1I
- c535qkq0DnK4Gn2uOJZiImZYGa6whCliX1xFzxsWJk5R3nvFiqHxBH4Cda0JSqSWwFWQAhfzbQcTKlyh
- FCaDKYwzIuaiKjonYrsBy7eL4nLSn3zr7M6mVtohBh5AZBohfqxHD5l5aU3CRGAHzvndqgrr6PJuAFNf
- eJVpONjlv3Ug4W0oUn70qyFanw4KmCeQm1UwS6rb3oug6VrDXnPivBnxezXb2X1WB0v3k130TsXxyOHM
- 0nSd4Rtrg6elXHhWWVhuHv1zvag5dcn98AIftjdj9GaZZH7+Oz2t3F8+Rp+UHXfO7O7i30RRXwGlaCOa
- DQyKEAAAAABJRU5ErkJggg==
+ YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJ0SURBVDhPpZFLTNNwHMd78M7NuwcvIhJFpjcOJiYmHjwZ
+ Eg8mGi9gosGEgwcqGhA1wfBQEyQYBXkLypCwGTIxsA0QhqziGNvoxph0Ah3t+ljX9et/o4qamPj4pt/0
+ kf/n+3uU+m8tDhfNh4dOa5FfvDxyPBh4cWhvsLco7ye/KcpzOEr2mDhFudstqmFkABjkynrnOa3EEXWU
+ pVZd59Rvjs1eUcKuirDv1ZGzJk5RzGBxwtAVqNF6SKEGSOwTyOF+GGmeZCVh6CLx9s57egscx6V8AxbG
+ xCnK33lYyGjbBG5GMtAE4WM1NqfLEJ+5DN5bA37hBvj569jyVBJXkM44+AeOiiZOAvqKtbS8Dp5pxtZc
+ Hbjxa5C5KVJVMKtn74nvHWTH8/QVKiae7eCYlps/oxLLgC7lQF32QY09AMP0wOp0o22MRdfEGuyeCLJ7
+ M3ES0GxJGboMXXAjzdugbfQjtd4KZfUevAvtGJ7lsPxZwsqGiqmggNH5Lxiy0rqJk7/QYlEzmgBt04oU
+ 15GrqkRqIIcq0euMYTEqYpqV4QxJmCT2xlR0v2Nh4hTluV+oGBpP4KdQ1xqghKsJXAHJfzHXdiCuwhlM
+ YiKQxJhPxGxERcd4dDdg6U5BTE4wibeOrkxyuQ2i/yFEXz3ET7XoJjMvrkkY9+/AWb9fVdEysrQb4KvN
+ v+qrO9jJ3D4Q99QVKD/69SCtTwUEzBHIxSqYIdWtH0TQNG3Yqk6cNyN+r0Ybu6/FztJ9ZBc9kzE8tjsy
+ NH3T8I62wt1UKjwvzy81j/65XladuuR6dIEP2RoxcqtEMj//nZ6V7y8dpU/K9rtndnfxb6Kor5xiI5Ig
+ 8dqfAAAAAElFTkSuQmCC
@@ -275,9 +275,6 @@
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
-
- 17, 17
-
387, 17
@@ -327,7 +324,7 @@
248, 17
- 275, 56
+ 934, 17
455, 17
@@ -335,20 +332,14 @@
561, 17
-
- 561, 17
-
731, 17
647, 17
-
- 731, 17
-
- 169, 56
+ 828, 17
@@ -530,4 +521,7 @@
B0X5B56Fg+LhPgWxAAAAAElFTkSuQmCC
+
+ 151
+
\ No newline at end of file
diff --git a/SubProject/FPJ0000/dsPRJ.Designer.cs b/SubProject/FPJ0000/dsPRJ.Designer.cs
index e0bcd0a..f414fca 100644
--- a/SubProject/FPJ0000/dsPRJ.Designer.cs
+++ b/SubProject/FPJ0000/dsPRJ.Designer.cs
@@ -993,6 +993,16 @@ namespace FPJ0000 {
private global::System.Data.DataColumn columnserial;
+ private global::System.Data.DataColumn columnbdate;
+
+ private global::System.Data.DataColumn columnqdate;
+
+ private global::System.Data.DataColumn columncdate;
+
+ private global::System.Data.DataColumn columnchampionid;
+
+ private global::System.Data.DataColumn columnfinishrate;
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public ProjectsDataTable() :
@@ -1459,6 +1469,46 @@ namespace FPJ0000 {
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn bdateColumn {
+ get {
+ return this.columnbdate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn qdateColumn {
+ get {
+ return this.columnqdate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn cdateColumn {
+ get {
+ return this.columncdate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn championidColumn {
+ get {
+ return this.columnchampionid;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public global::System.Data.DataColumn finishrateColumn {
+ get {
+ return this.columnfinishrate;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
@@ -1548,7 +1598,12 @@ namespace FPJ0000 {
string wwe,
string wwd,
string model,
- string serial) {
+ string serial,
+ string bdate,
+ string qdate,
+ string cdate,
+ string championid,
+ int finishrate) {
ProjectsRow rowProjectsRow = ((ProjectsRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
@@ -1603,7 +1658,12 @@ namespace FPJ0000 {
wwe,
wwd,
model,
- serial};
+ serial,
+ bdate,
+ qdate,
+ cdate,
+ championid,
+ finishrate};
rowProjectsRow.ItemArray = columnValuesArray;
this.Rows.Add(rowProjectsRow);
return rowProjectsRow;
@@ -1662,7 +1722,12 @@ namespace FPJ0000 {
string wwe,
string wwd,
string model,
- string serial) {
+ string serial,
+ string bdate,
+ string qdate,
+ string cdate,
+ string championid,
+ int finishrate) {
ProjectsRow rowProjectsRow = ((ProjectsRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
@@ -1717,7 +1782,12 @@ namespace FPJ0000 {
wwe,
wwd,
model,
- serial};
+ serial,
+ bdate,
+ qdate,
+ cdate,
+ championid,
+ finishrate};
rowProjectsRow.ItemArray = columnValuesArray;
this.Rows.Add(rowProjectsRow);
return rowProjectsRow;
@@ -1800,6 +1870,11 @@ namespace FPJ0000 {
this.columnwwd = base.Columns["wwd"];
this.columnmodel = base.Columns["model"];
this.columnserial = base.Columns["serial"];
+ this.columnbdate = base.Columns["bdate"];
+ this.columnqdate = base.Columns["qdate"];
+ this.columncdate = base.Columns["cdate"];
+ this.columnchampionid = base.Columns["championid"];
+ this.columnfinishrate = base.Columns["finishrate"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -1911,6 +1986,16 @@ namespace FPJ0000 {
base.Columns.Add(this.columnmodel);
this.columnserial = new global::System.Data.DataColumn("serial", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnserial);
+ this.columnbdate = new global::System.Data.DataColumn("bdate", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnbdate);
+ this.columnqdate = new global::System.Data.DataColumn("qdate", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnqdate);
+ this.columncdate = new global::System.Data.DataColumn("cdate", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columncdate);
+ this.columnchampionid = new global::System.Data.DataColumn("championid", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnchampionid);
+ this.columnfinishrate = new global::System.Data.DataColumn("finishrate", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnfinishrate);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnidx}, true));
this.columnidx.AutoIncrement = true;
@@ -1966,6 +2051,11 @@ namespace FPJ0000 {
this.columnwwd.MaxLength = 6;
this.columnmodel.MaxLength = 50;
this.columnserial.MaxLength = 50;
+ this.columnbdate.MaxLength = 50;
+ this.columnqdate.MaxLength = 50;
+ this.columncdate.MaxLength = 50;
+ this.columnchampionid.MaxLength = 20;
+ this.columnfinishrate.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -12169,6 +12259,86 @@ namespace FPJ0000 {
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string bdate {
+ get {
+ if (this.IsbdateNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableProjects.bdateColumn]));
+ }
+ }
+ set {
+ this[this.tableProjects.bdateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string qdate {
+ get {
+ if (this.IsqdateNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableProjects.qdateColumn]));
+ }
+ }
+ set {
+ this[this.tableProjects.qdateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string cdate {
+ get {
+ if (this.IscdateNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableProjects.cdateColumn]));
+ }
+ }
+ set {
+ this[this.tableProjects.cdateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public string championid {
+ get {
+ if (this.IschampionidNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableProjects.championidColumn]));
+ }
+ }
+ set {
+ this[this.tableProjects.championidColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public int finishrate {
+ get {
+ try {
+ return ((int)(this[this.tableProjects.finishrateColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'finishrate\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableProjects.finishrateColumn] = value;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public bool IsnameNull() {
@@ -12756,6 +12926,66 @@ namespace FPJ0000 {
public void SetserialNull() {
this[this.tableProjects.serialColumn] = global::System.Convert.DBNull;
}
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsbdateNull() {
+ return this.IsNull(this.tableProjects.bdateColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetbdateNull() {
+ this[this.tableProjects.bdateColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsqdateNull() {
+ return this.IsNull(this.tableProjects.qdateColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetqdateNull() {
+ this[this.tableProjects.qdateColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IscdateNull() {
+ return this.IsNull(this.tableProjects.cdateColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetcdateNull() {
+ this[this.tableProjects.cdateColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IschampionidNull() {
+ return this.IsNull(this.tableProjects.championidColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetchampionidNull() {
+ this[this.tableProjects.championidColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public bool IsfinishrateNull() {
+ return this.IsNull(this.tableProjects.finishrateColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
+ public void SetfinishrateNull() {
+ this[this.tableProjects.finishrateColumn] = global::System.Convert.DBNull;
+ }
}
///
@@ -21787,6 +22017,11 @@ namespace FPJ0000.dsPRJTableAdapters {
tableMapping.ColumnMappings.Add("wwd", "wwd");
tableMapping.ColumnMappings.Add("model", "model");
tableMapping.ColumnMappings.Add("serial", "serial");
+ tableMapping.ColumnMappings.Add("bdate", "bdate");
+ tableMapping.ColumnMappings.Add("qdate", "qdate");
+ tableMapping.ColumnMappings.Add("cdate", "cdate");
+ tableMapping.ColumnMappings.Add("championid", "championid");
+ tableMapping.ColumnMappings.Add("finishrate", "finishrate");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
@@ -21795,56 +22030,78 @@ namespace FPJ0000.dsPRJTableAdapters {
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
this._adapter.InsertCommand.Connection = this.Connection;
- this._adapter.InsertCommand.CommandText = @"INSERT INTO Projects
- (status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate,
- progress, import, asset, isdel, path, userhw2, orderno, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanOut, div, crdue, model, serial)
-VALUES (@status,@pdate,@name,@usermain,@usersub,@reqstaff,@sdate,@edate,@odate,@memo,@wuid,@wdate,@rev,@pidx,@userManager,@level,@part,@process,@costo,@costn,@cnt,@remark_req,@remark_ans,@ddate,@progress,@import,@asset,@isdel,@path,@userhw2,@orderno,@gcode,@category,@userprocess,@CMP_Background,@CMP_Description,@CMP_Before,@CMP_After,@bCost,@bFanOut,@div,@crdue,@model,@serial);
-SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate, progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanOut, div, crdue FROM Projects WHERE (idx = SCOPE_IDENTITY()) ORDER BY (CASE WHEN [status] = '검토' THEN '0' WHEN ([status] = '진행') THEN '1' WHEN ([status] = '보류') THEN '2' WHEN ([status] = '완료') THEN '3' WHEN ([status] = '취소') THEN '9' ELSE '5' END)";
+ this._adapter.InsertCommand.CommandText = "INSERT INTO [Projects] ([status], [pdate], [name], [usermain], [usersub], [reqsta" +
+ "ff], [sdate], [edate], [odate], [memo], [wuid], [wdate], [rev], [pidx], [userMan" +
+ "ager], [level], [part], [process], [costo], [costn], [cnt], [remark_req], [remar" +
+ "k_ans], [ddate], [progress], [import], [asset], [isdel], [path], [userhw2], [ord" +
+ "erno], [gcode], [category], [userprocess], [CMP_Background], [CMP_Description], " +
+ "[CMP_Before], [CMP_After], [bCost], [bFanOut], [div], [crdue], [model], [serial]" +
+ ", [bdate], [qdate], [cdate], [championid]) VALUES (@status, @pdate, @name, @user" +
+ "main, @usersub, @reqstaff, @sdate, @edate, @odate, @memo, @wuid, @wdate, @rev, @" +
+ "pidx, @userManager, @level, @part, @process, @costo, @costn, @cnt, @remark_req, " +
+ "@remark_ans, @ddate, @progress, @import, @asset, @isdel, @path, @userhw2, @order" +
+ "no, @gcode, @category, @userprocess, @CMP_Background, @CMP_Description, @CMP_Bef" +
+ "ore, @CMP_After, @bCost, @bFanOut, @div, @crdue, @model, @serial, @bdate, @qdate" +
+ ", @cdate, @championid);\r\nSELECT idx, status, pdate, name, usermain, usersub, req" +
+ "staff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, pa" +
+ "rt, process, costo, costn, cnt, remark_req, remark_ans, ddate, progress, import," +
+ " asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, g" +
+ "code, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_Af" +
+ "ter, bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, \'" +
+ "\' AS wws, \'\' AS wwo, \'\' AS wwe, \'\' AS wwd, model, serial, bdate, qdate, cdate, c" +
+ "hampionid FROM Projects WHERE (idx = SCOPE_IDENTITY()) ORDER BY (CASE WHEN [stat" +
+ "us] = \'검토\' THEN \'0\' WHEN ([status] = \'진행\') THEN \'1\' WHEN ([status] = \'보류\') THEN " +
+ "\'2\' WHEN ([status] = \'완료\') THEN \'3\' WHEN ([status] = \'취소\') THEN \'9\' ELSE \'5\' END" +
+ ")";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@usermain", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "usermain", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@usersub", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "usersub", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@reqstaff", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "reqstaff", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sdate", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@odate", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "odate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 4, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@rev", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "rev", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pidx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@userManager", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "userManager", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@level", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "level", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@part", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "part", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@process", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@costo", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "costo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@costn", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "costn", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cnt", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "cnt", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark_req", global::System.Data.SqlDbType.VarChar, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, "remark_req", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark_ans", global::System.Data.SqlDbType.VarChar, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, "remark_ans", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ddate", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "ddate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@progress", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "progress", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isdel", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "isdel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@path", global::System.Data.SqlDbType.VarChar, 300, global::System.Data.ParameterDirection.Input, 0, 0, "path", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@userhw2", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "userhw2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@orderno", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "orderno", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@category", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "category", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@userprocess", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "userprocess", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CMP_Background", global::System.Data.SqlDbType.NVarChar, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, "CMP_Background", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CMP_Description", global::System.Data.SqlDbType.NVarChar, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, "CMP_Description", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CMP_Before", global::System.Data.SqlDbType.NVarChar, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, "CMP_Before", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CMP_After", global::System.Data.SqlDbType.NVarChar, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, "CMP_After", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bCost", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "bCost", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bFanOut", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "bFanOut", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@div", global::System.Data.SqlDbType.VarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, "div", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@crdue", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "crdue", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@usermain", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "usermain", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@usersub", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "usersub", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@reqstaff", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "reqstaff", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@odate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "odate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@rev", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "rev", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@userManager", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "userManager", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@level", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "level", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@part", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "part", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@costo", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "costo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@costn", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "costn", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cnt", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cnt", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark_req", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark_req", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark_ans", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark_ans", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ddate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ddate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@progress", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "progress", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isdel", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "isdel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@path", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "path", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@userhw2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "userhw2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@orderno", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "orderno", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@category", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "category", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@userprocess", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "userprocess", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CMP_Background", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CMP_Background", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CMP_Description", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CMP_Description", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CMP_Before", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CMP_Before", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CMP_After", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CMP_After", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bCost", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bCost", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bFanOut", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bFanOut", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@div", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "div", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@crdue", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "crdue", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@championid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "championid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = "UPDATE Projects\r\nSET status = @status, pdate = @pdate, name = @name, userm" +
@@ -21858,15 +22115,18 @@ SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odat
"category = @category, userprocess = @userprocess, CMP_Background = @CMP_Backgrou" +
"nd, CMP_Description = @CMP_Description, \r\n CMP_Before = @CMP_Befor" +
"e, CMP_After = @CMP_After, bCost = @bCost, bFanOut = @bFanOut, div = @div, crdue" +
- " = @crdue, model = @model, serial = @serial\r\nWHERE (idx = @Original_idx); \r\nSE" +
- "LECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate," +
- " memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, " +
- "cnt, remark_req, remark_ans, ddate, progress, import, asset, isdel, path, userhw" +
- "2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess" +
- ", CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanOut, div, c" +
- "rdue FROM Projects WHERE (idx = @idx) ORDER BY (CASE WHEN [status] = \'검토\' THEN \'" +
- "0\' WHEN ([status] = \'진행\') THEN \'1\' WHEN ([status] = \'보류\') THEN \'2\' WHEN ([status" +
- "] = \'완료\') THEN \'3\' WHEN ([status] = \'취소\') THEN \'9\' ELSE \'5\' END)";
+ " = @crdue, model = @model, serial = @serial, bdate = @bdate, \r\n qd" +
+ "ate = @qdate, cdate = @cdate, championid = @championid\r\nWHERE (idx = @Original_" +
+ "idx); \r\nSELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, eda" +
+ "te, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, cost" +
+ "o, costn, cnt, remark_req, remark_ans, ddate, progress, import, asset, isdel, pa" +
+ "th, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, u" +
+ "serprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanO" +
+ "ut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, \'\' AS wws, \'\' AS w" +
+ "wo, \'\' AS wwe, \'\' AS wwd, model, serial, bdate, qdate, cdate, championid FROM Pr" +
+ "ojects WHERE (idx = @idx) ORDER BY (CASE WHEN [status] = \'검토\' THEN \'0\' WHEN ([st" +
+ "atus] = \'진행\') THEN \'1\' WHEN ([status] = \'보류\') THEN \'2\' WHEN ([status] = \'완료\') TH" +
+ "EN \'3\' WHEN ([status] = \'취소\') THEN \'9\' ELSE \'5\' END)";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
@@ -21912,6 +22172,10 @@ SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odat
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@crdue", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "crdue", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bdate", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "bdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qdate", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "qdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cdate", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "cdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@championid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "championid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
}
@@ -21931,7 +22195,8 @@ SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odat
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate,
progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After,
- bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial
+ bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid,
+ dbo.getProjectFinishRate(gcode, idx) AS finishrate
FROM Projects
WHERE (status LIKE @state) AND (ISNULL(userManager, '') LIKE @username OR
ISNULL(usermain, '') LIKE @username OR
@@ -21951,7 +22216,8 @@ ORDER BY (CASE WHEN [status] = '검토' THEN '0' WHEN ([status] = '진행') THEN
this._commandCollection[2].Connection = this.Connection;
this._commandCollection[2].CommandText = @"SELECT asset, cnt, costn, costo, ddate, edate, idx, import, isdel, level, memo, name, odate, orderno, part, path, pdate, pidx, process, progress, remark_ans, remark_req, reqstaff, rev, sdate, status,
userManager, userhw2, usermain, usersub, wdate, wuid, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After,
- bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial
+ bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid, dbo.getProjectFinishRate(gcode,
+ idx) AS finishrate
FROM Projects
WHERE (idx = @idx)";
this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
@@ -21960,7 +22226,8 @@ WHERE (idx = @idx)";
this._commandCollection[3].Connection = this.Connection;
this._commandCollection[3].CommandText = @"SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate,
progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After,
- bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial
+ bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid, dbo.getProjectFinishRate(gcode,
+ idx) AS finishrate
FROM Projects
WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode = @gcode) OR
(ISNULL(isdel, 0) = 0) AND (gcode = @gcode) AND (CAST(idx AS varchar) LIKE @search) OR
@@ -22211,7 +22478,11 @@ WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode =
string div,
string crdue,
string model,
- string serial) {
+ string serial,
+ string bdate,
+ string qdate,
+ string cdate,
+ string championid) {
if ((status == null)) {
this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
}
@@ -22471,6 +22742,30 @@ WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode =
else {
this.Adapter.InsertCommand.Parameters[43].Value = ((string)(serial));
}
+ if ((bdate == null)) {
+ this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[44].Value = ((string)(bdate));
+ }
+ if ((qdate == null)) {
+ this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[45].Value = ((string)(qdate));
+ }
+ if ((cdate == null)) {
+ this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[46].Value = ((string)(cdate));
+ }
+ if ((championid == null)) {
+ this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[47].Value = ((string)(championid));
+ }
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
@@ -22536,6 +22831,10 @@ WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode =
string crdue,
string model,
string serial,
+ string bdate,
+ string qdate,
+ string cdate,
+ string championid,
int Original_idx,
int idx) {
if ((status == null)) {
@@ -22797,8 +23096,32 @@ WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode =
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(serial));
}
- this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(Original_idx));
- this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(idx));
+ if ((bdate == null)) {
+ this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(bdate));
+ }
+ if ((qdate == null)) {
+ this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(qdate));
+ }
+ if ((cdate == null)) {
+ this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(cdate));
+ }
+ if ((championid == null)) {
+ this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(championid));
+ }
+ this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(Original_idx));
+ this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(idx));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
diff --git a/SubProject/FPJ0000/dsPRJ.xsd b/SubProject/FPJ0000/dsPRJ.xsd
index ad35782..dc0fd50 100644
--- a/SubProject/FPJ0000/dsPRJ.xsd
+++ b/SubProject/FPJ0000/dsPRJ.xsd
@@ -20,57 +20,58 @@ WHERE (idx = @Original_idx)
-
- INSERT INTO Projects
- (status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate,
- progress, import, asset, isdel, path, userhw2, orderno, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanOut, div, crdue, model, serial)
-VALUES (@status,@pdate,@name,@usermain,@usersub,@reqstaff,@sdate,@edate,@odate,@memo,@wuid,@wdate,@rev,@pidx,@userManager,@level,@part,@process,@costo,@costn,@cnt,@remark_req,@remark_ans,@ddate,@progress,@import,@asset,@isdel,@path,@userhw2,@orderno,@gcode,@category,@userprocess,@CMP_Background,@CMP_Description,@CMP_Before,@CMP_After,@bCost,@bFanOut,@div,@crdue,@model,@serial);
-SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate, progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanOut, div, crdue FROM Projects WHERE (idx = SCOPE_IDENTITY()) ORDER BY (CASE WHEN [status] = '검토' THEN '0' WHEN ([status] = '진행') THEN '1' WHEN ([status] = '보류') THEN '2' WHEN ([status] = '완료') THEN '3' WHEN ([status] = '취소') THEN '9' ELSE '5' END)
+
+ INSERT INTO [Projects] ([status], [pdate], [name], [usermain], [usersub], [reqstaff], [sdate], [edate], [odate], [memo], [wuid], [wdate], [rev], [pidx], [userManager], [level], [part], [process], [costo], [costn], [cnt], [remark_req], [remark_ans], [ddate], [progress], [import], [asset], [isdel], [path], [userhw2], [orderno], [gcode], [category], [userprocess], [CMP_Background], [CMP_Description], [CMP_Before], [CMP_After], [bCost], [bFanOut], [div], [crdue], [model], [serial], [bdate], [qdate], [cdate], [championid]) VALUES (@status, @pdate, @name, @usermain, @usersub, @reqstaff, @sdate, @edate, @odate, @memo, @wuid, @wdate, @rev, @pidx, @userManager, @level, @part, @process, @costo, @costn, @cnt, @remark_req, @remark_ans, @ddate, @progress, @import, @asset, @isdel, @path, @userhw2, @orderno, @gcode, @category, @userprocess, @CMP_Background, @CMP_Description, @CMP_Before, @CMP_After, @bCost, @bFanOut, @div, @crdue, @model, @serial, @bdate, @qdate, @cdate, @championid);
+SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate, progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid FROM Projects WHERE (idx = SCOPE_IDENTITY()) ORDER BY (CASE WHEN [status] = '검토' THEN '0' WHEN ([status] = '진행') THEN '1' WHEN ([status] = '보류') THEN '2' WHEN ([status] = '완료') THEN '3' WHEN ([status] = '취소') THEN '9' ELSE '5' END)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -78,7 +79,8 @@ SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odat
SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate,
progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After,
- bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial
+ bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid,
+ dbo.getProjectFinishRate(gcode, idx) AS finishrate
FROM Projects
WHERE (status LIKE @state) AND (ISNULL(userManager, '') LIKE @username OR
ISNULL(usermain, '') LIKE @username OR
@@ -93,62 +95,67 @@ ORDER BY (CASE WHEN [status] = '검토' THEN '0' WHEN ([status] = '진행') THEN
-
+
UPDATE Projects
SET status = @status, pdate = @pdate, name = @name, usermain = @usermain, usersub = @usersub, reqstaff = @reqstaff, sdate = @sdate, edate = @edate, odate = @odate, memo = @memo,
wuid = @wuid, wdate = @wdate, rev = @rev, pidx = @pidx, userManager = @userManager, level = @level, part = @part, process = @process, costo = @costo, costn = @costn, cnt = @cnt,
remark_req = @remark_req, remark_ans = @remark_ans, ddate = @ddate, progress = @progress, import = @import, asset = @asset, isdel = @isdel, path = @path, userhw2 = @userhw2,
orderno = @orderno, gcode = @gcode, category = @category, userprocess = @userprocess, CMP_Background = @CMP_Background, CMP_Description = @CMP_Description,
- CMP_Before = @CMP_Before, CMP_After = @CMP_After, bCost = @bCost, bFanOut = @bFanOut, div = @div, crdue = @crdue, model = @model, serial = @serial
-WHERE (idx = @Original_idx);
-SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate, progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanOut, div, crdue FROM Projects WHERE (idx = @idx) ORDER BY (CASE WHEN [status] = '검토' THEN '0' WHEN ([status] = '진행') THEN '1' WHEN ([status] = '보류') THEN '2' WHEN ([status] = '완료') THEN '3' WHEN ([status] = '취소') THEN '9' ELSE '5' END)
+ CMP_Before = @CMP_Before, CMP_After = @CMP_After, bCost = @bCost, bFanOut = @bFanOut, div = @div, crdue = @crdue, model = @model, serial = @serial, bdate = @bdate,
+ qdate = @qdate, cdate = @cdate, championid = @championid
+WHERE (idx = @Original_idx);
+SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate, progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid FROM Projects WHERE (idx = @idx) ORDER BY (CASE WHEN [status] = '검토' THEN '0' WHEN ([status] = '진행') THEN '1' WHEN ([status] = '보류') THEN '2' WHEN ([status] = '완료') THEN '3' WHEN ([status] = '취소') THEN '9' ELSE '5' END)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -206,6 +213,11 @@ SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odat
+
+
+
+
+
@@ -230,7 +242,8 @@ WHERE (import = 1) AND (gcode = @gcode)
SELECT asset, cnt, costn, costo, ddate, edate, idx, import, isdel, level, memo, name, odate, orderno, part, path, pdate, pidx, process, progress, remark_ans, remark_req, reqstaff, rev, sdate, status,
userManager, userhw2, usermain, usersub, wdate, wuid, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After,
- bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial
+ bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid, dbo.getProjectFinishRate(gcode,
+ idx) AS finishrate
FROM Projects
WHERE (idx = @idx)
@@ -244,7 +257,8 @@ WHERE (idx = @idx)
SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate,
progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After,
- bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial
+ bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid, dbo.getProjectFinishRate(gcode,
+ idx) AS finishrate
FROM Projects
WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode = @gcode) OR
(ISNULL(isdel, 0) = 0) AND (gcode = @gcode) AND (CAST(idx AS varchar) LIKE @search) OR
@@ -3199,6 +3213,35 @@ WHERE (idx = @idx)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SubProject/FPJ0000/dsPRJ.xss b/SubProject/FPJ0000/dsPRJ.xss
index 0041fa8..2278956 100644
--- a/SubProject/FPJ0000/dsPRJ.xss
+++ b/SubProject/FPJ0000/dsPRJ.xss
@@ -4,26 +4,26 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
-->
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+