📄 form8.designer.cs
字号:
namespace 团委组织部信息系统
{
partial class Form8
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label yearLabel;
System.Windows.Forms.Label monthsLabel;
System.Windows.Forms.Label dayLabel;
System.Windows.Forms.Label eventLabel;
System.Windows.Forms.Label manegerLabel;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form8));
this.tuanweizuzhibu_infDataSet = new 团委组织部信息系统.tuanweizuzhibu_infDataSet();
this.work_infBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.work_infTableAdapter = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.work_infTableAdapter();
this.tableAdapterManager = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager();
this.work_infBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.work_infBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.work_infDataGridView = new System.Windows.Forms.DataGridView();
this.yearTextBox = new System.Windows.Forms.TextBox();
this.monthsTextBox = new System.Windows.Forms.TextBox();
this.dayTextBox = new System.Windows.Forms.TextBox();
this.eventTextBox = new System.Windows.Forms.TextBox();
this.manegerTextBox = new System.Windows.Forms.TextBox();
this.button4 = new System.Windows.Forms.Button();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button5 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
yearLabel = new System.Windows.Forms.Label();
monthsLabel = new System.Windows.Forms.Label();
dayLabel = new System.Windows.Forms.Label();
eventLabel = new System.Windows.Forms.Label();
manegerLabel = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.tuanweizuzhibu_infDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.work_infBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.work_infBindingNavigator)).BeginInit();
this.work_infBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.work_infDataGridView)).BeginInit();
this.SuspendLayout();
//
// yearLabel
//
yearLabel.AutoSize = true;
yearLabel.Location = new System.Drawing.Point(392, 140);
yearLabel.Name = "yearLabel";
yearLabel.Size = new System.Drawing.Size(23, 12);
yearLabel.TabIndex = 2;
yearLabel.Text = "年:";
//
// monthsLabel
//
monthsLabel.AutoSize = true;
monthsLabel.Location = new System.Drawing.Point(392, 167);
monthsLabel.Name = "monthsLabel";
monthsLabel.Size = new System.Drawing.Size(23, 12);
monthsLabel.TabIndex = 4;
monthsLabel.Text = "月:";
//
// dayLabel
//
dayLabel.AutoSize = true;
dayLabel.Location = new System.Drawing.Point(392, 194);
dayLabel.Name = "dayLabel";
dayLabel.Size = new System.Drawing.Size(23, 12);
dayLabel.TabIndex = 6;
dayLabel.Text = "日:";
//
// eventLabel
//
eventLabel.AutoSize = true;
eventLabel.Location = new System.Drawing.Point(392, 221);
eventLabel.Name = "eventLabel";
eventLabel.Size = new System.Drawing.Size(59, 12);
eventLabel.TabIndex = 8;
eventLabel.Text = "项目名称:";
//
// manegerLabel
//
manegerLabel.AutoSize = true;
manegerLabel.Location = new System.Drawing.Point(392, 248);
manegerLabel.Name = "manegerLabel";
manegerLabel.Size = new System.Drawing.Size(59, 12);
manegerLabel.TabIndex = 10;
manegerLabel.Text = "项目内容:";
//
// label1
//
label1.AutoSize = true;
label1.BackColor = System.Drawing.Color.Snow;
label1.Location = new System.Drawing.Point(236, 61);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(47, 12);
label1.TabIndex = 13;
label1.Text = "选择月:";
label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
label2.AutoSize = true;
label2.BackColor = System.Drawing.Color.Snow;
label2.Location = new System.Drawing.Point(65, 59);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(47, 12);
label2.TabIndex = 12;
label2.Text = "选择年:";
label2.Click += new System.EventHandler(this.label2_Click);
//
// tuanweizuzhibu_infDataSet
//
this.tuanweizuzhibu_infDataSet.DataSetName = "tuanweizuzhibu_infDataSet";
this.tuanweizuzhibu_infDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// work_infBindingSource
//
this.work_infBindingSource.DataMember = "work_inf";
this.work_infBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
//
// work_infTableAdapter
//
this.work_infTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.bumenshezhi_infTableAdapter = null;
this.tableAdapterManager.denglu_infTableAdapter = null;
this.tableAdapterManager.erjibuzhang_infTableAdapter = null;
this.tableAdapterManager.liuyan_inf1TableAdapter = null;
this.tableAdapterManager.liuyan_infTableAdapter = null;
this.tableAdapterManager.tuanweigebu_inf1TableAdapter = null;
this.tableAdapterManager.tuanweigebu_inf2TableAdapter = null;
this.tableAdapterManager.tuanweigebu_inf3TableAdapter = null;
this.tableAdapterManager.tuanweigebu_inf4TableAdapter = null;
this.tableAdapterManager.tuanweigebu_inf5TableAdapter = null;
this.tableAdapterManager.tuanweigebu_infTableAdapter = null;
this.tableAdapterManager.UpdateOrder = 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.work_infTableAdapter = this.work_infTableAdapter;
this.tableAdapterManager.zuzhibu_infTableAdapter = null;
//
// work_infBindingNavigator
//
this.work_infBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.work_infBindingNavigator.BindingSource = this.work_infBindingSource;
this.work_infBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.work_infBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.work_infBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -