....
This commit is contained in:
240
SubProject/FPJ0000/Project/fPartBuyStatus.Designer.cs
generated
240
SubProject/FPJ0000/Project/fPartBuyStatus.Designer.cs
generated
@@ -114,6 +114,7 @@
|
||||
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
@@ -125,7 +126,6 @@
|
||||
this.tbPDate = new System.Windows.Forms.TextBox();
|
||||
this.tbStatus = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
pdateLabel = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
label4 = new System.Windows.Forms.Label();
|
||||
@@ -138,9 +138,9 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
this.bn.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
||||
this.panel3.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// pdateLabel
|
||||
@@ -895,123 +895,6 @@
|
||||
this.fpSpread1.VerticalScrollBar.Renderer = flatScrollBarRenderer2;
|
||||
this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff);
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.panel3.Controls.Add(this.panel4);
|
||||
this.panel3.Controls.Add(this.label1);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 92);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(1345, 55);
|
||||
this.panel3.TabIndex = 5;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.Controls.Add(this.tbProjectName);
|
||||
this.panel4.Controls.Add(this.tbProjectIdx);
|
||||
this.panel4.Controls.Add(this.tbDue);
|
||||
this.panel4.Controls.Add(this.linkLabel1);
|
||||
this.panel4.Controls.Add(this.tbOrderNo);
|
||||
this.panel4.Controls.Add(label3);
|
||||
this.panel4.Controls.Add(label5);
|
||||
this.panel4.Controls.Add(this.tbPDate);
|
||||
this.panel4.Controls.Add(pdateLabel);
|
||||
this.panel4.Controls.Add(this.tbStatus);
|
||||
this.panel4.Controls.Add(label4);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 24);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.panel4.Size = new System.Drawing.Size(1345, 31);
|
||||
this.panel4.TabIndex = 8;
|
||||
//
|
||||
// tbProjectName
|
||||
//
|
||||
this.tbProjectName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "name", true));
|
||||
this.tbProjectName.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tbProjectName.Location = new System.Drawing.Point(871, 5);
|
||||
this.tbProjectName.Name = "tbProjectName";
|
||||
this.tbProjectName.Size = new System.Drawing.Size(469, 21);
|
||||
this.tbProjectName.TabIndex = 3;
|
||||
this.tbProjectName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbProjectIdx
|
||||
//
|
||||
this.tbProjectIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "Project", true));
|
||||
this.tbProjectIdx.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbProjectIdx.Location = new System.Drawing.Point(817, 5);
|
||||
this.tbProjectIdx.Name = "tbProjectIdx";
|
||||
this.tbProjectIdx.ReadOnly = true;
|
||||
this.tbProjectIdx.Size = new System.Drawing.Size(54, 21);
|
||||
this.tbProjectIdx.TabIndex = 9;
|
||||
this.tbProjectIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbDue
|
||||
//
|
||||
this.tbDue.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "crdue", true));
|
||||
this.tbDue.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbDue.Location = new System.Drawing.Point(733, 5);
|
||||
this.tbDue.Name = "tbDue";
|
||||
this.tbDue.Size = new System.Drawing.Size(84, 21);
|
||||
this.tbDue.TabIndex = 10;
|
||||
this.tbDue.Text = "2020-01-01";
|
||||
this.tbDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// linkLabel1
|
||||
//
|
||||
this.linkLabel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.linkLabel1.Location = new System.Drawing.Point(625, 5);
|
||||
this.linkLabel1.Name = "linkLabel1";
|
||||
this.linkLabel1.Size = new System.Drawing.Size(108, 21);
|
||||
this.linkLabel1.TabIndex = 17;
|
||||
this.linkLabel1.TabStop = true;
|
||||
this.linkLabel1.Text = "SCR/CF Due Date";
|
||||
this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||||
//
|
||||
// tbOrderNo
|
||||
//
|
||||
this.tbOrderNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "orderno", true));
|
||||
this.tbOrderNo.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbOrderNo.Location = new System.Drawing.Point(368, 5);
|
||||
this.tbOrderNo.Name = "tbOrderNo";
|
||||
this.tbOrderNo.Size = new System.Drawing.Size(257, 21);
|
||||
this.tbOrderNo.TabIndex = 5;
|
||||
this.tbOrderNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbPDate
|
||||
//
|
||||
this.tbPDate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "pdate", true));
|
||||
this.tbPDate.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbPDate.Location = new System.Drawing.Point(193, 5);
|
||||
this.tbPDate.Name = "tbPDate";
|
||||
this.tbPDate.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbPDate.TabIndex = 1;
|
||||
this.tbPDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbStatus
|
||||
//
|
||||
this.tbStatus.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "status", true));
|
||||
this.tbStatus.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbStatus.Location = new System.Drawing.Point(49, 5);
|
||||
this.tbStatus.Name = "tbStatus";
|
||||
this.tbStatus.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbStatus.TabIndex = 7;
|
||||
this.tbStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(1345, 24);
|
||||
this.label1.TabIndex = 2;
|
||||
this.label1.Text = "프로젝트정보";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// fpSpread1_Sheet1
|
||||
//
|
||||
this.fpSpread1_Sheet1.Reset();
|
||||
@@ -1259,6 +1142,123 @@
|
||||
this.fpSpread1_Sheet1.TitleInfo.Value = "Partlist";
|
||||
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.panel3.Controls.Add(this.panel4);
|
||||
this.panel3.Controls.Add(this.label1);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 92);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(1345, 55);
|
||||
this.panel3.TabIndex = 5;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.Controls.Add(this.tbProjectName);
|
||||
this.panel4.Controls.Add(this.tbProjectIdx);
|
||||
this.panel4.Controls.Add(this.tbDue);
|
||||
this.panel4.Controls.Add(this.linkLabel1);
|
||||
this.panel4.Controls.Add(this.tbOrderNo);
|
||||
this.panel4.Controls.Add(label3);
|
||||
this.panel4.Controls.Add(label5);
|
||||
this.panel4.Controls.Add(this.tbPDate);
|
||||
this.panel4.Controls.Add(pdateLabel);
|
||||
this.panel4.Controls.Add(this.tbStatus);
|
||||
this.panel4.Controls.Add(label4);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 24);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.panel4.Size = new System.Drawing.Size(1345, 31);
|
||||
this.panel4.TabIndex = 8;
|
||||
//
|
||||
// tbProjectName
|
||||
//
|
||||
this.tbProjectName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "name", true));
|
||||
this.tbProjectName.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tbProjectName.Location = new System.Drawing.Point(871, 5);
|
||||
this.tbProjectName.Name = "tbProjectName";
|
||||
this.tbProjectName.Size = new System.Drawing.Size(469, 21);
|
||||
this.tbProjectName.TabIndex = 3;
|
||||
this.tbProjectName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbProjectIdx
|
||||
//
|
||||
this.tbProjectIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "Project", true));
|
||||
this.tbProjectIdx.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbProjectIdx.Location = new System.Drawing.Point(817, 5);
|
||||
this.tbProjectIdx.Name = "tbProjectIdx";
|
||||
this.tbProjectIdx.ReadOnly = true;
|
||||
this.tbProjectIdx.Size = new System.Drawing.Size(54, 21);
|
||||
this.tbProjectIdx.TabIndex = 9;
|
||||
this.tbProjectIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbDue
|
||||
//
|
||||
this.tbDue.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "crdue", true));
|
||||
this.tbDue.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbDue.Location = new System.Drawing.Point(733, 5);
|
||||
this.tbDue.Name = "tbDue";
|
||||
this.tbDue.Size = new System.Drawing.Size(84, 21);
|
||||
this.tbDue.TabIndex = 10;
|
||||
this.tbDue.Text = "2020-01-01";
|
||||
this.tbDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// linkLabel1
|
||||
//
|
||||
this.linkLabel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.linkLabel1.Location = new System.Drawing.Point(625, 5);
|
||||
this.linkLabel1.Name = "linkLabel1";
|
||||
this.linkLabel1.Size = new System.Drawing.Size(108, 21);
|
||||
this.linkLabel1.TabIndex = 17;
|
||||
this.linkLabel1.TabStop = true;
|
||||
this.linkLabel1.Text = "SCR/CF Due Date";
|
||||
this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||||
//
|
||||
// tbOrderNo
|
||||
//
|
||||
this.tbOrderNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "orderno", true));
|
||||
this.tbOrderNo.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbOrderNo.Location = new System.Drawing.Point(368, 5);
|
||||
this.tbOrderNo.Name = "tbOrderNo";
|
||||
this.tbOrderNo.Size = new System.Drawing.Size(257, 21);
|
||||
this.tbOrderNo.TabIndex = 5;
|
||||
this.tbOrderNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbPDate
|
||||
//
|
||||
this.tbPDate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "pdate", true));
|
||||
this.tbPDate.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbPDate.Location = new System.Drawing.Point(193, 5);
|
||||
this.tbPDate.Name = "tbPDate";
|
||||
this.tbPDate.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbPDate.TabIndex = 1;
|
||||
this.tbPDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbStatus
|
||||
//
|
||||
this.tbStatus.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "status", true));
|
||||
this.tbStatus.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbStatus.Location = new System.Drawing.Point(49, 5);
|
||||
this.tbStatus.Name = "tbStatus";
|
||||
this.tbStatus.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbStatus.TabIndex = 7;
|
||||
this.tbStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(1345, 24);
|
||||
this.label1.TabIndex = 2;
|
||||
this.label1.Text = "프로젝트정보";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// fPartBuyStatus
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@@ -1281,10 +1281,10 @@
|
||||
this.bn.ResumeLayout(false);
|
||||
this.bn.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel4.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
|
||||
@@ -331,20 +331,20 @@
|
||||
<data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALqSURBVDhPhZLrS1NhHMf3Kv+EsF70UpBSyqioF+VSmxrY
|
||||
zVTMdDqnaGqiC4NsMReZl9BMBxWiFL2o0C46talzzumGMzKXqc15F7wsdZdzdGf67TlnSw2EfvDhefGc
|
||||
74fz+57DYyf0nibpYqleFVWm/x0m1VPkpDnK2dNAR5X20RGPdaYzEm2lf/TbfVxo94Q/7NEu2uhlk8nk
|
||||
tjrWYbXvsGxjofFz3obCT9OIKxtxCrKUPt6oZyKLdYtsuG/SBcMUA8M0A/0kA93EBjS/1tE67MA6AzSN
|
||||
UCj8MIWUpybqH0mYtJVac25gYMaNrzMMORn0c5INdJvX8WXYSQSbGJh3wzDnglw5Df7dzjdcOLY82HJd
|
||||
Gr0lrrmKlOprqG6rR1FDOfjSAAQTBPLTCJWdQEVTBbeKnWawsOJEaGI3wwliSvnvO4ea0Tz2EtX6fE6S
|
||||
WBWB/NcJyK6Pg0hxCcmKZDQNLqDZZMfn72tYJT2FyXpoTiCoFPj4S3Pc+tEuvBqSoUSTxUmSaiJJ+DLS
|
||||
n6dBa3Zwq3SMUVCRHlYcLoQV9XoE7IQXd9O5tUIYzTooDHfwqD0PseXnkVQVDeOkE0ZSLFuwdtzTiZUI
|
||||
QmW7BGfvS10nCw4hoVKAgfE+yLsyIFPmIu5JCOo1H/FtloGRFNs34UIvYdHmAv+BV3BM4isOkhxEdl08
|
||||
btSEI77iAifJVSZA0pBG3iQE7P3AtBv97Ccm2EiRgTk6jyBIsn82SHKAPOSLoHxfXCkJQeYLIbTDKshV
|
||||
Bch4J4SoJgZGIjCQf0NPBLRrkwg0Oyucy+mh51dpDM66ObpH53C7Nh2pJChWxCGv7tb2HYtzw00EjTsC
|
||||
1jZj3RH8Dwe7QtouwalctVNa8mxrr4f3Qq1Wbx5JbLJ746TI9HbL1JrTxl5YlihYFimYvSzZXRxs83ba
|
||||
E6YoatXvZssPb5zHO57elhkoam0/KlZZA8WN9DapHgL+Imqk/UQtK4eTWzoChMoUHo/H+wPYU53U9zrm
|
||||
dAAAAABJRU5ErkJggg==
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALqSURBVDhPhZLrS1NhHMf3Kv+EsF70UpBSalFRL0pTmxrY
|
||||
zVTMvM0pmprowiBbzEWmLrygQoUoRS8qtItOberc5tyGMzKXqem8C16Wuss5ujP99pyzpQZCP/jwvHjO
|
||||
98P5fc/hsRP6QJ10ucygjCo3/A6TGChy0hxy9jTSUWV6OuKpznxOrK30j357gAvtnfDHvdolG71iNpvd
|
||||
VscGrPZdVmwsNH4u2FD0aQZx5SNOQbbCxxv1TGSJbokN66dcME4zMM4wMEwx0E1uQv1rA+3DDmwwQMsI
|
||||
haIP00itMlP/SMIk7dS6cxMDs258nWXIyaCfk2xCM76BL8NOItjCwIIbxnkXZIoZBN/vfsOFY+VBlpuS
|
||||
6G1R7XWk1txATUcjipvkCJYEIIggkJ1FqPQUKloquFXsNIPFVSdCEzUMJ4gpC37fPdSK1rGXqDEUcJLE
|
||||
6ggUvE5ATmMchHVXkFKXgpbBRbSa7fj8fR1rpKcwaS/NCQSVAh9/Sa7bMNqDV0NSlKqzOUlSbSQJX0XG
|
||||
83Roxx3cKl1jFJSkh1WHC2HFfR4BO+ElGjqvPhmmcR3qjPfwpDMfsfKLSKqOhmnKCRMpli1YO+HpxEoE
|
||||
odI9gvMPJa7ThUeQUCnAwIQesp5MSBV5iHsWgkb1R3ybY2AixeonXegjLNlcCH7kFZwQ+4r44sPIaYjH
|
||||
rdpwxFdc4iR5igSIm9LJm4SAvR+YcaOf/cQEGykyMFfnEfDFB+f44kPkIV/wC3xxrTQEWS+SoR1WQqYs
|
||||
ROa7ZAhrY2AiAiP5NwxEQLu2iEC9u8KF3F56YY3G4JybQzM6j7v1GUgjQVFdHPIb7uzcsTg33UTQvCtg
|
||||
bbPWXcH/cLArpO8RnMlTOSUlVdv7PbwfKpVq61hii90bJ0VmdFqm15029sKyTMGyRGHcy7LdxcE2b6c9
|
||||
YYqi1vxut/3wxnm8kxkdWYHC9s7jIqU1UNRM75DmIeAvwmbaT9i2ejSlrSsgWZHK4/F4fwDVcZ3Qsek6
|
||||
FQAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
||||
Reference in New Issue
Block a user