Partial Class Form10 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. Private Sub InitializeComponent() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label3 = New System.Windows.Forms.Label() Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker() Me.Label1 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.GroupBox1.SuspendLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DateTimePicker1 ' Me.DateTimePicker1.CustomFormat = "yyyy-MM-dd" Me.DateTimePicker1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DateTimePicker1.Location = New System.Drawing.Point(150, 26) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(159, 34) Me.DateTimePicker1.TabIndex = 0 ' 'GroupBox1 ' Me.GroupBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.DateTimePicker3) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.DateTimePicker1) Me.GroupBox1.Location = New System.Drawing.Point(35, 22) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(637, 86) Me.GroupBox1.TabIndex = 1 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Alege intervalul din care trebuie sa faci exportul in excel" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label3.Location = New System.Drawing.Point(332, 31) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(98, 28) Me.Label3.TabIndex = 3 Me.Label3.Text = "End Date" ' 'DateTimePicker3 ' Me.DateTimePicker3.CustomFormat = "yyyy-MM-dd" Me.DateTimePicker3.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DateTimePicker3.Location = New System.Drawing.Point(445, 26) Me.DateTimePicker3.Name = "DateTimePicker3" Me.DateTimePicker3.Size = New System.Drawing.Size(159, 34) Me.DateTimePicker3.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Label1.Location = New System.Drawing.Point(17, 32) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(110, 28) Me.Label1.TabIndex = 1 Me.Label1.Text = "Start Date" ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 125) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 51 Me.DataGridView1.RowTemplate.Height = 29 Me.DataGridView1.Size = New System.Drawing.Size(1306, 530) Me.DataGridView1.TabIndex = 2 ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Button1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button1.ForeColor = System.Drawing.Color.Black Me.Button1.Location = New System.Drawing.Point(712, 41) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(194, 54) Me.Button1.TabIndex = 3 Me.Button1.Text = "Preview" Me.Button1.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Button2.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button2.ForeColor = System.Drawing.Color.Black Me.Button2.Location = New System.Drawing.Point(940, 40) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(194, 54) Me.Button2.TabIndex = 4 Me.Button2.Text = "Export to Excel" Me.Button2.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.Red Me.Button3.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point) Me.Button3.ForeColor = System.Drawing.Color.White Me.Button3.Location = New System.Drawing.Point(1140, 22) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(178, 79) Me.Button3.TabIndex = 5 Me.Button3.Text = "Inchide program" Me.Button3.UseVisualStyleBackColor = False ' 'Form7 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 20.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1352, 681) Me.ControlBox = False Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.GroupBox1) Me.Name = "Form7" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Export from SQL Database" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Label3 As Label Friend WithEvents DateTimePicker3 As DateTimePicker Friend WithEvents Label1 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents SaveFileDialog1 As SaveFileDialog End Class