private void dateTextBox1_Enter(object sender, EventArgs e) { ISA.Controls.DateTextBox target = (ISA.Controls.DateTextBox)sender; ToolTip message = new ToolTip(); message.Show("Tanggal hanya bisa diisikan Tanggal hari ini!", target, 0, 22, 2500); }
private void dateTextBox1_Leave(object sender, EventArgs e) { if (dateTextBox1.DateValue == GlobalVar.GetServerDate.Date) { } else if (dateTextBox1.DateValue >= GlobalVar.GetServerDate.Date.AddDays(-2) && dateTextBox1.DateValue < GlobalVar.GetServerDate.Date) { ISA.Controls.DateTextBox target = (ISA.Controls.DateTextBox)sender; ToolTip message = new ToolTip(); message.Show("Untuk mengisi data H-1, saat proses Save akan memerlukan PIN!", target, 0, 22, 2500); } else { MessageBox.Show("Data Tanggal tidak Valid! Hanya bisa mengisi Data Kas Opname untuk hari ini sampai H-2!"); dateTextBox1.Focus(); } }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRencanaDPUpdate)); this.label19 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtVendor = new ISA.Controls.CommonTextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = 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.label7 = new System.Windows.Forms.Label(); this.txtTglRencana = new ISA.Controls.DateTextBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.commandButton1 = new ISA.Controls.CommandButton(); this.commandButton2 = new ISA.Controls.CommandButton(); this.txtUSD = new ISA.Controls.NumericTextBox(); this.txtIDR = new ISA.Controls.NumericTextBox(); this.txtTglInvoice = new ISA.Controls.DateTextBox(); this.txtNoInvoice = new ISA.Controls.CommonTextBox(); this.txtNominalUSD = new ISA.Controls.NumericTextBox(); this.txtMU = new ISA.Controls.CommonTextBox(); this.txtNominalIDR = new ISA.Controls.NumericTextBox(); this.txtKurs = new ISA.Controls.NumericTextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtSaldoIDR = new ISA.Controls.NumericTextBox(); this.txtSaldoUSD = new ISA.Controls.NumericTextBox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label19 // this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label19.BackColor = System.Drawing.Color.Black; this.label19.Location = new System.Drawing.Point(28, 141); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(872, 2); this.label19.TabIndex = 153; this.label19.Text = "line"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(44, 64); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 14); this.label1.TabIndex = 154; this.label1.Text = "Vendor"; // // txtVendor // this.txtVendor.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtVendor.Location = new System.Drawing.Point(133, 60); this.txtVendor.Name = "txtVendor"; this.txtVendor.ReadOnly = true; this.txtVendor.Size = new System.Drawing.Size(261, 20); this.txtVendor.TabIndex = 155; this.txtVendor.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(44, 87); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 14); this.label2.TabIndex = 156; this.label2.Text = "Tgl PO"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(44, 115); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(39, 14); this.label3.TabIndex = 157; this.label3.Text = "No PO"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(414, 62); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(63, 14); this.label4.TabIndex = 158; this.label4.Text = "Mata Uang"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(411, 91); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(75, 14); this.label5.TabIndex = 159; this.label5.Text = "Nominal USD"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(411, 114); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(71, 14); this.label6.TabIndex = 160; this.label6.Text = "Nominal IDR"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(44, 173); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(98, 14); this.label7.TabIndex = 161; this.label7.Text = "Tanggal Rencana"; // // txtTglRencana // this.txtTglRencana.DateValue = null; this.txtTglRencana.Location = new System.Drawing.Point(150, 170); this.txtTglRencana.MaxLength = 10; this.txtTglRencana.Name = "txtTglRencana"; this.txtTglRencana.Size = new System.Drawing.Size(113, 20); this.txtTglRencana.TabIndex = 0; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(44, 209); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(77, 14); this.label8.TabIndex = 163; this.label8.Text = "Rencana USD"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(44, 243); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(73, 14); this.label9.TabIndex = 164; this.label9.Text = "Rencana IDR"; // // commandButton1 // this.commandButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.commandButton1.CommandType = ISA.Controls.CommandButton.enCommandType.Save; this.commandButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold); this.commandButton1.Image = ((System.Drawing.Image)(resources.GetObject("commandButton1.Image"))); this.commandButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.commandButton1.Location = new System.Drawing.Point(701, 350); this.commandButton1.Name = "commandButton1"; this.commandButton1.Size = new System.Drawing.Size(100, 40); this.commandButton1.TabIndex = 3; this.commandButton1.Text = "SAVE"; this.commandButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.commandButton1.UseVisualStyleBackColor = true; this.commandButton1.Click += new System.EventHandler(this.commandButton1_Click); // // commandButton2 // this.commandButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.commandButton2.CommandType = ISA.Controls.CommandButton.enCommandType.No; this.commandButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold); this.commandButton2.Image = ((System.Drawing.Image)(resources.GetObject("commandButton2.Image"))); this.commandButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.commandButton2.Location = new System.Drawing.Point(807, 350); this.commandButton2.Name = "commandButton2"; this.commandButton2.Size = new System.Drawing.Size(100, 40); this.commandButton2.TabIndex = 166; this.commandButton2.Text = "CANCEL"; this.commandButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.commandButton2.UseVisualStyleBackColor = true; this.commandButton2.Click += new System.EventHandler(this.commandButton2_Click); // // txtUSD // this.txtUSD.Format = "N4"; this.txtUSD.Location = new System.Drawing.Point(150, 203); this.txtUSD.Name = "txtUSD"; this.txtUSD.Size = new System.Drawing.Size(147, 20); this.txtUSD.TabIndex = 1; this.txtUSD.Text = "0.0000"; this.txtUSD.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtUSD.Validated += new System.EventHandler(this.txtUSD_Validated); // // txtIDR // this.txtIDR.Format = "N2"; this.txtIDR.Location = new System.Drawing.Point(150, 237); this.txtIDR.Name = "txtIDR"; this.txtIDR.ReadOnly = true; this.txtIDR.Size = new System.Drawing.Size(147, 20); this.txtIDR.TabIndex = 3; this.txtIDR.TabStop = false; this.txtIDR.Text = "0.00"; this.txtIDR.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtTglInvoice // this.txtTglInvoice.DateValue = null; this.txtTglInvoice.Location = new System.Drawing.Point(133, 87); this.txtTglInvoice.MaxLength = 10; this.txtTglInvoice.Name = "txtTglInvoice"; this.txtTglInvoice.ReadOnly = true; this.txtTglInvoice.Size = new System.Drawing.Size(100, 20); this.txtTglInvoice.TabIndex = 169; this.txtTglInvoice.TabStop = false; // // txtNoInvoice // this.txtNoInvoice.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNoInvoice.Location = new System.Drawing.Point(133, 113); this.txtNoInvoice.Name = "txtNoInvoice"; this.txtNoInvoice.ReadOnly = true; this.txtNoInvoice.Size = new System.Drawing.Size(130, 20); this.txtNoInvoice.TabIndex = 170; this.txtNoInvoice.TabStop = false; // // txtNominalUSD // this.txtNominalUSD.Format = "N4"; this.txtNominalUSD.Location = new System.Drawing.Point(507, 84); this.txtNominalUSD.Name = "txtNominalUSD"; this.txtNominalUSD.ReadOnly = true; this.txtNominalUSD.Size = new System.Drawing.Size(137, 20); this.txtNominalUSD.TabIndex = 171; this.txtNominalUSD.TabStop = false; this.txtNominalUSD.Text = "0.0000"; this.txtNominalUSD.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtMU // this.txtMU.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMU.Location = new System.Drawing.Point(507, 58); this.txtMU.Name = "txtMU"; this.txtMU.ReadOnly = true; this.txtMU.Size = new System.Drawing.Size(137, 20); this.txtMU.TabIndex = 172; this.txtMU.TabStop = false; // // txtNominalIDR // this.txtNominalIDR.Format = "N2"; this.txtNominalIDR.Location = new System.Drawing.Point(507, 110); this.txtNominalIDR.Name = "txtNominalIDR"; this.txtNominalIDR.ReadOnly = true; this.txtNominalIDR.Size = new System.Drawing.Size(137, 20); this.txtNominalIDR.TabIndex = 173; this.txtNominalIDR.TabStop = false; this.txtNominalIDR.Text = "0.00"; this.txtNominalIDR.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtKurs // this.txtKurs.Format = "N4"; this.txtKurs.Location = new System.Drawing.Point(414, 203); this.txtKurs.Name = "txtKurs"; this.txtKurs.Size = new System.Drawing.Size(147, 20); this.txtKurs.TabIndex = 2; this.txtKurs.Text = "0.0000"; this.txtKurs.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtKurs.Validated += new System.EventHandler(this.txtKurs_Validated); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(312, 206); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(82, 14); this.label10.TabIndex = 175; this.label10.Text = "Rencana Kurs"; // // txtSaldoIDR // this.txtSaldoIDR.Format = "N2"; this.txtSaldoIDR.Location = new System.Drawing.Point(763, 107); this.txtSaldoIDR.Name = "txtSaldoIDR"; this.txtSaldoIDR.ReadOnly = true; this.txtSaldoIDR.Size = new System.Drawing.Size(137, 20); this.txtSaldoIDR.TabIndex = 179; this.txtSaldoIDR.TabStop = false; this.txtSaldoIDR.Text = "0.00"; this.txtSaldoIDR.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtSaldoUSD // this.txtSaldoUSD.Format = "N4"; this.txtSaldoUSD.Location = new System.Drawing.Point(763, 81); this.txtSaldoUSD.Name = "txtSaldoUSD"; this.txtSaldoUSD.ReadOnly = true; this.txtSaldoUSD.Size = new System.Drawing.Size(137, 20); this.txtSaldoUSD.TabIndex = 178; this.txtSaldoUSD.TabStop = false; this.txtSaldoUSD.Text = "0.0000"; this.txtSaldoUSD.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(667, 111); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(57, 14); this.label11.TabIndex = 177; this.label11.Text = "Saldo IDR"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(667, 84); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(61, 14); this.label12.TabIndex = 176; this.label12.Text = "Saldo USD"; // // frmRencanaDPUpdate // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.ClientSize = new System.Drawing.Size(910, 393); this.Controls.Add(this.txtSaldoIDR); this.Controls.Add(this.txtSaldoUSD); this.Controls.Add(this.label11); this.Controls.Add(this.label12); this.Controls.Add(this.txtKurs); this.Controls.Add(this.label10); this.Controls.Add(this.txtNominalIDR); this.Controls.Add(this.txtMU); this.Controls.Add(this.txtNominalUSD); this.Controls.Add(this.txtNoInvoice); this.Controls.Add(this.txtTglInvoice); this.Controls.Add(this.txtIDR); this.Controls.Add(this.txtUSD); this.Controls.Add(this.commandButton2); this.Controls.Add(this.commandButton1); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.txtTglRencana); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtVendor); this.Controls.Add(this.label1); this.Controls.Add(this.label19); this.Location = new System.Drawing.Point(0, 0); this.Name = "frmRencanaDPUpdate"; this.Text = "Rencana Pembayaran Uang Muka"; this.Title = "Rencana Pembayaran Uang Muka"; this.Load += new System.EventHandler(this.frmRencanaDPUpdate_Load); this.Controls.SetChildIndex(this.label19, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtVendor, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.label6, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.txtTglRencana, 0); this.Controls.SetChildIndex(this.label8, 0); this.Controls.SetChildIndex(this.label9, 0); this.Controls.SetChildIndex(this.commandButton1, 0); this.Controls.SetChildIndex(this.commandButton2, 0); this.Controls.SetChildIndex(this.txtUSD, 0); this.Controls.SetChildIndex(this.txtIDR, 0); this.Controls.SetChildIndex(this.txtTglInvoice, 0); this.Controls.SetChildIndex(this.txtNoInvoice, 0); this.Controls.SetChildIndex(this.txtNominalUSD, 0); this.Controls.SetChildIndex(this.txtMU, 0); this.Controls.SetChildIndex(this.txtNominalIDR, 0); this.Controls.SetChildIndex(this.label10, 0); this.Controls.SetChildIndex(this.txtKurs, 0); this.Controls.SetChildIndex(this.label12, 0); this.Controls.SetChildIndex(this.label11, 0); this.Controls.SetChildIndex(this.txtSaldoUSD, 0); this.Controls.SetChildIndex(this.txtSaldoIDR, 0); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmKoreksiKeuanganHistory)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.cmdCLOSE = new ISA.Controls.CommandButton(); this.customGridView1 = new ISA.Controls.CustomGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.label8 = new System.Windows.Forms.Label(); this.txtNominal = new ISA.Controls.NumericTextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtJnsTransaksi = new ISA.Controls.CommonTextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtBank = new ISA.Controls.CommonTextBox(); this.txtCabang = new ISA.Controls.CommonTextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtUraian = new ISA.Controls.CommonTextBox(); this.txtNoBukti = new ISA.Controls.CommonTextBox(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtTanggal = new ISA.Controls.DateTextBox(); this.label2 = new System.Windows.Forms.Label(); this.dTanggal = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cCabang = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cJnsTransaksi = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cNamaTransaksi = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cBank = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cNoRekening = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cNamaRekening = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.customGridView1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // cmdCLOSE // this.cmdCLOSE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cmdCLOSE.CommandType = ISA.Controls.CommandButton.enCommandType.Close; this.cmdCLOSE.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold); this.cmdCLOSE.Image = ((System.Drawing.Image)(resources.GetObject("cmdCLOSE.Image"))); this.cmdCLOSE.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.cmdCLOSE.Location = new System.Drawing.Point(580, 405); this.cmdCLOSE.Name = "cmdCLOSE"; this.cmdCLOSE.Size = new System.Drawing.Size(100, 40); this.cmdCLOSE.TabIndex = 5; this.cmdCLOSE.Text = "CLOSE"; this.cmdCLOSE.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.cmdCLOSE.UseVisualStyleBackColor = true; this.cmdCLOSE.Click += new System.EventHandler(this.commandButton1_Click); // // customGridView1 // this.customGridView1.AllowUserToAddRows = false; this.customGridView1.AllowUserToDeleteRows = false; this.customGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.customGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.customGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dTanggal, this.cCabang, this.cJnsTransaksi, this.cNamaTransaksi, this.cBank, this.cNoRekening, this.cNamaRekening }); this.customGridView1.Location = new System.Drawing.Point(31, 250); this.customGridView1.MultiSelect = false; this.customGridView1.Name = "customGridView1"; this.customGridView1.ReadOnly = true; this.customGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.customGridView1.Size = new System.Drawing.Size(649, 139); this.customGridView1.StandardTab = true; this.customGridView1.TabIndex = 6; // // panel1 // this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.txtNominal); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.txtJnsTransaksi); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.txtBank); this.panel1.Controls.Add(this.txtCabang); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.txtUraian); this.panel1.Controls.Add(this.txtNoBukti); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.txtTanggal); this.panel1.Location = new System.Drawing.Point(31, 69); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(602, 144); this.panel1.TabIndex = 7; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(3, 79); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(51, 14); this.label8.TabIndex = 13; this.label8.Text = "Nominal"; // // txtNominal // this.txtNominal.Location = new System.Drawing.Point(114, 76); this.txtNominal.Name = "txtNominal"; this.txtNominal.ReadOnly = true; this.txtNominal.Size = new System.Drawing.Size(108, 20); this.txtNominal.TabIndex = 12; this.txtNominal.Text = "0"; this.txtNominal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(271, 79); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(92, 14); this.label7.TabIndex = 11; this.label7.Text = "Jenis transaksi"; // // txtJnsTransaksi // this.txtJnsTransaksi.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtJnsTransaksi.Location = new System.Drawing.Point(369, 75); this.txtJnsTransaksi.Name = "txtJnsTransaksi"; this.txtJnsTransaksi.ReadOnly = true; this.txtJnsTransaksi.Size = new System.Drawing.Size(216, 20); this.txtJnsTransaksi.TabIndex = 10; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(329, 52); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(34, 14); this.label6.TabIndex = 9; this.label6.Text = "Bank"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(315, 26); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(48, 14); this.label5.TabIndex = 8; this.label5.Text = "Cabang"; // // txtBank // this.txtBank.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBank.Location = new System.Drawing.Point(369, 49); this.txtBank.Name = "txtBank"; this.txtBank.ReadOnly = true; this.txtBank.Size = new System.Drawing.Size(218, 20); this.txtBank.TabIndex = 7; // // txtCabang // this.txtCabang.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCabang.Location = new System.Drawing.Point(369, 23); this.txtCabang.Name = "txtCabang"; this.txtCabang.ReadOnly = true; this.txtCabang.Size = new System.Drawing.Size(218, 20); this.txtCabang.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 108); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(70, 14); this.label4.TabIndex = 5; this.label4.Text = "Keterangan"; // // txtUraian // this.txtUraian.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtUraian.Location = new System.Drawing.Point(111, 105); this.txtUraian.Name = "txtUraian"; this.txtUraian.ReadOnly = true; this.txtUraian.Size = new System.Drawing.Size(474, 20); this.txtUraian.TabIndex = 4; // // txtNoBukti // this.txtNoBukti.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNoBukti.Location = new System.Drawing.Point(114, 49); this.txtNoBukti.Name = "txtNoBukti"; this.txtNoBukti.ReadOnly = true; this.txtNoBukti.Size = new System.Drawing.Size(108, 20); this.txtNoBukti.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 52); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 14); this.label3.TabIndex = 2; this.label3.Text = "Nomor bukti"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(105, 14); this.label1.TabIndex = 1; this.label1.Text = "Tanggal transaksi"; // // txtTanggal // this.txtTanggal.DateValue = null; this.txtTanggal.Location = new System.Drawing.Point(114, 23); this.txtTanggal.MaxLength = 10; this.txtTanggal.Name = "txtTanggal"; this.txtTanggal.ReadOnly = true; this.txtTanggal.Size = new System.Drawing.Size(108, 20); this.txtTanggal.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(28, 233); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(95, 14); this.label2.TabIndex = 8; this.label2.Text = "Riwayat Koreksi"; // // dTanggal // this.dTanggal.DataPropertyName = "Tanggal"; dataGridViewCellStyle1.Format = "dd/MM/yyyy"; this.dTanggal.DefaultCellStyle = dataGridViewCellStyle1; this.dTanggal.HeaderText = "Tanggal"; this.dTanggal.Name = "dTanggal"; this.dTanggal.ReadOnly = true; // // cCabang // this.cCabang.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.cCabang.DataPropertyName = "CabangKe"; this.cCabang.HeaderText = "Cabang"; this.cCabang.Name = "cCabang"; this.cCabang.ReadOnly = true; this.cCabang.Width = 73; // // cJnsTransaksi // this.cJnsTransaksi.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.cJnsTransaksi.DataPropertyName = "JnsTransaksi"; this.cJnsTransaksi.HeaderText = "Jenis Transaksi"; this.cJnsTransaksi.Name = "cJnsTransaksi"; this.cJnsTransaksi.ReadOnly = true; this.cJnsTransaksi.Width = 110; // // cNamaTransaksi // this.cNamaTransaksi.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.cNamaTransaksi.DataPropertyName = "NamaTransaksi"; this.cNamaTransaksi.HeaderText = "Nama Transaksi"; this.cNamaTransaksi.Name = "cNamaTransaksi"; this.cNamaTransaksi.ReadOnly = true; this.cNamaTransaksi.Width = 110; // // cBank // this.cBank.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.cBank.DataPropertyName = "NamaBank"; this.cBank.HeaderText = "Bank"; this.cBank.Name = "cBank"; this.cBank.ReadOnly = true; this.cBank.Width = 59; // // cNoRekening // this.cNoRekening.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.cNoRekening.DataPropertyName = "NoRekening"; this.cNoRekening.HeaderText = "Nomor Rekening"; this.cNoRekening.Name = "cNoRekening"; this.cNoRekening.ReadOnly = true; this.cNoRekening.Width = 114; // // cNamaRekening // this.cNamaRekening.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.cNamaRekening.DataPropertyName = "NamaRekening"; this.cNamaRekening.HeaderText = "Nama Rekening"; this.cNamaRekening.Name = "cNamaRekening"; this.cNamaRekening.ReadOnly = true; this.cNamaRekening.Width = 107; // // frmKoreksiKeuanganHistory // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.ClientSize = new System.Drawing.Size(710, 468); this.Controls.Add(this.label2); this.Controls.Add(this.panel1); this.Controls.Add(this.customGridView1); this.Controls.Add(this.cmdCLOSE); this.Location = new System.Drawing.Point(0, 0); this.Name = "frmKoreksiKeuanganHistory"; this.Text = "Riwayat Koreksi Keuangan"; this.Title = "Riwayat Koreksi Keuangan"; this.Load += new System.EventHandler(this.frmKoreksiKeuanganHistory_Load); this.Controls.SetChildIndex(this.cmdCLOSE, 0); this.Controls.SetChildIndex(this.customGridView1, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.label2, 0); ((System.ComponentModel.ISupportInitialize)(this.customGridView1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }