전자실구매프로그램추가
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
|
||||
// 지정되도록 할 수 있습니다.
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("23.10.19.1230")]
|
||||
[assembly: AssemblyFileVersion("23.10.19.1230")]
|
||||
[assembly: AssemblyVersion("23.10.19.1440")]
|
||||
[assembly: AssemblyFileVersion("23.10.19.1440")]
|
||||
|
||||
@@ -488,11 +488,11 @@ namespace Project
|
||||
}
|
||||
void menu_sprpurchase()
|
||||
{
|
||||
if(System.Diagnostics.Debugger.IsAttached==false)
|
||||
{
|
||||
FCOMMON.Util.MsgE("SPR구매현황은 신규 개발 기능으로 아직 open 되지 않았습니다");
|
||||
return;
|
||||
}
|
||||
//if(System.Diagnostics.Debugger.IsAttached==false)
|
||||
//{
|
||||
// FCOMMON.Util.MsgE("SPR구매현황은 신규 개발 기능으로 아직 open 되지 않았습니다");
|
||||
// return;
|
||||
//}
|
||||
|
||||
string formkey = "PUCHASEEB";
|
||||
if (!ShowForm(formkey))
|
||||
|
||||
970
SubProject/FCM0000/DSUser.Designer.cs
generated
970
SubProject/FCM0000/DSUser.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
@@ -295,7 +295,7 @@ SELECT id, password, nameE, name, dept, grade, email, level, indate, outdate, te
|
||||
<DbSource ConnectionRef="gwcs (Settings)" DbObjectName="EE.dbo.Auth" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<DeleteCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>DELETE FROM [Auth] WHERE (([idx] = @Original_idx) AND ((@IsNull_user = 1 AND [user] IS NULL) OR ([user] = @Original_user)) AND ([gcode] = @Original_gcode) AND ((@IsNull_purchase = 1 AND [purchase] IS NULL) OR ([purchase] = @Original_purchase)) AND ((@IsNull_holyday = 1 AND [holyday] IS NULL) OR ([holyday] = @Original_holyday)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ((@IsNull_jobreport = 1 AND [jobreport] IS NULL) OR ([jobreport] = @Original_jobreport)) AND ((@IsNull_savecost = 1 AND [savecost] IS NULL) OR ([savecost] = @Original_savecost)) AND ((@IsNull_scheapp = 1 AND [scheapp] IS NULL) OR ([scheapp] = @Original_scheapp)) AND ((@IsNull_equipment = 1 AND [equipment] IS NULL) OR ([equipment] = @Original_equipment)) AND ((@IsNull_kusul = 1 AND [kusul] IS NULL) OR ([kusul] = @Original_kusul)) AND ((@IsNull_otconfirm = 1 AND [otconfirm] IS NULL) OR ([otconfirm] = @Original_otconfirm)) AND ((@IsNull_kuntae = 1 AND [kuntae] IS NULL) OR ([kuntae] = @Original_kuntae)) AND ((@IsNull_holyreq = 1 AND [holyreq] IS NULL) OR ([holyreq] = @Original_holyreq)) AND ((@IsNull_account = 1 AND [account] IS NULL) OR ([account] = @Original_account)))</CommandText>
|
||||
<CommandText>DELETE FROM [Auth] WHERE (([idx] = @Original_idx) AND ((@IsNull_user = 1 AND [user] IS NULL) OR ([user] = @Original_user)) AND ([gcode] = @Original_gcode) AND ((@IsNull_purchase = 1 AND [purchase] IS NULL) OR ([purchase] = @Original_purchase)) AND ((@IsNull_holyday = 1 AND [holyday] IS NULL) OR ([holyday] = @Original_holyday)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ((@IsNull_jobreport = 1 AND [jobreport] IS NULL) OR ([jobreport] = @Original_jobreport)) AND ((@IsNull_savecost = 1 AND [savecost] IS NULL) OR ([savecost] = @Original_savecost)) AND ((@IsNull_scheapp = 1 AND [scheapp] IS NULL) OR ([scheapp] = @Original_scheapp)) AND ((@IsNull_equipment = 1 AND [equipment] IS NULL) OR ([equipment] = @Original_equipment)) AND ((@IsNull_kusul = 1 AND [kusul] IS NULL) OR ([kusul] = @Original_kusul)) AND ((@IsNull_otconfirm = 1 AND [otconfirm] IS NULL) OR ([otconfirm] = @Original_otconfirm)) AND ((@IsNull_kuntae = 1 AND [kuntae] IS NULL) OR ([kuntae] = @Original_kuntae)) AND ((@IsNull_holyreq = 1 AND [holyreq] IS NULL) OR ([holyreq] = @Original_holyreq)) AND ((@IsNull_account = 1 AND [account] IS NULL) OR ([account] = @Original_account)) AND ((@IsNull_purchaseEB = 1 AND [purchaseEB] IS NULL) OR ([purchaseEB] = @Original_purchaseEB)))</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_user" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="user" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
@@ -325,13 +325,15 @@ SELECT id, password, nameE, name, dept, grade, email, level, indate, outdate, te
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_holyreq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holyreq" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_account" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="account" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_account" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="account" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_purchaseEB" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchaseEB" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_purchaseEB" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchaseEB" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [Auth] ([user], [gcode], [purchase], [holyday], [project], [jobreport], [savecost], [scheapp], [equipment], [kusul], [otconfirm], [kuntae], [holyreq], [account]) VALUES (@user, @gcode, @purchase, @holyday, @project, @jobreport, @savecost, @scheapp, @equipment, @kusul, @otconfirm, @kuntae, @holyreq, @account);
|
||||
SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, scheapp, equipment, kusul, otconfirm, kuntae, holyreq, account FROM Auth WHERE (idx = SCOPE_IDENTITY()) ORDER BY [user]</CommandText>
|
||||
<CommandText>INSERT INTO [Auth] ([user], [gcode], [purchase], [holyday], [project], [jobreport], [savecost], [scheapp], [equipment], [kusul], [otconfirm], [kuntae], [holyreq], [account], [purchaseEB]) VALUES (@user, @gcode, @purchase, @holyday, @project, @jobreport, @savecost, @scheapp, @equipment, @kusul, @otconfirm, @kuntae, @holyreq, @account, @purchaseEB);
|
||||
SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, scheapp, equipment, kusul, otconfirm, kuntae, holyreq, account, purchaseEB FROM Auth WHERE (idx = SCOPE_IDENTITY()) ORDER BY [user]</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@user" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="user" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -347,12 +349,13 @@ SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, sche
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@kuntae" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="kuntae" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@holyreq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holyreq" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@account" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="account" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@purchaseEB" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchaseEB" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, scheapp, equipment, kusul, otconfirm, kuntae, holyreq, account
|
||||
<CommandText>SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, scheapp, equipment, kusul, otconfirm, kuntae, holyreq, account, purchaseEB
|
||||
FROM Auth
|
||||
WHERE (gcode = @gcode)
|
||||
ORDER BY [user]</CommandText>
|
||||
@@ -363,8 +366,8 @@ ORDER BY [user]</CommandText>
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [Auth] SET [user] = @user, [gcode] = @gcode, [purchase] = @purchase, [holyday] = @holyday, [project] = @project, [jobreport] = @jobreport, [savecost] = @savecost, [scheapp] = @scheapp, [equipment] = @equipment, [kusul] = @kusul, [otconfirm] = @otconfirm, [kuntae] = @kuntae, [holyreq] = @holyreq, [account] = @account WHERE (([idx] = @Original_idx) AND ((@IsNull_user = 1 AND [user] IS NULL) OR ([user] = @Original_user)) AND ([gcode] = @Original_gcode) AND ((@IsNull_purchase = 1 AND [purchase] IS NULL) OR ([purchase] = @Original_purchase)) AND ((@IsNull_holyday = 1 AND [holyday] IS NULL) OR ([holyday] = @Original_holyday)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ((@IsNull_jobreport = 1 AND [jobreport] IS NULL) OR ([jobreport] = @Original_jobreport)) AND ((@IsNull_savecost = 1 AND [savecost] IS NULL) OR ([savecost] = @Original_savecost)) AND ((@IsNull_scheapp = 1 AND [scheapp] IS NULL) OR ([scheapp] = @Original_scheapp)) AND ((@IsNull_equipment = 1 AND [equipment] IS NULL) OR ([equipment] = @Original_equipment)) AND ((@IsNull_kusul = 1 AND [kusul] IS NULL) OR ([kusul] = @Original_kusul)) AND ((@IsNull_otconfirm = 1 AND [otconfirm] IS NULL) OR ([otconfirm] = @Original_otconfirm)) AND ((@IsNull_kuntae = 1 AND [kuntae] IS NULL) OR ([kuntae] = @Original_kuntae)) AND ((@IsNull_holyreq = 1 AND [holyreq] IS NULL) OR ([holyreq] = @Original_holyreq)) AND ((@IsNull_account = 1 AND [account] IS NULL) OR ([account] = @Original_account)));
|
||||
SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, scheapp, equipment, kusul, otconfirm, kuntae, holyreq, account FROM Auth WHERE (idx = @idx) ORDER BY [user]</CommandText>
|
||||
<CommandText>UPDATE [Auth] SET [user] = @user, [gcode] = @gcode, [purchase] = @purchase, [holyday] = @holyday, [project] = @project, [jobreport] = @jobreport, [savecost] = @savecost, [scheapp] = @scheapp, [equipment] = @equipment, [kusul] = @kusul, [otconfirm] = @otconfirm, [kuntae] = @kuntae, [holyreq] = @holyreq, [account] = @account, [purchaseEB] = @purchaseEB WHERE (([idx] = @Original_idx) AND ((@IsNull_user = 1 AND [user] IS NULL) OR ([user] = @Original_user)) AND ([gcode] = @Original_gcode) AND ((@IsNull_purchase = 1 AND [purchase] IS NULL) OR ([purchase] = @Original_purchase)) AND ((@IsNull_holyday = 1 AND [holyday] IS NULL) OR ([holyday] = @Original_holyday)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ((@IsNull_jobreport = 1 AND [jobreport] IS NULL) OR ([jobreport] = @Original_jobreport)) AND ((@IsNull_savecost = 1 AND [savecost] IS NULL) OR ([savecost] = @Original_savecost)) AND ((@IsNull_scheapp = 1 AND [scheapp] IS NULL) OR ([scheapp] = @Original_scheapp)) AND ((@IsNull_equipment = 1 AND [equipment] IS NULL) OR ([equipment] = @Original_equipment)) AND ((@IsNull_kusul = 1 AND [kusul] IS NULL) OR ([kusul] = @Original_kusul)) AND ((@IsNull_otconfirm = 1 AND [otconfirm] IS NULL) OR ([otconfirm] = @Original_otconfirm)) AND ((@IsNull_kuntae = 1 AND [kuntae] IS NULL) OR ([kuntae] = @Original_kuntae)) AND ((@IsNull_holyreq = 1 AND [holyreq] IS NULL) OR ([holyreq] = @Original_holyreq)) AND ((@IsNull_account = 1 AND [account] IS NULL) OR ([account] = @Original_account)) AND ((@IsNull_purchaseEB = 1 AND [purchaseEB] IS NULL) OR ([purchaseEB] = @Original_purchaseEB)));
|
||||
SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, scheapp, equipment, kusul, otconfirm, kuntae, holyreq, account, purchaseEB FROM Auth WHERE (idx = @idx) ORDER BY [user]</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@user" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="user" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@@ -380,6 +383,7 @@ SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, sche
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@kuntae" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="kuntae" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@holyreq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holyreq" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@account" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="account" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@purchaseEB" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchaseEB" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_user" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="user" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_user" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="user" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
@@ -408,6 +412,8 @@ SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, sche
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_holyreq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holyreq" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_account" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="account" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_account" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="account" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_purchaseEB" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchaseEB" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_purchaseEB" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchaseEB" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="idx" ColumnName="idx" DataSourceName="EE.dbo.Auth" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
@@ -430,6 +436,7 @@ SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, sche
|
||||
<Mapping SourceColumn="kuntae" DataSetColumn="kuntae" />
|
||||
<Mapping SourceColumn="holyreq" DataSetColumn="holyreq" />
|
||||
<Mapping SourceColumn="account" DataSetColumn="account" />
|
||||
<Mapping SourceColumn="purchaseEB" DataSetColumn="purchaseEB" />
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
@@ -438,44 +445,44 @@ SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, sche
|
||||
</DataSource>
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
<xs:element name="DSUser" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DSUser" msprop:Generator_UserDSName="DSUser">
|
||||
<xs:element name="DSUser" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_UserDSName="DSUser" msprop:Generator_DataSetName="DSUser">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element name="UserGroup" msprop:Generator_TableClassName="UserGroupDataTable" msprop:Generator_TableVarName="tableUserGroup" msprop:Generator_RowChangedName="UserGroupRowChanged" msprop:Generator_TablePropName="UserGroup" msprop:Generator_RowDeletingName="UserGroupRowDeleting" msprop:Generator_RowChangingName="UserGroupRowChanging" msprop:Generator_RowEvHandlerName="UserGroupRowChangeEventHandler" msprop:Generator_RowDeletedName="UserGroupRowDeleted" msprop:Generator_RowClassName="UserGroupRow" msprop:Generator_UserTableName="UserGroup" msprop:Generator_RowEvArgName="UserGroupRowChangeEvent">
|
||||
<xs:element name="UserGroup" msprop:Generator_RowEvHandlerName="UserGroupRowChangeEventHandler" msprop:Generator_RowDeletedName="UserGroupRowDeleted" msprop:Generator_RowDeletingName="UserGroupRowDeleting" msprop:Generator_RowEvArgName="UserGroupRowChangeEvent" msprop:Generator_TablePropName="UserGroup" msprop:Generator_RowChangedName="UserGroupRowChanged" msprop:Generator_RowChangingName="UserGroupRowChanging" msprop:Generator_TableClassName="UserGroupDataTable" msprop:Generator_RowClassName="UserGroupRow" msprop:Generator_TableVarName="tableUserGroup" msprop:Generator_UserTableName="UserGroup">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="dept" msprop:Generator_ColumnVarNameInTable="columndept" msprop:Generator_ColumnPropNameInRow="dept" msprop:Generator_ColumnPropNameInTable="deptColumn" msprop:Generator_UserColumnName="dept">
|
||||
<xs:element name="dept" msprop:Generator_ColumnPropNameInRow="dept" msprop:Generator_ColumnPropNameInTable="deptColumn" msprop:Generator_ColumnVarNameInTable="columndept" msprop:Generator_UserColumnName="dept">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="gcode" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="gcode" msprop:Generator_ColumnVarNameInTable="columngcode" msprop:Generator_ColumnPropNameInTable="gcodeColumn" msprop:Generator_UserColumnName="gcode" minOccurs="0">
|
||||
<xs:element name="gcode" msprop:Generator_ColumnPropNameInTable="gcodeColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="gcode" msprop:Generator_UserColumnName="gcode" msprop:Generator_ColumnVarNameInTable="columngcode" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="10" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="path_kj" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="path_kj" msprop:Generator_ColumnVarNameInTable="columnpath_kj" msprop:Generator_ColumnPropNameInTable="path_kjColumn" msprop:Generator_UserColumnName="path_kj" minOccurs="0">
|
||||
<xs:element name="path_kj" msprop:Generator_ColumnPropNameInTable="path_kjColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="path_kj" msprop:Generator_UserColumnName="path_kj" msprop:Generator_ColumnVarNameInTable="columnpath_kj" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="permission" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="permission" msprop:Generator_ColumnVarNameInTable="columnpermission" msprop:Generator_ColumnPropNameInTable="permissionColumn" msprop:Generator_UserColumnName="permission" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="advpurchase" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="advpurchase" msprop:Generator_ColumnVarNameInTable="columnadvpurchase" msprop:Generator_ColumnPropNameInTable="advpurchaseColumn" msprop:Generator_UserColumnName="advpurchase" type="xs:boolean" minOccurs="0" />
|
||||
<xs:element name="advkisul" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="advkisul" msprop:Generator_ColumnVarNameInTable="columnadvkisul" msprop:Generator_ColumnPropNameInTable="advkisulColumn" msprop:Generator_UserColumnName="advkisul" type="xs:boolean" minOccurs="0" />
|
||||
<xs:element name="managerinfo" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="managerinfo" msprop:Generator_ColumnVarNameInTable="columnmanagerinfo" msprop:Generator_ColumnPropNameInTable="managerinfoColumn" msprop:Generator_UserColumnName="managerinfo" minOccurs="0">
|
||||
<xs:element name="permission" msprop:Generator_ColumnPropNameInTable="permissionColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="permission" msprop:Generator_UserColumnName="permission" msprop:Generator_ColumnVarNameInTable="columnpermission" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="advpurchase" msprop:Generator_ColumnPropNameInTable="advpurchaseColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="advpurchase" msprop:Generator_UserColumnName="advpurchase" msprop:Generator_ColumnVarNameInTable="columnadvpurchase" type="xs:boolean" minOccurs="0" />
|
||||
<xs:element name="advkisul" msprop:Generator_ColumnPropNameInTable="advkisulColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="advkisul" msprop:Generator_UserColumnName="advkisul" msprop:Generator_ColumnVarNameInTable="columnadvkisul" type="xs:boolean" minOccurs="0" />
|
||||
<xs:element name="managerinfo" msprop:Generator_ColumnPropNameInTable="managerinfoColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="managerinfo" msprop:Generator_UserColumnName="managerinfo" msprop:Generator_ColumnVarNameInTable="columnmanagerinfo" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="255" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="devinfo" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="devinfo" msprop:Generator_ColumnVarNameInTable="columndevinfo" msprop:Generator_ColumnPropNameInTable="devinfoColumn" msprop:Generator_UserColumnName="devinfo" minOccurs="0">
|
||||
<xs:element name="devinfo" msprop:Generator_ColumnPropNameInTable="devinfoColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="devinfo" msprop:Generator_UserColumnName="devinfo" msprop:Generator_ColumnVarNameInTable="columndevinfo" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="255" />
|
||||
@@ -485,163 +492,164 @@ SELECT idx, [user], gcode, purchase, holyday, project, jobreport, savecost, sche
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Users" msprop:Generator_TableClassName="UsersDataTable" msprop:Generator_TableVarName="tableUsers" msprop:Generator_RowChangedName="UsersRowChanged" msprop:Generator_TablePropName="Users" msprop:Generator_RowDeletingName="UsersRowDeleting" msprop:Generator_RowChangingName="UsersRowChanging" msprop:Generator_RowEvHandlerName="UsersRowChangeEventHandler" msprop:Generator_RowDeletedName="UsersRowDeleted" msprop:Generator_RowClassName="UsersRow" msprop:Generator_UserTableName="Users" msprop:Generator_RowEvArgName="UsersRowChangeEvent">
|
||||
<xs:element name="Users" msprop:Generator_RowEvHandlerName="UsersRowChangeEventHandler" msprop:Generator_RowDeletedName="UsersRowDeleted" msprop:Generator_RowDeletingName="UsersRowDeleting" msprop:Generator_RowEvArgName="UsersRowChangeEvent" msprop:Generator_TablePropName="Users" msprop:Generator_RowChangedName="UsersRowChanged" msprop:Generator_RowChangingName="UsersRowChanging" msprop:Generator_TableClassName="UsersDataTable" msprop:Generator_RowClassName="UsersRow" msprop:Generator_TableVarName="tableUsers" msprop:Generator_UserTableName="Users">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id">
|
||||
<xs:element name="id" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_UserColumnName="id">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="password" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="password" msprop:Generator_ColumnVarNameInTable="columnpassword" msprop:Generator_ColumnPropNameInTable="passwordColumn" msprop:Generator_UserColumnName="password" minOccurs="0">
|
||||
<xs:element name="password" msprop:Generator_ColumnPropNameInTable="passwordColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="password" msprop:Generator_UserColumnName="password" msprop:Generator_ColumnVarNameInTable="columnpassword" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="nameE" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="nameE" msprop:Generator_ColumnVarNameInTable="columnnameE" msprop:Generator_ColumnPropNameInTable="nameEColumn" msprop:Generator_UserColumnName="nameE" minOccurs="0">
|
||||
<xs:element name="nameE" msprop:Generator_ColumnPropNameInTable="nameEColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="nameE" msprop:Generator_UserColumnName="nameE" msprop:Generator_ColumnVarNameInTable="columnnameE" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="name" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="name" msprop:Generator_ColumnVarNameInTable="columnname" msprop:Generator_ColumnPropNameInTable="nameColumn" msprop:Generator_UserColumnName="name" minOccurs="0">
|
||||
<xs:element name="name" msprop:Generator_ColumnPropNameInTable="nameColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="name" msprop:Generator_UserColumnName="name" msprop:Generator_ColumnVarNameInTable="columnname" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="dept" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="dept" msprop:Generator_ColumnVarNameInTable="columndept" msprop:Generator_ColumnPropNameInTable="deptColumn" msprop:Generator_UserColumnName="dept" minOccurs="0">
|
||||
<xs:element name="dept" msprop:Generator_ColumnPropNameInTable="deptColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="dept" msprop:Generator_UserColumnName="dept" msprop:Generator_ColumnVarNameInTable="columndept" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="grade" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="grade" msprop:Generator_ColumnVarNameInTable="columngrade" msprop:Generator_ColumnPropNameInTable="gradeColumn" msprop:Generator_UserColumnName="grade" minOccurs="0">
|
||||
<xs:element name="grade" msprop:Generator_ColumnPropNameInTable="gradeColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="grade" msprop:Generator_UserColumnName="grade" msprop:Generator_ColumnVarNameInTable="columngrade" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="10" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="email" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInTable="emailColumn" msprop:Generator_UserColumnName="email" minOccurs="0">
|
||||
<xs:element name="email" msprop:Generator_ColumnPropNameInTable="emailColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnVarNameInTable="columnemail" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="level" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="level" msprop:Generator_ColumnVarNameInTable="columnlevel" msprop:Generator_ColumnPropNameInTable="levelColumn" msprop:Generator_UserColumnName="level" type="xs:short" minOccurs="0" />
|
||||
<xs:element name="indate" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="indate" msprop:Generator_ColumnVarNameInTable="columnindate" msprop:Generator_ColumnPropNameInTable="indateColumn" msprop:Generator_UserColumnName="indate" minOccurs="0">
|
||||
<xs:element name="level" msprop:Generator_ColumnPropNameInTable="levelColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="level" msprop:Generator_UserColumnName="level" msprop:Generator_ColumnVarNameInTable="columnlevel" type="xs:short" minOccurs="0" />
|
||||
<xs:element name="indate" msprop:Generator_ColumnPropNameInTable="indateColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="indate" msprop:Generator_UserColumnName="indate" msprop:Generator_ColumnVarNameInTable="columnindate" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="outdate" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="outdate" msprop:Generator_ColumnVarNameInTable="columnoutdate" msprop:Generator_ColumnPropNameInTable="outdateColumn" msprop:Generator_UserColumnName="outdate" minOccurs="0">
|
||||
<xs:element name="outdate" msprop:Generator_ColumnPropNameInTable="outdateColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="outdate" msprop:Generator_UserColumnName="outdate" msprop:Generator_ColumnVarNameInTable="columnoutdate" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="tel" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="tel" msprop:Generator_ColumnVarNameInTable="columntel" msprop:Generator_ColumnPropNameInTable="telColumn" msprop:Generator_UserColumnName="tel" minOccurs="0">
|
||||
<xs:element name="tel" msprop:Generator_ColumnPropNameInTable="telColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="tel" msprop:Generator_UserColumnName="tel" msprop:Generator_ColumnVarNameInTable="columntel" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="hp" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="hp" msprop:Generator_ColumnVarNameInTable="columnhp" msprop:Generator_ColumnPropNameInTable="hpColumn" msprop:Generator_UserColumnName="hp" minOccurs="0">
|
||||
<xs:element name="hp" msprop:Generator_ColumnPropNameInTable="hpColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="hp" msprop:Generator_UserColumnName="hp" msprop:Generator_ColumnVarNameInTable="columnhp" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="place" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="place" msprop:Generator_ColumnVarNameInTable="columnplace" msprop:Generator_ColumnPropNameInTable="placeColumn" msprop:Generator_UserColumnName="place" minOccurs="0">
|
||||
<xs:element name="place" msprop:Generator_ColumnPropNameInTable="placeColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="place" msprop:Generator_UserColumnName="place" msprop:Generator_ColumnVarNameInTable="columnplace" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="ads_employNo" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="ads_employNo" msprop:Generator_ColumnVarNameInTable="columnads_employNo" msprop:Generator_ColumnPropNameInTable="ads_employNoColumn" msprop:Generator_UserColumnName="ads_employNo" minOccurs="0">
|
||||
<xs:element name="ads_employNo" msprop:Generator_ColumnPropNameInTable="ads_employNoColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="ads_employNo" msprop:Generator_UserColumnName="ads_employNo" msprop:Generator_ColumnVarNameInTable="columnads_employNo" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="ads_title" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="ads_title" msprop:Generator_ColumnVarNameInTable="columnads_title" msprop:Generator_ColumnPropNameInTable="ads_titleColumn" msprop:Generator_UserColumnName="ads_title" minOccurs="0">
|
||||
<xs:element name="ads_title" msprop:Generator_ColumnPropNameInTable="ads_titleColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="ads_title" msprop:Generator_UserColumnName="ads_title" msprop:Generator_ColumnVarNameInTable="columnads_title" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="ads_created" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="ads_created" msprop:Generator_ColumnVarNameInTable="columnads_created" msprop:Generator_ColumnPropNameInTable="ads_createdColumn" msprop:Generator_UserColumnName="ads_created" minOccurs="0">
|
||||
<xs:element name="ads_created" msprop:Generator_ColumnPropNameInTable="ads_createdColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="ads_created" msprop:Generator_UserColumnName="ads_created" msprop:Generator_ColumnVarNameInTable="columnads_created" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="memo" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="memo" msprop:Generator_ColumnVarNameInTable="columnmemo" msprop:Generator_ColumnPropNameInTable="memoColumn" msprop:Generator_UserColumnName="memo" minOccurs="0">
|
||||
<xs:element name="memo" msprop:Generator_ColumnPropNameInTable="memoColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="memo" msprop:Generator_UserColumnName="memo" msprop:Generator_ColumnVarNameInTable="columnmemo" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="255" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="wuid" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="wuid" msprop:Generator_ColumnVarNameInTable="columnwuid" msprop:Generator_ColumnPropNameInTable="wuidColumn" msprop:Generator_UserColumnName="wuid">
|
||||
<xs:element name="wuid" msprop:Generator_ColumnPropNameInTable="wuidColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="wuid" msprop:Generator_UserColumnName="wuid" msprop:Generator_ColumnVarNameInTable="columnwuid">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="wdate" msprop:Generator_ColumnVarNameInTable="columnwdate" msprop:Generator_ColumnPropNameInRow="wdate" msprop:Generator_ColumnPropNameInTable="wdateColumn" msprop:Generator_UserColumnName="wdate" type="xs:dateTime" />
|
||||
<xs:element name="wdate" msprop:Generator_ColumnPropNameInRow="wdate" msprop:Generator_ColumnPropNameInTable="wdateColumn" msprop:Generator_ColumnVarNameInTable="columnwdate" msprop:Generator_UserColumnName="wdate" type="xs:dateTime" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Auth" msprop:Generator_TableClassName="AuthDataTable" msprop:Generator_TableVarName="tableAuth" msprop:Generator_RowChangedName="AuthRowChanged" msprop:Generator_TablePropName="Auth" msprop:Generator_RowDeletingName="AuthRowDeleting" msprop:Generator_RowChangingName="AuthRowChanging" msprop:Generator_RowEvHandlerName="AuthRowChangeEventHandler" msprop:Generator_RowDeletedName="AuthRowDeleted" msprop:Generator_RowClassName="AuthRow" msprop:Generator_UserTableName="Auth" msprop:Generator_RowEvArgName="AuthRowChangeEvent">
|
||||
<xs:element name="Auth" msprop:Generator_RowEvHandlerName="AuthRowChangeEventHandler" msprop:Generator_RowDeletedName="AuthRowDeleted" msprop:Generator_RowDeletingName="AuthRowDeleting" msprop:Generator_RowEvArgName="AuthRowChangeEvent" msprop:Generator_TablePropName="Auth" msprop:Generator_RowChangedName="AuthRowChanged" msprop:Generator_RowChangingName="AuthRowChanging" msprop:Generator_TableClassName="AuthDataTable" msprop:Generator_RowClassName="AuthRow" msprop:Generator_TableVarName="tableAuth" msprop:Generator_UserTableName="Auth">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
||||
<xs:element name="user" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="user" msprop:Generator_ColumnVarNameInTable="columnuser" msprop:Generator_ColumnPropNameInTable="userColumn" msprop:Generator_UserColumnName="user" minOccurs="0">
|
||||
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
||||
<xs:element name="user" msprop:Generator_ColumnPropNameInTable="userColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="user" msprop:Generator_UserColumnName="user" msprop:Generator_ColumnVarNameInTable="columnuser" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="gcode" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="gcode" msprop:Generator_ColumnVarNameInTable="columngcode" msprop:Generator_ColumnPropNameInTable="gcodeColumn" msprop:Generator_UserColumnName="gcode">
|
||||
<xs:element name="gcode" msprop:Generator_ColumnPropNameInTable="gcodeColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="gcode" msprop:Generator_UserColumnName="gcode" msprop:Generator_ColumnVarNameInTable="columngcode">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="10" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="purchase" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="purchase" msprop:Generator_ColumnVarNameInTable="columnpurchase" msprop:Generator_ColumnPropNameInTable="purchaseColumn" msprop:Generator_UserColumnName="purchase" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="holyday" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="holyday" msprop:Generator_ColumnVarNameInTable="columnholyday" msprop:Generator_ColumnPropNameInTable="holydayColumn" msprop:Generator_UserColumnName="holyday" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="project" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="project" msprop:Generator_ColumnVarNameInTable="columnproject" msprop:Generator_ColumnPropNameInTable="projectColumn" msprop:Generator_UserColumnName="project" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="jobreport" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="jobreport" msprop:Generator_ColumnVarNameInTable="columnjobreport" msprop:Generator_ColumnPropNameInTable="jobreportColumn" msprop:Generator_UserColumnName="jobreport" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="savecost" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="savecost" msprop:Generator_ColumnVarNameInTable="columnsavecost" msprop:Generator_ColumnPropNameInTable="savecostColumn" msprop:Generator_UserColumnName="savecost" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="scheapp" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="scheapp" msprop:Generator_ColumnVarNameInTable="columnscheapp" msprop:Generator_ColumnPropNameInTable="scheappColumn" msprop:Generator_UserColumnName="scheapp" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="equipment" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="equipment" msprop:Generator_ColumnVarNameInTable="columnequipment" msprop:Generator_ColumnPropNameInTable="equipmentColumn" msprop:Generator_UserColumnName="equipment" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="kusul" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="kusul" msprop:Generator_ColumnVarNameInTable="columnkusul" msprop:Generator_ColumnPropNameInTable="kusulColumn" msprop:Generator_UserColumnName="kusul" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="otconfirm" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="otconfirm" msprop:Generator_ColumnVarNameInTable="columnotconfirm" msprop:Generator_ColumnPropNameInTable="otconfirmColumn" msprop:Generator_UserColumnName="otconfirm" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="kuntae" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="kuntae" msprop:Generator_ColumnVarNameInTable="columnkuntae" msprop:Generator_ColumnPropNameInTable="kuntaeColumn" msprop:Generator_UserColumnName="kuntae" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="holyreq" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="holyreq" msprop:Generator_ColumnVarNameInTable="columnholyreq" msprop:Generator_ColumnPropNameInTable="holyreqColumn" msprop:Generator_UserColumnName="holyreq" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="account" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="account" msprop:Generator_ColumnVarNameInTable="columnaccount" msprop:Generator_ColumnPropNameInTable="accountColumn" msprop:Generator_UserColumnName="account" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="purchase" msprop:Generator_ColumnPropNameInTable="purchaseColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="purchase" msprop:Generator_UserColumnName="purchase" msprop:Generator_ColumnVarNameInTable="columnpurchase" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="holyday" msprop:Generator_ColumnPropNameInTable="holydayColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="holyday" msprop:Generator_UserColumnName="holyday" msprop:Generator_ColumnVarNameInTable="columnholyday" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="project" msprop:Generator_ColumnPropNameInTable="projectColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="project" msprop:Generator_UserColumnName="project" msprop:Generator_ColumnVarNameInTable="columnproject" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="jobreport" msprop:Generator_ColumnPropNameInTable="jobreportColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="jobreport" msprop:Generator_UserColumnName="jobreport" msprop:Generator_ColumnVarNameInTable="columnjobreport" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="savecost" msprop:Generator_ColumnPropNameInTable="savecostColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="savecost" msprop:Generator_UserColumnName="savecost" msprop:Generator_ColumnVarNameInTable="columnsavecost" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="scheapp" msprop:Generator_ColumnPropNameInTable="scheappColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="scheapp" msprop:Generator_UserColumnName="scheapp" msprop:Generator_ColumnVarNameInTable="columnscheapp" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="equipment" msprop:Generator_ColumnPropNameInTable="equipmentColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="equipment" msprop:Generator_UserColumnName="equipment" msprop:Generator_ColumnVarNameInTable="columnequipment" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="kusul" msprop:Generator_ColumnPropNameInTable="kusulColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="kusul" msprop:Generator_UserColumnName="kusul" msprop:Generator_ColumnVarNameInTable="columnkusul" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="otconfirm" msprop:Generator_ColumnPropNameInTable="otconfirmColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="otconfirm" msprop:Generator_UserColumnName="otconfirm" msprop:Generator_ColumnVarNameInTable="columnotconfirm" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="kuntae" msprop:Generator_ColumnPropNameInTable="kuntaeColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="kuntae" msprop:Generator_UserColumnName="kuntae" msprop:Generator_ColumnVarNameInTable="columnkuntae" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="holyreq" msprop:Generator_ColumnPropNameInTable="holyreqColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="holyreq" msprop:Generator_UserColumnName="holyreq" msprop:Generator_ColumnVarNameInTable="columnholyreq" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="account" msprop:Generator_ColumnPropNameInTable="accountColumn" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="account" msprop:Generator_UserColumnName="account" msprop:Generator_ColumnVarNameInTable="columnaccount" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="purchaseEB" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="purchaseEBColumn" msprop:Generator_ColumnVarNameInTable="columnpurchaseEB" msprop:Generator_UserColumnName="purchaseEB" msprop:Generator_ColumnPropNameInRow="purchaseEB" type="xs:int" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
68
SubProject/FCM0000/User/fUserAuth.Designer.cs
generated
68
SubProject/FCM0000/User/fUserAuth.Designer.cs
generated
@@ -31,10 +31,8 @@
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fUserAuth));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.dSUser = new FCM0000.DSUser();
|
||||
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
||||
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
||||
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
||||
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
||||
@@ -54,11 +52,14 @@
|
||||
this.columnSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.ta = new FCM0000.DSUserTableAdapters.AuthTableAdapter();
|
||||
this.arDatagridView1 = new arCtl.arDatagridView();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.dSUser = new FCM0000.DSUser();
|
||||
this.ta = new FCM0000.DSUserTableAdapters.AuthTableAdapter();
|
||||
this.userDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.account = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.purchaseDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.purchaseEB = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.holydayDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.projectDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.jobreportDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
@@ -66,19 +67,14 @@
|
||||
this.equipmentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.otconfirmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.holyreqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSUser)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
this.bn.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
this.cm1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSUser)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// dSUser
|
||||
//
|
||||
this.dSUser.DataSetName = "DSUser";
|
||||
this.dSUser.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||
//
|
||||
// bn
|
||||
//
|
||||
this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
|
||||
@@ -122,11 +118,6 @@
|
||||
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(67, 22);
|
||||
this.bindingNavigatorAddNewItem.Text = "추가(&A)";
|
||||
//
|
||||
// bs
|
||||
//
|
||||
this.bs.DataMember = "Auth";
|
||||
this.bs.DataSource = this.dSUser;
|
||||
//
|
||||
// bindingNavigatorCountItem
|
||||
//
|
||||
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
||||
@@ -161,6 +152,7 @@
|
||||
//
|
||||
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";
|
||||
@@ -225,6 +217,7 @@
|
||||
// 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);
|
||||
@@ -272,10 +265,6 @@
|
||||
this.loadToolStripMenuItem.Text = "너비값 불러오기";
|
||||
this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
|
||||
//
|
||||
// ta
|
||||
//
|
||||
this.ta.ClearBeforeFill = true;
|
||||
//
|
||||
// arDatagridView1
|
||||
//
|
||||
this.arDatagridView1.A_DelCurrentCell = true;
|
||||
@@ -300,6 +289,7 @@
|
||||
this.userDataGridViewTextBoxColumn,
|
||||
this.account,
|
||||
this.purchaseDataGridViewTextBoxColumn,
|
||||
this.purchaseEB,
|
||||
this.holydayDataGridViewTextBoxColumn,
|
||||
this.projectDataGridViewTextBoxColumn,
|
||||
this.jobreportDataGridViewTextBoxColumn,
|
||||
@@ -316,6 +306,20 @@
|
||||
this.arDatagridView1.Size = new System.Drawing.Size(1060, 613);
|
||||
this.arDatagridView1.TabIndex = 3;
|
||||
//
|
||||
// bs
|
||||
//
|
||||
this.bs.DataMember = "Auth";
|
||||
this.bs.DataSource = this.dSUser;
|
||||
//
|
||||
// dSUser
|
||||
//
|
||||
this.dSUser.DataSetName = "DSUser";
|
||||
this.dSUser.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||
//
|
||||
// ta
|
||||
//
|
||||
this.ta.ClearBeforeFill = true;
|
||||
//
|
||||
// userDataGridViewTextBoxColumn
|
||||
//
|
||||
this.userDataGridViewTextBoxColumn.DataPropertyName = "user";
|
||||
@@ -337,54 +341,61 @@
|
||||
this.purchaseDataGridViewTextBoxColumn.Name = "purchaseDataGridViewTextBoxColumn";
|
||||
this.purchaseDataGridViewTextBoxColumn.Width = 60;
|
||||
//
|
||||
// purchaseEB
|
||||
//
|
||||
this.purchaseEB.DataPropertyName = "purchaseEB";
|
||||
this.purchaseEB.HeaderText = "구매(전자실)";
|
||||
this.purchaseEB.Name = "purchaseEB";
|
||||
this.purchaseEB.Width = 83;
|
||||
//
|
||||
// holydayDataGridViewTextBoxColumn
|
||||
//
|
||||
this.holydayDataGridViewTextBoxColumn.DataPropertyName = "holyday";
|
||||
this.holydayDataGridViewTextBoxColumn.HeaderText = "출근부";
|
||||
this.holydayDataGridViewTextBoxColumn.Name = "holydayDataGridViewTextBoxColumn";
|
||||
this.holydayDataGridViewTextBoxColumn.Width = 72;
|
||||
this.holydayDataGridViewTextBoxColumn.Width = 67;
|
||||
//
|
||||
// projectDataGridViewTextBoxColumn
|
||||
//
|
||||
this.projectDataGridViewTextBoxColumn.DataPropertyName = "project";
|
||||
this.projectDataGridViewTextBoxColumn.HeaderText = "프로젝트";
|
||||
this.projectDataGridViewTextBoxColumn.Name = "projectDataGridViewTextBoxColumn";
|
||||
this.projectDataGridViewTextBoxColumn.Width = 84;
|
||||
this.projectDataGridViewTextBoxColumn.Width = 67;
|
||||
//
|
||||
// jobreportDataGridViewTextBoxColumn
|
||||
//
|
||||
this.jobreportDataGridViewTextBoxColumn.DataPropertyName = "jobreport";
|
||||
this.jobreportDataGridViewTextBoxColumn.HeaderText = "업무일지";
|
||||
this.jobreportDataGridViewTextBoxColumn.Name = "jobreportDataGridViewTextBoxColumn";
|
||||
this.jobreportDataGridViewTextBoxColumn.Width = 84;
|
||||
this.jobreportDataGridViewTextBoxColumn.Width = 67;
|
||||
//
|
||||
// scheappDataGridViewTextBoxColumn
|
||||
//
|
||||
this.scheappDataGridViewTextBoxColumn.DataPropertyName = "scheapp";
|
||||
this.scheappDataGridViewTextBoxColumn.HeaderText = "스케쥴";
|
||||
this.scheappDataGridViewTextBoxColumn.Name = "scheappDataGridViewTextBoxColumn";
|
||||
this.scheappDataGridViewTextBoxColumn.Width = 72;
|
||||
this.scheappDataGridViewTextBoxColumn.Width = 67;
|
||||
//
|
||||
// equipmentDataGridViewTextBoxColumn
|
||||
//
|
||||
this.equipmentDataGridViewTextBoxColumn.DataPropertyName = "equipment";
|
||||
this.equipmentDataGridViewTextBoxColumn.HeaderText = "장비목록";
|
||||
this.equipmentDataGridViewTextBoxColumn.Name = "equipmentDataGridViewTextBoxColumn";
|
||||
this.equipmentDataGridViewTextBoxColumn.Width = 84;
|
||||
this.equipmentDataGridViewTextBoxColumn.Width = 67;
|
||||
//
|
||||
// otconfirmDataGridViewTextBoxColumn
|
||||
//
|
||||
this.otconfirmDataGridViewTextBoxColumn.DataPropertyName = "otconfirm";
|
||||
this.otconfirmDataGridViewTextBoxColumn.HeaderText = "OT승인";
|
||||
this.otconfirmDataGridViewTextBoxColumn.Name = "otconfirmDataGridViewTextBoxColumn";
|
||||
this.otconfirmDataGridViewTextBoxColumn.Width = 77;
|
||||
this.otconfirmDataGridViewTextBoxColumn.Width = 61;
|
||||
//
|
||||
// holyreqDataGridViewTextBoxColumn
|
||||
//
|
||||
this.holyreqDataGridViewTextBoxColumn.DataPropertyName = "holyreq";
|
||||
this.holyreqDataGridViewTextBoxColumn.HeaderText = "휴가요청";
|
||||
this.holyreqDataGridViewTextBoxColumn.Name = "holyreqDataGridViewTextBoxColumn";
|
||||
this.holyreqDataGridViewTextBoxColumn.Width = 84;
|
||||
this.holyreqDataGridViewTextBoxColumn.Width = 67;
|
||||
//
|
||||
// fUserAuth
|
||||
//
|
||||
@@ -400,13 +411,13 @@
|
||||
this.Text = "사용자 권한";
|
||||
this.UseFormSetting = false;
|
||||
this.Load += new System.EventHandler(this.@__Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSUser)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
||||
this.bn.ResumeLayout(false);
|
||||
this.bn.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
||||
this.cm1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSUser)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -442,6 +453,7 @@
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn userDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn account;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn purchaseDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn purchaseEB;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn holydayDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn projectDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn jobreportDataGridViewTextBoxColumn;
|
||||
|
||||
@@ -117,9 +117,6 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="dSUser.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>222, 17</value>
|
||||
</metadata>
|
||||
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>81, 17</value>
|
||||
</metadata>
|
||||
@@ -127,7 +124,7 @@
|
||||
<data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
wQAADsEBuJFr7QAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
|
||||
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
|
||||
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
|
||||
@@ -139,10 +136,13 @@
|
||||
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>313, 17</value>
|
||||
</metadata>
|
||||
<metadata name="dSUser.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>222, 17</value>
|
||||
</metadata>
|
||||
<data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
wQAADsEBuJFr7QAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
||||
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
||||
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
|
||||
@@ -153,7 +153,7 @@
|
||||
<data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
wQAADsEBuJFr7QAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
|
||||
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
||||
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
||||
@@ -162,7 +162,7 @@
|
||||
<data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
wQAADsEBuJFr7QAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||
oAc0QjgAAAAASUVORK5CYII=
|
||||
@@ -171,7 +171,7 @@
|
||||
<data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
wQAADsEBuJFr7QAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
||||
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
@@ -182,7 +182,7 @@
|
||||
<data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
wQAADsEBuJFr7QAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
|
||||
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
|
||||
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
|
||||
@@ -194,7 +194,7 @@
|
||||
<data name="customsBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
|
||||
wQAADsEBuJFr7QAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
|
||||
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
@@ -232,10 +232,13 @@
|
||||
vmv/Akgg2IMBDgsSdJwcAEICDhoECjDAmQIFBQouXNiwQYPOgqgLBgQAOw==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>377, 17</value>
|
||||
</metadata>
|
||||
<metadata name="account.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="purchaseEB.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>377, 17</value>
|
||||
</metadata>
|
||||
</root>
|
||||
@@ -19,7 +19,8 @@ namespace FCOMMON
|
||||
otconfirm,
|
||||
kuntae,
|
||||
holyreq,
|
||||
account
|
||||
account,
|
||||
purchaseEB,
|
||||
}
|
||||
public static int getAuth(eAuthType type, string uid)
|
||||
{
|
||||
|
||||
@@ -1,20 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace FEQ0000
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// 해당 응용 프로그램의 주 진입점입니다.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
FCOMMON.Util.MsgE("이 프로그램은 단독으로 실행할 수 없습니다.");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace FEQ0000
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// 해당 응용 프로그램의 주 진입점입니다.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
FCOMMON.Util.MsgE("이 프로그램은 단독으로 실행할 수 없습니다.");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
590
SubProject/FEQ0000/PurchaseEB/fPurchaseEB.Designer.cs
generated
590
SubProject/FEQ0000/PurchaseEB/fPurchaseEB.Designer.cs
generated
@@ -30,42 +30,33 @@
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchaseEB));
|
||||
FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType4 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
|
||||
FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType5 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
|
||||
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.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 textCellType31 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType32 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType33 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType34 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType35 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType36 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType37 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType38 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType27 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
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 textCellType39 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType28 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType13 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType40 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType29 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType14 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType15 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType41 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType30 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType16 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType42 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType17 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType43 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType44 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType45 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType31 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType32 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType18 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType46 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType47 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType48 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType6 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType33 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType34 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
|
||||
this.dsPurchase = new FEQ0000.dsPurchase();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.tam = new FEQ0000.dsPurchaseTableAdapters.TableAdapterManager();
|
||||
@@ -103,7 +94,6 @@
|
||||
this.견적서폴더열기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.columnSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.autoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -131,10 +121,6 @@
|
||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.tbRequest = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.cmbManager = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.cmbAdmin = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.btSearch = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
||||
@@ -145,7 +131,6 @@
|
||||
this.엑셀에서열기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.btViewDel = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
@@ -261,6 +246,7 @@
|
||||
//
|
||||
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";
|
||||
@@ -378,6 +364,7 @@
|
||||
// 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, 26);
|
||||
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
|
||||
@@ -399,6 +386,8 @@
|
||||
//
|
||||
// toolStripButton6
|
||||
//
|
||||
this.toolStripButton6.Enabled = false;
|
||||
this.toolStripButton6.ForeColor = System.Drawing.Color.Red;
|
||||
this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
|
||||
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton6.Name = "toolStripButton6";
|
||||
@@ -411,6 +400,7 @@
|
||||
this.toolStripButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.집계표ToolStripMenuItem,
|
||||
this.구매승인양식ToolStripMenuItem});
|
||||
this.toolStripButton1.Enabled = false;
|
||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
@@ -437,6 +427,7 @@
|
||||
this.입고품목메일전송ToolStripMenuItem,
|
||||
this.엑셀에서가져오기ToolStripMenuItem,
|
||||
this.견적서폴더열기ToolStripMenuItem});
|
||||
this.toolStripButton7.Enabled = false;
|
||||
this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
|
||||
this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton7.Name = "toolStripButton7";
|
||||
@@ -484,49 +475,41 @@
|
||||
this.sC검색ToolStripMenuItem,
|
||||
this.cRCF검색ToolStripMenuItem});
|
||||
this.cm1.Name = "contextMenuStrip1";
|
||||
this.cm1.Size = new System.Drawing.Size(314, 400);
|
||||
this.cm1.Size = new System.Drawing.Size(314, 422);
|
||||
//
|
||||
// columnSizeToolStripMenuItem
|
||||
//
|
||||
this.columnSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.autoToolStripMenuItem,
|
||||
this.resetToolStripMenuItem,
|
||||
this.saveToolStripMenuItem,
|
||||
this.loadToolStripMenuItem});
|
||||
this.columnSizeToolStripMenuItem.Name = "columnSizeToolStripMenuItem";
|
||||
this.columnSizeToolStripMenuItem.Size = new System.Drawing.Size(313, 42);
|
||||
this.columnSizeToolStripMenuItem.Text = "Column Size";
|
||||
//
|
||||
// autoToolStripMenuItem
|
||||
//
|
||||
this.autoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("autoToolStripMenuItem.Image")));
|
||||
this.autoToolStripMenuItem.Name = "autoToolStripMenuItem";
|
||||
this.autoToolStripMenuItem.Size = new System.Drawing.Size(159, 42);
|
||||
this.autoToolStripMenuItem.Text = "Auto";
|
||||
this.autoToolStripMenuItem.Click += new System.EventHandler(this.autoToolStripMenuItem_Click);
|
||||
this.columnSizeToolStripMenuItem.Text = "열너비";
|
||||
this.columnSizeToolStripMenuItem.Click += new System.EventHandler(this.columnSizeToolStripMenuItem_Click);
|
||||
//
|
||||
// resetToolStripMenuItem
|
||||
//
|
||||
this.resetToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("resetToolStripMenuItem.Image")));
|
||||
this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
|
||||
this.resetToolStripMenuItem.Size = new System.Drawing.Size(159, 42);
|
||||
this.resetToolStripMenuItem.Text = "Reset";
|
||||
this.resetToolStripMenuItem.Size = new System.Drawing.Size(202, 42);
|
||||
this.resetToolStripMenuItem.Text = "초기화";
|
||||
this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click);
|
||||
//
|
||||
// saveToolStripMenuItem
|
||||
//
|
||||
this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
|
||||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(159, 42);
|
||||
this.saveToolStripMenuItem.Text = "Save";
|
||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(202, 42);
|
||||
this.saveToolStripMenuItem.Text = "저장";
|
||||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
||||
//
|
||||
// loadToolStripMenuItem
|
||||
//
|
||||
this.loadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("loadToolStripMenuItem.Image")));
|
||||
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
||||
this.loadToolStripMenuItem.Size = new System.Drawing.Size(159, 42);
|
||||
this.loadToolStripMenuItem.Text = "Load";
|
||||
this.loadToolStripMenuItem.Size = new System.Drawing.Size(202, 42);
|
||||
this.loadToolStripMenuItem.Text = "불러오기";
|
||||
this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem3
|
||||
@@ -617,17 +600,12 @@
|
||||
this.toolStripSeparator3,
|
||||
this.toolStripLabel3,
|
||||
this.tbRequest,
|
||||
this.toolStripLabel6,
|
||||
this.cmbManager,
|
||||
this.toolStripLabel7,
|
||||
this.cmbAdmin,
|
||||
this.toolStripSeparator4,
|
||||
this.btSearch,
|
||||
this.toolStripSeparator5,
|
||||
this.toolStripDropDownButton1,
|
||||
this.toolStripButton2,
|
||||
this.btViewDel,
|
||||
this.toolStripButton3});
|
||||
this.btViewDel});
|
||||
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||||
this.toolStrip1.Name = "toolStrip1";
|
||||
this.toolStrip1.Size = new System.Drawing.Size(1334, 37);
|
||||
@@ -647,6 +625,7 @@
|
||||
// dtSD
|
||||
//
|
||||
this.dtSD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.dtSD.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.dtSD.Name = "dtSD";
|
||||
this.dtSD.Size = new System.Drawing.Size(75, 37);
|
||||
this.dtSD.Text = "1982-11-23";
|
||||
@@ -663,6 +642,7 @@
|
||||
// dtED
|
||||
//
|
||||
this.dtED.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.dtED.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.dtED.Name = "dtED";
|
||||
this.dtED.Size = new System.Drawing.Size(75, 37);
|
||||
this.dtED.Text = "1982-11-23";
|
||||
@@ -718,35 +698,12 @@
|
||||
// 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(70, 37);
|
||||
this.tbRequest.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbRequest.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbRequest_KeyDown);
|
||||
//
|
||||
// toolStripLabel6
|
||||
//
|
||||
this.toolStripLabel6.Name = "toolStripLabel6";
|
||||
this.toolStripLabel6.Size = new System.Drawing.Size(55, 34);
|
||||
this.toolStripLabel6.Text = "구매담당";
|
||||
//
|
||||
// cmbManager
|
||||
//
|
||||
this.cmbManager.Name = "cmbManager";
|
||||
this.cmbManager.Size = new System.Drawing.Size(75, 37);
|
||||
this.cmbManager.Text = "65";
|
||||
//
|
||||
// toolStripLabel7
|
||||
//
|
||||
this.toolStripLabel7.Name = "toolStripLabel7";
|
||||
this.toolStripLabel7.Size = new System.Drawing.Size(55, 34);
|
||||
this.toolStripLabel7.Text = "구매승인";
|
||||
//
|
||||
// cmbAdmin
|
||||
//
|
||||
this.cmbAdmin.Name = "cmbAdmin";
|
||||
this.cmbAdmin.Size = new System.Drawing.Size(75, 37);
|
||||
this.cmbAdmin.Text = "66";
|
||||
//
|
||||
// toolStripSeparator4
|
||||
//
|
||||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||||
@@ -828,15 +785,6 @@
|
||||
this.btViewDel.Text = "삭제표시";
|
||||
this.btViewDel.Click += new System.EventHandler(this.btViewDel_Click);
|
||||
//
|
||||
// toolStripButton3
|
||||
//
|
||||
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
|
||||
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton3.Name = "toolStripButton3";
|
||||
this.toolStripButton3.Size = new System.Drawing.Size(77, 34);
|
||||
this.toolStripButton3.Text = "설명서";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click_1);
|
||||
//
|
||||
// fpSpread1
|
||||
//
|
||||
this.fpSpread1.AccessibleDescription = "";
|
||||
@@ -852,7 +800,7 @@
|
||||
this.fpSpread1.StatusBarVisible = true;
|
||||
this.fpSpread1.TabIndex = 4;
|
||||
this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff);
|
||||
this.fpSpread1.SetViewportLeftColumn(0, 0, 10);
|
||||
this.fpSpread1.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick);
|
||||
//
|
||||
// fpSpread1_Sheet1
|
||||
//
|
||||
@@ -860,209 +808,158 @@
|
||||
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 = 39;
|
||||
this.fpSpread1_Sheet1.ColumnCount = 27;
|
||||
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
||||
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
||||
this.fpSpread1_Sheet1.AutoGenerateColumns = false;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "요청\r\n검사";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "구매\r\n검사";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "구매신청일";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "상태";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "보관소";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "공정";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "요청";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "Cost Center";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "LineCode";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "SC#";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "SCR/CF";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "수령";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "SID#";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "품명";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "*";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "규격";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "장비\r\n제조사";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value = "제조\r\n공정";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).Value = "장비\r\n모델";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).Value = "수량\r\n(요청)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "수량\r\n(구매)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Value = "단위";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).Value = "단가\r\n(해외)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 23).Value = "통화";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 24).Value = "단가";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 25).Value = "합계금액";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 26).Value = "공급업체";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 27).Value = "*";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 28).Value = "프로젝트";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 29).Value = "*";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 30).Value = "비고(구매사유)\r\n(요청자)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 31).Value = "입고예정";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 32).Value = "입고일";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 33).Value = "입고수량";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).Value = "PO#";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 35).Value = "비고\r\n(담당자)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 36).Value = "구매담당";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 37).Value = "구매승인";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 38).Value = "삭제됨";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "구매신청일";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "상태";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "보관소";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "요청";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "SC#";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "SCR/CF";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "수령";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "SID#";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "품명";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "*";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "규격";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "수량\r\n(요청)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "수량\r\n(구매)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "단위";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "단가\r\n(해외)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "통화";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "단가";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value = "합계금액";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).Value = "공급업체";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).Value = "*";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "*";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Value = "비고(구매사유)\r\n(요청자)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).Value = "입고일";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 23).Value = "입고수량";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 24).Value = "PO#";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 25).Value = "비고\r\n(담당자)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 26).Value = "삭제됨";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 37F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).CellType = checkBoxCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "chk1";
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).Label = "요청\r\n검사";
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).Width = 31F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).CellType = checkBoxCellType5;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "chk2";
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).Label = "구매\r\n검사";
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).Width = 35F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoSort = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType18;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "pdate";
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).Label = "구매신청일";
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).Tag = "pdate";
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).Width = 82F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType19;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "state";
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).Label = "상태";
|
||||
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 = 116F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoSort = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType25;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "pdate";
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType20;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "place";
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).Label = "구매신청일";
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).Tag = "pdate";
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).Label = "보관소";
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType26;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "state";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Label = "상태";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Tag = "state";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType27;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "place";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType21;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "requestName";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Label = "요청";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Tag = "requestName";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Width = 50F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType22;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "sc";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Label = "보관소";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Label = "SC#";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Tag = "sc";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType28;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "process";
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType23;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "orderno";
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Label = "공정";
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Label = "SCR/CF";
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Tag = "crcf";
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType29;
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "requestName";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType24;
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "receiveName";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Label = "요청";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Tag = "requestName";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Label = "수령";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Tag = "receiveName";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType30;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "costcenter";
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).AllowAutoSort = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType25;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "sid";
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).Label = "Cost Center";
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).Label = "SID#";
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).Tag = "sid";
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType31;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "linecode";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).Label = "LineCode";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType32;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "sc";
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).Label = "SC#";
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).Tag = "sc";
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType33;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "orderno";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Label = "SCR/CF";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Tag = "crcf";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType34;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "receiveName";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Label = "수령";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Tag = "receiveName";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).AllowAutoSort = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType35;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "sid";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Label = "SID#";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Tag = "sid";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType36;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "pumname";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Label = "품명";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Tag = "pumname";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType26;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "pumname";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).Label = "품명";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).Tag = "pumname";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
numberCellType10.DecimalPlaces = 0;
|
||||
numberCellType10.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||
numberCellType10.MaximumValue = 2147483647D;
|
||||
numberCellType10.MinimumValue = -2147483648D;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).CellType = numberCellType10;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).DataField = "pumidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).Label = "*";
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType37;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).DataField = "pumscale";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Label = "규격";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Tag = "pumscale";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).CellType = textCellType38;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).DataField = "dept";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Label = "장비\r\n제조사";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).CellType = textCellType38;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).DataField = "manuproc";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Label = "제조\r\n공정";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).CellType = textCellType38;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).DataField = "asset";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Label = "장비\r\n모델";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType10;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "pumidx";
|
||||
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).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType27;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "pumscale";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Label = "규격";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Tag = "pumscale";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Width = 51F;
|
||||
numberCellType11.DecimalPlaces = 0;
|
||||
numberCellType11.NegativeRed = true;
|
||||
numberCellType11.NullDisplay = "--";
|
||||
numberCellType11.Separator = ",";
|
||||
numberCellType11.ShowSeparator = true;
|
||||
numberCellType11.ShrinkToFit = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType11;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).DataField = "pumqtyReq";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Label = "수량\r\n(요청)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Tag = "pumqty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).CellType = numberCellType11;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "pumqtyReq";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Label = "수량\r\n(요청)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Tag = "pumqty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Width = 51F;
|
||||
numberCellType12.DecimalPlaces = 0;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).CellType = numberCellType12;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "pumqty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Label = "수량\r\n(구매)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Width = 55F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType39;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).DataField = "pumunit";
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Label = "단위";
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).CellType = numberCellType12;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "pumqty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Label = "수량\r\n(구매)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Width = 55F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType28;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "pumunit";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Label = "단위";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Width = 51F;
|
||||
numberCellType13.DecimalPlaces = 2;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).CellType = numberCellType13;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).DataField = "pumpriceD";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).Label = "단가\r\n(해외)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).CellType = textCellType40;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).DataField = "currency";
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).Label = "통화";
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).Width = 33F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).CellType = numberCellType13;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).DataField = "pumpriceD";
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).Label = "단가\r\n(해외)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType29;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).DataField = "currency";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Label = "통화";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Width = 33F;
|
||||
numberCellType14.DecimalPlaces = 0;
|
||||
numberCellType14.MaximumValue = 9999999999999.99D;
|
||||
numberCellType14.MinimumValue = -9999999999999.99D;
|
||||
@@ -1071,12 +968,12 @@
|
||||
numberCellType14.Separator = ",";
|
||||
numberCellType14.ShowSeparator = true;
|
||||
numberCellType14.ShrinkToFit = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).CellType = numberCellType14;
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).DataField = "pumprice";
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).Label = "단가";
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).Tag = "pumprice";
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType14;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).DataField = "pumprice";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Label = "단가";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Tag = "pumprice";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Width = 51F;
|
||||
numberCellType15.DecimalPlaces = 0;
|
||||
numberCellType15.MaximumValue = 9999999999999.99D;
|
||||
numberCellType15.MinimumValue = -9999999999999.99D;
|
||||
@@ -1085,106 +982,83 @@
|
||||
numberCellType15.Separator = ",";
|
||||
numberCellType15.ShowSeparator = true;
|
||||
numberCellType15.ShrinkToFit = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).CellType = numberCellType15;
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).DataField = "pumamt";
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).Label = "합계금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).Tag = "pumamt";
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).CellType = textCellType41;
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).DataField = "supply";
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).Label = "공급업체";
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).Tag = "supply";
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(27).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType15;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).DataField = "pumamt";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Label = "합계금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Tag = "pumamt";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).CellType = textCellType30;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).DataField = "supply";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Label = "공급업체";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Tag = "supply";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
numberCellType16.DecimalPlaces = 0;
|
||||
numberCellType16.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||
numberCellType16.MaximumValue = 2147483647D;
|
||||
numberCellType16.MinimumValue = -2147483648D;
|
||||
this.fpSpread1_Sheet1.Columns.Get(27).CellType = numberCellType16;
|
||||
this.fpSpread1_Sheet1.Columns.Get(27).DataField = "supplyidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(27).Label = "*";
|
||||
this.fpSpread1_Sheet1.Columns.Get(27).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(27).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(28).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(28).CellType = textCellType42;
|
||||
this.fpSpread1_Sheet1.Columns.Get(28).DataField = "project";
|
||||
this.fpSpread1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(28).Label = "프로젝트";
|
||||
this.fpSpread1_Sheet1.Columns.Get(28).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(29).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType16;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).DataField = "supplyidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Label = "*";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
numberCellType17.DecimalPlaces = 0;
|
||||
numberCellType17.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||
numberCellType17.MaximumValue = 2147483647D;
|
||||
numberCellType17.MinimumValue = -2147483648D;
|
||||
this.fpSpread1_Sheet1.Columns.Get(29).CellType = numberCellType17;
|
||||
this.fpSpread1_Sheet1.Columns.Get(29).DataField = "projectidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(29).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(29).Label = "*";
|
||||
this.fpSpread1_Sheet1.Columns.Get(29).Tag = "projectidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(29).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(29).Width = 51F;
|
||||
textCellType43.WordWrap = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(30).CellType = textCellType43;
|
||||
this.fpSpread1_Sheet1.Columns.Get(30).DataField = "bigo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(30).Label = "비고(구매사유)\r\n(요청자)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(30).Tag = "bigo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(30).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(30).Width = 96F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(31).CellType = textCellType44;
|
||||
this.fpSpread1_Sheet1.Columns.Get(31).DataField = "edate";
|
||||
this.fpSpread1_Sheet1.Columns.Get(31).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(31).Label = "입고예정";
|
||||
this.fpSpread1_Sheet1.Columns.Get(31).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(32).CellType = textCellType45;
|
||||
this.fpSpread1_Sheet1.Columns.Get(32).DataField = "indate";
|
||||
this.fpSpread1_Sheet1.Columns.Get(32).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(32).Label = "입고일";
|
||||
this.fpSpread1_Sheet1.Columns.Get(32).Tag = "indate";
|
||||
this.fpSpread1_Sheet1.Columns.Get(32).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).CellType = numberCellType17;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "projectidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Label = "*";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Tag = "projectidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Width = 51F;
|
||||
textCellType31.WordWrap = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType31;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).DataField = "bigo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Label = "비고(구매사유)\r\n(요청자)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Tag = "bigo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Width = 96F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).CellType = textCellType32;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).DataField = "indate";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).Label = "입고일";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).Tag = "indate";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).Width = 51F;
|
||||
numberCellType18.DecimalPlaces = 0;
|
||||
numberCellType18.NegativeRed = true;
|
||||
numberCellType18.ShowSeparator = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(33).CellType = numberCellType18;
|
||||
this.fpSpread1_Sheet1.Columns.Get(33).DataField = "inqty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(33).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(33).Label = "입고수량";
|
||||
this.fpSpread1_Sheet1.Columns.Get(33).Tag = "inqty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(33).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(33).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(34).CellType = textCellType46;
|
||||
this.fpSpread1_Sheet1.Columns.Get(34).DataField = "po";
|
||||
this.fpSpread1_Sheet1.Columns.Get(34).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(34).Label = "PO#";
|
||||
this.fpSpread1_Sheet1.Columns.Get(34).Tag = "po";
|
||||
this.fpSpread1_Sheet1.Columns.Get(34).Width = 51F;
|
||||
textCellType47.WordWrap = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).CellType = textCellType47;
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).DataField = "chkremark";
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).Label = "비고\r\n(담당자)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(36).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(36).CellType = textCellType48;
|
||||
this.fpSpread1_Sheet1.Columns.Get(36).DataField = "purchase_manager";
|
||||
this.fpSpread1_Sheet1.Columns.Get(36).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(36).Label = "구매담당";
|
||||
this.fpSpread1_Sheet1.Columns.Get(36).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(37).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(37).CellType = textCellType48;
|
||||
this.fpSpread1_Sheet1.Columns.Get(37).DataField = "purchase_admin";
|
||||
this.fpSpread1_Sheet1.Columns.Get(37).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(37).Label = "구매승인";
|
||||
this.fpSpread1_Sheet1.Columns.Get(37).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(38).CellType = checkBoxCellType6;
|
||||
this.fpSpread1_Sheet1.Columns.Get(38).DataField = "isdel";
|
||||
this.fpSpread1_Sheet1.Columns.Get(38).Label = "삭제됨";
|
||||
this.fpSpread1_Sheet1.Columns.Get(38).Tag = "isdel";
|
||||
this.fpSpread1_Sheet1.Columns.Get(38).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).CellType = numberCellType18;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).DataField = "inqty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).Label = "입고수량";
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).Tag = "inqty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).Width = 75F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).CellType = textCellType33;
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).DataField = "po";
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).Label = "PO#";
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).Tag = "po";
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).Width = 51F;
|
||||
textCellType34.WordWrap = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).CellType = textCellType34;
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).DataField = "chkremark";
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).Label = "비고\r\n(담당자)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(25).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).CellType = checkBoxCellType2;
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).DataField = "isdel";
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).Label = "삭제됨";
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).Tag = "isdel";
|
||||
this.fpSpread1_Sheet1.Columns.Get(26).Width = 51F;
|
||||
this.fpSpread1_Sheet1.DataAutoCellTypes = false;
|
||||
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
|
||||
this.fpSpread1_Sheet1.DataSource = this.bs;
|
||||
@@ -1282,7 +1156,6 @@
|
||||
private System.Windows.Forms.ToolStripButton btFind;
|
||||
private FarPoint.Win.Spread.FpSpread fpSpread1;
|
||||
private System.Windows.Forms.ToolStripMenuItem columnSizeToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem autoToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem resetToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
|
||||
@@ -1319,16 +1192,11 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem 입고품목메일전송ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 엑셀에서가져오기ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 견적서폴더열기ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
||||
private System.Windows.Forms.ToolStripMenuItem 입고ToolStripMenuItem;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.ToolStripLabel toolStripLabel6;
|
||||
private System.Windows.Forms.ToolStripLabel toolStripLabel7;
|
||||
private System.Windows.Forms.ToolStripComboBox cmbManager;
|
||||
private System.Windows.Forms.ToolStripComboBox cmbAdmin;
|
||||
private System.Windows.Forms.ToolStripMenuItem 엑셀에서열기ToolStripMenuItem;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
private dsPurchaseTableAdapters.EETGW_PurchaseEBTableAdapter ta;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace FEQ0000
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
|
||||
fn_fpcolsize = util.MakeFilePath(util.CurrentPath, "formSetting", "fp_" + this.Name + ".ini");
|
||||
this.dsPurchase.Purchase.TableNewRow += Purchase_TableNewRow;
|
||||
this.dsPurchase.EETGW_PurchaseEB.TableNewRow += Purchase_TableNewRow;
|
||||
this.FormClosing += FPurchase_FormClosing;
|
||||
this.FormClosed += __Closed;
|
||||
dtSD.KeyDown += dtSD_KeyDown;
|
||||
@@ -111,7 +111,6 @@ namespace FEQ0000
|
||||
this.dtSD.Text = DateTime.Now.AddDays(-30).ToShortDateString();
|
||||
this.dtED.Text = DateTime.Now.AddDays(10).ToShortDateString();
|
||||
|
||||
|
||||
//state list
|
||||
var stList = FCOMMON.DBM.getCodeList("04");
|
||||
this.cmbState.Items.Clear();
|
||||
@@ -119,35 +118,13 @@ namespace FEQ0000
|
||||
foreach (var item in stList)
|
||||
cmbState.Items.Add(item.Value);
|
||||
cmbState.Items.Add("<=Received");
|
||||
this.cmbState.SelectedIndex = 0; //all기본 - 양진원
|
||||
//this.cmbCr.SelectedIndex = 1;
|
||||
|
||||
//구매담당자목록
|
||||
using (var tauser = new dsPurchaseTableAdapters.Purchase_ManagerlistTableAdapter())
|
||||
{
|
||||
var lst_man = tauser.GetByManager(FCOMMON.info.Login.gcode);
|
||||
var lat_adm = tauser.GetByAdmin(FCOMMON.info.Login.gcode);
|
||||
|
||||
cmbManager.Items.Clear();
|
||||
cmbAdmin.Items.Clear();
|
||||
cmbManager.Items.Add("-- 전체 --");
|
||||
cmbAdmin.Items.Add("-- 전체 --");
|
||||
|
||||
foreach (dsPurchase.Purchase_ManagerlistRow dr in lst_man)
|
||||
{
|
||||
cmbManager.Items.Add(dr.username);
|
||||
}
|
||||
foreach (dsPurchase.Purchase_ManagerlistRow dr in lat_adm)
|
||||
{
|
||||
cmbAdmin.Items.Add(dr.username);
|
||||
}
|
||||
}
|
||||
this.cmbManager.SelectedIndex = 0;
|
||||
this.cmbAdmin.SelectedIndex = 0;
|
||||
|
||||
this.cmbState.SelectedIndex = 0;
|
||||
|
||||
//all기본 - 양진원
|
||||
//this.cmbCr.SelectedIndex = 1;
|
||||
|
||||
//일반사용자의경우에는 상태를 변경하지 못한다.
|
||||
int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchase));
|
||||
int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchaseEB));
|
||||
if (curLevel >= 5)
|
||||
{
|
||||
btSave.Visible = true;
|
||||
@@ -207,8 +184,6 @@ namespace FEQ0000
|
||||
" from EETGW_PurchaseEB " +
|
||||
" where gcode='" + FCOMMON.info.Login.gcode + "' and isnull(" + dateField + ",'') between @sd and @ed ";
|
||||
|
||||
|
||||
|
||||
if (btViewDel.Checked == false)
|
||||
cmd.CommandText += " and isnull(isdel,0) = 0";
|
||||
|
||||
@@ -217,16 +192,7 @@ namespace FEQ0000
|
||||
{
|
||||
cmd.CommandText += " and (isnull(dbo.getusername(request),'') like @req or isnull(dbo.getusername(receive),'') like @req)";
|
||||
}
|
||||
|
||||
if (cmbManager.SelectedIndex != 0 && cmbManager.Text.isEmpty() == false)
|
||||
{
|
||||
cmd.CommandText += $" and purchase_manager like '%{cmbManager.Text.Replace("'", "''")}%'";
|
||||
}
|
||||
if (cmbAdmin.SelectedIndex != 0 && cmbAdmin.Text.isEmpty() == false)
|
||||
{
|
||||
cmd.CommandText += $" and purchase_admin like '%{cmbAdmin.Text.Replace("'", "''")}%'";
|
||||
}
|
||||
|
||||
|
||||
if (cmbState.SelectedIndex != 0)
|
||||
{
|
||||
if (cmbState.Text.ToUpper() == "<=RECEIVED")
|
||||
@@ -238,8 +204,6 @@ namespace FEQ0000
|
||||
cmd.CommandText += " and isnull([state],'') like @st";
|
||||
}
|
||||
}
|
||||
// else cmd.CommandText += " and (state < '04' or state > '07')";
|
||||
|
||||
|
||||
if (cmbSort.SelectedIndex == 1)
|
||||
{
|
||||
@@ -260,7 +224,6 @@ namespace FEQ0000
|
||||
cmd.CommandText += " ORDER BY " + dateField + " DESC, idx DESC";
|
||||
}
|
||||
|
||||
|
||||
cmd.Parameters.Add(new System.Data.SqlClient.SqlParameter("@sd", dtSD.Text));
|
||||
cmd.Parameters.Add(new System.Data.SqlClient.SqlParameter("@ed", dtED.Text));
|
||||
cmd.Parameters.Add(new System.Data.SqlClient.SqlParameter("@req", request));
|
||||
@@ -269,8 +232,8 @@ namespace FEQ0000
|
||||
da.SelectCommand = cmd;
|
||||
|
||||
//read adata
|
||||
this.dsPurchase.Purchase.Clear();
|
||||
da.Fill(this.dsPurchase.Purchase);
|
||||
this.dsPurchase.EETGW_PurchaseEB.Clear();
|
||||
da.Fill(this.dsPurchase.EETGW_PurchaseEB);
|
||||
this.dsPurchase.AcceptChanges();
|
||||
showSummary();
|
||||
FCOMMON.Util.FPColSizeLoad(ref this.fpSpread1, fn_fpcolsize);
|
||||
@@ -384,8 +347,6 @@ namespace FEQ0000
|
||||
{
|
||||
FCOMMON.Util.MsgE("저장 실패\n" + ex.Message);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
void showSummary()
|
||||
{
|
||||
@@ -987,9 +948,8 @@ namespace FEQ0000
|
||||
private void 구매승인양식ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
//구매승인양식
|
||||
var f = new fPurchaseEBList(this.dsPurchase.Purchase);
|
||||
var f = new fPurchaseEBList(this.dsPurchase.EETGW_PurchaseEB);
|
||||
f.Show();
|
||||
|
||||
}
|
||||
|
||||
private void toolStripButton6_Click(object sender, EventArgs e)
|
||||
@@ -1305,5 +1265,15 @@ namespace FEQ0000
|
||||
|
||||
FCOMMON.Util.RunExplorer(fi.FullName);
|
||||
}
|
||||
|
||||
private void fpSpread1_CellClick(object sender, FarPoint.Win.Spread.CellClickEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void columnSizeToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -337,16 +337,6 @@
|
||||
<metadata name="cm1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>440, 17</value>
|
||||
</metadata>
|
||||
<data name="autoToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
R0lGODlhEAAQAIQfAJXG2JXa+ZLO5ChrlkCy4TZ1kiVvpCN0trvo9SN5xTd4lrfh7iR9zo3S+EGz7JDJ
|
||||
4TaCromrvC9ymyV+0Dd3mTl1koe72YvN7LTj+9ne6N3g6v7+/0Cw2Stoh////////yH/C05FVFNDQVBF
|
||||
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAInwA/CBzooaAHgQUHKvRQoUABCgUlHFT4IYMCBAsQIIBg
|
||||
wcBEgh0WCBDAgcAFDAc+fvDQIUKHDgMeEHDQIIFKlgoMGgjQoAGDmwUOehhg4EACBhM+GlzKVOkEBgkO
|
||||
GBggNOhCBhgCBPBYUEGHmwkCOCDwYMCAll8XHghwgQCHkQDSLjRgAcKDBwAAKNCwgaIHiR4oOKygkuDE
|
||||
pRQTK6YYEAA7
|
||||
</value>
|
||||
</data>
|
||||
<data name="resetToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
R0lGODlhEAAQAIQfALnik2aXQv7+/dPut73llbfala3LmW6gSWqdQ2eYRGqaSLfck568iYrUQN7yzF6R
|
||||
@@ -419,23 +409,10 @@
|
||||
AMhmkGawjbGxEFuhNoOxjw/cgARrGUwDQE4G2YqiOTQUxYDZriZ4DAD69+umTTg1EzYA5HSQX9E1YzEA
|
||||
axiAnA4KSGwa0Q0IMZbAYgDQVlBAvgZ6BRfu1pfFbcBLU9P/95WV/9+Qlv5/ko8PjnewscExyOk4DSAG
|
||||
4DSAGEBVAzBigRgAMwCGyTIAHTAwMDAAABYIANCNo26UAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGSSURBVFhH7ZDdSgJBGIa9kY67hK6gdFX8g27Cm4gIYjVN
|
||||
6KyMrM6qs4Kik+jXGbeO6kACQ/IwDJSCLKPJd9gVk8l1ncWNmAdeZme+l/FxfIp/j18nTCbBNH2LZ4xj
|
||||
f+pyEvfNLBgTiZxxhHNR30m6gjLUX95ZoVhtR/RSc3qeTIUzF40CqbZxLoNrghZccok+YTWPpHBdEC8W
|
||||
WqJ8dQPXBYHbdylBGTwT3DitsWi2xApnNfNEjGeCsWWD97AOwjNBvBzkNv/qCw6LEhSBeW8GgfnYBYEl
|
||||
Z9fFXAmKsOTsupgrQRGWnF0XcyUowpKz62KuBPuxxHrzG5iNXdAJSlAWJSiLEpTlh6BsZldu2OrJI//G
|
||||
in1/Z5R0BQ8rX1LZvWux5FaZX5rcLrO9zl7Uc5KuYGix9LxOm8KSk+zctvilkBXNnSTf8dEy53UuGEiR
|
||||
ICRx+ajp/4P4AVFv2EBO04nGBWUJpIvxWO7qNU8b7OD+k62RBot29lqKxsyK9wR1koikrx8Cc/sf4Syt
|
||||
QNocKTzG5/sG4hiki22pPhYAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="fpSpread1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>515, 17</value>
|
||||
<value>729, 17</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>65</value>
|
||||
|
||||
@@ -12,13 +12,13 @@ namespace FEQ0000
|
||||
{
|
||||
public partial class fPurchaseEBList : Form
|
||||
{
|
||||
public fPurchaseEBList(dsPurchase.PurchaseDataTable dt)
|
||||
public fPurchaseEBList(dsPurchase.EETGW_PurchaseEBDataTable dt)
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
|
||||
this.ds1.Purchase.Merge(dt);
|
||||
this.ds1.EETGW_PurchaseEB.Merge(dt);
|
||||
this.ds1.AcceptChanges();
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.Windows.Forms.Label processLabel;
|
||||
System.Windows.Forms.Label receiveLabel;
|
||||
System.Windows.Forms.Label scLabel;
|
||||
System.Windows.Forms.Label sidLabel;
|
||||
@@ -37,26 +36,17 @@
|
||||
System.Windows.Forms.Label pumqtyLabel;
|
||||
System.Windows.Forms.Label pumpriceLabel;
|
||||
System.Windows.Forms.Label pumamtLabel;
|
||||
System.Windows.Forms.Label assetLabel;
|
||||
System.Windows.Forms.Label poLabel;
|
||||
System.Windows.Forms.Label deptLabel;
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchase_Add));
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchaseEB_Add));
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.Label label2;
|
||||
System.Windows.Forms.Label label4;
|
||||
System.Windows.Forms.Label label5;
|
||||
System.Windows.Forms.Label label3;
|
||||
System.Windows.Forms.Label label6;
|
||||
System.Windows.Forms.Label label7;
|
||||
System.Windows.Forms.Label label8;
|
||||
System.Windows.Forms.Label label10;
|
||||
System.Windows.Forms.Label label11;
|
||||
System.Windows.Forms.Label label12;
|
||||
System.Windows.Forms.Label label13;
|
||||
System.Windows.Forms.Label label14;
|
||||
System.Windows.Forms.Label label15;
|
||||
System.Windows.Forms.Label label16;
|
||||
System.Windows.Forms.Label label17;
|
||||
System.Windows.Forms.Label label9;
|
||||
System.Windows.Forms.Label label18;
|
||||
this.tbSC = new System.Windows.Forms.TextBox();
|
||||
@@ -69,8 +59,6 @@
|
||||
this.tbPumAmt = new System.Windows.Forms.TextBox();
|
||||
this.tbSupply = new System.Windows.Forms.TextBox();
|
||||
this.tbSupplyIndex = new System.Windows.Forms.TextBox();
|
||||
this.tbProject = new System.Windows.Forms.TextBox();
|
||||
this.tbProjectIndex = new System.Windows.Forms.TextBox();
|
||||
this.tbPO = new System.Windows.Forms.TextBox();
|
||||
this.tbBigo = new System.Windows.Forms.TextBox();
|
||||
this.dtPdate = new System.Windows.Forms.DateTimePicker();
|
||||
@@ -81,44 +69,28 @@
|
||||
this.tbPumIDX = new System.Windows.Forms.TextBox();
|
||||
this.dtInDate = new System.Windows.Forms.DateTimePicker();
|
||||
this.chkInDate = new System.Windows.Forms.CheckBox();
|
||||
this.dtExpDate = new System.Windows.Forms.DateTimePicker();
|
||||
this.chkExp = new System.Windows.Forms.CheckBox();
|
||||
this.btSaveAdd = new System.Windows.Forms.Button();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.tbStorage = new System.Windows.Forms.ComboBox();
|
||||
this.cmbRemark = new System.Windows.Forms.ComboBox();
|
||||
this.cmbCurrency = new System.Windows.Forms.ComboBox();
|
||||
this.tbQtyReal = new System.Windows.Forms.TextBox();
|
||||
this.tbBigoChk = new System.Windows.Forms.TextBox();
|
||||
this.chk2 = new System.Windows.Forms.CheckBox();
|
||||
this.chk1 = new System.Windows.Forms.CheckBox();
|
||||
this.btSIDChk = new System.Windows.Forms.Button();
|
||||
this.tbPumPriceD = new System.Windows.Forms.TextBox();
|
||||
this.button3 = new System.Windows.Forms.Button();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.tbCostCenter = new System.Windows.Forms.ComboBox();
|
||||
this.tbLineCode = new System.Windows.Forms.ComboBox();
|
||||
this.tbManager = new System.Windows.Forms.ComboBox();
|
||||
this.tbAdmin = new System.Windows.Forms.ComboBox();
|
||||
this.btEQModel = new System.Windows.Forms.Button();
|
||||
this.btEQManu = new System.Windows.Forms.Button();
|
||||
this.btProcess = new System.Windows.Forms.Button();
|
||||
this.btManuProc = new System.Windows.Forms.Button();
|
||||
this.button7 = new System.Windows.Forms.Button();
|
||||
this.tbInQty = new System.Windows.Forms.TextBox();
|
||||
this.button6 = new System.Windows.Forms.Button();
|
||||
this.button5 = new System.Windows.Forms.Button();
|
||||
this.button4 = new System.Windows.Forms.Button();
|
||||
this.tbOrderNo = new System.Windows.Forms.TextBox();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.dsPurchase = new FEQ0000.dsPurchase();
|
||||
this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
|
||||
this.tbStorage = new System.Windows.Forms.ComboBox();
|
||||
processLabel = new System.Windows.Forms.Label();
|
||||
receiveLabel = new System.Windows.Forms.Label();
|
||||
scLabel = new System.Windows.Forms.Label();
|
||||
sidLabel = new System.Windows.Forms.Label();
|
||||
@@ -126,25 +98,16 @@
|
||||
pumqtyLabel = new System.Windows.Forms.Label();
|
||||
pumpriceLabel = new System.Windows.Forms.Label();
|
||||
pumamtLabel = new System.Windows.Forms.Label();
|
||||
assetLabel = new System.Windows.Forms.Label();
|
||||
poLabel = new System.Windows.Forms.Label();
|
||||
deptLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
label2 = new System.Windows.Forms.Label();
|
||||
label4 = new System.Windows.Forms.Label();
|
||||
label5 = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
label6 = new System.Windows.Forms.Label();
|
||||
label7 = new System.Windows.Forms.Label();
|
||||
label8 = new System.Windows.Forms.Label();
|
||||
label10 = new System.Windows.Forms.Label();
|
||||
label11 = new System.Windows.Forms.Label();
|
||||
label12 = new System.Windows.Forms.Label();
|
||||
label13 = new System.Windows.Forms.Label();
|
||||
label14 = new System.Windows.Forms.Label();
|
||||
label15 = new System.Windows.Forms.Label();
|
||||
label16 = new System.Windows.Forms.Label();
|
||||
label17 = new System.Windows.Forms.Label();
|
||||
label9 = new System.Windows.Forms.Label();
|
||||
label18 = new System.Windows.Forms.Label();
|
||||
this.groupBox1.SuspendLayout();
|
||||
@@ -154,21 +117,10 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.purchaseBindingSource)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// processLabel
|
||||
//
|
||||
processLabel.AutoSize = true;
|
||||
processLabel.Location = new System.Drawing.Point(66, 402);
|
||||
processLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
processLabel.Name = "processLabel";
|
||||
processLabel.Size = new System.Drawing.Size(39, 20);
|
||||
processLabel.TabIndex = 8;
|
||||
processLabel.Text = "공정";
|
||||
processLabel.Click += new System.EventHandler(this.processLabel_Click);
|
||||
//
|
||||
// receiveLabel
|
||||
//
|
||||
receiveLabel.AutoSize = true;
|
||||
receiveLabel.Location = new System.Drawing.Point(51, 338);
|
||||
receiveLabel.Location = new System.Drawing.Point(51, 65);
|
||||
receiveLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
receiveLabel.Name = "receiveLabel";
|
||||
receiveLabel.Size = new System.Drawing.Size(54, 20);
|
||||
@@ -178,7 +130,7 @@
|
||||
// scLabel
|
||||
//
|
||||
scLabel.AutoSize = true;
|
||||
scLabel.Location = new System.Drawing.Point(78, 434);
|
||||
scLabel.Location = new System.Drawing.Point(78, 129);
|
||||
scLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
scLabel.Name = "scLabel";
|
||||
scLabel.Size = new System.Drawing.Size(27, 20);
|
||||
@@ -235,20 +187,10 @@
|
||||
pumamtLabel.TabIndex = 21;
|
||||
pumamtLabel.Text = "합계";
|
||||
//
|
||||
// assetLabel
|
||||
//
|
||||
assetLabel.AutoSize = true;
|
||||
assetLabel.Location = new System.Drawing.Point(36, 94);
|
||||
assetLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
assetLabel.Name = "assetLabel";
|
||||
assetLabel.Size = new System.Drawing.Size(69, 20);
|
||||
assetLabel.TabIndex = 20;
|
||||
assetLabel.Text = "장비모델";
|
||||
//
|
||||
// poLabel
|
||||
//
|
||||
poLabel.AutoSize = true;
|
||||
poLabel.Location = new System.Drawing.Point(75, 466);
|
||||
poLabel.Location = new System.Drawing.Point(75, 161);
|
||||
poLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
poLabel.Name = "poLabel";
|
||||
poLabel.Size = new System.Drawing.Size(30, 20);
|
||||
@@ -258,7 +200,7 @@
|
||||
// deptLabel
|
||||
//
|
||||
deptLabel.AutoSize = true;
|
||||
deptLabel.Location = new System.Drawing.Point(4, 368);
|
||||
deptLabel.Location = new System.Drawing.Point(3, 335);
|
||||
deptLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
deptLabel.Name = "deptLabel";
|
||||
deptLabel.Size = new System.Drawing.Size(84, 40);
|
||||
@@ -276,38 +218,6 @@
|
||||
label1.TabIndex = 0;
|
||||
label1.Text = "입력일";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new System.Drawing.Point(21, 59);
|
||||
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new System.Drawing.Size(84, 20);
|
||||
label2.TabIndex = 18;
|
||||
label2.Text = "장비제조사";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.AutoSize = true;
|
||||
label4.Location = new System.Drawing.Point(36, 28);
|
||||
label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new System.Drawing.Size(69, 20);
|
||||
label4.TabIndex = 16;
|
||||
label4.Text = "제조공정";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
label5.AutoSize = true;
|
||||
label5.ForeColor = System.Drawing.Color.Red;
|
||||
label5.Location = new System.Drawing.Point(72, -5);
|
||||
label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label5.Name = "label5";
|
||||
label5.Size = new System.Drawing.Size(59, 20);
|
||||
label5.TabIndex = 14;
|
||||
label5.Text = "SCR/CF";
|
||||
label5.Visible = false;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.AutoSize = true;
|
||||
@@ -328,18 +238,6 @@
|
||||
label6.TabIndex = 4;
|
||||
label6.Text = "상태";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
label7.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
label7.Location = new System.Drawing.Point(11, 661);
|
||||
label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label7.Name = "label7";
|
||||
label7.Padding = new System.Windows.Forms.Padding(5);
|
||||
label7.Size = new System.Drawing.Size(910, 103);
|
||||
label7.TabIndex = 1;
|
||||
label7.Text = resources.GetString("label7.Text");
|
||||
//
|
||||
// label8
|
||||
//
|
||||
label8.AutoSize = true;
|
||||
@@ -364,37 +262,17 @@
|
||||
// label11
|
||||
//
|
||||
label11.AutoSize = true;
|
||||
label11.Location = new System.Drawing.Point(36, 370);
|
||||
label11.Location = new System.Drawing.Point(36, 97);
|
||||
label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label11.Name = "label11";
|
||||
label11.Size = new System.Drawing.Size(69, 20);
|
||||
label11.TabIndex = 6;
|
||||
label11.Text = "입고수량";
|
||||
//
|
||||
// label12
|
||||
//
|
||||
label12.AutoSize = true;
|
||||
label12.Location = new System.Drawing.Point(68, 155);
|
||||
label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label12.Name = "label12";
|
||||
label12.Size = new System.Drawing.Size(37, 20);
|
||||
label12.TabIndex = 24;
|
||||
label12.Text = "Line";
|
||||
//
|
||||
// label13
|
||||
//
|
||||
label13.AutoSize = true;
|
||||
label13.Location = new System.Drawing.Point(16, 124);
|
||||
label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label13.Name = "label13";
|
||||
label13.Size = new System.Drawing.Size(89, 20);
|
||||
label13.TabIndex = 22;
|
||||
label13.Text = "Cost Center";
|
||||
//
|
||||
// label14
|
||||
//
|
||||
label14.AutoSize = true;
|
||||
label14.Location = new System.Drawing.Point(4, 497);
|
||||
label14.Location = new System.Drawing.Point(3, 464);
|
||||
label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label14.Name = "label14";
|
||||
label14.Size = new System.Drawing.Size(84, 20);
|
||||
@@ -412,26 +290,6 @@
|
||||
label15.TabIndex = 14;
|
||||
label15.Text = "실 구매 수량";
|
||||
//
|
||||
// label16
|
||||
//
|
||||
label16.AutoSize = true;
|
||||
label16.Location = new System.Drawing.Point(10, 218);
|
||||
label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label16.Name = "label16";
|
||||
label16.Size = new System.Drawing.Size(99, 20);
|
||||
label16.TabIndex = 44;
|
||||
label16.Text = "구매승인자명";
|
||||
//
|
||||
// label17
|
||||
//
|
||||
label17.AutoSize = true;
|
||||
label17.Location = new System.Drawing.Point(10, 185);
|
||||
label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label17.Name = "label17";
|
||||
label17.Size = new System.Drawing.Size(99, 20);
|
||||
label17.TabIndex = 42;
|
||||
label17.Text = "구매담당자명";
|
||||
//
|
||||
// label9
|
||||
//
|
||||
label9.AutoSize = true;
|
||||
@@ -456,12 +314,11 @@
|
||||
//
|
||||
// tbSC
|
||||
//
|
||||
this.tbSC.Location = new System.Drawing.Point(112, 430);
|
||||
this.tbSC.Location = new System.Drawing.Point(112, 125);
|
||||
this.tbSC.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbSC.Name = "tbSC";
|
||||
this.tbSC.Size = new System.Drawing.Size(286, 27);
|
||||
this.tbSC.TabIndex = 11;
|
||||
this.tbSC.TextChanged += new System.EventHandler(this.tbSC_TextChanged);
|
||||
//
|
||||
// tbSID
|
||||
//
|
||||
@@ -559,32 +416,9 @@
|
||||
this.tbSupplyIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.toolTip1.SetToolTip(this.tbSupplyIndex, "Database ID");
|
||||
//
|
||||
// tbProject
|
||||
//
|
||||
this.tbProject.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.tbProject.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbProject.Location = new System.Drawing.Point(93, 332);
|
||||
this.tbProject.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbProject.Name = "tbProject";
|
||||
this.tbProject.Size = new System.Drawing.Size(311, 27);
|
||||
this.tbProject.TabIndex = 32;
|
||||
this.toolTip1.SetToolTip(this.tbProject, "관련 프로젝트에서 선택하여 입력, 가공 파트 및 명확히 프로젝트에 한정되어 구매되는 것들");
|
||||
//
|
||||
// tbProjectIndex
|
||||
//
|
||||
this.tbProjectIndex.Location = new System.Drawing.Point(410, 332);
|
||||
this.tbProjectIndex.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbProjectIndex.Name = "tbProjectIndex";
|
||||
this.tbProjectIndex.ReadOnly = true;
|
||||
this.tbProjectIndex.Size = new System.Drawing.Size(64, 27);
|
||||
this.tbProjectIndex.TabIndex = 33;
|
||||
this.tbProjectIndex.TabStop = false;
|
||||
this.tbProjectIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.toolTip1.SetToolTip(this.tbProjectIndex, "Database ID");
|
||||
//
|
||||
// tbPO
|
||||
//
|
||||
this.tbPO.Location = new System.Drawing.Point(112, 462);
|
||||
this.tbPO.Location = new System.Drawing.Point(112, 157);
|
||||
this.tbPO.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbPO.Name = "tbPO";
|
||||
this.tbPO.Size = new System.Drawing.Size(286, 27);
|
||||
@@ -594,7 +428,7 @@
|
||||
//
|
||||
this.tbBigo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
this.tbBigo.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbBigo.Location = new System.Drawing.Point(93, 400);
|
||||
this.tbBigo.Location = new System.Drawing.Point(92, 367);
|
||||
this.tbBigo.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbBigo.MaxLength = 500;
|
||||
this.tbBigo.Multiline = true;
|
||||
@@ -614,10 +448,10 @@
|
||||
//
|
||||
// btSave
|
||||
//
|
||||
this.btSave.Location = new System.Drawing.Point(11, 770);
|
||||
this.btSave.Location = new System.Drawing.Point(9, 572);
|
||||
this.btSave.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btSave.Name = "btSave";
|
||||
this.btSave.Size = new System.Drawing.Size(490, 43);
|
||||
this.btSave.Size = new System.Drawing.Size(490, 58);
|
||||
this.btSave.TabIndex = 2;
|
||||
this.btSave.Text = "저장(&S)";
|
||||
this.btSave.UseVisualStyleBackColor = true;
|
||||
@@ -654,7 +488,7 @@
|
||||
this.cmbReceive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbReceive.FormattingEnabled = true;
|
||||
this.cmbReceive.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.cmbReceive.Location = new System.Drawing.Point(112, 332);
|
||||
this.cmbReceive.Location = new System.Drawing.Point(112, 59);
|
||||
this.cmbReceive.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.cmbReceive.Name = "cmbReceive";
|
||||
this.cmbReceive.Size = new System.Drawing.Size(286, 28);
|
||||
@@ -674,7 +508,7 @@
|
||||
//
|
||||
// dtInDate
|
||||
//
|
||||
this.dtInDate.Location = new System.Drawing.Point(112, 297);
|
||||
this.dtInDate.Location = new System.Drawing.Point(112, 24);
|
||||
this.dtInDate.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.dtInDate.Name = "dtInDate";
|
||||
this.dtInDate.Size = new System.Drawing.Size(286, 27);
|
||||
@@ -684,7 +518,7 @@
|
||||
// chkInDate
|
||||
//
|
||||
this.chkInDate.AutoSize = true;
|
||||
this.chkInDate.Location = new System.Drawing.Point(32, 299);
|
||||
this.chkInDate.Location = new System.Drawing.Point(32, 26);
|
||||
this.chkInDate.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.chkInDate.Name = "chkInDate";
|
||||
this.chkInDate.Size = new System.Drawing.Size(73, 24);
|
||||
@@ -694,34 +528,12 @@
|
||||
this.chkInDate.UseVisualStyleBackColor = true;
|
||||
this.chkInDate.CheckedChanged += new System.EventHandler(this.chkInDate_CheckedChanged);
|
||||
//
|
||||
// dtExpDate
|
||||
//
|
||||
this.dtExpDate.Location = new System.Drawing.Point(112, 265);
|
||||
this.dtExpDate.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.dtExpDate.Name = "dtExpDate";
|
||||
this.dtExpDate.Size = new System.Drawing.Size(286, 27);
|
||||
this.dtExpDate.TabIndex = 1;
|
||||
this.dtExpDate.TabStop = false;
|
||||
//
|
||||
// chkExp
|
||||
//
|
||||
this.chkExp.AutoSize = true;
|
||||
this.chkExp.Location = new System.Drawing.Point(32, 269);
|
||||
this.chkExp.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.chkExp.Name = "chkExp";
|
||||
this.chkExp.Size = new System.Drawing.Size(73, 24);
|
||||
this.chkExp.TabIndex = 0;
|
||||
this.chkExp.TabStop = false;
|
||||
this.chkExp.Text = "예상일";
|
||||
this.chkExp.UseVisualStyleBackColor = true;
|
||||
this.chkExp.CheckedChanged += new System.EventHandler(this.chkExp_CheckedChanged);
|
||||
//
|
||||
// btSaveAdd
|
||||
//
|
||||
this.btSaveAdd.Location = new System.Drawing.Point(511, 770);
|
||||
this.btSaveAdd.Location = new System.Drawing.Point(509, 572);
|
||||
this.btSaveAdd.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btSaveAdd.Name = "btSaveAdd";
|
||||
this.btSaveAdd.Size = new System.Drawing.Size(410, 43);
|
||||
this.btSaveAdd.Size = new System.Drawing.Size(410, 58);
|
||||
this.btSaveAdd.TabIndex = 3;
|
||||
this.btSaveAdd.Text = "저장 및 추가(&A)";
|
||||
this.btSaveAdd.UseVisualStyleBackColor = true;
|
||||
@@ -737,14 +549,10 @@
|
||||
this.groupBox1.Controls.Add(label15);
|
||||
this.groupBox1.Controls.Add(this.tbBigoChk);
|
||||
this.groupBox1.Controls.Add(label14);
|
||||
this.groupBox1.Controls.Add(this.chk2);
|
||||
this.groupBox1.Controls.Add(this.chk1);
|
||||
this.groupBox1.Controls.Add(this.btSIDChk);
|
||||
this.groupBox1.Controls.Add(label10);
|
||||
this.groupBox1.Controls.Add(label9);
|
||||
this.groupBox1.Controls.Add(this.tbPumPriceD);
|
||||
this.groupBox1.Controls.Add(label8);
|
||||
this.groupBox1.Controls.Add(this.button3);
|
||||
this.groupBox1.Controls.Add(this.button2);
|
||||
this.groupBox1.Controls.Add(this.button1);
|
||||
this.groupBox1.Controls.Add(label6);
|
||||
@@ -761,8 +569,6 @@
|
||||
this.groupBox1.Controls.Add(this.tbQtyReq);
|
||||
this.groupBox1.Controls.Add(pumqtyLabel);
|
||||
this.groupBox1.Controls.Add(sidLabel);
|
||||
this.groupBox1.Controls.Add(this.tbProject);
|
||||
this.groupBox1.Controls.Add(this.tbProjectIndex);
|
||||
this.groupBox1.Controls.Add(this.tbPumPrice);
|
||||
this.groupBox1.Controls.Add(this.tbSupply);
|
||||
this.groupBox1.Controls.Add(pumpriceLabel);
|
||||
@@ -772,21 +578,33 @@
|
||||
this.groupBox1.Controls.Add(pumscaleLabel);
|
||||
this.groupBox1.Controls.Add(this.tbPumUnit);
|
||||
this.groupBox1.Controls.Add(this.tbPumModel);
|
||||
this.groupBox1.Location = new System.Drawing.Point(11, 6);
|
||||
this.groupBox1.Location = new System.Drawing.Point(8, 6);
|
||||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox1.Size = new System.Drawing.Size(490, 651);
|
||||
this.groupBox1.Size = new System.Drawing.Size(490, 559);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "필수입력";
|
||||
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
||||
//
|
||||
// tbStorage
|
||||
//
|
||||
this.tbStorage.FormattingEnabled = true;
|
||||
this.tbStorage.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||||
this.tbStorage.Items.AddRange(new object[] {
|
||||
"NR",
|
||||
"SPR"});
|
||||
this.tbStorage.Location = new System.Drawing.Point(345, 233);
|
||||
this.tbStorage.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbStorage.Name = "tbStorage";
|
||||
this.tbStorage.Size = new System.Drawing.Size(129, 28);
|
||||
this.tbStorage.TabIndex = 52;
|
||||
//
|
||||
// cmbRemark
|
||||
//
|
||||
this.cmbRemark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbRemark.FormattingEnabled = true;
|
||||
this.cmbRemark.Location = new System.Drawing.Point(94, 368);
|
||||
this.cmbRemark.Location = new System.Drawing.Point(93, 335);
|
||||
this.cmbRemark.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.cmbRemark.Name = "cmbRemark";
|
||||
this.cmbRemark.Size = new System.Drawing.Size(380, 28);
|
||||
@@ -817,7 +635,7 @@
|
||||
// tbBigoChk
|
||||
//
|
||||
this.tbBigoChk.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbBigoChk.Location = new System.Drawing.Point(93, 493);
|
||||
this.tbBigoChk.Location = new System.Drawing.Point(92, 460);
|
||||
this.tbBigoChk.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbBigoChk.MaxLength = 500;
|
||||
this.tbBigoChk.Multiline = true;
|
||||
@@ -827,39 +645,6 @@
|
||||
this.tbBigoChk.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.tbBigoChk, resources.GetString("tbBigoChk.ToolTip"));
|
||||
//
|
||||
// chk2
|
||||
//
|
||||
this.chk2.AutoSize = true;
|
||||
this.chk2.Enabled = false;
|
||||
this.chk2.Location = new System.Drawing.Point(201, 588);
|
||||
this.chk2.Name = "chk2";
|
||||
this.chk2.Size = new System.Drawing.Size(133, 24);
|
||||
this.chk2.TabIndex = 39;
|
||||
this.chk2.Text = "구매담당자확인";
|
||||
this.chk2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chk1
|
||||
//
|
||||
this.chk1.AutoSize = true;
|
||||
this.chk1.Enabled = false;
|
||||
this.chk1.Location = new System.Drawing.Point(94, 588);
|
||||
this.chk1.Name = "chk1";
|
||||
this.chk1.Size = new System.Drawing.Size(103, 24);
|
||||
this.chk1.TabIndex = 38;
|
||||
this.chk1.Text = "요청자확인";
|
||||
this.chk1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btSIDChk
|
||||
//
|
||||
this.btSIDChk.BackColor = System.Drawing.Color.Gray;
|
||||
this.btSIDChk.Location = new System.Drawing.Point(279, 264);
|
||||
this.btSIDChk.Name = "btSIDChk";
|
||||
this.btSIDChk.Size = new System.Drawing.Size(196, 34);
|
||||
this.btSIDChk.TabIndex = 27;
|
||||
this.btSIDChk.Text = "SID 검사(SPR/NR)";
|
||||
this.btSIDChk.UseVisualStyleBackColor = false;
|
||||
this.btSIDChk.Click += new System.EventHandler(this.btSIDChk_Click);
|
||||
//
|
||||
// tbPumPriceD
|
||||
//
|
||||
this.tbPumPriceD.ForeColor = System.Drawing.Color.Blue;
|
||||
@@ -871,17 +656,6 @@
|
||||
this.tbPumPriceD.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.tbPumPriceD.TextChanged += new System.EventHandler(this.tbDolloerPrice_TextChanged);
|
||||
//
|
||||
// button3
|
||||
//
|
||||
this.button3.Location = new System.Drawing.Point(6, 332);
|
||||
this.button3.Name = "button3";
|
||||
this.button3.Size = new System.Drawing.Size(80, 27);
|
||||
this.button3.TabIndex = 31;
|
||||
this.button3.Text = "프로젝트";
|
||||
this.toolTip1.SetToolTip(this.button3, "관련 프로젝트에서 선택하여 입력, 가공 파트 및 명확히 프로젝트에 한정되어 구매되는 것들");
|
||||
this.button3.UseVisualStyleBackColor = true;
|
||||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(6, 302);
|
||||
@@ -905,24 +679,10 @@
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.groupBox2.Controls.Add(this.tbCostCenter);
|
||||
this.groupBox2.Controls.Add(this.tbLineCode);
|
||||
this.groupBox2.Controls.Add(this.tbManager);
|
||||
this.groupBox2.Controls.Add(this.tbAdmin);
|
||||
this.groupBox2.Controls.Add(label16);
|
||||
this.groupBox2.Controls.Add(label17);
|
||||
this.groupBox2.Controls.Add(this.btEQModel);
|
||||
this.groupBox2.Controls.Add(this.dtExpDate);
|
||||
this.groupBox2.Controls.Add(processLabel);
|
||||
this.groupBox2.Controls.Add(this.btEQManu);
|
||||
this.groupBox2.Controls.Add(this.btProcess);
|
||||
this.groupBox2.Controls.Add(this.btManuProc);
|
||||
this.groupBox2.Controls.Add(this.cmbReceive);
|
||||
this.groupBox2.Controls.Add(receiveLabel);
|
||||
this.groupBox2.Controls.Add(label12);
|
||||
this.groupBox2.Controls.Add(scLabel);
|
||||
this.groupBox2.Controls.Add(this.tbSC);
|
||||
this.groupBox2.Controls.Add(label13);
|
||||
this.groupBox2.Controls.Add(poLabel);
|
||||
this.groupBox2.Controls.Add(this.button7);
|
||||
this.groupBox2.Controls.Add(this.tbInQty);
|
||||
@@ -932,114 +692,20 @@
|
||||
this.groupBox2.Controls.Add(label11);
|
||||
this.groupBox2.Controls.Add(this.button4);
|
||||
this.groupBox2.Controls.Add(this.dtInDate);
|
||||
this.groupBox2.Controls.Add(this.tbOrderNo);
|
||||
this.groupBox2.Controls.Add(this.chkInDate);
|
||||
this.groupBox2.Controls.Add(label5);
|
||||
this.groupBox2.Controls.Add(this.chkExp);
|
||||
this.groupBox2.Controls.Add(label4);
|
||||
this.groupBox2.Controls.Add(label2);
|
||||
this.groupBox2.Controls.Add(this.pictureBox1);
|
||||
this.groupBox2.Controls.Add(assetLabel);
|
||||
this.groupBox2.Location = new System.Drawing.Point(512, 7);
|
||||
this.groupBox2.Location = new System.Drawing.Point(509, 7);
|
||||
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox2.Size = new System.Drawing.Size(409, 650);
|
||||
this.groupBox2.Size = new System.Drawing.Size(409, 558);
|
||||
this.groupBox2.TabIndex = 0;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "추가정보";
|
||||
//
|
||||
// tbCostCenter
|
||||
//
|
||||
this.tbCostCenter.FormattingEnabled = true;
|
||||
this.tbCostCenter.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||||
this.tbCostCenter.Location = new System.Drawing.Point(112, 120);
|
||||
this.tbCostCenter.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbCostCenter.Name = "tbCostCenter";
|
||||
this.tbCostCenter.Size = new System.Drawing.Size(286, 28);
|
||||
this.tbCostCenter.TabIndex = 49;
|
||||
this.tbCostCenter.Text = "68";
|
||||
//
|
||||
// tbLineCode
|
||||
//
|
||||
this.tbLineCode.FormattingEnabled = true;
|
||||
this.tbLineCode.Location = new System.Drawing.Point(112, 151);
|
||||
this.tbLineCode.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbLineCode.Name = "tbLineCode";
|
||||
this.tbLineCode.Size = new System.Drawing.Size(286, 28);
|
||||
this.tbLineCode.TabIndex = 48;
|
||||
this.tbLineCode.Text = "67";
|
||||
//
|
||||
// tbManager
|
||||
//
|
||||
this.tbManager.FormattingEnabled = true;
|
||||
this.tbManager.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbManager.Location = new System.Drawing.Point(112, 182);
|
||||
this.tbManager.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbManager.Name = "tbManager";
|
||||
this.tbManager.Size = new System.Drawing.Size(286, 28);
|
||||
this.tbManager.TabIndex = 47;
|
||||
this.tbManager.Text = "65";
|
||||
//
|
||||
// tbAdmin
|
||||
//
|
||||
this.tbAdmin.FormattingEnabled = true;
|
||||
this.tbAdmin.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbAdmin.Location = new System.Drawing.Point(112, 214);
|
||||
this.tbAdmin.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbAdmin.Name = "tbAdmin";
|
||||
this.tbAdmin.Size = new System.Drawing.Size(286, 28);
|
||||
this.tbAdmin.TabIndex = 46;
|
||||
this.tbAdmin.Text = "66";
|
||||
//
|
||||
// btEQModel
|
||||
//
|
||||
this.btEQModel.Location = new System.Drawing.Point(112, 90);
|
||||
this.btEQModel.Name = "btEQModel";
|
||||
this.btEQModel.Size = new System.Drawing.Size(286, 28);
|
||||
this.btEQModel.TabIndex = 21;
|
||||
this.btEQModel.Tag = "07";
|
||||
this.btEQModel.Text = "공용코드 07";
|
||||
this.btEQModel.UseVisualStyleBackColor = true;
|
||||
this.btEQModel.Click += new System.EventHandler(this.button8_Click_1);
|
||||
//
|
||||
// btEQManu
|
||||
//
|
||||
this.btEQManu.Location = new System.Drawing.Point(112, 56);
|
||||
this.btEQManu.Name = "btEQManu";
|
||||
this.btEQManu.Size = new System.Drawing.Size(286, 28);
|
||||
this.btEQManu.TabIndex = 19;
|
||||
this.btEQManu.Tag = "06";
|
||||
this.btEQManu.Text = "공용코드 06";
|
||||
this.btEQManu.UseVisualStyleBackColor = true;
|
||||
this.btEQManu.Click += new System.EventHandler(this.btProcess_Click);
|
||||
//
|
||||
// btProcess
|
||||
//
|
||||
this.btProcess.Location = new System.Drawing.Point(112, 397);
|
||||
this.btProcess.Name = "btProcess";
|
||||
this.btProcess.Size = new System.Drawing.Size(286, 28);
|
||||
this.btProcess.TabIndex = 9;
|
||||
this.btProcess.Tag = "09";
|
||||
this.btProcess.Text = "공용코드 09";
|
||||
this.toolTip1.SetToolTip(this.btProcess, "공용코드(09)");
|
||||
this.btProcess.UseVisualStyleBackColor = true;
|
||||
this.btProcess.Click += new System.EventHandler(this.btProcess_Click);
|
||||
//
|
||||
// btManuProc
|
||||
//
|
||||
this.btManuProc.Location = new System.Drawing.Point(112, 23);
|
||||
this.btManuProc.Name = "btManuProc";
|
||||
this.btManuProc.Size = new System.Drawing.Size(286, 28);
|
||||
this.btManuProc.TabIndex = 17;
|
||||
this.btManuProc.Tag = "08";
|
||||
this.btManuProc.Text = "공용코드 08";
|
||||
this.btManuProc.UseVisualStyleBackColor = true;
|
||||
this.btManuProc.Click += new System.EventHandler(this.btProcess_Click);
|
||||
//
|
||||
// button7
|
||||
//
|
||||
this.button7.Location = new System.Drawing.Point(4, 615);
|
||||
this.button7.Location = new System.Drawing.Point(12, 287);
|
||||
this.button7.Name = "button7";
|
||||
this.button7.Size = new System.Drawing.Size(93, 27);
|
||||
this.button7.TabIndex = 29;
|
||||
@@ -1049,7 +715,7 @@
|
||||
//
|
||||
// tbInQty
|
||||
//
|
||||
this.tbInQty.Location = new System.Drawing.Point(112, 365);
|
||||
this.tbInQty.Location = new System.Drawing.Point(112, 92);
|
||||
this.tbInQty.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbInQty.Name = "tbInQty";
|
||||
this.tbInQty.Size = new System.Drawing.Size(286, 27);
|
||||
@@ -1058,7 +724,7 @@
|
||||
//
|
||||
// button6
|
||||
//
|
||||
this.button6.Location = new System.Drawing.Point(4, 583);
|
||||
this.button6.Location = new System.Drawing.Point(12, 255);
|
||||
this.button6.Name = "button6";
|
||||
this.button6.Size = new System.Drawing.Size(93, 27);
|
||||
this.button6.TabIndex = 28;
|
||||
@@ -1068,7 +734,7 @@
|
||||
//
|
||||
// button5
|
||||
//
|
||||
this.button5.Location = new System.Drawing.Point(4, 551);
|
||||
this.button5.Location = new System.Drawing.Point(12, 223);
|
||||
this.button5.Name = "button5";
|
||||
this.button5.Size = new System.Drawing.Size(93, 27);
|
||||
this.button5.TabIndex = 27;
|
||||
@@ -1078,7 +744,7 @@
|
||||
//
|
||||
// button4
|
||||
//
|
||||
this.button4.Location = new System.Drawing.Point(4, 519);
|
||||
this.button4.Location = new System.Drawing.Point(12, 191);
|
||||
this.button4.Name = "button4";
|
||||
this.button4.Size = new System.Drawing.Size(93, 27);
|
||||
this.button4.TabIndex = 26;
|
||||
@@ -1086,21 +752,10 @@
|
||||
this.button4.UseVisualStyleBackColor = true;
|
||||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||||
//
|
||||
// tbOrderNo
|
||||
//
|
||||
this.tbOrderNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.tbOrderNo.ForeColor = System.Drawing.Color.Red;
|
||||
this.tbOrderNo.Location = new System.Drawing.Point(138, -9);
|
||||
this.tbOrderNo.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbOrderNo.Name = "tbOrderNo";
|
||||
this.tbOrderNo.Size = new System.Drawing.Size(286, 27);
|
||||
this.tbOrderNo.TabIndex = 15;
|
||||
this.tbOrderNo.Visible = false;
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.BackColor = System.Drawing.Color.Gray;
|
||||
this.pictureBox1.Location = new System.Drawing.Point(104, 519);
|
||||
this.pictureBox1.Location = new System.Drawing.Point(112, 191);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(286, 123);
|
||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
@@ -1111,7 +766,6 @@
|
||||
// timer1
|
||||
//
|
||||
this.timer1.Interval = 250;
|
||||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||||
//
|
||||
// dsPurchase
|
||||
//
|
||||
@@ -1127,37 +781,24 @@
|
||||
//
|
||||
this.purchaseTableAdapter.ClearBeforeFill = true;
|
||||
//
|
||||
// tbStorage
|
||||
//
|
||||
this.tbStorage.FormattingEnabled = true;
|
||||
this.tbStorage.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||||
this.tbStorage.Items.AddRange(new object[] {
|
||||
"NR",
|
||||
"SPR"});
|
||||
this.tbStorage.Location = new System.Drawing.Point(345, 233);
|
||||
this.tbStorage.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbStorage.Name = "tbStorage";
|
||||
this.tbStorage.Size = new System.Drawing.Size(129, 28);
|
||||
this.tbStorage.TabIndex = 52;
|
||||
//
|
||||
// fPurchase_Add
|
||||
// fPurchaseEB_Add
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(929, 821);
|
||||
this.BackColor = System.Drawing.Color.SkyBlue;
|
||||
this.ClientSize = new System.Drawing.Size(929, 637);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Controls.Add(this.btSaveAdd);
|
||||
this.Controls.Add(this.btSave);
|
||||
this.Controls.Add(label7);
|
||||
this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fPurchase_Add";
|
||||
this.Name = "fPurchaseEB_Add";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Purchase ADD/EDIT";
|
||||
this.Text = "전자실 구매등록/편집";
|
||||
this.Load += new System.EventHandler(this.@__Load);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
@@ -1182,8 +823,6 @@
|
||||
private System.Windows.Forms.TextBox tbPumAmt;
|
||||
private System.Windows.Forms.TextBox tbSupply;
|
||||
private System.Windows.Forms.TextBox tbSupplyIndex;
|
||||
private System.Windows.Forms.TextBox tbProject;
|
||||
private System.Windows.Forms.TextBox tbProjectIndex;
|
||||
private System.Windows.Forms.TextBox tbPO;
|
||||
private System.Windows.Forms.TextBox tbBigo;
|
||||
private System.Windows.Forms.DateTimePicker dtPdate;
|
||||
@@ -1194,8 +833,6 @@
|
||||
private System.Windows.Forms.TextBox tbPumIDX;
|
||||
private System.Windows.Forms.DateTimePicker dtInDate;
|
||||
private System.Windows.Forms.CheckBox chkInDate;
|
||||
private System.Windows.Forms.DateTimePicker dtExpDate;
|
||||
private System.Windows.Forms.CheckBox chkExp;
|
||||
private System.Windows.Forms.Button btSaveAdd;
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
@@ -1204,30 +841,17 @@
|
||||
private System.Windows.Forms.BindingSource purchaseBindingSource;
|
||||
private dsPurchaseTableAdapters.PurchaseTableAdapter purchaseTableAdapter;
|
||||
private System.Windows.Forms.ToolTip toolTip1;
|
||||
private System.Windows.Forms.TextBox tbOrderNo;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.Button button2;
|
||||
private System.Windows.Forms.Button button3;
|
||||
private System.Windows.Forms.Button button4;
|
||||
private System.Windows.Forms.Button button5;
|
||||
private System.Windows.Forms.Button button6;
|
||||
private System.Windows.Forms.Button button7;
|
||||
private System.Windows.Forms.TextBox tbPumPriceD;
|
||||
private System.Windows.Forms.TextBox tbInQty;
|
||||
private System.Windows.Forms.Button btSIDChk;
|
||||
private System.Windows.Forms.Timer timer1;
|
||||
private System.Windows.Forms.CheckBox chk2;
|
||||
private System.Windows.Forms.CheckBox chk1;
|
||||
private System.Windows.Forms.Button btProcess;
|
||||
private System.Windows.Forms.Button btManuProc;
|
||||
private System.Windows.Forms.Button btEQManu;
|
||||
private System.Windows.Forms.Button btEQModel;
|
||||
private System.Windows.Forms.TextBox tbBigoChk;
|
||||
private System.Windows.Forms.TextBox tbQtyReal;
|
||||
private System.Windows.Forms.ComboBox tbAdmin;
|
||||
private System.Windows.Forms.ComboBox tbCostCenter;
|
||||
private System.Windows.Forms.ComboBox tbLineCode;
|
||||
private System.Windows.Forms.ComboBox tbManager;
|
||||
private System.Windows.Forms.ComboBox cmbCurrency;
|
||||
private System.Windows.Forms.ComboBox cmbRemark;
|
||||
private System.Windows.Forms.ComboBox tbStorage;
|
||||
|
||||
@@ -20,7 +20,7 @@ namespace FEQ0000
|
||||
dsPurchase.EETGW_PurchaseEBRow dr;
|
||||
public Boolean repeatAdd = false;
|
||||
Boolean binit = false;
|
||||
string sidchk1 = string.Empty;
|
||||
|
||||
string dbchk1 = string.Empty;
|
||||
|
||||
public fPurchaseEB_Add(dsPurchase.EETGW_PurchaseEBRow dr_)
|
||||
@@ -29,8 +29,6 @@ namespace FEQ0000
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
|
||||
|
||||
|
||||
bsManu = new BindingSource();
|
||||
bsModel = new BindingSource();
|
||||
this.dr = dr_;
|
||||
@@ -42,7 +40,7 @@ namespace FEQ0000
|
||||
};
|
||||
this.tbPumName.Leave += tbPumName_Leave;
|
||||
this.tbSupply.Leave += tbSupply_Leave;
|
||||
this.tbProject.Leave += tbProject_Leave;
|
||||
// this.tbProject.Leave += tbProject_Leave;
|
||||
|
||||
foreach (Control ctl in groupBox1.Controls)
|
||||
{
|
||||
@@ -52,19 +50,46 @@ namespace FEQ0000
|
||||
}
|
||||
}
|
||||
|
||||
//필수로
|
||||
if(FCOMMON.info.Login.gcode == "K4PM")
|
||||
{
|
||||
tbCostCenter.BackColor = Color.FromArgb(255, 255, 192);
|
||||
tbLineCode.BackColor = Color.FromArgb(255, 255, 192);
|
||||
tbManager.BackColor = Color.FromArgb(255, 255, 192);
|
||||
}
|
||||
this.tbPumPrice.Validated += (s1, e1) => {
|
||||
|
||||
if (tbPumPrice.Tag != null && tbPumPrice.Tag.ToString().Equals(tbPumPrice.Text))
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
tbPumPrice.Tag = tbPumPrice.Text;
|
||||
if (decimal.TryParse(tbPumPrice.Text.Replace(",", ""), out decimal value))
|
||||
{
|
||||
tbPumPrice.Text = value.ToString("N0");
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
this.tbPumPriceD.Validated += (s1, e1) => {
|
||||
|
||||
if (tbPumPriceD.Tag != null && tbPumPriceD.Tag.ToString().Equals(tbPumPriceD.Text))
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
tbPumPriceD.Tag = tbPumPriceD.Text;
|
||||
if (decimal.TryParse(tbPumPriceD.Text.Replace(",", ""), out decimal value))
|
||||
{
|
||||
tbPumPriceD.Text = value.ToString("N0");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Boolean advInput = false;
|
||||
//Boolean advInput = false;
|
||||
private void __Load(object sender, EventArgs e)
|
||||
{
|
||||
advInput = FCOMMON.Util.getBit(FCOMMON.info.Login.gpermission, (int)FCOMMON.eGroupPermission.purchase_adv);
|
||||
//advInput = FCOMMON.Util.getBit(FCOMMON.info.Login.gpermission, (int)FCOMMON.eGroupPermission.purchase_adv);
|
||||
tbPumName.ImeMode = ImeMode.Alpha;
|
||||
|
||||
//상태
|
||||
@@ -73,29 +98,29 @@ namespace FEQ0000
|
||||
this.cmbState.ValueMember = "Value";
|
||||
this.cmbState.DataSource = stateList;
|
||||
|
||||
//costcenter
|
||||
var LstCost = FCOMMON.DBM.getCodeTable("68");
|
||||
this.tbCostCenter.DisplayMember = "Value";
|
||||
this.tbCostCenter.ValueMember = "Value";
|
||||
this.tbCostCenter.DataSource = LstCost;
|
||||
////costcenter
|
||||
//var LstCost = FCOMMON.DBM.getCodeTable("68");
|
||||
//this.tbCostCenter.DisplayMember = "Value";
|
||||
//this.tbCostCenter.ValueMember = "Value";
|
||||
//this.tbCostCenter.DataSource = LstCost;
|
||||
|
||||
//line
|
||||
var LstLine = FCOMMON.DBM.getCodeTable("67");
|
||||
this.tbLineCode.DisplayMember = "Value";
|
||||
this.tbLineCode.ValueMember = "Value";
|
||||
this.tbLineCode.DataSource = LstLine;
|
||||
////line
|
||||
//var LstLine = FCOMMON.DBM.getCodeTable("67");
|
||||
//this.tbLineCode.DisplayMember = "Value";
|
||||
//this.tbLineCode.ValueMember = "Value";
|
||||
//this.tbLineCode.DataSource = LstLine;
|
||||
|
||||
//구매-담당
|
||||
var LstMan = FCOMMON.DBM.getCodeTable("65");
|
||||
this.tbManager.DisplayMember = "Value";
|
||||
this.tbManager.ValueMember = "Value";
|
||||
this.tbManager.DataSource = LstMan;
|
||||
////구매-담당
|
||||
//var LstMan = FCOMMON.DBM.getCodeTable("65");
|
||||
//this.tbManager.DisplayMember = "Value";
|
||||
//this.tbManager.ValueMember = "Value";
|
||||
//this.tbManager.DataSource = LstMan;
|
||||
|
||||
//구매-승인
|
||||
var LstAdm = FCOMMON.DBM.getCodeTable("66");
|
||||
this.tbAdmin.DisplayMember = "Value";
|
||||
this.tbAdmin.ValueMember = "Value";
|
||||
this.tbAdmin.DataSource = LstAdm;
|
||||
////구매-승인
|
||||
//var LstAdm = FCOMMON.DBM.getCodeTable("66");
|
||||
//this.tbAdmin.DisplayMember = "Value";
|
||||
//this.tbAdmin.ValueMember = "Value";
|
||||
//this.tbAdmin.DataSource = LstAdm;
|
||||
|
||||
//통화
|
||||
var LstCur = FCOMMON.DBM.getCodeTable("69");
|
||||
@@ -141,15 +166,15 @@ namespace FEQ0000
|
||||
dtInDate.Value = DateTime.Parse(dr.indate);
|
||||
}
|
||||
|
||||
if (dr.IsedateNull() || dr.edate.isEmpty())
|
||||
{
|
||||
this.chkExp.Checked = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.chkExp.Checked = true;
|
||||
dtExpDate.Value = DateTime.Parse(dr.edate);
|
||||
}
|
||||
//if (dr.IsedateNull() || dr.edate.isEmpty())
|
||||
//{
|
||||
// this.chkExp.Checked = false;
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
// this.chkExp.Checked = true;
|
||||
// dtExpDate.Value = DateTime.Parse(dr.edate);
|
||||
//}
|
||||
|
||||
///입력된 데이터를 적용한다.
|
||||
if (cmbRequest.Items.Count > 0)
|
||||
@@ -178,39 +203,9 @@ namespace FEQ0000
|
||||
}
|
||||
else cmbReceive.Text = dr.receive;
|
||||
|
||||
|
||||
|
||||
tbSID.Text = dr.sid;
|
||||
tbSID.Tag = tbSID.Text;
|
||||
|
||||
//230728
|
||||
if (dr.IscostcenterNull() == false)
|
||||
tbCostCenter.Text = dr.costcenter;
|
||||
else tbCostCenter.Text = string.Empty;
|
||||
if (dr.IslinecodeNull() == false)
|
||||
tbLineCode.Text = dr.linecode;
|
||||
else tbLineCode.Text = string.Empty;
|
||||
|
||||
if (dr.IsmanuprocNull() == false)
|
||||
btManuProc.Text = dr.manuproc;
|
||||
else
|
||||
btManuProc.Text = string.Empty;
|
||||
|
||||
//if (dr.manuproc == "") btManuProc.SelectedIndex = -1;
|
||||
//else btManuProc.Text = dr.manuproc; //190106
|
||||
if (dr.IsdeptNull() == false)
|
||||
btEQManu.Text = dr.dept;
|
||||
else
|
||||
btEQManu.Text = string.Empty;
|
||||
|
||||
if (btEQManu.Text.isEmpty())
|
||||
{
|
||||
if (dr.asset != "") FCOMMON.Util.MsgE(
|
||||
string.Format("장비 모델 명({0})이 있지만 해당 제조사가 없으므로 모델명이 제거 됩니다. 모델을 다시 지정 하세요", dr.asset));
|
||||
btEQModel.Text = string.Empty;
|
||||
}
|
||||
else btEQModel.Text = dr.asset; //제조모델명
|
||||
|
||||
cmbCurrency.Text = dr.currency;
|
||||
tbPumName.Text = dr.pumname;
|
||||
tbPumName.Tag = tbPumName.Text;
|
||||
@@ -225,8 +220,8 @@ namespace FEQ0000
|
||||
|
||||
if (dr.IspumidxNull()) tbPumIDX.Text = "-1";
|
||||
else tbPumIDX.Text = dr.pumidx.ToString();
|
||||
tbPumPrice.Text = dr.pumprice.ToString();
|
||||
tbPumPriceD.Text = dr.pumpriceD.ToString();
|
||||
tbPumPrice.Text = dr.pumprice.ToString("N0");
|
||||
tbPumPriceD.Text = dr.pumpriceD.ToString("N0");
|
||||
tbPumAmt.Text = dr.pumamt.ToString("N0"); //천단위 구분기호 추가 181222
|
||||
tbPumUnit.Text = dr.pumunit;
|
||||
|
||||
@@ -234,44 +229,20 @@ namespace FEQ0000
|
||||
tbSupply.Tag = tbSupply.Text;
|
||||
tbSupplyIndex.Text = dr.supplyidx.ToString();
|
||||
|
||||
tbProject.Text = dr.project;
|
||||
tbProject.Tag = tbProject.Text;
|
||||
tbProjectIndex.Text = dr.projectidx.ToString();
|
||||
|
||||
cmbState.Text = dr.state;
|
||||
|
||||
if (dr.IsprocessNull() == false) btProcess.Text = dr.process;
|
||||
else btProcess.Text = string.Empty;
|
||||
if (btProcess.Text.isEmpty())
|
||||
{
|
||||
//181203 - 이 사용자가 마지막으로 사용한 공정값을 사용한다.
|
||||
var lastprocess = FCOMMON.DBM.getFirstValue("process", "purchase", "request like '%" + this.cmbRequest.Text + "%'", "pdate desc");
|
||||
if (lastprocess != "") btProcess.Text = lastprocess;
|
||||
|
||||
}
|
||||
chk1.Checked = dr.chk1;
|
||||
chk2.Checked = dr.chk2;
|
||||
|
||||
tbManager.Text = dr.purchase_manager;
|
||||
tbAdmin.Text = dr.purchase_admin;
|
||||
|
||||
tbSC.Text = dr.sc;
|
||||
tbPO.Text = dr.po;
|
||||
tbOrderNo.Text = dr.orderno;
|
||||
|
||||
tbBigo.Text = dr.bigo;
|
||||
if (dr.IschkremarkNull()) tbBigoChk.Text = string.Empty;
|
||||
else tbBigoChk.Text = dr.chkremark;
|
||||
|
||||
dtInDate.Text = dr.indate;
|
||||
dtExpDate.Text = dr.edate;
|
||||
|
||||
if (dr.IsinqtyNull() == false)
|
||||
tbInQty.Text = dr.inqty.ToString();
|
||||
//else tbInQty.Text = "0";
|
||||
|
||||
//chkInDate.Checked = !dr.IsindateNull();
|
||||
//chkExp.Checked = !dr.IsedateNull();
|
||||
|
||||
this.dtExpDate.Enabled = chkExp.Checked;
|
||||
|
||||
this.dtInDate.Enabled = chkInDate.Checked;
|
||||
|
||||
//일반사용자의경우에는 상태를 변경하지 못한다.
|
||||
@@ -306,13 +277,7 @@ namespace FEQ0000
|
||||
tbQtyReal.Enabled = true;
|
||||
}
|
||||
|
||||
if (advInput == false)
|
||||
{
|
||||
this.Width = 528;
|
||||
// this.linkLabel7.Enabled = false;
|
||||
this.tbProject.Enabled = false;
|
||||
this.tbProjectIndex.Enabled = false;
|
||||
}
|
||||
|
||||
this.Show();
|
||||
Application.DoEvents();
|
||||
tbPumName.Focus();
|
||||
@@ -334,7 +299,7 @@ namespace FEQ0000
|
||||
|
||||
if (dr.RowState == DataRowState.Detached || dr.RowState == DataRowState.Added)
|
||||
{
|
||||
sidchk1 = string.Empty;
|
||||
|
||||
dbchk1 = string.Empty;
|
||||
|
||||
//복사된 자료는 isd가 잇으면 sid가 잇다면 자동 처리해준다.
|
||||
@@ -346,7 +311,7 @@ namespace FEQ0000
|
||||
}
|
||||
else
|
||||
{
|
||||
sidchk1 = tbSID.Text.Trim();
|
||||
|
||||
dbchk1 = tbPumName.Text.Trim();
|
||||
}
|
||||
|
||||
@@ -373,16 +338,14 @@ namespace FEQ0000
|
||||
{
|
||||
case "cmbrequest":
|
||||
//요청자가 마지막으로 입력한 자료의 process 를 찾아서 기입해준다.
|
||||
var lastprocess = FCOMMON.DBM.getFirstValue("process", "purchase", "request like '%" + this.cmbRequest.Text + "%'", "pdate desc");
|
||||
if (lastprocess != "") btProcess.Text = lastprocess;
|
||||
//var lastprocess = FCOMMON.DBM.getFirstValue("process", "purchase", "request like '%" + this.cmbRequest.Text + "%'", "pdate desc");
|
||||
//if (lastprocess != "") btProcess.Text = lastprocess;
|
||||
tbSID.Focus();
|
||||
break;
|
||||
case "tbpumname":
|
||||
Lov_Item(search, false);
|
||||
break;
|
||||
case "tbproject":
|
||||
Lov_Project(search, false);
|
||||
break;
|
||||
|
||||
case "tbsupply":
|
||||
Lov_Supply(search, false);
|
||||
break;
|
||||
@@ -402,7 +365,6 @@ namespace FEQ0000
|
||||
if (search == "" && allowAll == false)
|
||||
{
|
||||
dbchk1 = string.Empty;
|
||||
sidchk1 = string.Empty;
|
||||
FCOMMON.Util.MsgE("품명은 필수 값 입니다");
|
||||
tbPumName.Focus();
|
||||
return;
|
||||
@@ -413,7 +375,6 @@ namespace FEQ0000
|
||||
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
dbchk1 = f.itemName;
|
||||
sidchk1 = string.Empty;
|
||||
|
||||
//인덱스값이 다르면 모델 및 가격을 업데이트 한다.
|
||||
tbPumName.Text = f.itemName;
|
||||
@@ -421,8 +382,8 @@ namespace FEQ0000
|
||||
|
||||
this.tbPumIDX.Text = f.item.ToString();
|
||||
this.tbPumModel.Text = f.itemmodel;
|
||||
this.tbPumPrice.Text = f.itemprice.ToString();
|
||||
this.tbPumPriceD.Text = f.itempriceD.ToString();
|
||||
this.tbPumPrice.Text = f.itemprice.ToString("N0");
|
||||
this.tbPumPriceD.Text = f.itempriceD.ToString("N0");
|
||||
this.tbSID.Text = f.SID;
|
||||
this.tbSID.Tag = f.SID;
|
||||
this.tbPumUnit.Text = f.itemUnit; //181214
|
||||
@@ -439,8 +400,6 @@ namespace FEQ0000
|
||||
{
|
||||
tbSupply.Text = pcInfo.supply;
|
||||
tbSupplyIndex.Text = pcInfo.supplyidx.ToString();
|
||||
if (pcInfo.project != "" && tbProject.Text == "")
|
||||
tbProject.Text = pcInfo.project;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -458,26 +417,7 @@ namespace FEQ0000
|
||||
if (tbPumModel.Enabled) tbPumModel.Focus();
|
||||
else this.tbQtyReq.Focus();
|
||||
}
|
||||
void Lov_Project(string search, Boolean allowAll)
|
||||
{
|
||||
if (search != "" || allowAll == true)
|
||||
{
|
||||
var f = new FCM0000.fLovProject(search);
|
||||
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
this.tbProject.Text = f.Title;
|
||||
this.tbProject.Tag = f.Title;
|
||||
this.tbProjectIndex.Text = f.Index.ToString();
|
||||
btSave.Focus();
|
||||
}
|
||||
else
|
||||
{
|
||||
tbProject.SelectAll();
|
||||
tbProject.Focus();
|
||||
}
|
||||
}
|
||||
else this.btSave.Focus();
|
||||
}
|
||||
|
||||
void Lov_Supply(string search, Boolean allowAll)
|
||||
{
|
||||
if (search != "" || allowAll == true)
|
||||
@@ -488,9 +428,7 @@ namespace FEQ0000
|
||||
tbSupply.Text = f.Title;
|
||||
tbSupply.Tag = f.Title;
|
||||
tbSupplyIndex.Text = f.Index.ToString();
|
||||
if (advInput)
|
||||
this.tbProject.Focus();
|
||||
else
|
||||
|
||||
this.tbBigo.Focus();
|
||||
}
|
||||
else
|
||||
@@ -501,9 +439,7 @@ namespace FEQ0000
|
||||
}
|
||||
else
|
||||
{
|
||||
if (advInput)
|
||||
this.tbProject.Focus();
|
||||
else
|
||||
|
||||
this.tbBigo.Focus();
|
||||
}
|
||||
}
|
||||
@@ -522,7 +458,7 @@ namespace FEQ0000
|
||||
}
|
||||
|
||||
//시드검사한 자료와 현재 입력된 시드가 다르면 검사를 다시 하게 한다
|
||||
if (this.tbPumName.Text.Trim().Equals(this.dbchk1) == false)
|
||||
if (this.tbPumName.Text.Trim().Equals(this.dbchk1.Trim()) == false)
|
||||
{
|
||||
Util.MsgE("품명검사 자료가 변경되었습니다. 다시 검사 하세요");
|
||||
Lov_Item("", true);
|
||||
@@ -531,59 +467,6 @@ namespace FEQ0000
|
||||
}
|
||||
|
||||
|
||||
if (tbSID.Text.Equals("신규") || tbSID.Text.isEmpty())
|
||||
{
|
||||
//FCOMMON.Util.MsgI($"신규 SID로 인해 SID 검사를 진행하지 않습니다");
|
||||
}
|
||||
else
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(this.sidchk1))
|
||||
{
|
||||
FCOMMON.Util.MsgE("SID검사가 필요합니다.\n상단의 검사 버튼을 눌러 SPR/NR 재고 여부를 확인 하세요");
|
||||
btSIDChk.Focus();
|
||||
return false;
|
||||
}
|
||||
|
||||
//시드검사한 자료와 현재 입력된 시드가 다르면 검사를 다시 하게 한다
|
||||
if (this.tbSID.Text.Trim().Equals(this.sidchk1) == false)
|
||||
{
|
||||
Util.MsgE("SID검사 자료가 변경되었습니다. 다시 검사 하세요");
|
||||
sidchk1 = string.Empty;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (FCOMMON.info.Login.gcode == "K4PM")
|
||||
{
|
||||
if(tbCostCenter.Text.isEmpty())
|
||||
{
|
||||
FCOMMON.Util.MsgE("CostCenter 를 입력하세요");
|
||||
tbCostCenter.Focus();
|
||||
return false;
|
||||
}
|
||||
if (tbLineCode.Text.isEmpty())
|
||||
{
|
||||
FCOMMON.Util.MsgE("LineCode 를 입력하세요");
|
||||
tbLineCode.Focus();
|
||||
return false;
|
||||
}
|
||||
if (tbManager.Text.isEmpty())
|
||||
{
|
||||
FCOMMON.Util.MsgE("구매담당자 를 입력하세요");
|
||||
tbManager.Focus();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//if (cbProcess.Text.Trim() == "")
|
||||
//{
|
||||
// FCOMMON.Util.MsgE("추가정보내의 [공정]을 선택하세요.");
|
||||
// cbProcess.Focus();
|
||||
// return false;
|
||||
//}
|
||||
|
||||
if (tbPumName.Text.isEmpty())
|
||||
{
|
||||
FCOMMON.Util.MsgE("품명이 없습니다.");
|
||||
@@ -591,13 +474,6 @@ namespace FEQ0000
|
||||
return false;
|
||||
}
|
||||
|
||||
//if (tbPumModel.Text == "")
|
||||
//{
|
||||
// FCOMMON.Util.MsgE("제품 규격을 입력하세요.");
|
||||
// tbPumModel.Focus();
|
||||
// return false;
|
||||
//}
|
||||
|
||||
if (tbQtyReq.Text == "")
|
||||
{
|
||||
FCOMMON.Util.MsgE("수량(요청)을 입력하세요.");
|
||||
@@ -617,36 +493,7 @@ namespace FEQ0000
|
||||
}
|
||||
}
|
||||
|
||||
if (advInput == true)
|
||||
{
|
||||
if (tbOrderNo.Text.isEmpty() == false && tbProjectIndex.Text != "-1")
|
||||
{
|
||||
FCOMMON.Util.MsgI("구매경고\n" +
|
||||
"프로젝트가 할당 되어있으며 CR/CF값이 입력되어있습니다.\n" +
|
||||
"CR/CF 구매의 경우 프로젝트 파트리스트를 통해서 구매 신청 하세요\n" +
|
||||
"이 화면은 NR구매요청 입니다");
|
||||
}
|
||||
|
||||
if (tbProject.Text == "")
|
||||
{
|
||||
//프로젝트명에 입력이 안되있다
|
||||
if (tbProjectIndex.Text != "-1") this.tbProjectIndex.Text = "-1";
|
||||
}
|
||||
else
|
||||
{
|
||||
//프로젝트에 뭔가를 입력했다
|
||||
if (tbProjectIndex.Text == "-1")
|
||||
{
|
||||
FCOMMON.Util.MsgE("프로젝트가 선택되지 않았습니다. 직접입력은 허용되지 않습니다.\n" +
|
||||
"프로젝트 명을 입력하고 Enter 키를 눌러서 관련 프로젝트를 선택하세요\n" +
|
||||
"프로젝트가 없는 경우에는 비고란에 해당 내용을 기입하세요");
|
||||
tbProject.Focus();
|
||||
tbProject.SelectAll();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (tbStorage.Text.Equals("SPR"))
|
||||
{
|
||||
if (FCOMMON.Util.MsgQ("SPR 항목입니다. 저장할까요?") != DialogResult.Yes)
|
||||
@@ -666,102 +513,25 @@ namespace FEQ0000
|
||||
}
|
||||
}
|
||||
|
||||
var overtime = DateTime.Now - DateTime.Parse("2019-01-09 00:00:00");
|
||||
if (overtime.TotalSeconds > 0 && FCOMMON.info.Login.gcode != "K4PM")
|
||||
{
|
||||
if (advInput == true && this.btProcess.Text.Trim() == "")
|
||||
{
|
||||
if (FCOMMON.info.Login.level >= 5)
|
||||
{
|
||||
var dlg = FCOMMON.Util.MsgQ("[공정]을 입력하지 않고 진행 하시겠습니까?\n\n" +
|
||||
"선택 대상이 없는 경우 문의 바랍니다.\n\n");
|
||||
if (dlg != System.Windows.Forms.DialogResult.Yes)
|
||||
{
|
||||
btProcess.Focus();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
FCOMMON.Util.MsgE("[공정]을 선택하세요\n\n" +
|
||||
"선택 대상이 없는 경우 문의 바랍니다.\n\n");
|
||||
|
||||
btProcess.Focus();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (advInput == true && btManuProc.Text.Trim() == "")
|
||||
{
|
||||
if (FCOMMON.info.Login.level >= 5)
|
||||
{
|
||||
var dlg = FCOMMON.Util.MsgQ("[제조공정]을 입력하지 않고 진행 하시겠습니까?\n\n" +
|
||||
"선택 대상이 없는 경우 문의 바랍니다.\n\n");
|
||||
if (dlg != System.Windows.Forms.DialogResult.Yes)
|
||||
{
|
||||
btManuProc.Focus();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
FCOMMON.Util.MsgE("[제조공정]을 선택하세요\n\n" +
|
||||
"선택 대상이 없는 경우 문의 바랍니다.\n\n");
|
||||
|
||||
btManuProc.Focus();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (advInput == true && this.btEQManu.Text.Trim() == "")
|
||||
{
|
||||
if (FCOMMON.info.Login.level >= 5)
|
||||
{
|
||||
var dlg = FCOMMON.Util.MsgQ("[장비제조사]를 입력하지 않고 진행 하시겠습니까?\n\n" +
|
||||
"선택 대상이 없는 경우 문의 바랍니다.\n\n");
|
||||
if (dlg != System.Windows.Forms.DialogResult.Yes)
|
||||
{
|
||||
btEQManu.Focus();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
FCOMMON.Util.MsgE("[장비제조사]를 선택하세요.\n\n" +
|
||||
"선택 대상이 없는 경우 문의 바랍니다.\n\n");
|
||||
btEQManu.Focus();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//프로젝트명이 업다면 사유가 반드시 입력되어ㅑㅇ 하낟.
|
||||
if (tbProject.Text.isEmpty() && tbBigo.Text.isEmpty())
|
||||
if ( tbBigo.Text.isEmpty())
|
||||
{
|
||||
Util.MsgE("구매자 비고(=구매사유)를 입력하세요\n프로젝트가 없다면 사유가 입력되어야 합니다");
|
||||
tbBigo.Focus();
|
||||
return false;
|
||||
}
|
||||
|
||||
//if (dr.RowState != DataRowState.Detached && dr.RowState != DataRowState.Added)
|
||||
//{
|
||||
// if (dr.sc != tbSC.Text.Trim() && tbSC.Text != "")
|
||||
// {
|
||||
// //dtPdate.Value = DateTime.Now;
|
||||
// this.cmbState.SelectedValue = "Approving";
|
||||
// //if (dr.state == "00") dr.state = "01"; //approv 변경
|
||||
// }
|
||||
//}
|
||||
|
||||
//품목정보에 없는 데이터이므로 자료를 추가한다.
|
||||
if (tbPumIDX.Text == "-1")
|
||||
{
|
||||
var newidx = FCOMMON.DBM.addItem(tbPumName.Text, tbSID.Text, tbPumModel.Text.Trim(), decimal.Parse(tbPumPrice.Text), tbSupply.Text.Trim(), int.Parse(tbSupplyIndex.Text), null);
|
||||
var newidx = FCOMMON.DBM.addItem(tbPumName.Text, tbSID.Text, tbPumModel.Text.Trim(), decimal.Parse(tbPumPrice.Text.Replace(",","")), tbSupply.Text.Trim(), int.Parse(tbSupplyIndex.Text), null);
|
||||
if (newidx > 0) tbPumIDX.Text = newidx.ToString();
|
||||
}
|
||||
else if (tbSID.Text != "" && tbSID.Text != tbSID.Tag.ToString())
|
||||
{
|
||||
//SID가 변경되었으므로 업데이트 해주낟.
|
||||
FCOMMON.DBM.UpdateItemSID(int.Parse(tbPumIDX.Text), tbSID.Text);
|
||||
FCOMMON.DBM.UpdateItemSID(int.Parse(tbPumIDX.Text.Replace(",", "")), tbSID.Text);
|
||||
}
|
||||
|
||||
//수령을 했는데. 현재 상태가 04 미만이면 04(수령)으로 변경 한다.
|
||||
@@ -777,19 +547,19 @@ namespace FEQ0000
|
||||
}
|
||||
|
||||
//단가가없는경우 생성한다.
|
||||
if (decimal.TryParse(tbPumPrice.Text, out decimal vprice) == false)
|
||||
if (decimal.TryParse(tbPumPrice.Text.Replace(",", ""), out decimal vprice) == false)
|
||||
{
|
||||
if (decimal.TryParse(tbPumPriceD.Text, out decimal vpriced) == true)
|
||||
if (decimal.TryParse(tbPumPriceD.Text.Replace(",", ""), out decimal vpriced) == true)
|
||||
{
|
||||
applyDollerToWon();
|
||||
}
|
||||
}
|
||||
|
||||
if (int.TryParse(tbQtyReq.Text, out int vqtyreq) == false)
|
||||
if (int.TryParse(tbQtyReq.Text.Replace(",", ""), out int vqtyreq) == false)
|
||||
tbQtyReq.Text = "0";
|
||||
if (int.TryParse(tbQtyReal.Text, out int vqtyreal) == false)
|
||||
if (int.TryParse(tbQtyReal.Text.Replace(",", ""), out int vqtyreal) == false)
|
||||
tbQtyReal.Text = "0";
|
||||
if (decimal.TryParse(tbPumPrice.Text, out decimal vpumprice) == false)
|
||||
if (decimal.TryParse(tbPumPrice.Text.Replace(",", ""), out decimal vpumprice) == false)
|
||||
tbPumPrice.Text = "0";
|
||||
|
||||
//요청 구매 수량이 다를경우 비고 입력이 필요함
|
||||
@@ -808,7 +578,7 @@ namespace FEQ0000
|
||||
dr.pumprice = vpumprice;// decimal.Parse(tbPumPrice.Text);
|
||||
dr.currency = cmbCurrency.Text.Trim();
|
||||
|
||||
if (decimal.TryParse(tbPumPriceD.Text, out decimal priced))
|
||||
if (decimal.TryParse(tbPumPriceD.Text.Replace(",", ""), out decimal priced))
|
||||
{
|
||||
dr.pumpriceD = priced;
|
||||
}
|
||||
@@ -821,8 +591,7 @@ namespace FEQ0000
|
||||
else dr.pumidx = int.Parse(tbPumIDX.Text);
|
||||
dr.sid = tbSID.Text.Trim();
|
||||
|
||||
if (chkExp.Checked) dr.edate = this.dtExpDate.Value.ToShortDateString();
|
||||
else dr.SetedateNull();
|
||||
|
||||
if (chkInDate.Checked) dr.indate = this.dtInDate.Value.ToShortDateString();
|
||||
else dr.SetindateNull();
|
||||
dr.pdate = this.dtPdate.Value.ToShortDateString();
|
||||
@@ -835,10 +604,7 @@ namespace FEQ0000
|
||||
|
||||
dr.sid = tbSID.Text;
|
||||
|
||||
dr.asset = btEQModel.Text;
|
||||
dr.dept = btEQManu.Text;
|
||||
dr.manuproc = btManuProc.Text;
|
||||
|
||||
|
||||
dr.pumname = tbPumName.Text;
|
||||
dr.pumname = dr.pumname.Replace("*", "x"); //181031
|
||||
|
||||
@@ -848,18 +614,12 @@ namespace FEQ0000
|
||||
|
||||
dr.supply = tbSupply.Text;
|
||||
dr.place = tbStorage.Text;
|
||||
dr.costcenter = tbCostCenter.Text;
|
||||
dr.linecode = tbLineCode.Text;
|
||||
|
||||
dr.purchase_manager = tbManager.Text;
|
||||
dr.purchase_admin = tbAdmin.Text;
|
||||
|
||||
|
||||
if (tbSupplyIndex.Text == "") dr.SetsupplyidxNull();
|
||||
else dr.supplyidx = int.Parse(tbSupplyIndex.Text);
|
||||
|
||||
dr.project = tbProject.Text;
|
||||
if (tbProjectIndex.Text == "") dr.SetprojectidxNull();
|
||||
else dr.projectidx = int.Parse(tbProjectIndex.Text);
|
||||
|
||||
|
||||
dr.state = cmbState.Text.Trim();
|
||||
|
||||
@@ -868,10 +628,10 @@ namespace FEQ0000
|
||||
else
|
||||
dr.receive = cmbReceive.Text.Trim();
|
||||
|
||||
dr.process = btProcess.Text;
|
||||
|
||||
dr.sc = tbSC.Text;
|
||||
dr.po = tbPO.Text;
|
||||
dr.orderno = tbOrderNo.Text;
|
||||
|
||||
dr.bigo = tbBigo.Text;
|
||||
dr.chkremark = tbBigoChk.Text;
|
||||
|
||||
@@ -924,51 +684,10 @@ namespace FEQ0000
|
||||
this.dtInDate.Enabled = chkInDate.Checked;
|
||||
}
|
||||
|
||||
private void chkExp_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.dtExpDate.Enabled = chkExp.Checked;
|
||||
}
|
||||
|
||||
|
||||
private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
//string code = "";
|
||||
//if (cmbState.SelectedIndex < 0) label3.Text = "--";
|
||||
//else
|
||||
//{
|
||||
// //var value = cmbState.DataSource as BindingSource;
|
||||
// //var list = value.DataSource as Dictionary<string, string>;
|
||||
// //var item = list.Values
|
||||
// if (cmbState.Text.StartsWith("[") == false) return;
|
||||
// code = cmbState.Text.ToString().Substring(1, 2);
|
||||
// var desc = FCOMMON.DBM.getCodeSavlue("04", code);
|
||||
// label3.Text = desc;
|
||||
|
||||
//}
|
||||
//switch (code)
|
||||
//{
|
||||
// case "01":
|
||||
// label3.BackColor = Color.LightBlue;
|
||||
// break;
|
||||
// case "02":
|
||||
// label3.BackColor = Color.SkyBlue;
|
||||
// break;
|
||||
// case "03":
|
||||
// label3.BackColor = Color.Yellow;
|
||||
// break;
|
||||
// case "04":
|
||||
// label3.BackColor = Color.Green;
|
||||
// break;
|
||||
// case "06":
|
||||
// case "05":
|
||||
// label3.BackColor = Color.Red;
|
||||
// break;
|
||||
// case "07":
|
||||
// label3.BackColor = Color.Magenta;
|
||||
// break;
|
||||
// default:
|
||||
// label3.BackColor = Color.LightGray;
|
||||
// break;
|
||||
//}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -981,9 +700,9 @@ namespace FEQ0000
|
||||
|
||||
private void tbPumQty_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
var b1 = int.TryParse(tbQtyReal.Text, out int qtyreal);
|
||||
var b2 = int.TryParse(tbQtyReq.Text, out int qtyreq);
|
||||
var b3 = double.TryParse(tbPumPrice.Text, out double price);
|
||||
var b1 = int.TryParse(tbQtyReal.Text.Replace(",", ""), out int qtyreal);
|
||||
var b2 = int.TryParse(tbQtyReq.Text.Replace(",", ""), out int qtyreq);
|
||||
var b3 = double.TryParse(tbPumPrice.Text.Replace(",", ""), out double price);
|
||||
double amt = 0;
|
||||
|
||||
//실구매수량이 잇으면 그걸로한다
|
||||
@@ -993,36 +712,7 @@ namespace FEQ0000
|
||||
tbPumAmt.Text = amt.ToString("N0");
|
||||
}
|
||||
|
||||
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
private void linkLabel6_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void linkLabel7_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void tbProject_Leave(object sender, EventArgs e)
|
||||
{
|
||||
//커서를 빠져나갈떄 사용자가 이름만 변경했다면 선택 idx를 제거해준다.
|
||||
var tb = sender as TextBox;
|
||||
if (tb.Text == "") tbProjectIndex.Text = "-1";
|
||||
else if (tb.Text != tb.Tag.ToString()) tbProjectIndex.Text = "-1";
|
||||
}
|
||||
|
||||
|
||||
void tbSupply_Leave(object sender, EventArgs e)
|
||||
{
|
||||
@@ -1066,12 +756,7 @@ namespace FEQ0000
|
||||
Lov_Supply("", true);
|
||||
}
|
||||
|
||||
private void button3_Click(object sender, EventArgs e)
|
||||
{
|
||||
//lov 프로젝트
|
||||
Lov_Project("", true);
|
||||
}
|
||||
|
||||
|
||||
private void button4_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (!Clipboard.ContainsImage())
|
||||
@@ -1089,15 +774,7 @@ namespace FEQ0000
|
||||
|
||||
private void button5_Click(object sender, EventArgs e)
|
||||
{
|
||||
//FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
|
||||
//if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
//{
|
||||
// var bmp = f.bmp.Clone();
|
||||
// Application.DoEvents();
|
||||
// var oimag = this.pictureBox1.Image;
|
||||
// this.pictureBox1.Image = (Image)bmp;
|
||||
// if (oimag != null) oimag.Dispose();
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
private void button6_Click(object sender, EventArgs e)
|
||||
@@ -1133,7 +810,7 @@ namespace FEQ0000
|
||||
//if ( decimal.TryParse(tbPumPrice.Text, out decimal result) == false || result == 0)
|
||||
if (binit)
|
||||
{
|
||||
if (decimal.TryParse(tbPumPriceD.Text, out decimal priced) == true)
|
||||
if (decimal.TryParse(tbPumPriceD.Text.Replace(",", ""), out decimal priced) == true)
|
||||
{
|
||||
applyDollerToWon();
|
||||
}
|
||||
@@ -1143,157 +820,17 @@ namespace FEQ0000
|
||||
tbPumPrice.Text = "0";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
void applyDollerToWon()
|
||||
{
|
||||
if (decimal.TryParse(tbPumPriceD.Text, out decimal priced))
|
||||
if (decimal.TryParse(tbPumPriceD.Text.Replace(",", ""), out decimal priced))
|
||||
{
|
||||
var price = FCOMMON.info.dollertowon * (double)priced;
|
||||
tbPumPrice.Text = (Math.Ceiling(price)).ToString();
|
||||
tbPumPrice.Text = (Math.Ceiling(price)).ToString("N0");
|
||||
}
|
||||
else tbPumPrice.Text = "0";
|
||||
}
|
||||
|
||||
private void btSIDChk_Click(object sender, EventArgs e)
|
||||
{
|
||||
var sid = tbSID.Text.Trim();
|
||||
|
||||
if (sid.Equals("신규") || sid.isEmpty())
|
||||
{
|
||||
Util.MsgI($"신규SID는 검사를 진행하지 않습니다");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (sid.Length != 9)
|
||||
{
|
||||
FCOMMON.Util.MsgE("검색 할 SID를 입력하세요");
|
||||
tbSID.Focus();
|
||||
tbSID.SelectAll();
|
||||
return;
|
||||
}
|
||||
|
||||
var dt = Amkor.RestfulService.SPMSIDSearch(sid);
|
||||
if (dt.Complete)
|
||||
{
|
||||
var f = new fSIDListSelect(sid, dt.Result);
|
||||
if (f.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
dr.chk1 = true;
|
||||
this.sidchk1 = sid;
|
||||
}
|
||||
else
|
||||
{
|
||||
Util.MsgE("목록표시 창에서 '확인' 버튼을 눌러야 SID검색이 완료됩니다.");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Util.MsgI("SPM/NR 에서 검색된 정보가 없습니다\n저장이 가능 합니다");
|
||||
this.sidchk1 = sid;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void timer1_Tick(object sender, EventArgs e)
|
||||
{
|
||||
if (tbSID.TextLength != 9)
|
||||
{
|
||||
if (tbSID.Text.Equals("신규") || tbSID.Text.isEmpty())
|
||||
{
|
||||
btSIDChk.BackColor = Color.Gray;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (btSIDChk.BackColor == Color.Gray)
|
||||
btSIDChk.BackColor = Color.Tomato;
|
||||
else
|
||||
btSIDChk.BackColor = Color.Gray;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(sidchk1))
|
||||
{
|
||||
if (btSIDChk.BackColor == Color.Lime)
|
||||
btSIDChk.BackColor = Color.White;
|
||||
else
|
||||
btSIDChk.BackColor = Color.Lime;
|
||||
}
|
||||
else btSIDChk.BackColor = SystemColors.Control;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void processLabel_Click(object sender, EventArgs e)
|
||||
{
|
||||
//var f = new FCM0000.fCode("09");
|
||||
//var dlg = f.ShowDialog();
|
||||
//if (dlg == DialogResult.OK)
|
||||
//{
|
||||
// //장비기술공정
|
||||
// var dt = FCOMMON.DBM.getCodeTable("09");
|
||||
// this.cbProcess.DataSource = dt;
|
||||
// cbProcess.Text = f.SelectedTitle;// cbProcess.SelectedIndex = -1;
|
||||
//}
|
||||
}
|
||||
|
||||
private void groupBox1_Enter(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void btProcess_Click(object sender, EventArgs e)
|
||||
{
|
||||
var bt = sender as Button;
|
||||
var guun = bt.Tag.ToString();
|
||||
var f = new FCM0000.fCode(guun);
|
||||
var dlg = f.ShowDialog();
|
||||
if (dlg == DialogResult.OK)
|
||||
{
|
||||
//장비기술공정;
|
||||
bt.Text = f.SelectedTitle;// cbProcess.SelectedIndex = -1;
|
||||
}
|
||||
}
|
||||
|
||||
private void tbSC_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void cbEQModel_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void cbEQManu_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void button8_Click_1(object sender, EventArgs e)
|
||||
{
|
||||
if (btEQManu.Text.isEmpty())
|
||||
{
|
||||
Util.MsgE("장비 제조사가 선택되지 않았습니다");
|
||||
btEQManu.Focus();
|
||||
return;
|
||||
}
|
||||
|
||||
string filter = "svalue='" + btEQManu.Text.Replace("'", "''") + "'";
|
||||
|
||||
var bt = sender as Button;
|
||||
var guun = bt.Tag.ToString();
|
||||
var f = new FCM0000.fCode(guun, filter);
|
||||
var dlg = f.ShowDialog();
|
||||
if (dlg == DialogResult.OK)
|
||||
{
|
||||
//장비기술공정;
|
||||
bt.Text = f.SelectedTitle;// cbProcess.SelectedIndex = -1;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,9 +117,6 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="processLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="receiveLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
@@ -141,9 +138,6 @@
|
||||
<metadata name="pumamtLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="assetLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="poLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
@@ -163,33 +157,12 @@
|
||||
<metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label2.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label4.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label5.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label3.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label6.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label7.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="label7.Text" xml:space="preserve">
|
||||
<value>프로젝트 명 (관련 프로젝트에서 선택하여 입력, 가공 파트 및 명확히 프로젝트에 한정되어 구매되는 부품..)
|
||||
공용 공구 / 상세한 사유 작성 (공용으로 보관하여 함께 쓰는 공구들..전동 드릴 등…)
|
||||
공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들.. 방청제, WIRE, CONNECTOR, PIN 등 )
|
||||
공정 정비 파트 / 상세한 사유 작성 (주,보조 공정에서 사용되는 부품..Overhaul 및 개선 지원 부품, FEEDER WHEEL, , 장비 교체 파트 등)
|
||||
개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRENCH, DRIVER, DRILL, TAP 등..)
|
||||
기타 물품 / 상세한 사유 작성 (상기항목에 포함되지 않는 것들…관리 및 정리에 사용되는 물품 등..)
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="label8.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
@@ -199,12 +172,6 @@
|
||||
<metadata name="label11.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label12.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label13.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label14.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
@@ -218,12 +185,6 @@
|
||||
<metadata name="label15.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label16.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label17.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label9.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
|
||||
@@ -541,7 +541,7 @@ namespace FEQ0000
|
||||
}
|
||||
|
||||
//시드검사한 자료와 현재 입력된 시드가 다르면 검사를 다시 하게 한다
|
||||
if (this.tbPumName.Text.Trim().Equals(this.dbchk1) == false)
|
||||
if (this.tbPumName.Text.Trim().Equals(this.dbchk1.Trim()) == false)
|
||||
{
|
||||
Util.MsgE("품명검사 자료가 변경되었습니다. 다시 검사 하세요");
|
||||
Lov_Item("", true);
|
||||
|
||||
Reference in New Issue
Block a user