You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
152 lines
6.9 KiB
152 lines
6.9 KiB
namespace OnDoc.Diverses
|
|
{
|
|
partial class valueselector
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(valueselector));
|
|
this.GridData = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
|
this.sfCalendar1 = new Syncfusion.WinForms.Input.SfCalendar();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridData)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// GridData
|
|
//
|
|
this.GridData.AccessibleName = "Table";
|
|
this.GridData.AllowEditing = false;
|
|
this.GridData.AllowFiltering = true;
|
|
this.GridData.AllowResizingColumns = true;
|
|
this.GridData.AllowSelectionOnMouseDown = true;
|
|
this.GridData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GridData.Location = new System.Drawing.Point(2, 2);
|
|
this.GridData.Name = "GridData";
|
|
this.GridData.Size = new System.Drawing.Size(369, 446);
|
|
this.GridData.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
|
|
this.GridData.TabIndex = 1;
|
|
this.GridData.Text = "sfDataGrid1";
|
|
this.GridData.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.GridData_CellClick);
|
|
this.GridData.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.GridData_CellDoubleClick);
|
|
//
|
|
// sfCalendar1
|
|
//
|
|
this.sfCalendar1.FirstDayOfWeek = System.DayOfWeek.Monday;
|
|
this.sfCalendar1.Location = new System.Drawing.Point(3, 3);
|
|
this.sfCalendar1.MinimumSize = new System.Drawing.Size(196, 196);
|
|
this.sfCalendar1.Name = "sfCalendar1";
|
|
this.sfCalendar1.ShowWeekNumbers = true;
|
|
this.sfCalendar1.Size = new System.Drawing.Size(357, 342);
|
|
this.sfCalendar1.TabIndex = 2;
|
|
this.sfCalendar1.Text = "sfCalendar1";
|
|
this.sfCalendar1.Click += new System.EventHandler(this.sfCalendar1_Click);
|
|
this.sfCalendar1.DoubleClick += new System.EventHandler(this.sfCalendar1_DoubleClick);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Controls.Add(this.sfCalendar1);
|
|
this.panel1.Location = new System.Drawing.Point(5, 5);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(363, 425);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(136, 390);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(86, 23);
|
|
this.button1.TabIndex = 6;
|
|
this.button1.Text = "übernehmen";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(160, 353);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(35, 13);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "label2";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(118, 353);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(36, 13);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "Heute";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel2.Location = new System.Drawing.Point(79, 351);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(32, 16);
|
|
this.panel2.TabIndex = 3;
|
|
this.panel2.Click += new System.EventHandler(this.panel2_Click);
|
|
//
|
|
// valueselector
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(373, 450);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.GridData);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "valueselector";
|
|
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
|
this.Text = "Dokumentspezifische Werte";
|
|
this.Load += new System.EventHandler(this.valueselector_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.GridData)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Syncfusion.WinForms.DataGrid.SfDataGrid GridData;
|
|
private Syncfusion.WinForms.Input.SfCalendar sfCalendar1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |