コード例 #1
0
ファイル: frmProviders.Designer.cs プロジェクト: xxdoc/SKS
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProviders));
     this.ToolTipMain       = new System.Windows.Forms.ToolTip(this.components);
     this.dcProviders       = new UpgradeHelpers.VB6.DB.ADO.ADODataControlHelper();
     this.Frame1            = new System.Windows.Forms.GroupBox();
     this._txtField_1       = new System.Windows.Forms.TextBox();
     this._txtField_4       = new System.Windows.Forms.TextBox();
     this._txtField_0       = new System.Windows.Forms.TextBox();
     this._txtField_6       = new System.Windows.Forms.TextBox();
     this._txtField_7       = new System.Windows.Forms.TextBox();
     this._txtField_2       = new System.Windows.Forms.TextBox();
     this._txtField_5       = new System.Windows.Forms.TextBox();
     this.Frame2            = new System.Windows.Forms.GroupBox();
     this._txtField_11      = new System.Windows.Forms.TextBox();
     this._txtField_13      = new System.Windows.Forms.TextBox();
     this._txtField_12      = new System.Windows.Forms.TextBox();
     this.Label7            = new System.Windows.Forms.Label();
     this.Label3            = new System.Windows.Forms.Label();
     this.Label2            = new System.Windows.Forms.Label();
     this._txtField_8       = new System.Windows.Forms.TextBox();
     this._txtField_10      = new System.Windows.Forms.TextBox();
     this._txtField_14      = new System.Windows.Forms.TextBox();
     this._txtField_9       = new System.Windows.Forms.TextBox();
     this.Label4            = new System.Windows.Forms.Label();
     this.Label15           = new System.Windows.Forms.Label();
     this.Label14           = new System.Windows.Forms.Label();
     this.Label13           = new System.Windows.Forms.Label();
     this.Label12           = new System.Windows.Forms.Label();
     this.Label11           = new System.Windows.Forms.Label();
     this.Label10           = new System.Windows.Forms.Label();
     this.Label9            = new System.Windows.Forms.Label();
     this.Label8            = new System.Windows.Forms.Label();
     this.Label6            = new System.Windows.Forms.Label();
     this.Label1            = new System.Windows.Forms.Label();
     this.ImageList1        = new System.Windows.Forms.ImageList();
     this.Toolbar1          = new System.Windows.Forms.ToolStrip();
     this._Toolbar1_Button1 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button2 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button3 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button4 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button5 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button6 = new System.Windows.Forms.ToolStripButton();
     this.Frame1.SuspendLayout();
     this.Frame2.SuspendLayout();
     this.Toolbar1.SuspendLayout();
     this.SuspendLayout();
     //
     // dcProviders
     //
     this.dcProviders.BackColor        = System.Drawing.SystemColors.Window;
     this.dcProviders.BOFAction        = UpgradeHelpers.VB6.DB.Controls.BOFActionEnum.MoveFirst;
     this.dcProviders.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\vbsample\\SKS\\Database\\Orders.mdb;Persist Security Info=False";
     this.dcProviders.CursorLocation   = UpgradeHelpers.VB6.DB.ADO.CursorLocationEnum.adUseClient;
     this.dcProviders.Enabled          = true;
     this.dcProviders.EOFAction        = UpgradeHelpers.VB6.DB.Controls.EOFActionEnum.MoveLast;
     this.dcProviders.FactoryName      = "Access";
     this.dcProviders.Font             = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.dcProviders.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.dcProviders.Location         = new System.Drawing.Point(8, 408);
     this.dcProviders.LockType         = UpgradeHelpers.VB6.DB.ADO.LockTypeEnum.adLockOptimistic;
     this.dcProviders.Name             = "dcProviders";
     this.dcProviders.Password         = "";
     this.dcProviders.QueryTimeout     = 30;
     this.dcProviders.QueryType        = System.Data.CommandType.TableDirect;
     this.dcProviders.RecordSource     = "Providers";
     this.dcProviders.Text             = "Suppliers";
     this.dcProviders.UserName         = "";
     this.dcProviders.Width            = 177;
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this._txtField_1);
     this.Frame1.Controls.Add(this._txtField_4);
     this.Frame1.Controls.Add(this._txtField_0);
     this.Frame1.Controls.Add(this._txtField_6);
     this.Frame1.Controls.Add(this._txtField_7);
     this.Frame1.Controls.Add(this._txtField_2);
     this.Frame1.Controls.Add(this._txtField_5);
     this.Frame1.Controls.Add(this.Frame2);
     this.Frame1.Controls.Add(this._txtField_8);
     this.Frame1.Controls.Add(this._txtField_10);
     this.Frame1.Controls.Add(this._txtField_14);
     this.Frame1.Controls.Add(this._txtField_9);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label15);
     this.Frame1.Controls.Add(this.Label14);
     this.Frame1.Controls.Add(this.Label13);
     this.Frame1.Controls.Add(this.Label12);
     this.Frame1.Controls.Add(this.Label11);
     this.Frame1.Controls.Add(this.Label10);
     this.Frame1.Controls.Add(this.Label9);
     this.Frame1.Controls.Add(this.Label8);
     this.Frame1.Controls.Add(this.Label6);
     this.Frame1.Controls.Add(this.Label1);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 48);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(433, 353);
     this.Frame1.TabIndex    = 14;
     this.Frame1.Text        = "Supplier information";
     this.Frame1.Visible     = true;
     //
     // _txtField_1
     //
     this._txtField_1.AcceptsReturn = true;
     this._txtField_1.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_1.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_1.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_1.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_1.Location      = new System.Drawing.Point(16, 288);
     this._txtField_1.MaxLength     = 0;
     this._txtField_1.Multiline     = true;
     this._txtField_1.Name          = "_txtField_1";
     this._txtField_1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_1.Size          = new System.Drawing.Size(401, 52);
     this._txtField_1.TabIndex      = 29;
     this._txtField_1.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_4
     //
     this._txtField_4.AcceptsReturn = true;
     this._txtField_4.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_4.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_4.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_4.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_4.Location      = new System.Drawing.Point(104, 83);
     this._txtField_4.MaxLength     = 0;
     this._txtField_4.Name          = "_txtField_4";
     this._txtField_4.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_4.Size          = new System.Drawing.Size(105, 20);
     this._txtField_4.TabIndex      = 5;
     this._txtField_4.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_0
     //
     this._txtField_0.AcceptsReturn = true;
     this._txtField_0.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_0.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_0.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_0.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_0.Location      = new System.Drawing.Point(104, 24);
     this._txtField_0.MaxLength     = 0;
     this._txtField_0.Name          = "_txtField_0";
     this._txtField_0.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_0.Size          = new System.Drawing.Size(105, 20);
     this._txtField_0.TabIndex      = 0;
     this._txtField_0.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_6
     //
     this._txtField_6.AcceptsReturn = true;
     this._txtField_6.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_6.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_6.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_6.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_6.Location      = new System.Drawing.Point(104, 145);
     this._txtField_6.MaxLength     = 0;
     this._txtField_6.Name          = "_txtField_6";
     this._txtField_6.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_6.Size          = new System.Drawing.Size(105, 20);
     this._txtField_6.TabIndex      = 7;
     this._txtField_6.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_7
     //
     this._txtField_7.AcceptsReturn = true;
     this._txtField_7.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_7.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_7.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_7.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_7.Location      = new System.Drawing.Point(104, 176);
     this._txtField_7.MaxLength     = 0;
     this._txtField_7.Name          = "_txtField_7";
     this._txtField_7.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_7.Size          = new System.Drawing.Size(105, 20);
     this._txtField_7.TabIndex      = 8;
     this._txtField_7.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_2
     //
     this._txtField_2.AcceptsReturn = true;
     this._txtField_2.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_2.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_2.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_2.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_2.Location      = new System.Drawing.Point(104, 54);
     this._txtField_2.MaxLength     = 0;
     this._txtField_2.Name          = "_txtField_2";
     this._txtField_2.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_2.Size          = new System.Drawing.Size(105, 20);
     this._txtField_2.TabIndex      = 1;
     this._txtField_2.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_5
     //
     this._txtField_5.AcceptsReturn = true;
     this._txtField_5.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_5.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_5.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_5.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_5.Location      = new System.Drawing.Point(104, 114);
     this._txtField_5.MaxLength     = 0;
     this._txtField_5.Name          = "_txtField_5";
     this._txtField_5.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_5.Size          = new System.Drawing.Size(105, 20);
     this._txtField_5.TabIndex      = 6;
     this._txtField_5.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // Frame2
     //
     this.Frame2.BackColor = System.Drawing.SystemColors.Control;
     this.Frame2.Controls.Add(this._txtField_11);
     this.Frame2.Controls.Add(this._txtField_13);
     this.Frame2.Controls.Add(this._txtField_12);
     this.Frame2.Controls.Add(this.Label7);
     this.Frame2.Controls.Add(this.Label3);
     this.Frame2.Controls.Add(this.Label2);
     this.Frame2.Enabled     = true;
     this.Frame2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame2.Location    = new System.Drawing.Point(224, 14);
     this.Frame2.Name        = "Frame2";
     this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Size        = new System.Drawing.Size(194, 97);
     this.Frame2.TabIndex    = 24;
     this.Frame2.Text        = "Contact";
     this.Frame2.Visible     = true;
     //
     // _txtField_11
     //
     this._txtField_11.AcceptsReturn = true;
     this._txtField_11.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_11.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_11.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_11.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_11.Location      = new System.Drawing.Point(64, 16);
     this._txtField_11.MaxLength     = 0;
     this._txtField_11.Name          = "_txtField_11";
     this._txtField_11.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_11.Size          = new System.Drawing.Size(121, 20);
     this._txtField_11.TabIndex      = 2;
     this._txtField_11.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_13
     //
     this._txtField_13.AcceptsReturn = true;
     this._txtField_13.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_13.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_13.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_13.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_13.Location      = new System.Drawing.Point(64, 64);
     this._txtField_13.MaxLength     = 0;
     this._txtField_13.Name          = "_txtField_13";
     this._txtField_13.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_13.Size          = new System.Drawing.Size(121, 20);
     this._txtField_13.TabIndex      = 4;
     this._txtField_13.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_12
     //
     this._txtField_12.AcceptsReturn = true;
     this._txtField_12.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_12.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_12.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_12.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_12.Location      = new System.Drawing.Point(64, 40);
     this._txtField_12.MaxLength     = 0;
     this._txtField_12.Name          = "_txtField_12";
     this._txtField_12.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_12.Size          = new System.Drawing.Size(121, 20);
     this._txtField_12.TabIndex      = 3;
     this._txtField_12.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // Label7
     //
     this.Label7.BackColor   = System.Drawing.SystemColors.Control;
     this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label7.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label7.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(8, 16);
     this.Label7.Name        = "Label7";
     this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label7.Size        = new System.Drawing.Size(49, 17);
     this.Label7.TabIndex    = 27;
     this.Label7.Text        = "Title:";
     //
     // Label3
     //
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(8, 69);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(57, 17);
     this.Label3.TabIndex    = 26;
     this.Label3.Text        = "Last name:";
     //
     // Label2
     //
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(8, 43);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(57, 17);
     this.Label2.TabIndex    = 25;
     this.Label2.Text        = "First name:";
     //
     // _txtField_8
     //
     this._txtField_8.AcceptsReturn = true;
     this._txtField_8.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_8.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_8.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_8.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_8.Location      = new System.Drawing.Point(312, 115);
     this._txtField_8.MaxLength     = 0;
     this._txtField_8.Name          = "_txtField_8";
     this._txtField_8.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_8.Size          = new System.Drawing.Size(105, 20);
     this._txtField_8.TabIndex      = 9;
     this._txtField_8.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_10
     //
     this._txtField_10.AcceptsReturn = true;
     this._txtField_10.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_10.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_10.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_10.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_10.Location      = new System.Drawing.Point(312, 176);
     this._txtField_10.MaxLength     = 0;
     this._txtField_10.Name          = "_txtField_10";
     this._txtField_10.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_10.Size          = new System.Drawing.Size(105, 20);
     this._txtField_10.TabIndex      = 11;
     this._txtField_10.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_14
     //
     this._txtField_14.AcceptsReturn = true;
     this._txtField_14.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_14.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_14.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_14.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_14.Location      = new System.Drawing.Point(16, 216);
     this._txtField_14.MaxLength     = 0;
     this._txtField_14.Multiline     = true;
     this._txtField_14.Name          = "_txtField_14";
     this._txtField_14.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_14.Size          = new System.Drawing.Size(401, 52);
     this._txtField_14.TabIndex      = 12;
     this._txtField_14.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_9
     //
     this._txtField_9.AcceptsReturn = true;
     this._txtField_9.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_9.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_9.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_9.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_9.Location      = new System.Drawing.Point(312, 145);
     this._txtField_9.MaxLength     = 0;
     this._txtField_9.Name          = "_txtField_9";
     this._txtField_9.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_9.Size          = new System.Drawing.Size(105, 20);
     this._txtField_9.TabIndex      = 10;
     this._txtField_9.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // Label4
     //
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(16, 272);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 30;
     this.Label4.Text        = "Payment Terms:";
     //
     // Label15
     //
     this.Label15.BackColor   = System.Drawing.SystemColors.Control;
     this.Label15.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label15.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label15.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label15.Location    = new System.Drawing.Point(16, 83);
     this.Label15.Name        = "Label15";
     this.Label15.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label15.Size        = new System.Drawing.Size(89, 17);
     this.Label15.TabIndex    = 28;
     this.Label15.Text        = "Zip code:";
     //
     // Label14
     //
     this.Label14.BackColor   = System.Drawing.SystemColors.Control;
     this.Label14.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label14.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label14.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label14.Location    = new System.Drawing.Point(16, 176);
     this.Label14.Name        = "Label14";
     this.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label14.Size        = new System.Drawing.Size(89, 17);
     this.Label14.TabIndex    = 23;
     this.Label14.Text        = "Country/Region";
     //
     // Label13
     //
     this.Label13.BackColor   = System.Drawing.SystemColors.Control;
     this.Label13.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label13.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label13.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label13.Location    = new System.Drawing.Point(16, 145);
     this.Label13.Name        = "Label13";
     this.Label13.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label13.Size        = new System.Drawing.Size(89, 17);
     this.Label13.TabIndex    = 22;
     this.Label13.Text        = "State or province:";
     //
     // Label12
     //
     this.Label12.BackColor   = System.Drawing.SystemColors.Control;
     this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label12.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label12.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label12.Location    = new System.Drawing.Point(16, 200);
     this.Label12.Name        = "Label12";
     this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label12.Size        = new System.Drawing.Size(89, 17);
     this.Label12.TabIndex    = 21;
     this.Label12.Text        = "Notes:";
     //
     // Label11
     //
     this.Label11.BackColor   = System.Drawing.SystemColors.Control;
     this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label11.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label11.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label11.Location    = new System.Drawing.Point(16, 54);
     this.Label11.Name        = "Label11";
     this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label11.Size        = new System.Drawing.Size(89, 17);
     this.Label11.TabIndex    = 20;
     this.Label11.Text        = "Email:";
     //
     // Label10
     //
     this.Label10.BackColor   = System.Drawing.SystemColors.Control;
     this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label10.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label10.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label10.Location    = new System.Drawing.Point(232, 176);
     this.Label10.Name        = "Label10";
     this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label10.Size        = new System.Drawing.Size(89, 17);
     this.Label10.TabIndex    = 19;
     this.Label10.Text        = "Fax number:";
     //
     // Label9
     //
     this.Label9.BackColor   = System.Drawing.SystemColors.Control;
     this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label9.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label9.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label9.Location    = new System.Drawing.Point(232, 145);
     this.Label9.Name        = "Label9";
     this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label9.Size        = new System.Drawing.Size(89, 17);
     this.Label9.TabIndex    = 18;
     this.Label9.Text        = "Extension:";
     //
     // Label8
     //
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label8.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(232, 115);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(89, 17);
     this.Label8.TabIndex    = 17;
     this.Label8.Text        = "Phone number:";
     //
     // Label6
     //
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label6.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(16, 114);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(89, 17);
     this.Label6.TabIndex    = 16;
     this.Label6.Text        = "City:";
     //
     // Label1
     //
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(16, 24);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(89, 17);
     this.Label1.TabIndex    = 15;
     this.Label1.Text        = "Supplier Name:";
     //
     // ImageList1
     //
     this.ImageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.ImageList1.ImageStream      = (System.Windows.Forms.ImageListStreamer)resources.GetObject("ImageList1.ImageStream");
     this.ImageList1.TransparentColor = System.Drawing.Color.White;
     this.ImageList1.Images.SetKeyName(0, "");
     this.ImageList1.Images.SetKeyName(1, "");
     this.ImageList1.Images.SetKeyName(2, "");
     this.ImageList1.Images.SetKeyName(3, "");
     this.ImageList1.Images.SetKeyName(4, "");
     //
     // Toolbar1
     //
     this.Toolbar1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.Toolbar1.ImageList        = ImageList1;
     this.Toolbar1.Location         = new System.Drawing.Point(0, 0);
     this.Toolbar1.Name             = "Toolbar1";
     this.Toolbar1.ShowItemToolTips = true;
     this.Toolbar1.Size             = new System.Drawing.Size(454, 44);
     this.Toolbar1.TabIndex         = 13;
     this.Toolbar1.Items.Add(this._Toolbar1_Button1);
     this.Toolbar1.Items.Add(this._Toolbar1_Button2);
     this.Toolbar1.Items.Add(this._Toolbar1_Button3);
     this.Toolbar1.Items.Add(this._Toolbar1_Button4);
     this.Toolbar1.Items.Add(this._Toolbar1_Button5);
     this.Toolbar1.Items.Add(this._Toolbar1_Button6);
     //
     // _Toolbar1_Button1
     //
     this._Toolbar1_Button1.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button1.ImageIndex        = 0;
     this._Toolbar1_Button1.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button1.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button1.Text              = "Add";
     this._Toolbar1_Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button1.ToolTipText       = "Create a new record";
     this._Toolbar1_Button1.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button2
     //
     this._Toolbar1_Button2.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button2.ImageIndex        = 1;
     this._Toolbar1_Button2.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button2.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button2.Text              = "Edit";
     this._Toolbar1_Button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button2.ToolTipText       = "Edit this record";
     this._Toolbar1_Button2.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button3
     //
     this._Toolbar1_Button3.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button3.ImageIndex        = 2;
     this._Toolbar1_Button3.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button3.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button3.Text              = "Save";
     this._Toolbar1_Button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button3.ToolTipText       = "Save the current changes";
     this._Toolbar1_Button3.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button4
     //
     this._Toolbar1_Button4.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button4.ImageIndex        = 3;
     this._Toolbar1_Button4.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button4.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button4.Text              = "Delete";
     this._Toolbar1_Button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button4.ToolTipText       = "Delete the current record";
     this._Toolbar1_Button4.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button5
     //
     this._Toolbar1_Button5.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button5.ImageIndex        = 4;
     this._Toolbar1_Button5.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button5.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button5.Text              = "Search";
     this._Toolbar1_Button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button5.ToolTipText       = "Search for a record";
     this._Toolbar1_Button5.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button6
     //
     this._Toolbar1_Button6.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button6.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button6.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button6.Text              = "Cancel";
     this._Toolbar1_Button6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button6.ToolTipText       = "Cancel edited changes";
     this._Toolbar1_Button6.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // frmProviders
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(454, 435);
     this.Controls.Add(this.dcProviders);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.Toolbar1);
     this.Cursor          = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Location        = new System.Drawing.Point(3, 25);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmProviders";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.Text            = "Suppliers";
     this.Closed         += new System.EventHandler(this.frmProviders_Closed);
     this.Load           += new System.EventHandler(this.frmProviders_Load);
     this.Frame1.ResumeLayout(false);
     this.Frame2.ResumeLayout(false);
     this.Toolbar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #2
0
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCustomers));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.dcCustomers = new UpgradeHelpers.VB6.DB.ADO.ADODataControlHelper();
			this.Frame1 = new System.Windows.Forms.GroupBox();
			this._txtField_4 = new System.Windows.Forms.TextBox();
			this._txtField_0 = new System.Windows.Forms.TextBox();
			this._txtField_6 = new System.Windows.Forms.TextBox();
			this._txtField_7 = new System.Windows.Forms.TextBox();
			this._txtField_2 = new System.Windows.Forms.TextBox();
			this._txtField_1 = new System.Windows.Forms.TextBox();
			this._txtField_3 = new System.Windows.Forms.TextBox();
			this._txtField_5 = new System.Windows.Forms.TextBox();
			this.Frame2 = new System.Windows.Forms.GroupBox();
			this._txtField_11 = new System.Windows.Forms.TextBox();
			this._txtField_13 = new System.Windows.Forms.TextBox();
			this._txtField_12 = new System.Windows.Forms.TextBox();
			this.Label7 = new System.Windows.Forms.Label();
			this.Label3 = new System.Windows.Forms.Label();
			this.Label2 = new System.Windows.Forms.Label();
			this._txtField_8 = new System.Windows.Forms.TextBox();
			this._txtField_10 = new System.Windows.Forms.TextBox();
			this._txtField_14 = new System.Windows.Forms.TextBox();
			this._txtField_9 = new System.Windows.Forms.TextBox();
			this.Label15 = new System.Windows.Forms.Label();
			this.Label14 = new System.Windows.Forms.Label();
			this.Label13 = new System.Windows.Forms.Label();
			this.Label12 = new System.Windows.Forms.Label();
			this.Label11 = new System.Windows.Forms.Label();
			this.Label10 = new System.Windows.Forms.Label();
			this.Label9 = new System.Windows.Forms.Label();
			this.Label8 = new System.Windows.Forms.Label();
			this.Label6 = new System.Windows.Forms.Label();
			this.Label5 = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.Label1 = new System.Windows.Forms.Label();
			this.ImageList1 = new System.Windows.Forms.ImageList();
			this.Toolbar1 = new System.Windows.Forms.ToolStrip();
			this._Toolbar1_Button1 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button2 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button3 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button4 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button5 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button6 = new System.Windows.Forms.ToolStripButton();
			this.Frame1.SuspendLayout();
			this.Frame2.SuspendLayout();
			this.Toolbar1.SuspendLayout();
			this.SuspendLayout();
			// 
			// dcCustomers
			// 
			this.dcCustomers.BackColor = System.Drawing.SystemColors.Window;
			this.dcCustomers.BOFAction = UpgradeHelpers.VB6.DB.Controls.BOFActionEnum.MoveFirst;
			this.dcCustomers.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\vbsample\\SKS\\Database\\Orders.mdb;Persist Security Info=False";
			this.dcCustomers.CursorLocation = UpgradeHelpers.VB6.DB.ADO.CursorLocationEnum.adUseClient;
			this.dcCustomers.Enabled = true;
			this.dcCustomers.EOFAction = UpgradeHelpers.VB6.DB.Controls.EOFActionEnum.MoveLast;
			this.dcCustomers.FactoryName = "Access";
			this.dcCustomers.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.dcCustomers.ForeColor = System.Drawing.SystemColors.WindowText;
			this.dcCustomers.Location = new System.Drawing.Point(8, 400);
			this.dcCustomers.LockType = UpgradeHelpers.VB6.DB.ADO.LockTypeEnum.adLockOptimistic;
			this.dcCustomers.Name = "dcCustomers";
			this.dcCustomers.Password = "";
			this.dcCustomers.QueryTimeout = 30;
			this.dcCustomers.QueryType = System.Data.CommandType.TableDirect;
			this.dcCustomers.RecordSource = "Customers";
			this.dcCustomers.Text = "Customers";
			this.dcCustomers.UserName = "";
			this.dcCustomers.Width = 177;
			// 
			// Frame1
			// 
			this.Frame1.BackColor = System.Drawing.SystemColors.Control;
			this.Frame1.Controls.Add(this._txtField_4);
			this.Frame1.Controls.Add(this._txtField_0);
			this.Frame1.Controls.Add(this._txtField_6);
			this.Frame1.Controls.Add(this._txtField_7);
			this.Frame1.Controls.Add(this._txtField_2);
			this.Frame1.Controls.Add(this._txtField_1);
			this.Frame1.Controls.Add(this._txtField_3);
			this.Frame1.Controls.Add(this._txtField_5);
			this.Frame1.Controls.Add(this.Frame2);
			this.Frame1.Controls.Add(this._txtField_8);
			this.Frame1.Controls.Add(this._txtField_10);
			this.Frame1.Controls.Add(this._txtField_14);
			this.Frame1.Controls.Add(this._txtField_9);
			this.Frame1.Controls.Add(this.Label15);
			this.Frame1.Controls.Add(this.Label14);
			this.Frame1.Controls.Add(this.Label13);
			this.Frame1.Controls.Add(this.Label12);
			this.Frame1.Controls.Add(this.Label11);
			this.Frame1.Controls.Add(this.Label10);
			this.Frame1.Controls.Add(this.Label9);
			this.Frame1.Controls.Add(this.Label8);
			this.Frame1.Controls.Add(this.Label6);
			this.Frame1.Controls.Add(this.Label5);
			this.Frame1.Controls.Add(this.Label4);
			this.Frame1.Controls.Add(this.Label1);
			this.Frame1.Enabled = true;
			this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame1.Location = new System.Drawing.Point(8, 48);
			this.Frame1.Name = "Frame1";
			this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame1.Size = new System.Drawing.Size(433, 345);
			this.Frame1.TabIndex = 16;
			this.Frame1.Text = "Customer information";
			this.Frame1.Visible = true;
			// 
			// _txtField_4
			// 
			this._txtField_4.AcceptsReturn = true;
			this._txtField_4.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_4.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_4.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_4.Location = new System.Drawing.Point(104, 148);
			this._txtField_4.MaxLength = 0;
			this._txtField_4.Name = "_txtField_4";
			this._txtField_4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_4.Size = new System.Drawing.Size(105, 20);
			this._txtField_4.TabIndex = 7;
			this._txtField_4.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_0
			// 
			this._txtField_0.AcceptsReturn = true;
			this._txtField_0.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_0.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_0.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_0.Location = new System.Drawing.Point(104, 24);
			this._txtField_0.MaxLength = 0;
			this._txtField_0.Name = "_txtField_0";
			this._txtField_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_0.Size = new System.Drawing.Size(105, 20);
			this._txtField_0.TabIndex = 0;
			this._txtField_0.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_6
			// 
			this._txtField_6.AcceptsReturn = true;
			this._txtField_6.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_6.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_6.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_6.Location = new System.Drawing.Point(104, 209);
			this._txtField_6.MaxLength = 0;
			this._txtField_6.Name = "_txtField_6";
			this._txtField_6.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_6.Size = new System.Drawing.Size(105, 20);
			this._txtField_6.TabIndex = 9;
			this._txtField_6.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_7
			// 
			this._txtField_7.AcceptsReturn = true;
			this._txtField_7.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_7.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_7.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_7.Location = new System.Drawing.Point(104, 240);
			this._txtField_7.MaxLength = 0;
			this._txtField_7.Name = "_txtField_7";
			this._txtField_7.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_7.Size = new System.Drawing.Size(105, 20);
			this._txtField_7.TabIndex = 10;
			this._txtField_7.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_2
			// 
			this._txtField_2.AcceptsReturn = true;
			this._txtField_2.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_2.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_2.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_2.Location = new System.Drawing.Point(104, 86);
			this._txtField_2.MaxLength = 0;
			this._txtField_2.Name = "_txtField_2";
			this._txtField_2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_2.Size = new System.Drawing.Size(105, 20);
			this._txtField_2.TabIndex = 2;
			this._txtField_2.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_1
			// 
			this._txtField_1.AcceptsReturn = true;
			this._txtField_1.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_1.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_1.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_1.Location = new System.Drawing.Point(104, 55);
			this._txtField_1.MaxLength = 0;
			this._txtField_1.Name = "_txtField_1";
			this._txtField_1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_1.Size = new System.Drawing.Size(105, 20);
			this._txtField_1.TabIndex = 1;
			this._txtField_1.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_3
			// 
			this._txtField_3.AcceptsReturn = true;
			this._txtField_3.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_3.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_3.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_3.Location = new System.Drawing.Point(104, 117);
			this._txtField_3.MaxLength = 0;
			this._txtField_3.Name = "_txtField_3";
			this._txtField_3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_3.Size = new System.Drawing.Size(313, 20);
			this._txtField_3.TabIndex = 6;
			this._txtField_3.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_5
			// 
			this._txtField_5.AcceptsReturn = true;
			this._txtField_5.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_5.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_5.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_5.Location = new System.Drawing.Point(104, 178);
			this._txtField_5.MaxLength = 0;
			this._txtField_5.Name = "_txtField_5";
			this._txtField_5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_5.Size = new System.Drawing.Size(105, 20);
			this._txtField_5.TabIndex = 8;
			this._txtField_5.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// Frame2
			// 
			this.Frame2.BackColor = System.Drawing.SystemColors.Control;
			this.Frame2.Controls.Add(this._txtField_11);
			this.Frame2.Controls.Add(this._txtField_13);
			this.Frame2.Controls.Add(this._txtField_12);
			this.Frame2.Controls.Add(this.Label7);
			this.Frame2.Controls.Add(this.Label3);
			this.Frame2.Controls.Add(this.Label2);
			this.Frame2.Enabled = true;
			this.Frame2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame2.Location = new System.Drawing.Point(224, 14);
			this.Frame2.Name = "Frame2";
			this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame2.Size = new System.Drawing.Size(194, 97);
			this.Frame2.TabIndex = 28;
			this.Frame2.Text = "Contact";
			this.Frame2.Visible = true;
			// 
			// _txtField_11
			// 
			this._txtField_11.AcceptsReturn = true;
			this._txtField_11.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_11.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_11.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_11.Location = new System.Drawing.Point(64, 16);
			this._txtField_11.MaxLength = 0;
			this._txtField_11.Name = "_txtField_11";
			this._txtField_11.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_11.Size = new System.Drawing.Size(121, 20);
			this._txtField_11.TabIndex = 3;
			this._txtField_11.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_13
			// 
			this._txtField_13.AcceptsReturn = true;
			this._txtField_13.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_13.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_13.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_13.Location = new System.Drawing.Point(64, 64);
			this._txtField_13.MaxLength = 0;
			this._txtField_13.Name = "_txtField_13";
			this._txtField_13.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_13.Size = new System.Drawing.Size(121, 20);
			this._txtField_13.TabIndex = 5;
			this._txtField_13.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_12
			// 
			this._txtField_12.AcceptsReturn = true;
			this._txtField_12.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_12.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_12.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_12.Location = new System.Drawing.Point(64, 40);
			this._txtField_12.MaxLength = 0;
			this._txtField_12.Name = "_txtField_12";
			this._txtField_12.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_12.Size = new System.Drawing.Size(121, 20);
			this._txtField_12.TabIndex = 4;
			this._txtField_12.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// Label7
			// 
			this.Label7.BackColor = System.Drawing.SystemColors.Control;
			this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label7.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label7.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label7.Location = new System.Drawing.Point(8, 16);
			this.Label7.Name = "Label7";
			this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label7.Size = new System.Drawing.Size(49, 17);
			this.Label7.TabIndex = 31;
			this.Label7.Text = "Title:";
			// 
			// Label3
			// 
			this.Label3.BackColor = System.Drawing.SystemColors.Control;
			this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label3.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label3.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label3.Location = new System.Drawing.Point(8, 69);
			this.Label3.Name = "Label3";
			this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label3.Size = new System.Drawing.Size(57, 17);
			this.Label3.TabIndex = 30;
			this.Label3.Text = "Last name:";
			// 
			// Label2
			// 
			this.Label2.BackColor = System.Drawing.SystemColors.Control;
			this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label2.Location = new System.Drawing.Point(8, 43);
			this.Label2.Name = "Label2";
			this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label2.Size = new System.Drawing.Size(57, 17);
			this.Label2.TabIndex = 29;
			this.Label2.Text = "First name:";
			// 
			// _txtField_8
			// 
			this._txtField_8.AcceptsReturn = true;
			this._txtField_8.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_8.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_8.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_8.Location = new System.Drawing.Point(312, 179);
			this._txtField_8.MaxLength = 0;
			this._txtField_8.Name = "_txtField_8";
			this._txtField_8.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_8.Size = new System.Drawing.Size(105, 20);
			this._txtField_8.TabIndex = 11;
			this._txtField_8.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_10
			// 
			this._txtField_10.AcceptsReturn = true;
			this._txtField_10.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_10.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_10.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_10.Location = new System.Drawing.Point(312, 240);
			this._txtField_10.MaxLength = 0;
			this._txtField_10.Name = "_txtField_10";
			this._txtField_10.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_10.Size = new System.Drawing.Size(105, 20);
			this._txtField_10.TabIndex = 13;
			this._txtField_10.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_14
			// 
			this._txtField_14.AcceptsReturn = true;
			this._txtField_14.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_14.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_14.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_14.Location = new System.Drawing.Point(16, 280);
			this._txtField_14.MaxLength = 0;
			this._txtField_14.Multiline = true;
			this._txtField_14.Name = "_txtField_14";
			this._txtField_14.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_14.Size = new System.Drawing.Size(401, 52);
			this._txtField_14.TabIndex = 14;
			this._txtField_14.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_9
			// 
			this._txtField_9.AcceptsReturn = true;
			this._txtField_9.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_9.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_9.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_9.Location = new System.Drawing.Point(312, 209);
			this._txtField_9.MaxLength = 0;
			this._txtField_9.Name = "_txtField_9";
			this._txtField_9.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_9.Size = new System.Drawing.Size(105, 20);
			this._txtField_9.TabIndex = 12;
			this._txtField_9.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// Label15
			// 
			this.Label15.BackColor = System.Drawing.SystemColors.Control;
			this.Label15.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label15.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label15.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label15.Location = new System.Drawing.Point(16, 148);
			this.Label15.Name = "Label15";
			this.Label15.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label15.Size = new System.Drawing.Size(89, 17);
			this.Label15.TabIndex = 32;
			this.Label15.Text = "Zip code:";
			// 
			// Label14
			// 
			this.Label14.BackColor = System.Drawing.SystemColors.Control;
			this.Label14.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label14.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label14.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label14.Location = new System.Drawing.Point(16, 240);
			this.Label14.Name = "Label14";
			this.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label14.Size = new System.Drawing.Size(89, 17);
			this.Label14.TabIndex = 27;
			this.Label14.Text = "Country/Region";
			// 
			// Label13
			// 
			this.Label13.BackColor = System.Drawing.SystemColors.Control;
			this.Label13.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label13.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label13.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label13.Location = new System.Drawing.Point(16, 209);
			this.Label13.Name = "Label13";
			this.Label13.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label13.Size = new System.Drawing.Size(89, 17);
			this.Label13.TabIndex = 26;
			this.Label13.Text = "State or province:";
			// 
			// Label12
			// 
			this.Label12.BackColor = System.Drawing.SystemColors.Control;
			this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label12.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label12.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label12.Location = new System.Drawing.Point(16, 264);
			this.Label12.Name = "Label12";
			this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label12.Size = new System.Drawing.Size(89, 17);
			this.Label12.TabIndex = 25;
			this.Label12.Text = "Notes:";
			// 
			// Label11
			// 
			this.Label11.BackColor = System.Drawing.SystemColors.Control;
			this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label11.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label11.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label11.Location = new System.Drawing.Point(16, 86);
			this.Label11.Name = "Label11";
			this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label11.Size = new System.Drawing.Size(89, 17);
			this.Label11.TabIndex = 24;
			this.Label11.Text = "Email:";
			// 
			// Label10
			// 
			this.Label10.BackColor = System.Drawing.SystemColors.Control;
			this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label10.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label10.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label10.Location = new System.Drawing.Point(232, 240);
			this.Label10.Name = "Label10";
			this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label10.Size = new System.Drawing.Size(89, 17);
			this.Label10.TabIndex = 23;
			this.Label10.Text = "Fax number:";
			// 
			// Label9
			// 
			this.Label9.BackColor = System.Drawing.SystemColors.Control;
			this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label9.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label9.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label9.Location = new System.Drawing.Point(232, 209);
			this.Label9.Name = "Label9";
			this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label9.Size = new System.Drawing.Size(89, 17);
			this.Label9.TabIndex = 22;
			this.Label9.Text = "Extension:";
			// 
			// Label8
			// 
			this.Label8.BackColor = System.Drawing.SystemColors.Control;
			this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label8.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label8.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label8.Location = new System.Drawing.Point(232, 179);
			this.Label8.Name = "Label8";
			this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label8.Size = new System.Drawing.Size(89, 17);
			this.Label8.TabIndex = 21;
			this.Label8.Text = "Phone number:";
			// 
			// Label6
			// 
			this.Label6.BackColor = System.Drawing.SystemColors.Control;
			this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label6.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label6.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label6.Location = new System.Drawing.Point(16, 178);
			this.Label6.Name = "Label6";
			this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label6.Size = new System.Drawing.Size(89, 17);
			this.Label6.TabIndex = 20;
			this.Label6.Text = "City:";
			// 
			// Label5
			// 
			this.Label5.BackColor = System.Drawing.SystemColors.Control;
			this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label5.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label5.Location = new System.Drawing.Point(16, 117);
			this.Label5.Name = "Label5";
			this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label5.Size = new System.Drawing.Size(89, 17);
			this.Label5.TabIndex = 19;
			this.Label5.Text = "Billing address:";
			// 
			// Label4
			// 
			this.Label4.BackColor = System.Drawing.SystemColors.Control;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label4.Location = new System.Drawing.Point(16, 55);
			this.Label4.Name = "Label4";
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.Size = new System.Drawing.Size(89, 17);
			this.Label4.TabIndex = 18;
			this.Label4.Text = "Department:";
			// 
			// Label1
			// 
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label1.Location = new System.Drawing.Point(16, 24);
			this.Label1.Name = "Label1";
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.Size = new System.Drawing.Size(89, 17);
			this.Label1.TabIndex = 17;
			this.Label1.Text = "Company Name:";
			// 
			// ImageList1
			// 
			this.ImageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.ImageList1.ImageStream = (System.Windows.Forms.ImageListStreamer) resources.GetObject("ImageList1.ImageStream");
			this.ImageList1.TransparentColor = System.Drawing.Color.White;
			this.ImageList1.Images.SetKeyName(0, "");
			this.ImageList1.Images.SetKeyName(1, "");
			this.ImageList1.Images.SetKeyName(2, "");
			this.ImageList1.Images.SetKeyName(3, "");
			this.ImageList1.Images.SetKeyName(4, "");
			// 
			// Toolbar1
			// 
			this.Toolbar1.Dock = System.Windows.Forms.DockStyle.Top;
			this.Toolbar1.ImageList = ImageList1;
			this.Toolbar1.Location = new System.Drawing.Point(0, 0);
			this.Toolbar1.Name = "Toolbar1";
			this.Toolbar1.ShowItemToolTips = true;
			this.Toolbar1.Size = new System.Drawing.Size(454, 44);
			this.Toolbar1.TabIndex = 15;
			this.Toolbar1.Items.Add(this._Toolbar1_Button1);
			this.Toolbar1.Items.Add(this._Toolbar1_Button2);
			this.Toolbar1.Items.Add(this._Toolbar1_Button3);
			this.Toolbar1.Items.Add(this._Toolbar1_Button4);
			this.Toolbar1.Items.Add(this._Toolbar1_Button5);
			this.Toolbar1.Items.Add(this._Toolbar1_Button6);
			// 
			// _Toolbar1_Button1
			// 
			this._Toolbar1_Button1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button1.ImageIndex = 0;
			this._Toolbar1_Button1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button1.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button1.Text = "Add";
			this._Toolbar1_Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button1.ToolTipText = "Create a new record";
			this._Toolbar1_Button1.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button2
			// 
			this._Toolbar1_Button2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button2.ImageIndex = 1;
			this._Toolbar1_Button2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button2.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button2.Text = "Edit";
			this._Toolbar1_Button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button2.ToolTipText = "Edit this record";
			this._Toolbar1_Button2.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button3
			// 
			this._Toolbar1_Button3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button3.ImageIndex = 2;
			this._Toolbar1_Button3.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button3.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button3.Text = "Save";
			this._Toolbar1_Button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button3.ToolTipText = "Save the current changes";
			this._Toolbar1_Button3.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button4
			// 
			this._Toolbar1_Button4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button4.ImageIndex = 3;
			this._Toolbar1_Button4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button4.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button4.Text = "Delete";
			this._Toolbar1_Button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button4.ToolTipText = "Delete the current record";
			this._Toolbar1_Button4.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button5
			// 
			this._Toolbar1_Button5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button5.ImageIndex = 4;
			this._Toolbar1_Button5.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button5.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button5.Text = "Search";
			this._Toolbar1_Button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button5.ToolTipText = "Search for a record";
			this._Toolbar1_Button5.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button6
			// 
			this._Toolbar1_Button6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button6.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button6.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button6.Text = "Cancel";
			this._Toolbar1_Button6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button6.ToolTipText = "Cancel edited changes";
			this._Toolbar1_Button6.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// frmCustomers
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(454, 430);
			this.Controls.Add(this.dcCustomers);
			this.Controls.Add(this.Frame1);
			this.Controls.Add(this.Toolbar1);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.Location = new System.Drawing.Point(3, 25);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "frmCustomers";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Text = "Customers";
			this.Closed += new System.EventHandler(this.frmCustomers_Closed);
			this.Load += new System.EventHandler(this.frmCustomers_Load);
			this.Frame1.ResumeLayout(false);
			this.Frame2.ResumeLayout(false);
			this.Toolbar1.ResumeLayout(false);
			this.ResumeLayout(false);
		}
コード例 #3
0
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProducts));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.Frame1 = new System.Windows.Forms.GroupBox();
			this._txtField_6 = new System.Windows.Forms.TextBox();
			this._txtField_0 = new System.Windows.Forms.TextBox();
			this._txtField_5 = new System.Windows.Forms.TextBox();
			this.cmdCategories = new System.Windows.Forms.Button();
			this.txtCategory = new System.Windows.Forms.TextBox();
			this.cmbCategory = new System.Windows.Forms.ComboBox();
			this._txtField_4 = new System.Windows.Forms.TextBox();
			this._txtField_3 = new System.Windows.Forms.TextBox();
			this._txtField_2 = new System.Windows.Forms.TextBox();
			this._txtField_1 = new System.Windows.Forms.TextBox();
			this.Check1 = new System.Windows.Forms.CheckBox();
			this.Label7 = new System.Windows.Forms.Label();
			this.Label3 = new System.Windows.Forms.Label();
			this.Label2 = new System.Windows.Forms.Label();
			this.Label1 = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.Label5 = new System.Windows.Forms.Label();
			this.Label6 = new System.Windows.Forms.Label();
			this.Label11 = new System.Windows.Forms.Label();
			this.Label15 = new System.Windows.Forms.Label();
			this.dcProducts = new UpgradeHelpers.VB6.DB.ADO.ADODataControlHelper();
			this.ImageList1 = new System.Windows.Forms.ImageList();
			this.Toolbar1 = new System.Windows.Forms.ToolStrip();
			this._Toolbar1_Button1 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button2 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button3 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button4 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button5 = new System.Windows.Forms.ToolStripButton();
			this._Toolbar1_Button6 = new System.Windows.Forms.ToolStripButton();
			this.Frame1.SuspendLayout();
			this.Toolbar1.SuspendLayout();
			this.SuspendLayout();
			// 
			// Frame1
			// 
			this.Frame1.BackColor = System.Drawing.SystemColors.Control;
			this.Frame1.Controls.Add(this._txtField_6);
			this.Frame1.Controls.Add(this._txtField_0);
			this.Frame1.Controls.Add(this._txtField_5);
			this.Frame1.Controls.Add(this.cmdCategories);
			this.Frame1.Controls.Add(this.txtCategory);
			this.Frame1.Controls.Add(this.cmbCategory);
			this.Frame1.Controls.Add(this._txtField_4);
			this.Frame1.Controls.Add(this._txtField_3);
			this.Frame1.Controls.Add(this._txtField_2);
			this.Frame1.Controls.Add(this._txtField_1);
			this.Frame1.Controls.Add(this.Check1);
			this.Frame1.Controls.Add(this.Label7);
			this.Frame1.Controls.Add(this.Label3);
			this.Frame1.Controls.Add(this.Label2);
			this.Frame1.Controls.Add(this.Label1);
			this.Frame1.Controls.Add(this.Label4);
			this.Frame1.Controls.Add(this.Label5);
			this.Frame1.Controls.Add(this.Label6);
			this.Frame1.Controls.Add(this.Label11);
			this.Frame1.Controls.Add(this.Label15);
			this.Frame1.Enabled = true;
			this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame1.Location = new System.Drawing.Point(8, 48);
			this.Frame1.Name = "Frame1";
			this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame1.Size = new System.Drawing.Size(433, 281);
			this.Frame1.TabIndex = 9;
			this.Frame1.Text = "Product information";
			this.Frame1.Visible = true;
			// 
			// _txtField_6
			// 
			this._txtField_6.AcceptsReturn = true;
			this._txtField_6.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_6.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_6.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_6.Location = new System.Drawing.Point(256, 240);
			this._txtField_6.MaxLength = 0;
			this._txtField_6.Name = "_txtField_6";
			this._txtField_6.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_6.Size = new System.Drawing.Size(105, 20);
			this._txtField_6.TabIndex = 21;
			this._txtField_6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
			this._txtField_6.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_0
			// 
			this._txtField_0.AcceptsReturn = true;
			this._txtField_0.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_0.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_0.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_0.Location = new System.Drawing.Point(104, 24);
			this._txtField_0.MaxLength = 20;
			this._txtField_0.Name = "_txtField_0";
			this._txtField_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_0.Size = new System.Drawing.Size(113, 20);
			this._txtField_0.TabIndex = 0;
			this._txtField_0.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
			this._txtField_0.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_5
			// 
			this._txtField_5.AcceptsReturn = true;
			this._txtField_5.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_5.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_5.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_5.Location = new System.Drawing.Point(104, 240);
			this._txtField_5.MaxLength = 0;
			this._txtField_5.Name = "_txtField_5";
			this._txtField_5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_5.Size = new System.Drawing.Size(105, 20);
			this._txtField_5.TabIndex = 7;
			this._txtField_5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
			this._txtField_5.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// cmdCategories
			// 
			this.cmdCategories.BackColor = System.Drawing.SystemColors.Control;
			this.cmdCategories.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdCategories.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdCategories.Location = new System.Drawing.Point(232, 117);
			this.cmdCategories.Name = "cmdCategories";
			this.cmdCategories.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdCategories.Size = new System.Drawing.Size(25, 21);
			this.cmdCategories.TabIndex = 17;
			this.cmdCategories.TabStop = false;
			this.cmdCategories.Text = "...";
			this.cmdCategories.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdCategories.UseVisualStyleBackColor = false;
			this.cmdCategories.Click += new System.EventHandler(this.cmdCategories_Click);
			// 
			// txtCategory
			// 
			this.txtCategory.AcceptsReturn = true;
			this.txtCategory.BackColor = System.Drawing.SystemColors.Window;
			this.txtCategory.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtCategory.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtCategory.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtCategory.Location = new System.Drawing.Point(264, 120);
			this.txtCategory.MaxLength = 0;
			this.txtCategory.Name = "txtCategory";
			this.txtCategory.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtCategory.Size = new System.Drawing.Size(113, 19);
			this.txtCategory.TabIndex = 16;
			this.txtCategory.TabStop = false;
			this.txtCategory.Visible = false;
			this.txtCategory.TextChanged += new System.EventHandler(this.txtCategory_TextChanged);
			// 
			// cmbCategory
			// 
			this.cmbCategory.BackColor = System.Drawing.SystemColors.Window;
			this.cmbCategory.CausesValidation = true;
			this.cmbCategory.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cmbCategory.Enabled = true;
			this.cmbCategory.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cmbCategory.IntegralHeight = true;
			this.cmbCategory.Location = new System.Drawing.Point(104, 117);
			this.cmbCategory.Name = "cmbCategory";
			this.cmbCategory.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmbCategory.Size = new System.Drawing.Size(121, 21);
			this.cmbCategory.Sorted = false;
			this.cmbCategory.TabIndex = 3;
			this.cmbCategory.TabStop = true;
			this.cmbCategory.Visible = true;
			this.cmbCategory.SelectedIndexChanged += new System.EventHandler(this.cmbCategory_SelectedIndexChanged);
			// 
			// _txtField_4
			// 
			this._txtField_4.AcceptsReturn = true;
			this._txtField_4.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_4.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_4.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_4.Location = new System.Drawing.Point(104, 210);
			this._txtField_4.MaxLength = 0;
			this._txtField_4.Name = "_txtField_4";
			this._txtField_4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_4.Size = new System.Drawing.Size(105, 20);
			this._txtField_4.TabIndex = 6;
			this._txtField_4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
			this._txtField_4.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_3
			// 
			this._txtField_3.AcceptsReturn = true;
			this._txtField_3.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_3.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_3.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_3.Location = new System.Drawing.Point(104, 148);
			this._txtField_3.MaxLength = 0;
			this._txtField_3.Name = "_txtField_3";
			this._txtField_3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_3.Size = new System.Drawing.Size(121, 20);
			this._txtField_3.TabIndex = 4;
			this._txtField_3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
			this._txtField_3.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_2
			// 
			this._txtField_2.AcceptsReturn = true;
			this._txtField_2.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_2.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_2.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_2.Location = new System.Drawing.Point(104, 88);
			this._txtField_2.MaxLength = 255;
			this._txtField_2.Name = "_txtField_2";
			this._txtField_2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_2.Size = new System.Drawing.Size(305, 20);
			this._txtField_2.TabIndex = 2;
			this._txtField_2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
			this._txtField_2.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// _txtField_1
			// 
			this._txtField_1.AcceptsReturn = true;
			this._txtField_1.BackColor = System.Drawing.SystemColors.Window;
			this._txtField_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtField_1.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtField_1.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtField_1.Location = new System.Drawing.Point(104, 56);
			this._txtField_1.MaxLength = 50;
			this._txtField_1.Name = "_txtField_1";
			this._txtField_1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtField_1.Size = new System.Drawing.Size(193, 20);
			this._txtField_1.TabIndex = 1;
			this._txtField_1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
			this._txtField_1.TextChanged += new System.EventHandler(this.txtField_TextChanged);
			// 
			// Check1
			// 
			this.Check1.Appearance = System.Windows.Forms.Appearance.Normal;
			this.Check1.BackColor = System.Drawing.SystemColors.Control;
			this.Check1.CausesValidation = true;
			this.Check1.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.Check1.CheckState = System.Windows.Forms.CheckState.Unchecked;
			this.Check1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Check1.Enabled = true;
			this.Check1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Check1.Location = new System.Drawing.Point(104, 181);
			this.Check1.Name = "Check1";
			this.Check1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Check1.Size = new System.Drawing.Size(25, 17);
			this.Check1.TabIndex = 5;
			this.Check1.TabStop = true;
			this.Check1.Text = "";
			this.Check1.Visible = true;
			// 
			// Label7
			// 
			this.Label7.BackColor = System.Drawing.SystemColors.Control;
			this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label7.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label7.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label7.Location = new System.Drawing.Point(216, 240);
			this.Label7.Name = "Label7";
			this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label7.Size = new System.Drawing.Size(57, 17);
			this.Label7.TabIndex = 20;
			this.Label7.Text = "Unit:";
			// 
			// Label3
			// 
			this.Label3.BackColor = System.Drawing.SystemColors.Control;
			this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label3.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label3.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label3.Location = new System.Drawing.Point(16, 24);
			this.Label3.Name = "Label3";
			this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label3.Size = new System.Drawing.Size(89, 17);
			this.Label3.TabIndex = 19;
			this.Label3.Text = "Product Code:";
			// 
			// Label2
			// 
			this.Label2.BackColor = System.Drawing.SystemColors.Control;
			this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label2.Location = new System.Drawing.Point(16, 240);
			this.Label2.Name = "Label2";
			this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label2.Size = new System.Drawing.Size(81, 17);
			this.Label2.TabIndex = 18;
			this.Label2.Text = "Quantity per unit:";
			// 
			// Label1
			// 
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label1.Location = new System.Drawing.Point(16, 56);
			this.Label1.Name = "Label1";
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.Size = new System.Drawing.Size(89, 17);
			this.Label1.TabIndex = 15;
			this.Label1.Text = "Product Name:";
			// 
			// Label4
			// 
			this.Label4.BackColor = System.Drawing.SystemColors.Control;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label4.Location = new System.Drawing.Point(16, 87);
			this.Label4.Name = "Label4";
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.Size = new System.Drawing.Size(89, 17);
			this.Label4.TabIndex = 14;
			this.Label4.Text = "Description:";
			// 
			// Label5
			// 
			this.Label5.BackColor = System.Drawing.SystemColors.Control;
			this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label5.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label5.Location = new System.Drawing.Point(16, 148);
			this.Label5.Name = "Label5";
			this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label5.Size = new System.Drawing.Size(89, 17);
			this.Label5.TabIndex = 13;
			this.Label5.Text = "Serial number:";
			// 
			// Label6
			// 
			this.Label6.BackColor = System.Drawing.SystemColors.Control;
			this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label6.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label6.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label6.Location = new System.Drawing.Point(16, 210);
			this.Label6.Name = "Label6";
			this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label6.Size = new System.Drawing.Size(81, 17);
			this.Label6.TabIndex = 12;
			this.Label6.Text = "Unit price:";
			// 
			// Label11
			// 
			this.Label11.BackColor = System.Drawing.SystemColors.Control;
			this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label11.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label11.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label11.Location = new System.Drawing.Point(16, 118);
			this.Label11.Name = "Label11";
			this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label11.Size = new System.Drawing.Size(89, 17);
			this.Label11.TabIndex = 11;
			this.Label11.Text = "Category:";
			// 
			// Label15
			// 
			this.Label15.BackColor = System.Drawing.SystemColors.Control;
			this.Label15.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label15.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label15.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label15.Location = new System.Drawing.Point(16, 179);
			this.Label15.Name = "Label15";
			this.Label15.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label15.Size = new System.Drawing.Size(89, 17);
			this.Label15.TabIndex = 10;
			this.Label15.Text = "Discontinued:";
			// 
			// dcProducts
			// 
			this.dcProducts.BackColor = System.Drawing.SystemColors.Window;
			this.dcProducts.BOFAction = UpgradeHelpers.VB6.DB.Controls.BOFActionEnum.MoveFirst;
			this.dcProducts.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\vbsample\\SKS\\Database\\Orders.mdb";
			this.dcProducts.CursorLocation = UpgradeHelpers.VB6.DB.ADO.CursorLocationEnum.adUseClient;
			this.dcProducts.Enabled = true;
			this.dcProducts.EOFAction = UpgradeHelpers.VB6.DB.Controls.EOFActionEnum.MoveLast;
			this.dcProducts.FactoryName = "Access";
			this.dcProducts.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.dcProducts.ForeColor = System.Drawing.SystemColors.WindowText;
			this.dcProducts.Location = new System.Drawing.Point(8, 336);
			this.dcProducts.LockType = UpgradeHelpers.VB6.DB.ADO.LockTypeEnum.adLockPessimistic;
			this.dcProducts.Name = "dcProducts";
			this.dcProducts.Password = "";
			this.dcProducts.QueryTimeout = 30;
			this.dcProducts.QueryType = System.Data.CommandType.TableDirect;
			this.dcProducts.RecordSource = "Products";
			this.dcProducts.Text = "Products";
			this.dcProducts.UserName = "";
			this.dcProducts.Width = 177;
			// 
			// ImageList1
			// 
			this.ImageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.ImageList1.ImageStream = (System.Windows.Forms.ImageListStreamer) resources.GetObject("ImageList1.ImageStream");
			this.ImageList1.TransparentColor = System.Drawing.Color.White;
			this.ImageList1.Images.SetKeyName(0, "");
			this.ImageList1.Images.SetKeyName(1, "");
			this.ImageList1.Images.SetKeyName(2, "");
			this.ImageList1.Images.SetKeyName(3, "");
			this.ImageList1.Images.SetKeyName(4, "");
			// 
			// Toolbar1
			// 
			this.Toolbar1.Dock = System.Windows.Forms.DockStyle.Top;
			this.Toolbar1.ImageList = ImageList1;
			this.Toolbar1.Location = new System.Drawing.Point(0, 0);
			this.Toolbar1.Name = "Toolbar1";
			this.Toolbar1.ShowItemToolTips = true;
			this.Toolbar1.Size = new System.Drawing.Size(454, 44);
			this.Toolbar1.TabIndex = 8;
			this.Toolbar1.Items.Add(this._Toolbar1_Button1);
			this.Toolbar1.Items.Add(this._Toolbar1_Button2);
			this.Toolbar1.Items.Add(this._Toolbar1_Button3);
			this.Toolbar1.Items.Add(this._Toolbar1_Button4);
			this.Toolbar1.Items.Add(this._Toolbar1_Button5);
			this.Toolbar1.Items.Add(this._Toolbar1_Button6);
			// 
			// _Toolbar1_Button1
			// 
			this._Toolbar1_Button1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button1.ImageIndex = 0;
			this._Toolbar1_Button1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button1.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button1.Text = "Add";
			this._Toolbar1_Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button1.ToolTipText = "Create a new record";
			this._Toolbar1_Button1.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button2
			// 
			this._Toolbar1_Button2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button2.ImageIndex = 1;
			this._Toolbar1_Button2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button2.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button2.Text = "Edit";
			this._Toolbar1_Button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button2.ToolTipText = "Edit this record";
			this._Toolbar1_Button2.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button3
			// 
			this._Toolbar1_Button3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button3.ImageIndex = 2;
			this._Toolbar1_Button3.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button3.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button3.Text = "Save";
			this._Toolbar1_Button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button3.ToolTipText = "Save the current changes";
			this._Toolbar1_Button3.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button4
			// 
			this._Toolbar1_Button4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button4.ImageIndex = 3;
			this._Toolbar1_Button4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button4.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button4.Text = "Delete";
			this._Toolbar1_Button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button4.ToolTipText = "Delete the current record";
			this._Toolbar1_Button4.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button5
			// 
			this._Toolbar1_Button5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button5.ImageIndex = 4;
			this._Toolbar1_Button5.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button5.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button5.Text = "Search";
			this._Toolbar1_Button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button5.ToolTipText = "Search for a record";
			this._Toolbar1_Button5.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// _Toolbar1_Button6
			// 
			this._Toolbar1_Button6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button6.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button6.Size = new System.Drawing.Size(44, 39);
			this._Toolbar1_Button6.Text = "Cancel";
			this._Toolbar1_Button6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._Toolbar1_Button6.ToolTipText = "Cancel edited changes";
			this._Toolbar1_Button6.Click += new System.EventHandler(this.Toolbar1_ButtonClick);
			// 
			// frmProducts
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(454, 364);
			this.Controls.Add(this.Frame1);
			this.Controls.Add(this.dcProducts);
			this.Controls.Add(this.Toolbar1);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.Location = new System.Drawing.Point(3, 25);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "frmProducts";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ShowInTaskbar = false;
			this.Text = "Products";
			this.Closed += new System.EventHandler(this.frmProducts_Closed);
			this.Load += new System.EventHandler(this.frmProducts_Load);
			this.Frame1.ResumeLayout(false);
			this.Toolbar1.ResumeLayout(false);
			this.ResumeLayout(false);
		}
コード例 #4
0
ファイル: frmProducts.Designer.cs プロジェクト: xxdoc/SKS
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProducts));
     this.ToolTipMain       = new System.Windows.Forms.ToolTip(this.components);
     this.Frame1            = new System.Windows.Forms.GroupBox();
     this._txtField_6       = new System.Windows.Forms.TextBox();
     this._txtField_0       = new System.Windows.Forms.TextBox();
     this._txtField_5       = new System.Windows.Forms.TextBox();
     this.cmdCategories     = new System.Windows.Forms.Button();
     this.txtCategory       = new System.Windows.Forms.TextBox();
     this.cmbCategory       = new System.Windows.Forms.ComboBox();
     this._txtField_4       = new System.Windows.Forms.TextBox();
     this._txtField_3       = new System.Windows.Forms.TextBox();
     this._txtField_2       = new System.Windows.Forms.TextBox();
     this._txtField_1       = new System.Windows.Forms.TextBox();
     this.Check1            = new System.Windows.Forms.CheckBox();
     this.Label7            = new System.Windows.Forms.Label();
     this.Label3            = new System.Windows.Forms.Label();
     this.Label2            = new System.Windows.Forms.Label();
     this.Label1            = new System.Windows.Forms.Label();
     this.Label4            = new System.Windows.Forms.Label();
     this.Label5            = new System.Windows.Forms.Label();
     this.Label6            = new System.Windows.Forms.Label();
     this.Label11           = new System.Windows.Forms.Label();
     this.Label15           = new System.Windows.Forms.Label();
     this.dcProducts        = new UpgradeHelpers.VB6.DB.ADO.ADODataControlHelper();
     this.ImageList1        = new System.Windows.Forms.ImageList();
     this.Toolbar1          = new System.Windows.Forms.ToolStrip();
     this._Toolbar1_Button1 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button2 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button3 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button4 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button5 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button6 = new System.Windows.Forms.ToolStripButton();
     this.Frame1.SuspendLayout();
     this.Toolbar1.SuspendLayout();
     this.SuspendLayout();
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this._txtField_6);
     this.Frame1.Controls.Add(this._txtField_0);
     this.Frame1.Controls.Add(this._txtField_5);
     this.Frame1.Controls.Add(this.cmdCategories);
     this.Frame1.Controls.Add(this.txtCategory);
     this.Frame1.Controls.Add(this.cmbCategory);
     this.Frame1.Controls.Add(this._txtField_4);
     this.Frame1.Controls.Add(this._txtField_3);
     this.Frame1.Controls.Add(this._txtField_2);
     this.Frame1.Controls.Add(this._txtField_1);
     this.Frame1.Controls.Add(this.Check1);
     this.Frame1.Controls.Add(this.Label7);
     this.Frame1.Controls.Add(this.Label3);
     this.Frame1.Controls.Add(this.Label2);
     this.Frame1.Controls.Add(this.Label1);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Controls.Add(this.Label6);
     this.Frame1.Controls.Add(this.Label11);
     this.Frame1.Controls.Add(this.Label15);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 48);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(433, 281);
     this.Frame1.TabIndex    = 9;
     this.Frame1.Text        = "Product information";
     this.Frame1.Visible     = true;
     //
     // _txtField_6
     //
     this._txtField_6.AcceptsReturn = true;
     this._txtField_6.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_6.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_6.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_6.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_6.Location      = new System.Drawing.Point(256, 240);
     this._txtField_6.MaxLength     = 0;
     this._txtField_6.Name          = "_txtField_6";
     this._txtField_6.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_6.Size          = new System.Drawing.Size(105, 20);
     this._txtField_6.TabIndex      = 21;
     this._txtField_6.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
     this._txtField_6.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_0
     //
     this._txtField_0.AcceptsReturn = true;
     this._txtField_0.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_0.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_0.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_0.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_0.Location      = new System.Drawing.Point(104, 24);
     this._txtField_0.MaxLength     = 20;
     this._txtField_0.Name          = "_txtField_0";
     this._txtField_0.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_0.Size          = new System.Drawing.Size(113, 20);
     this._txtField_0.TabIndex      = 0;
     this._txtField_0.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
     this._txtField_0.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_5
     //
     this._txtField_5.AcceptsReturn = true;
     this._txtField_5.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_5.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_5.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_5.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_5.Location      = new System.Drawing.Point(104, 240);
     this._txtField_5.MaxLength     = 0;
     this._txtField_5.Name          = "_txtField_5";
     this._txtField_5.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_5.Size          = new System.Drawing.Size(105, 20);
     this._txtField_5.TabIndex      = 7;
     this._txtField_5.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
     this._txtField_5.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // cmdCategories
     //
     this.cmdCategories.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdCategories.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdCategories.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdCategories.Location                = new System.Drawing.Point(232, 117);
     this.cmdCategories.Name                    = "cmdCategories";
     this.cmdCategories.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdCategories.Size                    = new System.Drawing.Size(25, 21);
     this.cmdCategories.TabIndex                = 17;
     this.cmdCategories.TabStop                 = false;
     this.cmdCategories.Text                    = "...";
     this.cmdCategories.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdCategories.UseVisualStyleBackColor = false;
     this.cmdCategories.Click                  += new System.EventHandler(this.cmdCategories_Click);
     //
     // txtCategory
     //
     this.txtCategory.AcceptsReturn = true;
     this.txtCategory.BackColor     = System.Drawing.SystemColors.Window;
     this.txtCategory.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCategory.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCategory.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCategory.Location      = new System.Drawing.Point(264, 120);
     this.txtCategory.MaxLength     = 0;
     this.txtCategory.Name          = "txtCategory";
     this.txtCategory.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCategory.Size          = new System.Drawing.Size(113, 19);
     this.txtCategory.TabIndex      = 16;
     this.txtCategory.TabStop       = false;
     this.txtCategory.Visible       = false;
     this.txtCategory.TextChanged  += new System.EventHandler(this.txtCategory_TextChanged);
     //
     // cmbCategory
     //
     this.cmbCategory.BackColor             = System.Drawing.SystemColors.Window;
     this.cmbCategory.CausesValidation      = true;
     this.cmbCategory.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cmbCategory.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCategory.Enabled               = true;
     this.cmbCategory.ForeColor             = System.Drawing.SystemColors.WindowText;
     this.cmbCategory.IntegralHeight        = true;
     this.cmbCategory.Location              = new System.Drawing.Point(104, 117);
     this.cmbCategory.Name                  = "cmbCategory";
     this.cmbCategory.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cmbCategory.Size                  = new System.Drawing.Size(121, 21);
     this.cmbCategory.Sorted                = false;
     this.cmbCategory.TabIndex              = 3;
     this.cmbCategory.TabStop               = true;
     this.cmbCategory.Visible               = true;
     this.cmbCategory.SelectedIndexChanged += new System.EventHandler(this.cmbCategory_SelectedIndexChanged);
     //
     // _txtField_4
     //
     this._txtField_4.AcceptsReturn = true;
     this._txtField_4.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_4.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_4.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_4.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_4.Location      = new System.Drawing.Point(104, 210);
     this._txtField_4.MaxLength     = 0;
     this._txtField_4.Name          = "_txtField_4";
     this._txtField_4.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_4.Size          = new System.Drawing.Size(105, 20);
     this._txtField_4.TabIndex      = 6;
     this._txtField_4.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
     this._txtField_4.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_3
     //
     this._txtField_3.AcceptsReturn = true;
     this._txtField_3.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_3.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_3.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_3.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_3.Location      = new System.Drawing.Point(104, 148);
     this._txtField_3.MaxLength     = 0;
     this._txtField_3.Name          = "_txtField_3";
     this._txtField_3.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_3.Size          = new System.Drawing.Size(121, 20);
     this._txtField_3.TabIndex      = 4;
     this._txtField_3.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
     this._txtField_3.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_2
     //
     this._txtField_2.AcceptsReturn = true;
     this._txtField_2.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_2.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_2.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_2.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_2.Location      = new System.Drawing.Point(104, 88);
     this._txtField_2.MaxLength     = 255;
     this._txtField_2.Name          = "_txtField_2";
     this._txtField_2.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_2.Size          = new System.Drawing.Size(305, 20);
     this._txtField_2.TabIndex      = 2;
     this._txtField_2.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
     this._txtField_2.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // _txtField_1
     //
     this._txtField_1.AcceptsReturn = true;
     this._txtField_1.BackColor     = System.Drawing.SystemColors.Window;
     this._txtField_1.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtField_1.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtField_1.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtField_1.Location      = new System.Drawing.Point(104, 56);
     this._txtField_1.MaxLength     = 50;
     this._txtField_1.Name          = "_txtField_1";
     this._txtField_1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtField_1.Size          = new System.Drawing.Size(193, 20);
     this._txtField_1.TabIndex      = 1;
     this._txtField_1.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtField_KeyPress);
     this._txtField_1.TextChanged  += new System.EventHandler(this.txtField_TextChanged);
     //
     // Check1
     //
     this.Check1.Appearance       = System.Windows.Forms.Appearance.Normal;
     this.Check1.BackColor        = System.Drawing.SystemColors.Control;
     this.Check1.CausesValidation = true;
     this.Check1.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.Check1.CheckState       = System.Windows.Forms.CheckState.Unchecked;
     this.Check1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.Check1.Enabled          = true;
     this.Check1.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.Check1.Location         = new System.Drawing.Point(104, 181);
     this.Check1.Name             = "Check1";
     this.Check1.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.Check1.Size             = new System.Drawing.Size(25, 17);
     this.Check1.TabIndex         = 5;
     this.Check1.TabStop          = true;
     this.Check1.Text             = "";
     this.Check1.Visible          = true;
     //
     // Label7
     //
     this.Label7.BackColor   = System.Drawing.SystemColors.Control;
     this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label7.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label7.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(216, 240);
     this.Label7.Name        = "Label7";
     this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label7.Size        = new System.Drawing.Size(57, 17);
     this.Label7.TabIndex    = 20;
     this.Label7.Text        = "Unit:";
     //
     // Label3
     //
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(16, 24);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(89, 17);
     this.Label3.TabIndex    = 19;
     this.Label3.Text        = "Product Code:";
     //
     // Label2
     //
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(16, 240);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(81, 17);
     this.Label2.TabIndex    = 18;
     this.Label2.Text        = "Quantity per unit:";
     //
     // Label1
     //
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(16, 56);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(89, 17);
     this.Label1.TabIndex    = 15;
     this.Label1.Text        = "Product Name:";
     //
     // Label4
     //
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(16, 87);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 14;
     this.Label4.Text        = "Description:";
     //
     // Label5
     //
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(16, 148);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(89, 17);
     this.Label5.TabIndex    = 13;
     this.Label5.Text        = "Serial number:";
     //
     // Label6
     //
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label6.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(16, 210);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(81, 17);
     this.Label6.TabIndex    = 12;
     this.Label6.Text        = "Unit price:";
     //
     // Label11
     //
     this.Label11.BackColor   = System.Drawing.SystemColors.Control;
     this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label11.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label11.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label11.Location    = new System.Drawing.Point(16, 118);
     this.Label11.Name        = "Label11";
     this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label11.Size        = new System.Drawing.Size(89, 17);
     this.Label11.TabIndex    = 11;
     this.Label11.Text        = "Category:";
     //
     // Label15
     //
     this.Label15.BackColor   = System.Drawing.SystemColors.Control;
     this.Label15.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label15.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label15.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label15.Location    = new System.Drawing.Point(16, 179);
     this.Label15.Name        = "Label15";
     this.Label15.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label15.Size        = new System.Drawing.Size(89, 17);
     this.Label15.TabIndex    = 10;
     this.Label15.Text        = "Discontinued:";
     //
     // dcProducts
     //
     this.dcProducts.BackColor        = System.Drawing.SystemColors.Window;
     this.dcProducts.BOFAction        = UpgradeHelpers.VB6.DB.Controls.BOFActionEnum.MoveFirst;
     this.dcProducts.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\vbsample\\SKS\\Database\\Orders.mdb";
     this.dcProducts.CursorLocation   = UpgradeHelpers.VB6.DB.ADO.CursorLocationEnum.adUseClient;
     this.dcProducts.Enabled          = true;
     this.dcProducts.EOFAction        = UpgradeHelpers.VB6.DB.Controls.EOFActionEnum.MoveLast;
     this.dcProducts.FactoryName      = "Access";
     this.dcProducts.Font             = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.dcProducts.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.dcProducts.Location         = new System.Drawing.Point(8, 336);
     this.dcProducts.LockType         = UpgradeHelpers.VB6.DB.ADO.LockTypeEnum.adLockPessimistic;
     this.dcProducts.Name             = "dcProducts";
     this.dcProducts.Password         = "";
     this.dcProducts.QueryTimeout     = 30;
     this.dcProducts.QueryType        = System.Data.CommandType.TableDirect;
     this.dcProducts.RecordSource     = "Products";
     this.dcProducts.Text             = "Products";
     this.dcProducts.UserName         = "";
     this.dcProducts.Width            = 177;
     //
     // ImageList1
     //
     this.ImageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.ImageList1.ImageStream      = (System.Windows.Forms.ImageListStreamer)resources.GetObject("ImageList1.ImageStream");
     this.ImageList1.TransparentColor = System.Drawing.Color.White;
     this.ImageList1.Images.SetKeyName(0, "");
     this.ImageList1.Images.SetKeyName(1, "");
     this.ImageList1.Images.SetKeyName(2, "");
     this.ImageList1.Images.SetKeyName(3, "");
     this.ImageList1.Images.SetKeyName(4, "");
     //
     // Toolbar1
     //
     this.Toolbar1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.Toolbar1.ImageList        = ImageList1;
     this.Toolbar1.Location         = new System.Drawing.Point(0, 0);
     this.Toolbar1.Name             = "Toolbar1";
     this.Toolbar1.ShowItemToolTips = true;
     this.Toolbar1.Size             = new System.Drawing.Size(454, 44);
     this.Toolbar1.TabIndex         = 8;
     this.Toolbar1.Items.Add(this._Toolbar1_Button1);
     this.Toolbar1.Items.Add(this._Toolbar1_Button2);
     this.Toolbar1.Items.Add(this._Toolbar1_Button3);
     this.Toolbar1.Items.Add(this._Toolbar1_Button4);
     this.Toolbar1.Items.Add(this._Toolbar1_Button5);
     this.Toolbar1.Items.Add(this._Toolbar1_Button6);
     //
     // _Toolbar1_Button1
     //
     this._Toolbar1_Button1.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button1.ImageIndex        = 0;
     this._Toolbar1_Button1.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button1.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button1.Text              = "Add";
     this._Toolbar1_Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button1.ToolTipText       = "Create a new record";
     this._Toolbar1_Button1.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button2
     //
     this._Toolbar1_Button2.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button2.ImageIndex        = 1;
     this._Toolbar1_Button2.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button2.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button2.Text              = "Edit";
     this._Toolbar1_Button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button2.ToolTipText       = "Edit this record";
     this._Toolbar1_Button2.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button3
     //
     this._Toolbar1_Button3.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button3.ImageIndex        = 2;
     this._Toolbar1_Button3.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button3.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button3.Text              = "Save";
     this._Toolbar1_Button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button3.ToolTipText       = "Save the current changes";
     this._Toolbar1_Button3.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button4
     //
     this._Toolbar1_Button4.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button4.ImageIndex        = 3;
     this._Toolbar1_Button4.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button4.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button4.Text              = "Delete";
     this._Toolbar1_Button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button4.ToolTipText       = "Delete the current record";
     this._Toolbar1_Button4.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button5
     //
     this._Toolbar1_Button5.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button5.ImageIndex        = 4;
     this._Toolbar1_Button5.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button5.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button5.Text              = "Search";
     this._Toolbar1_Button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button5.ToolTipText       = "Search for a record";
     this._Toolbar1_Button5.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // _Toolbar1_Button6
     //
     this._Toolbar1_Button6.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button6.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button6.Size              = new System.Drawing.Size(44, 39);
     this._Toolbar1_Button6.Text              = "Cancel";
     this._Toolbar1_Button6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button6.ToolTipText       = "Cancel edited changes";
     this._Toolbar1_Button6.Click            += new System.EventHandler(this.Toolbar1_ButtonClick);
     //
     // frmProducts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(454, 364);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.dcProducts);
     this.Controls.Add(this.Toolbar1);
     this.Cursor          = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Location        = new System.Drawing.Point(3, 25);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmProducts";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar   = false;
     this.Text            = "Products";
     this.Closed         += new System.EventHandler(this.frmProducts_Closed);
     this.Load           += new System.EventHandler(this.frmProducts_Load);
     this.Frame1.ResumeLayout(false);
     this.Toolbar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }