Public Class CatPaisMoneda Inherits System.Windows.Forms.Form Dim clCmpMon As New clsComplejo() Dim clCmpPais As New clsComplejo() Dim Moneda As Integer #Region " Código generado por el Diseñador de Windows Forms " Public Sub New() MyBase.New() 'El Diseñador de Windows Forms requiere esta llamada. InitializeComponent() 'Agregar cualquier inicialización después de la llamada a InitializeComponent() End Sub 'Form reemplaza a Dispose para limpiar la lista de componentes. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If End If MyBase.Dispose(disposing) End Sub 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms requiere el siguiente procedimiento 'Puede modificarse utilizando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents tlbCorteCaja As System.Windows.Forms.ToolBar Friend WithEvents btnAgrergar As System.Windows.Forms.ToolBarButton Friend WithEvents btnSalir As System.Windows.Forms.ToolBarButton Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents cboPais As System.Windows.Forms.ComboBox Friend WithEvents cboMoneda As System.Windows.Forms.ComboBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(CatPaisMoneda)) Me.Label1 = New System.Windows.Forms.Label Me.tlbCorteCaja = New System.Windows.Forms.ToolBar Me.btnAgrergar = New System.Windows.Forms.ToolBarButton Me.btnSalir = New System.Windows.Forms.ToolBarButton Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.Button1 = New System.Windows.Forms.Button Me.Label2 = New System.Windows.Forms.Label Me.cboPais = New System.Windows.Forms.ComboBox Me.cboMoneda = New System.Windows.Forms.ComboBox Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid Me.GroupBox1.SuspendLayout() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(82, 64) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 16) Me.Label1.TabIndex = 61 Me.Label1.Text = "País:" ' 'tlbCorteCaja ' Me.tlbCorteCaja.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.tlbCorteCaja.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.btnAgrergar, Me.btnSalir}) Me.tlbCorteCaja.ButtonSize = New System.Drawing.Size(75, 40) Me.tlbCorteCaja.DropDownArrows = True Me.tlbCorteCaja.ImageList = Me.ImageList1 Me.tlbCorteCaja.Location = New System.Drawing.Point(0, 0) Me.tlbCorteCaja.Name = "tlbCorteCaja" Me.tlbCorteCaja.ShowToolTips = True Me.tlbCorteCaja.Size = New System.Drawing.Size(420, 47) Me.tlbCorteCaja.TabIndex = 60 ' 'btnAgrergar ' Me.btnAgrergar.ImageIndex = 0 Me.btnAgrergar.Text = "Agregar" ' 'btnSalir ' Me.btnSalir.ImageIndex = 4 Me.btnSalir.Text = "Salir" ' 'ImageList1 ' Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Turquoise ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.C1TrueDBGrid1) Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(6, 134) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(412, 178) Me.GroupBox1.TabIndex = 64 Me.GroupBox1.TabStop = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.SystemColors.Control Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(302, 324) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(104, 20) Me.Button1.TabIndex = 82 Me.Button1.Text = "Alias ..." Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(64, 96) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(52, 16) Me.Label2.TabIndex = 62 Me.Label2.Text = "Moneda:" ' 'cboPais ' Me.cboPais.Location = New System.Drawing.Point(120, 62) Me.cboPais.Name = "cboPais" Me.cboPais.Size = New System.Drawing.Size(200, 21) Me.cboPais.TabIndex = 65 ' 'cboMoneda ' Me.cboMoneda.Location = New System.Drawing.Point(120, 94) Me.cboMoneda.Name = "cboMoneda" Me.cboMoneda.Size = New System.Drawing.Size(200, 21) Me.cboMoneda.TabIndex = 66 ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.AllowUpdate = False Me.C1TrueDBGrid1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.C1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill Me.C1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column" Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("resource"), System.Drawing.Image)) Me.C1TrueDBGrid1.Location = New System.Drawing.Point(3, 16) Me.C1TrueDBGrid1.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.HighlightRow Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75 Me.C1TrueDBGrid1.Size = New System.Drawing.Size(406, 159) Me.C1TrueDBGrid1.TabIndex = 0 Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PropBag = "Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}E" & _ "ditor{}Style2{}Style5{}Style4{}Style7{}Style6{}EvenRow{BackColor:Aqua;}Selected{" & _ "ForeColor:HighlightText;BackColor:Highlight;}Style3{}Inactive{ForeColor:Inactive" & _ "CaptionText;BackColor:InactiveCaption;}FilterBar{}Footer{}Caption{AlignHorz:Cent" & _ "er;}Style14{}Normal{Font:Microsoft Sans Serif, 8.25pt, style=Bold;}HighlightRow{" & _ "ForeColor:Aqua;BackColor:Highlight;}Style9{}OddRow{}RecordSelector{AlignImage:Ce" & _ "nter;}Style15{}Heading{Wrap:True;AlignVert:Center;Border:Raised,,1, 1, 1, 1;Fore" & _ "Color:ControlText;BackColor:Control;}Style8{}Style10{AlignHorz:Near;}Style11{}St" & _ "yle12{}Style13{}Style1{}155