Initial commit
This commit is contained in:
395
Handler/Project/Dialog/Debug/fSendInboutData.Designer.cs
generated
Normal file
395
Handler/Project/Dialog/Debug/fSendInboutData.Designer.cs
generated
Normal file
@@ -0,0 +1,395 @@
|
||||
|
||||
namespace Project.Dialog.Debug
|
||||
{
|
||||
partial class fSendInboutData
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.tbsid = new System.Windows.Forms.TextBox();
|
||||
this.tbrid = new System.Windows.Forms.TextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.tbvname = new System.Windows.Forms.TextBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.tblot = new System.Windows.Forms.TextBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.tbpart = new System.Windows.Forms.TextBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.tbbatch = new System.Windows.Forms.TextBox();
|
||||
this.tbbadge = new System.Windows.Forms.TextBox();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.tbinch = new System.Windows.Forms.TextBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.tbmfg = new System.Windows.Forms.TextBox();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.tbqty = new System.Windows.Forms.TextBox();
|
||||
this.tbeqid = new System.Windows.Forms.TextBox();
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.tbeqname = new System.Windows.Forms.TextBox();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.tboper = new System.Windows.Forms.TextBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.dv1 = new arCtl.arDatagridView();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(37, 28);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(22, 12);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "sid";
|
||||
//
|
||||
// tbsid
|
||||
//
|
||||
this.tbsid.Location = new System.Drawing.Point(69, 25);
|
||||
this.tbsid.Name = "tbsid";
|
||||
this.tbsid.Size = new System.Drawing.Size(261, 21);
|
||||
this.tbsid.TabIndex = 1;
|
||||
this.tbsid.Text = "103000000";
|
||||
this.tbsid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbrid
|
||||
//
|
||||
this.tbrid.Location = new System.Drawing.Point(69, 131);
|
||||
this.tbrid.Name = "tbrid";
|
||||
this.tbrid.Size = new System.Drawing.Size(261, 21);
|
||||
this.tbrid.TabIndex = 3;
|
||||
this.tbrid.Text = "RCTEST000000000";
|
||||
this.tbrid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(40, 134);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(19, 12);
|
||||
this.label2.TabIndex = 2;
|
||||
this.label2.Text = "rid";
|
||||
//
|
||||
// tbvname
|
||||
//
|
||||
this.tbvname.Location = new System.Drawing.Point(69, 77);
|
||||
this.tbvname.Name = "tbvname";
|
||||
this.tbvname.Size = new System.Drawing.Size(261, 21);
|
||||
this.tbvname.TabIndex = 7;
|
||||
this.tbvname.Text = "v.name";
|
||||
this.tbvname.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(16, 80);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(43, 12);
|
||||
this.label3.TabIndex = 6;
|
||||
this.label3.Text = "vname";
|
||||
//
|
||||
// tblot
|
||||
//
|
||||
this.tblot.Location = new System.Drawing.Point(69, 52);
|
||||
this.tblot.Name = "tblot";
|
||||
this.tblot.Size = new System.Drawing.Size(261, 21);
|
||||
this.tblot.TabIndex = 5;
|
||||
this.tblot.Text = "v.lot";
|
||||
this.tblot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(41, 55);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(18, 12);
|
||||
this.label4.TabIndex = 4;
|
||||
this.label4.Text = "lot";
|
||||
//
|
||||
// tbpart
|
||||
//
|
||||
this.tbpart.Location = new System.Drawing.Point(69, 185);
|
||||
this.tbpart.Name = "tbpart";
|
||||
this.tbpart.Size = new System.Drawing.Size(261, 21);
|
||||
this.tbpart.TabIndex = 9;
|
||||
this.tbpart.Text = "part";
|
||||
this.tbpart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(33, 188);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(26, 12);
|
||||
this.label5.TabIndex = 8;
|
||||
this.label5.Text = "part";
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(23, 223);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(36, 12);
|
||||
this.label6.TabIndex = 8;
|
||||
this.label6.Text = "batch";
|
||||
//
|
||||
// tbbatch
|
||||
//
|
||||
this.tbbatch.Location = new System.Drawing.Point(69, 220);
|
||||
this.tbbatch.Name = "tbbatch";
|
||||
this.tbbatch.Size = new System.Drawing.Size(261, 21);
|
||||
this.tbbatch.TabIndex = 9;
|
||||
this.tbbatch.Text = "batch";
|
||||
this.tbbatch.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbbadge
|
||||
//
|
||||
this.tbbadge.Location = new System.Drawing.Point(69, 247);
|
||||
this.tbbadge.Name = "tbbadge";
|
||||
this.tbbadge.Size = new System.Drawing.Size(261, 21);
|
||||
this.tbbadge.TabIndex = 11;
|
||||
this.tbbadge.Text = "badge";
|
||||
this.tbbadge.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(19, 250);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(40, 12);
|
||||
this.label7.TabIndex = 10;
|
||||
this.label7.Text = "badge";
|
||||
//
|
||||
// tbinch
|
||||
//
|
||||
this.tbinch.Location = new System.Drawing.Point(69, 274);
|
||||
this.tbinch.Name = "tbinch";
|
||||
this.tbinch.Size = new System.Drawing.Size(261, 21);
|
||||
this.tbinch.TabIndex = 13;
|
||||
this.tbinch.Text = "7";
|
||||
this.tbinch.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(30, 277);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(29, 12);
|
||||
this.label8.TabIndex = 12;
|
||||
this.label8.Text = "inch";
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Location = new System.Drawing.Point(33, 161);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(26, 12);
|
||||
this.label9.TabIndex = 8;
|
||||
this.label9.Text = "mfg";
|
||||
//
|
||||
// tbmfg
|
||||
//
|
||||
this.tbmfg.Location = new System.Drawing.Point(69, 158);
|
||||
this.tbmfg.Name = "tbmfg";
|
||||
this.tbmfg.Size = new System.Drawing.Size(261, 21);
|
||||
this.tbmfg.TabIndex = 9;
|
||||
this.tbmfg.Text = "2325";
|
||||
this.tbmfg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label10
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.Location = new System.Drawing.Point(37, 107);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(22, 12);
|
||||
this.label10.TabIndex = 8;
|
||||
this.label10.Text = "qty";
|
||||
//
|
||||
// tbqty
|
||||
//
|
||||
this.tbqty.Location = new System.Drawing.Point(69, 104);
|
||||
this.tbqty.Name = "tbqty";
|
||||
this.tbqty.Size = new System.Drawing.Size(261, 21);
|
||||
this.tbqty.TabIndex = 9;
|
||||
this.tbqty.Text = "1000";
|
||||
this.tbqty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbeqid
|
||||
//
|
||||
this.tbeqid.Location = new System.Drawing.Point(69, 301);
|
||||
this.tbeqid.Name = "tbeqid";
|
||||
this.tbeqid.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbeqid.TabIndex = 15;
|
||||
this.tbeqid.Text = "R0";
|
||||
this.tbeqid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label11
|
||||
//
|
||||
this.label11.AutoSize = true;
|
||||
this.label11.Location = new System.Drawing.Point(40, 304);
|
||||
this.label11.Name = "label11";
|
||||
this.label11.Size = new System.Drawing.Size(19, 12);
|
||||
this.label11.TabIndex = 14;
|
||||
this.label11.Text = "eq";
|
||||
//
|
||||
// tbeqname
|
||||
//
|
||||
this.tbeqname.Location = new System.Drawing.Point(175, 301);
|
||||
this.tbeqname.Name = "tbeqname";
|
||||
this.tbeqname.Size = new System.Drawing.Size(155, 21);
|
||||
this.tbeqname.TabIndex = 15;
|
||||
this.tbeqname.Text = "eq name";
|
||||
this.tbeqname.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label12
|
||||
//
|
||||
this.label12.AutoSize = true;
|
||||
this.label12.Location = new System.Drawing.Point(29, 331);
|
||||
this.label12.Name = "label12";
|
||||
this.label12.Size = new System.Drawing.Size(30, 12);
|
||||
this.label12.TabIndex = 12;
|
||||
this.label12.Text = "oper";
|
||||
//
|
||||
// tboper
|
||||
//
|
||||
this.tboper.Location = new System.Drawing.Point(69, 328);
|
||||
this.tboper.Name = "tboper";
|
||||
this.tboper.Size = new System.Drawing.Size(261, 21);
|
||||
this.tboper.TabIndex = 13;
|
||||
this.tboper.Text = "chi";
|
||||
this.tboper.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(350, 25);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(98, 324);
|
||||
this.button1.TabIndex = 16;
|
||||
this.button1.Text = "post";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// dv1
|
||||
//
|
||||
this.dv1.A_DelCurrentCell = true;
|
||||
this.dv1.A_EnterToTab = true;
|
||||
this.dv1.A_KoreanField = null;
|
||||
this.dv1.A_UpperField = null;
|
||||
this.dv1.A_ViewRownumOnHeader = true;
|
||||
this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.dv1.Location = new System.Drawing.Point(474, 25);
|
||||
this.dv1.Name = "dv1";
|
||||
this.dv1.RowTemplate.Height = 23;
|
||||
this.dv1.Size = new System.Drawing.Size(496, 324);
|
||||
this.dv1.TabIndex = 17;
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(474, 355);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(496, 44);
|
||||
this.button2.TabIndex = 18;
|
||||
this.button2.Text = "Read";
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// fSendInboutData
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(997, 407);
|
||||
this.Controls.Add(this.button2);
|
||||
this.Controls.Add(this.dv1);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.tbeqname);
|
||||
this.Controls.Add(this.tbeqid);
|
||||
this.Controls.Add(this.label11);
|
||||
this.Controls.Add(this.tboper);
|
||||
this.Controls.Add(this.label12);
|
||||
this.Controls.Add(this.tbinch);
|
||||
this.Controls.Add(this.label8);
|
||||
this.Controls.Add(this.tbbadge);
|
||||
this.Controls.Add(this.label7);
|
||||
this.Controls.Add(this.tbbatch);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.tbqty);
|
||||
this.Controls.Add(this.label10);
|
||||
this.Controls.Add(this.tbmfg);
|
||||
this.Controls.Add(this.label9);
|
||||
this.Controls.Add(this.tbpart);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.tbvname);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.tblot);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.tbrid);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.tbsid);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Name = "fSendInboutData";
|
||||
this.Text = "fSendInboutData";
|
||||
this.Load += new System.EventHandler(this.fSendInboutData_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.TextBox tbsid;
|
||||
private System.Windows.Forms.TextBox tbrid;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.TextBox tbvname;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.TextBox tblot;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.TextBox tbpart;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.TextBox tbbatch;
|
||||
private System.Windows.Forms.TextBox tbbadge;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.TextBox tbinch;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.TextBox tbmfg;
|
||||
private System.Windows.Forms.Label label10;
|
||||
private System.Windows.Forms.TextBox tbqty;
|
||||
private System.Windows.Forms.TextBox tbeqid;
|
||||
private System.Windows.Forms.Label label11;
|
||||
private System.Windows.Forms.TextBox tbeqname;
|
||||
private System.Windows.Forms.Label label12;
|
||||
private System.Windows.Forms.TextBox tboper;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private arCtl.arDatagridView dv1;
|
||||
private System.Windows.Forms.Button button2;
|
||||
}
|
||||
}
|
||||
68
Handler/Project/Dialog/Debug/fSendInboutData.cs
Normal file
68
Handler/Project/Dialog/Debug/fSendInboutData.cs
Normal file
@@ -0,0 +1,68 @@
|
||||
using AR;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Project.Dialog.Debug
|
||||
{
|
||||
public partial class fSendInboutData : Form
|
||||
{
|
||||
public fSendInboutData()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public class reelinfo
|
||||
{
|
||||
public string ReelId { get; set; }
|
||||
public string C { get; set; }
|
||||
public reelinfo()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
//post
|
||||
|
||||
var reelinfo = new
|
||||
{
|
||||
AMKOR_SID = tbsid.Text,
|
||||
AMKOR_BATCH = tbbatch.Text,
|
||||
REEL_ID = tbrid.Text,
|
||||
REEL_VENDOR_LOT = tblot.Text,
|
||||
REEL_AMKOR_SID = tbsid.Text,
|
||||
REEL_QTY = tbqty.Text,
|
||||
REEL_MANUFACTURER = tbvname.Text,
|
||||
REEL_PRODUCTION_DATE = tbmfg.Text,
|
||||
REEL_INCH_INFO = tbinch.Text,
|
||||
REEL_PART_NUM = tbpart.Text,
|
||||
EQP_ID = tbeqid.Text,
|
||||
EQP_NAME = tbeqname.Text,
|
||||
BADGE = tbbadge.Text,
|
||||
OPER_NAME = tboper.Text,
|
||||
HOST_NAME = System.Net.Dns.GetHostEntry("").HostName,
|
||||
};
|
||||
var rlt = Amkor.RestfulService.Inbound_label_attach_reel_info(reelinfo, out string errmsg);
|
||||
if (rlt == false) UTIL.MsgE(errmsg);
|
||||
|
||||
}
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
{
|
||||
//read
|
||||
}
|
||||
|
||||
private void fSendInboutData_Load(object sender, EventArgs e)
|
||||
{
|
||||
tbeqid.Text = AR.SETTING.Data.MCID;
|
||||
tbeqname.Text = $"Label Attach {tbeqid.Text}";
|
||||
}
|
||||
}
|
||||
}
|
||||
120
Handler/Project/Dialog/Debug/fSendInboutData.resx
Normal file
120
Handler/Project/Dialog/Debug/fSendInboutData.resx
Normal file
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
Reference in New Issue
Block a user