⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 byelawform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 4 页
字号:
			this->dataGridViewTextBoxColumn7->DataPropertyName = L"主办单位名称";
			this->dataGridViewTextBoxColumn7->HeaderText = L"主办单位名称";
			this->dataGridViewTextBoxColumn7->Name = L"dataGridViewTextBoxColumn7";
			this->dataGridViewTextBoxColumn7->ReadOnly = true;
			// 
			// 显示文件Button
			// 
			this->显示文件Button->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Right));
			this->显示文件Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"显示文件Button.Image")));
			this->显示文件Button->Location = System::Drawing::Point(449, 211);
			this->显示文件Button->Name = L"显示文件Button";
			this->显示文件Button->Size = System::Drawing::Size(88, 23);
			this->显示文件Button->TabIndex = 91;
			this->显示文件Button->Text = L"显示文件";
			this->显示文件Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->显示文件Button->UseVisualStyleBackColor = true;
			this->显示文件Button->Click += gcnew System::EventHandler(this, &ByelawForm::显示文件Button_Click);
			// 
			// dataGridViewTextBoxColumn12
			// 
			this->dataGridViewTextBoxColumn12->DataPropertyName = L"附件";
			this->dataGridViewTextBoxColumn12->HeaderText = L"附件";
			this->dataGridViewTextBoxColumn12->Name = L"dataGridViewTextBoxColumn12";
			this->dataGridViewTextBoxColumn12->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn13
			// 
			this->dataGridViewTextBoxColumn13->DataPropertyName = L"主题词";
			this->dataGridViewTextBoxColumn13->HeaderText = L"主题词";
			this->dataGridViewTextBoxColumn13->Name = L"dataGridViewTextBoxColumn13";
			this->dataGridViewTextBoxColumn13->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn10
			// 
			this->dataGridViewTextBoxColumn10->DataPropertyName = L"起稿日期";
			this->dataGridViewTextBoxColumn10->HeaderText = L"起稿日期";
			this->dataGridViewTextBoxColumn10->Name = L"dataGridViewTextBoxColumn10";
			this->dataGridViewTextBoxColumn10->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn11
			// 
			this->dataGridViewTextBoxColumn11->DataPropertyName = L"标题";
			this->dataGridViewTextBoxColumn11->HeaderText = L"标题";
			this->dataGridViewTextBoxColumn11->Name = L"dataGridViewTextBoxColumn11";
			this->dataGridViewTextBoxColumn11->ReadOnly = true;
			// 
			// 选择文件Button
			// 
			this->选择文件Button->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Right));
			this->选择文件Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"选择文件Button.Image")));
			this->选择文件Button->Location = System::Drawing::Point(361, 211);
			this->选择文件Button->Name = L"选择文件Button";
			this->选择文件Button->Size = System::Drawing::Size(82, 23);
			this->选择文件Button->TabIndex = 90;
			this->选择文件Button->Text = L"选择文件";
			this->选择文件Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->选择文件Button->UseVisualStyleBackColor = true;
			this->选择文件Button->Click += gcnew System::EventHandler(this, &ByelawForm::选择文件Button_Click);
			// 
			// 发文字号TextBox
			// 
			this->发文字号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"发文字号", true)));
			this->发文字号TextBox->Location = System::Drawing::Point(69, 24);
			this->发文字号TextBox->Name = L"发文字号TextBox";
			this->发文字号TextBox->Size = System::Drawing::Size(117, 21);
			this->发文字号TextBox->TabIndex = 49;
			// 
			// 发文日期DateTimePicker
			// 
			this->发文日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->行政发文管理BindingSource, L"发文日期", 
				true)));
			this->发文日期DateTimePicker->Location = System::Drawing::Point(257, 24);
			this->发文日期DateTimePicker->Name = L"发文日期DateTimePicker";
			this->发文日期DateTimePicker->Size = System::Drawing::Size(126, 21);
			this->发文日期DateTimePicker->TabIndex = 51;
			// 
			// 机密等级ComboBox
			// 
			this->机密等级ComboBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->机密等级ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"机密等级", true)));
			this->机密等级ComboBox->FormattingEnabled = true;
			this->机密等级ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(5) {L"绝密.", L"机密.", L"秘密.", L"内部资料.", L"无."});
			this->机密等级ComboBox->Location = System::Drawing::Point(457, 25);
			this->机密等级ComboBox->Name = L"机密等级ComboBox";
			this->机密等级ComboBox->Size = System::Drawing::Size(80, 20);
			this->机密等级ComboBox->TabIndex = 53;
			// 
			// 签发人TextBox
			// 
			this->签发人TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"签发人", true)));
			this->签发人TextBox->Location = System::Drawing::Point(69, 51);
			this->签发人TextBox->Name = L"签发人TextBox";
			this->签发人TextBox->Size = System::Drawing::Size(117, 21);
			this->签发人TextBox->TabIndex = 55;
			// 
			// 会签单位TextBox
			// 
			this->会签单位TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"会签单位", true)));
			this->会签单位TextBox->Location = System::Drawing::Point(257, 51);
			this->会签单位TextBox->Name = L"会签单位TextBox";
			this->会签单位TextBox->Size = System::Drawing::Size(126, 21);
			this->会签单位TextBox->TabIndex = 57;
			// 
			// 会签人TextBox
			// 
			this->会签人TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->会签人TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"会签人", true)));
			this->会签人TextBox->Location = System::Drawing::Point(443, 51);
			this->会签人TextBox->Name = L"会签人TextBox";
			this->会签人TextBox->Size = System::Drawing::Size(94, 21);
			this->会签人TextBox->TabIndex = 59;
			// 
			// 主办单位名称TextBox
			// 
			this->主办单位名称TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"主办单位名称", 
				true)));
			this->主办单位名称TextBox->Location = System::Drawing::Point(93, 78);
			this->主办单位名称TextBox->Name = L"主办单位名称TextBox";
			this->主办单位名称TextBox->Size = System::Drawing::Size(93, 21);
			this->主办单位名称TextBox->TabIndex = 61;
			// 
			// 主办单位审核TextBox
			// 
			this->主办单位审核TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"主办单位审核", 
				true)));
			this->主办单位审核TextBox->Location = System::Drawing::Point(281, 78);
			this->主办单位审核TextBox->Name = L"主办单位审核TextBox";
			this->主办单位审核TextBox->Size = System::Drawing::Size(102, 21);
			this->主办单位审核TextBox->TabIndex = 63;
			// 
			// 拟稿人TextBox
			// 
			this->拟稿人TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->拟稿人TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"拟稿人", true)));
			this->拟稿人TextBox->Location = System::Drawing::Point(443, 78);
			this->拟稿人TextBox->Name = L"拟稿人TextBox";
			this->拟稿人TextBox->Size = System::Drawing::Size(94, 21);
			this->拟稿人TextBox->TabIndex = 65;
			// 
			// 起稿日期DateTimePicker
			// 
			this->起稿日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->行政发文管理BindingSource, L"起稿日期", 
				true)));
			this->起稿日期DateTimePicker->Location = System::Drawing::Point(69, 105);
			this->起稿日期DateTimePicker->Name = L"起稿日期DateTimePicker";
			this->起稿日期DateTimePicker->Size = System::Drawing::Size(117, 21);
			this->起稿日期DateTimePicker->TabIndex = 67;
			// 
			// 标题TextBox
			// 
			this->标题TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->标题TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"标题", true)));
			this->标题TextBox->Location = System::Drawing::Point(237, 106);
			this->标题TextBox->Name = L"标题TextBox";
			this->标题TextBox->Size = System::Drawing::Size(300, 21);
			this->标题TextBox->TabIndex = 69;
			// 
			// 附件TextBox
			// 
			this->附件TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"附件", true)));
			this->附件TextBox->Location = System::Drawing::Point(45, 132);
			this->附件TextBox->Name = L"附件TextBox";
			this->附件TextBox->Size = System::Drawing::Size(216, 21);
			this->附件TextBox->TabIndex = 71;
			// 
			// 主题词TextBox
			// 
			this->主题词TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->主题词TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"主题词", true)));
			this->主题词TextBox->Location = System::Drawing::Point(319, 133);
			this->主题词TextBox->Name = L"主题词TextBox";
			this->主题词TextBox->Size = System::Drawing::Size(218, 21);
			this->主题词TextBox->TabIndex = 73;
			// 
			// 主送TextBox
			// 
			this->主送TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"主送", true)));
			this->主送TextBox->Location = System::Drawing::Point(45, 159);
			this->主送TextBox->Name = L"主送TextBox";
			this->主送TextBox->Size = System::Drawing::Size(141, 21);
			this->主送TextBox->TabIndex = 75;
			// 
			// 抄送TextBox
			// 
			this->抄送TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"抄送", true)));
			this->抄送TextBox->Location = System::Drawing::Point(233, 160);
			this->抄送TextBox->Name = L"抄送TextBox";
			this->抄送TextBox->Size = System::Drawing::Size(150, 21);
			this->抄送TextBox->TabIndex = 77;
			// 
			// 打字员TextBox
			// 
			this->打字员TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->打字员TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"打字员", true)));
			this->打字员TextBox->Location = System::Drawing::Point(441, 159);
			this->打字员TextBox->Name = L"打字员TextBox";
			this->打字员TextBox->Size = System::Drawing::Size(96, 21);
			this->打字员TextBox->TabIndex = 79;
			// 
			// 校对员TextBox
			// 
			this->校对员TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"校对员", true)));
			this->校对员TextBox->Location = System::Drawing::Point(57, 186);
			this->校对员TextBox->Name = L"校对员TextBox";
			this->校对员TextBox->Size = System::Drawing::Size(129, 21);
			this->校对员TextBox->TabIndex = 81;
			// 
			// 共印份数TextBox
			// 
			this->共印份数TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"共印份数", true)));
			this->共印份数TextBox->Location = System::Drawing::Point(257, 186);
			this->共印份数TextBox->Name = L"共印份数TextBox";
			this->共印份数TextBox->Size = System::Drawing::Size(57, 21);
			this->共印份数TextBox->TabIndex = 83;
			// 
			// 发放单位名称TextBox
			// 
			this->发放单位名称TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->发放单位名称TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"发放单位名称", 
				true)));
			this->发放单位名称TextBox->Location = System::Drawing::Point(409, 186);
			this->发放单位名称TextBox->Name = L"发放单位名称TextBox";
			this->发放单位名称TextBox->Size = System::Drawing::Size(128, 21);
			this->发放单位名称TextBox->TabIndex = 85;
			// 
			// 存放路径TextBox
			// 
			this->存放路径TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->存放路径TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"存放路径", true)));
			this->存放路径TextBox->Location = System::Drawing::Point(69, 213);
			this->存放路径TextBox->Name = L"存放路径TextBox";
			this->存放路径TextBox->ReadOnly = true;
			this->存放路径TextBox->Size = System::Drawing::Size(286, 21);
			this->存放路径TextBox->TabIndex = 87;
			// 
			// 说明TextBox
			// 
			this->说明TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->说明TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->行政发文管理BindingSource, L"说明", true)));
			this->说明TextBox->Location = System::Drawing::Point(45, 240);
			this->说明TextBox->Name = L"说明TextBox";
			this->说明TextBox->Size = System::Drawing::Size(492, 21);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -